re PR tree-optimization/46107 (-ftree-loop-distribute-patterns caused verify_loop_str...
[gcc.git] / gcc / ChangeLog
1 2010-11-03 Jakub Jelinek <jakub@redhat.com>
2
3 PR tree-optimization/46107
4 * cfgloopmanip.c (loop_version): Set irred_flag back into entry->flags
5 if cfg_hook_duplicate_loop_to_header_edge failed.
6
7 2010-11-03 Ian Lance Taylor <iant@google.com>
8
9 PR lto/46273
10 * gcc/config.gcc: Don't set lto_binary_reader.
11 * doc/install.texi (Prerequisites): Remove libelf paragraphs.
12 (Configuration): Mention --disable-lto. Remove --with-libelf
13 paragraph.
14
15 2010-11-03 Jakub Jelinek <jakub@redhat.com>
16
17 PR debug/46252
18 * reload1.c (delete_dead_insn): Use prev_active_insn instead of
19 prev_real_insn.
20 * gcse.c (insert_insn_end_basic_block): Likewise.
21
22 PR rtl-optimization/46034
23 PR rtl-optimization/46212
24 PR rtl-optimization/46248
25 * combine.c (try_combine): If added_sets_2 where i0dest_in_i0src
26 and i0 feeds i1 and i1 feeds i2 or i0 feeds i2, make a copy of i1src
27 before i0dest -> i0src substitution and pass 1 instead of 0 as last
28 argument to subst on i2pat.
29
30 2010-11-02 Ian Lance Taylor <iant@google.com>
31
32 * configure.ac: Use AC_SYS_LARGEFILE.
33 * configure: Rebuild.
34 * config.in: Rebuild.
35
36 2010-11-02 Nathan Froyd <froydnj@codesourcery.com>
37
38 * builtins.c (fold_builtin_signbit): Use build_zero_cst instead of
39 fold_convert.
40 * c-typeck.c (build_function_call_vec): Likewise.
41 * cfgexpand.c (expand_debug_expr): Likewise.
42 * cgraphunit.c (assemble_thunk): Likewise.
43 * config/sparc/sparc.c (sparc_fold_builtin): Likewise.
44 * fold-const.c (fold_unary_loc, fold_mult_zconjz): Likewise.
45 (fold_binary_loc, fold_ternary_loc): Likewise.
46 * gimple-fold.c (get_symbol_constant_value): Likewise.
47 * gimple-low.c (lower_builtin_setjmp): Likewise.
48 * gimple.c (gimple_cond_get_ops_from_tree): Likewise.
49 * gimplify.c (gimplify_init_constructor): Likewise.
50 * lambda.h (build_linear_expr): Likewise.
51 * omp-low.c (omp_reduction_init): Likewise.
52 * tree-inline.c (remap_ssa_name): Likewise.
53 * tree-object-size.c (compute_object_sizes): Likewise.
54 * tree-sra.c (init_subtree_with_zero): Likewise.
55 (sra_ipa_modify_assign): Likewise.
56 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Likewise.
57 * tree-ssa-reassoc.c (eliminate_duplicate_pair): Likewise.
58 (eliminate_plus_minus_pair, eliminate_not_pairs): Likewise.
59 (undistribute_ops_list): Likewise.
60 * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
61 * tree-vect-stmts.c (vectorizable_call): Likewise.
62 * tree.c (build_vector_from_ctor, build_one_cst): Likewise.
63 (build_zero_cst): Handle more cases directly. Update comment.
64
65 2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
66
67 * config/i386/i386-protos.h (ix86_split_call_pop_vzeroupper):
68 Removed.
69 * config/i386/i386.c (ix86_split_call_pop_vzeroupper): Likewise.
70
71 * config/i386/i386.md (*call_pop_0_vzeroupper): Use parallel
72 and call ix86_split_call_vzeroupper instead of
73 ix86_split_call_pop_vzeroupper.
74 (*call_pop_1_vzeroupper): Likewise.
75 (*sibcall_pop_1_vzeroupper): Likewise.
76 (*call_value_pop_0_vzeroupper): Likewise.
77 (*call_value_pop_1_vzeroupper): Likewise.
78 (*sibcall_value_pop_1_vzeroupper): Likewise.
79
80 2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
81
82 * config/i386/i386.md (*sibcall_1_rex64_vzeroupper): Fix a
83 typo.
84
85 2010-11-02 Eric Botcazou <ebotcazou@adacore.com>
86
87 * basic-block.h (insert_insn_end_bb_new): Delete.
88 * cfgrtl.c (insert_insn_end_bb_new): Likewise.
89
90 2010-11-02 Uros Bizjak <ubizjak@gmail.com>
91 H.J. Lu <hongjiu.lu@intel.com>
92
93 * config/i386/i386-protos.h (ix86_split_call_vzeroupper): New.
94 (ix86_split_call_pop_vzeroupper): Likewise.
95
96 * config/i386/i386.c (move_or_delete_vzeroupper_2): Rewrite the loop.
97 (ix86_expand_call): Conditionally decorate calls with
98 UNSPEC_CALL_NEEDS_VZEROUPPER unspec.
99 (ix86_split_call_vzeroupper): New.
100 (ix86_split_call_pop_vzeroupper): Likewise.
101
102 * config/i386/i386.md (UNSPEC_CALL_NEEDS_VZEROUPPER): New.
103 (*call_pop_0_vzeroupper): New insn_and_split pattern.
104 (*call_pop_1_vzeroupper): Likewise.
105 (*sibcall_pop_1_vzeroupper): Likewise.
106 (*call_0_vzeroupper): Likewise.
107 (*call_1_vzeroupper): Likewise.
108 (*sibcall_1_vzeroupper): Likewise.
109 (*call_1_rex64_vzeroupper): Likewise.
110 (*call_1_rex64_ms_sysv_vzeroupper): Likewise.
111 (*call_1_rex64_large_vzeroupper): Likewise.
112 (*sibcall_1_rex64_vzeroupper): Likewise.
113 (*call_value_pop_0_vzeroupper): Likewise.
114 (*call_value_pop_1_vzeroupper): Likewise.
115 (*sibcall_value_pop_1_vzeroupper): Likewise.
116 (*call_value_0_vzeroupper): Likewise.
117 (*call_value_0_rex64_vzeroupper): Likewise.
118 (*call_value_0_rex64_ms_sysv_vzeroupper): Likewise.
119 (*call_value_1_vzeroupper): Likewise.
120 (*sibcall_value_1_vzeroupper): Likewise.
121 (*call_value_1_rex64_vzeroupper): Likewise.
122 (*call_value_1_rex64_ms_sysv_vzeroupper): Likewise.
123 (*call_value_1_rex64_large_vzeroupper): Likewise.
124 (*sibcall_value_1_rex64_vzeroupper): Likewise.
125
126 2010-11-02 Ian Lance Taylor <iant@google.com>
127
128 PR lto/46273
129 * config.gcc: Revert last patch: set lto_binary_reader.
130
131 2010-11-02 Richard Guenther <rguenther@suse.de>
132
133 PR tree-optimization/46149
134 * tree-ssa-structalias.c (get_constraint_for_1): Properly handle
135 non-indirect MEM_REF variants.
136
137 2010-11-02 Richard Guenther <rguenther@suse.de>
138
139 PR tree-optimization/46216
140 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
141 Check if we can propagate from a POINTER_PLUS_EXPR before doing so.
142
143 2010-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
144
145 * configure.ac (*-*-irix6*): Disable set_have_as_tls.
146 (*-*-osf*): Likewise.
147 * configure: Regenerate.
148
149 2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
150
151 * config/i386/driver-i386.c (host_detect_local_cpu): Updated
152 for Intel Core 2 and Core i7.
153
154 2010-11-02 Maxim Kuvyrkov <maxim@codesourcery.com>
155
156 Model decoder of Core 2/i7 for multipass scheduling.
157
158 * config/i386/i386-protos.h (struct ix86_first_cycle_multipass_data_):
159 New type to hold target-specific data for multipass scheduling.
160 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DATA_T): Define.
161 * config/i386/i386.c (ia32_multipass_dfa_lookahead): Update for
162 Core 2/i7.
163 (core2i7_secondary_decoder_max_insn_size,)
164 (core2i7_secondary_ifetch_block_size, core2i7_ifetch_block_max_insns):
165 New static variables.
166 ([const_]ix86_first_cycle_multipass_data_t): New typedefs.
167 ([_]ix86_first_cycle_multipass_data): New static variable.
168 (core2i7_first_cycle_multipass_init, core2i7_dfa_poast_advance_cycle):
169 Implement targetm.sched hooks.
170 (core2i7_first_cycle_multipass_filter_ready_try): New static subroutine
171 of ...
172 (core2i7_first_cycle_multipass_{begin, issue, backtrack, end, fini}):
173 Implement new targetm.sched hooks.
174 (ix86_sched_init_global, TARGET_SCHED_INIT_GLOBAL): Define
175 targetm.sched hook to install multipass scheduling hooks on demand.
176
177 * doc/tm.texi.in: Document new targetm.sched hooks.
178 * doc/tm.texi: Regenerate.
179
180 * haifa-sched.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DATA_T): Define.
181 (first_cycle_multipass_data_t): New typedef.
182 (struct choice_entry: target_data): New field.
183 (max_issue): Add first_cycle_insn_p parameter. Call new target hooks
184 to allow target model restrictions not represented in DFA.
185 (choose_ready, schedule_block): Update.
186 (sched_extend_ready_list, sched_finish_ready_list): Call new target
187 hooks to initialize target-specific data for multipass scheduling.
188 * sched-int.h (max_issue): Update declaration.
189 * sel-sched.c (choose_best_insn): Update.
190 * target.def (first_cycle_multipass_{begin, issue, backtrack},)
191 (first_cycle_multipass_{init, fini}): Define and document new
192 targetm.sched hooks.
193
194 2010-11-02 Richard Guenther <rguenther@suse.de>
195
196 PR tree-optimization/46184
197 * tree-vect-loop.c (vectorizable_reduction): Try to obtain the
198 input vector type from the reduction operand as well.
199
200 2010-11-02 Richard Guenther <rguenther@suse.de>
201
202 PR tree-optimization/46177
203 * tree-loop-distribution.c (prop_phis): Use
204 mark_virtual_phi_result_for_renaming.
205
206 2010-11-02 Martin Jambor <mjambor@suse.cz>
207
208 PR middle-end/46120
209 * tree.c (get_binfo_at_offset): Bail out on artificial
210 fields. Identify primary bases according to their offsets.
211
212 2010-11-02 Martin Jambor <mjambor@suse.cz>
213
214 PR tree-optimization/45875
215 * gimple-fold.c (get_first_base_binfo_with_virtuals): Removed.
216 (gimple_get_relevant_ref_binfo): Detect primary bases according to
217 their field offset.
218
219 2010-11-02 Ian Lance Taylor <iant@google.com>
220
221 * doc/install.texi (Configuration): Note in two places that Java
222 is not enabled by default.
223
224 2010-11-02 Ian Lance Taylor <iant@google.com>
225
226 * doc/install.texi (Prerequisites): Remove libelf paragraphs.
227 (Configuration): Mention --disable-lto. Remove --with-libelf
228 paragraph.
229
230 2010-11-02 Ian Lance Taylor <iant@google.com>
231
232 * configure.ac: Remove elf_getshdrstrndx test. Don't substitute
233 LTO_BINARY_READER or LTO_USE_LIBELF. Remove LIBELFLIBS and
234 LIBELFINC. Remove HAVE_libelf.
235 * config.gcc: Don't set lto_binary_reader.
236 * Makefile.in (LIBELFLIBS, LIBELFINC): Remove variables.
237 (LTO_BINARY_READER, LTO_USE_LIBELF): Remove variables.
238 (LIBS): Remove $(LIBELFLIBS).
239 (INCLUDES): Remove $(LIBELFINC).
240 * configure: Rebuild.
241 * config.in: Rebuild.
242
243 2010-11-02 Nathan Froyd <froydnj@codesourcery.com>
244
245 * config/microblaze/microblaze-protos.h (function_arg): Delete.
246 (function_arg_advance): Delete.
247 * config/microblaze/microblaze.h (FUNCTION_ARG_ADVANCE): Delete.
248 (FUNCTION_ARG): Delete.
249 * config/microblaze/microblaze.c (function_arg_advance): Rename to...
250 (microblaze_function_arg_advance): ...this. Make static. Take a
251 const_tree and a bool.
252 (function-arg): Rename to...
253 (microblaze_function_arg): ...this. Make static. Take a const_tree
254 and a bool.
255 (microblaze_expand_prologue): Call targetm.calls.function_arg and
256 targetm.calls.function_arg_advance.
257 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
258
259 2010-11-02 Iain Sandoe <iains@gcc.gnu.org>
260
261 Merge from FSF "apple/trunk" branch.
262
263 * config/rs6000/darwin.opt (mdynamic-no-pic): move from here ...
264 * config/darwin.opt: .. to here.
265 (matt-stubs): New option.
266 * config/i386/darwin.opt: Delete.
267 * config/i386/i386.h (MACHOPIC_ATT_STUB): New.
268 (MACHO_DYNAMIC_NO_PIC_P): New.
269 (MACHOPIC_INDIRECT): New.
270 (MACHOPIC_PURE): New.
271 * config/i386/darwin.h (DARWIN_X86) Define to 1.
272 (MACHOPIC_ATT_STUB): New.
273 (CC1_SPEC): Do not remove mdynamic-no-pic.
274 Move HOT_TEXT_SECTION_NAME: move to config/darwin.h
275 UNLIKELY_EXECUTED_TEXT_SECTION_NAME: Likewise.
276 (FUNCTION_PROFILER): Correct over-length line.
277 (SUBTARGET_OVERRIDE_OPTIONS): New.
278 (MACHOPIC_NL_SYMBOL_PTR_SECTION): New.
279 * config/i386/i386.c (config/i386/i386.c): Darwin has no PLT.
280 (legitimate_constant_p): Handle mdynamic-no-pic.
281 (ix86_legitimate_address_p): Likewise.
282 (ix86_legitimize_address): Likewise.
283 (ix86_expand_move): Likewise.
284 (machopic_output_stub): Update for ATT-style stubs and
285 mdynamic-no-pic.
286 * config/darwin-protos.h (machopic_symbol_defined_p): New.
287 * config/rs6000/darwin.h (DARWIN_PPC): Define to 1.
288 TARGET_DYNAMIC_NO_PIC: Remove.
289 Move HOT_TEXT_SECTION_NAME: move to config/darwin.h
290 UNLIKELY_EXECUTED_TEXT_SECTION_NAME: Likewise.
291 * config/rs6000/rs6000.c (darwin_rs6000_override_options):
292 Remove handling of mdynamic-no-pic.
293 * config/darwin.c (HAVE_lo_sum, gen_macho_high, gen_macho_low):
294 Define if required.
295 (machopic_symbol_defined_p): Do not try to use current_function_decl
296 when generating _get_pc thunks within stubs.
297 (machopic_indirect_data_reference): Rework for direct conditionals
298 rather than #ifdefs, add x86 mdynamic-no-pic
299 (machopic_legitimize_pic_address): Update to use HAVE_lo_sum with a
300 defined value.
301 (darwin_override_options): Handle mdynamic-no-pic here.
302 * config/darwin-sections.def (machopic_lazy_symbol_ptr2_section): New.
303 (machopic_lazy_symbol_ptr3_section): New.
304 (machopic_picsymbol_stub2_section): New.
305 (machopic_picsymbol_stub3_section): New.
306 * config/darwin.h (DARWIN_X86, DARWIN_PPC): Define to 0.
307 (MACHOPIC_NL_SYMBOL_PTR_SECTION): New.
308 (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
309 Moved common definition from x86 and rs6000.
310 (MACHO_DYNAMIC_NO_PIC_P): Override value.
311 (MACHOPIC_INDIRECT): Likewise.
312 (MACHOPIC_PURE): Likewise.
313 * config.gcc (x86-darwin-*): Remove darwin.opt.
314
315 2010-11-02 Jakub Jelinek <jakub@redhat.com>
316
317 PR debug/46255
318 * tree-cfg.c (gimple_flow_call_edges_add): Use gsi_last_nondebug_bb
319 instead of gsi_last_bb.
320
321 2010-11-02 Bernd Schmidt <bernds@codesourcery.com>
322 Maxim Kuvyrkov <maxim@codesourcery.com>
323
324 * config/i386/i386.c (cpu_names): Add "corei7".
325 * config/i386/i386.h (enum target_cpu_default): Add entry for Core i7.
326
327 2010-11-02 Bernd Schmidt <bernds@codesourcery.com>
328 Maxim Kuvyrkov <maxim@codesourcery.com>
329
330 Tune alignment for Intel Core i7
331
332 * config/i386.h (TARGET_COREI7{_32,_64,}): New macros.
333 (enum processor_type): Update comment. Add entries for Core i7.
334 * config/i386-c.c (ix86_target_macros_internal): Update.
335 * config/i386.c (m_COREI7{_32,_64}): New macros.
336 (m_GENERIC32, m_GENERIC64): Use generic tuning for Core i7.
337 (processor_target_table): Tune alignment for Core i7.
338 (ix86_option_override_internal): Use PROCESSOR_COREI7_*.
339
340 * doc/invoke.texi: Document "corei7" option value.
341
342 2010-11-02 Bernd Schmidt <bernds@codesourcery.com>
343 Maxim Kuvyrkov <maxim@codesourcery.com>
344 H.J. Lu <hjl.tools@gmail.com>
345
346 Basic support for Intel Core i7
347
348 * i386.c (ix86_option_override_internal): Add entry for corei7, use
349 generic tuning. Use generic32 when compiling for 32-bit ABI.
350
351 2010-11-02 Iain Sandoe <iains@gcc.gnu.org>
352
353 * config/darwin.c (darwin_asm_named_section): Check for __DWARF
354 sections and call darwin_asm_dwarf_section() to handle them.
355 (darwin_asm_dwarf_section): New.
356 (darwin_file_start): Remove code emitting dwarf section symbols.
357
358 2010-11-02 Chung-Lin Tang <cltang@codesourcery.com>
359
360 * Makefile.in (LIBGCC2_CFLAGS): Add -fno-stack-protector, to
361 explicitly disable stack protection when building libgcc.
362 (CRTSTUFF_CFLAGS): Same, for crtbegin/end.
363
364 2010-11-01 Jason Merrill <jason@redhat.com>
365
366 * fold-const.c (fold_indirect_ref_1): Handle folding
367 POINTER_PLUS_EXPR to ARRAY_REF.
368
369 2010-11-01 Kaz Kojima <kkojima@gcc.gnu.org>
370
371 * config/sh/sh.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
372 (sh_delegitimize_address): New function.
373
374 2010-11-01 Joseph Myers <joseph@codesourcery.com>
375
376 * config/alpha/alpha.h (WORD_SWITCH_TAKES_ARG): Remove.
377 * config/cris/cris.h (WORD_SWITCH_TAKES_ARG): Remove.
378 (CC1_SPEC): Don't handle -target.
379 * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove single-argument
380 options.
381 * config/darwin.opt (Zallowable_client, Zbundle_loader,
382 Zdylib_file, Zexported_symbols_list, Zfn_seg_addr_table_filename,
383 Zimage_base, Zinit, Zinstall_name, Zmultiply_defined,
384 Zmultiplydefinedunused, Zseg_addr_table, Zsegs_read_only_addr,
385 Zsegs_read_write_addr, Zumbrella, Zunexported_symbols_list,
386 Zweak_reference_mismatches, client_name, compatibility_version,
387 current_version, dylinker_install_name, pagezero_size,
388 read_only_relocs, seg1addr, segs_read_only_addr,
389 segs_read_write_addr, sub_library, sub_umbrella): New.
390 * config/freebsd-spec.h (BSD_WORD_SWITCH_TAKES_ARG): Remove.
391 * config/freebsd.h (WORD_SWITCH_TAKES_ARG): Remove.
392 * config/freebsd.opt: New.
393 * config/interix.h (WORD_SWITCH_TAKES_ARG): Remove.
394 * config/mips/iris6.h (WORD_SWITCH_TAKES_ARG): Remove.
395 * config/rpath.opt: New.
396 * config.gcc (*-*-freebsd*): Use rpath.opt and freebsd.opt.
397 (alpha*-dec-osf5.1*, i[34567]86-*-interix3*, mips-sgi-irix6.5*):
398 Use rpath.opt.
399
400 2010-11-01 Joseph Myers <joseph@codesourcery.com>
401
402 * common.opt (R, T, Tbss, Tdata, Ttext, h, z): New.
403 * defaults.h (DEFAULT_SWITCH_TAKES_ARG, SWITCH_TAKES_ARG): Remove.
404 (DEFAULT_WORD_SWITCH_TAKES_ARG): Define to 0.
405 * doc/tm.texi.in (SWITCH_TAKES_ARG): Remove.
406 (WORD_SWITCH_TAKES_ARG): Don't refer to SWITCH_TAKES_ARG.
407 Document that options in .opt files do not need to be included.
408 * doc/tm.texi: Regenerate.
409 * gcc.c (LINK_COMMAND_SPEC): Don't include %{x}.
410 * opts-common.c: Update comment on tm.h include.
411 (decode_cmdline_option): Don't use SWITCH_TAKES_ARG.
412 * system.h (SWITCH_TAKES_ARG): Poison.
413 * config/alpha/alpha.h (SWITCH_TAKES_ARG): Remove.
414 * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove options included
415 in darwin.opt.
416 (LINK_COMMAND_SPEC_A): Don't include %{x}.
417 * config/fr30/fr30.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
418 * config/freebsd-spec.h (FBSD_SWITCH_TAKES_ARG): Remove.
419 * config/freebsd.h (SWITCH_TAKES_ARG): Remove.
420 * config/frv/frv.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
421 * config/i386/djgpp.h (LINK_COMMAND_SPEC): Don't include %{x}.
422 * config/ia64/ia64.h (SWITCH_TAKES_ARG): Remove.
423 * config/interix.h (WORD_SWITCH_TAKES_ARG): Don't handle -T options.
424 * config/lm32/lm32.h (SWITCH_TAKES_ARG): Remove.
425 * config/m32r/m32r.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
426 * config/microblaze/microblaze.h (SWITCH_TAKES_ARG): Remove.
427 * config/mips/mips.h (SWITCH_TAKES_ARG): Remove.
428 * config/mips/netbsd.h (SWITCH_TAKES_ARG): Remove.
429 * config/mips/vxworks.h (SWITCH_TAKES_ARG): Remove.
430 * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove.
431 * config/netbsd-elf.h (SWITCH_TAKES_ARG): Remove.
432 * config/openbsd.h (SWITCH_TAKES_ARG): Remove.
433 * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Remove.
434 * config/score/score.h (SWITCH_TAKES_ARG): Remove.
435 * config/sol2.h (SWITCH_TAKES_ARG): Remove.
436 * config/sparc/sp-elf.h (SWITCH_TAKES_ARG): Remove.
437 * config/sparc/sp64-elf.h (SWITCH_TAKES_ARG): Remove.
438 * config/sparc/sparc.h (ASM_SPEC): Don't include %{R}.
439 * config/svr4.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
440
441 2010-11-01 Paul Koning <ni1d@arrl.net>
442
443 * config/pdp11/pdp11.md: Use iterators.
444 (addqi3, subqi3, iorsi3, xorsi3): Delete.
445
446 2010-11-01 Steve Ellcey <sje@cup.hp.com>
447
448 * defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): Move under ifdef
449 GCC_INSN_FLAGS_H.
450 * libgcov.c (__gcov_indirect_call_profiler): Set
451 VTABLE_USES_DESCRIPTORS if TARGET_VTABLE_USES_DESCRIPTORS is
452 defined and use in place of TARGET_VTABLE_USES_DESCRIPTORS.
453
454 2010-11-01 Nathan Froyd <froydnj@codesourcery.com>
455
456 PR tree-optimization/46259
457
458 Revert:
459 2010-10-30 Nathan Froyd <froydnj@codesourcery.com>
460
461 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
462 build_vector_from_val.
463
464 2010-11-01 DJ Delorie <dj@redhat.com>
465
466 * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Add define for RX610
467 as well as an assertion.
468
469 2010-11-01 Paul Koning <ni1d@arrl.net>
470
471 * config/pdp11/pdp11.c (pdp11_return_in_memory): Return vector and
472 complex modes in memory.
473
474 2010-11-01 Nathan Froyd <froydnj@codesourcery.com>
475
476 * tree.c (build_vector_from_val): Use useless_type_conversion_p.
477
478 2010-11-01 Jakub Jelinek <jakub@redhat.com>
479
480 PR target/45250
481 * var-tracking.c (cfa_base_rtx): Move definition earlier in the file.
482 (cfa_base_offset): New variable.
483 (compute_cfa_pointer): Use cfa_base_rtx and cfa_base_offset.
484 (adjust_mems): Don't do any sp or hfp replacements if cfa_base_rtx
485 is NULL.
486 (vt_init_cfa_base): Initialize cfa_base_offset.
487
488 2010-11-01 Alan Modra <amodra@gmail.com>
489
490 PR target/46030
491 * config/rs6000/rs6000.c (struct rs6000_stack): Add reload_completed
492 and savres_strategy.
493 (stack_info): New file scope var.
494 (rs6000_init_machine_status): Init stack_info.
495 (SAVRES_INLINE_FPRS, SAVRES_INLINE_GPRS,
496 SAVRES_NOINLINE_GPRS_SAVES_LR, SAVRES_NOINLINE_FPRS_SAVES_LR,
497 SAVRES_NOINLINE_FPRS_DOESNT_RESTORE_LR): Replace with..
498 (SAVE_INLINE_FPRS, SAVE_INLINE_GPRS, REST_INLINE_FPRS, REST_INLINE_GPRS,
499 SAVE_NOINLINE_GPRS_SAVES_LR, SAVE_NOINLINE_FPRS_SAVES_LR
500 REST_NOINLINE_FPRS_DOESNT_RESTORE_LR): ..this. Update all refs.
501 (rs6000_savres_strategy): Rewrite.
502 (rs6000_stack_info): Use "stack_info" in place of local "info".
503 Return cached stack info when reload_completed unless ENABLE_CHECKING
504 in which case confirm newly calculated stack info matches old info.
505 Delay calculation of lr_save_p, set it for out of line gp save/restore
506 as well as fp. Call rs6000_savres_strategy from here..
507 (rs6000_emit_prologue, rs6000_emit_epilogue): ..rather than here.
508 (rs6000_output_function_prologue): Use info->savres_strategy to
509 determine whether fp save/restore externs need to be emitted.
510
511 2010-10-31 Jason Merrill <jason@redhat.com>
512
513 * tree.h (EXPR_LOC_OR_HERE): New macro.
514 * builtins.c (c_strlen): Use it.
515 * c-decl.c (build_enumerator): Likewise.
516 * gimplify.c (internal_get_tmp_var): Likewise.
517 (shortcut_cond_expr): Likewise.
518 (gimplify_one_sizepos): Likewise.
519
520 2010-10-31 Richard Henderson <rth@redhat.com>
521
522 * config/i386/cygming.h (TARGET_SEH): New.
523 (MAX_STACK_ALIGNMENT): New. Disable alignment for SEH.
524 (TARGET_ASM_UNWIND_EMIT, TARGET_ASM_UNWIND_EMIT_BEFORE_INSN,
525 TARGET_ASM_FUNCTION_END_PROLOGUE, SUBTARGET_ASM_UNWIND_INIT): New.
526 (TARGET_OS_CPP_BUILTINS): Define __SEH__ as needed.
527 (ASM_DECLARE_FUNCTION_NAME): Use i386_pe_start_function.
528 (ASM_DECLARE_FUNCTION_SIZE): New.
529 * config/i386/i386-protos.h: Update.
530 * config/i386/i386.c (ix86_option_override_internal): Enable
531 flag_unwind_tables with flag_asynchronous_unwind_tables immediately;
532 restrict -mpreferred-stack-boundary for SEH; enable flag_fentry.
533 (ix86_asm_output_function_label): Use SUBTARGET_ASM_UNWIND_INIT.
534 (ix86_compute_frame_layout): For SEH, disable
535 use_fast_prologue_epilogue, move frame pointer to the end of
536 the frame. Initialize hfp_save_offset.
537 (ix86_expand_prologue): Honor hfp_save_offset. Emit blockage
538 at end of prologue for SEH.
539 (ix86_expand_epilogue): For SEH, use pops, emit a nop if needed,
540 emit blockage at beginning of epilogue.
541 (ix86_expand_binary_operator): After reload, emit LEA if needed.
542 (ix86_output_call_insn): New.
543 * config/i386/i386.h (TARGET_SEH): New.
544 (struct machine_function): Add member seh.
545 * config/i386/i386.md (all call patterns): Use ix86_output_call_insn.
546 * config/i386/winnt.c (struct seh_frame_state): New.
547 (i386_pe_seh_init, i386_pe_seh_end_prologue, i386_pe_seh_fini,
548 seh_emit_push, seh_emit_save, seh_emit_stackalloc, seh_cfa_adjust_cfa,
549 seh_cfa_offset, seh_frame_related_expr, i386_pe_seh_unwind_emit,
550 i386_pe_start_function, i386_pe_end_function): New.
551
552 * dwarf2out.c (dwarf2out_frame_debug_expr): Accept CFA as well
553 as CFA_STORE in rules 12 and 13.
554
555 2010-10-31 Uros Bizjak <ubizjak@gmail.com>
556
557 PR tree-optimization/46142
558 * tree-vect-stmts.c (vectorizable_call): Enlarge dt array to
559 accommodate third function argument.
560
561 2010-10-30 Nathan Froyd <froydnj@codesourcery.com>
562
563 * tree-ssa-loop-im.c (rewrite_reciprocal): Use build_one_cst.
564
565 2010-10-30 Nathan Froyd <froydnj@codesourcery.com>
566
567 * fold-const.c (build_zero_vector): Use build_vector_from_val.
568 * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
569 (get_initial_def_for_reduction): Likewise.
570 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
571 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Likewise.
572 * tree.c (build_one_cst): Likewise.
573 (build_vector_from_val): Use types_compatible_p for assert.
574
575 2010-10-30 Nathan Froyd <froydnj@codesourcery.com>
576
577 * emit-rtl.c (mark_used_flags): New function.
578 (set_used_flags, reset_used_flags): Call it.
579
580 2010-10-30 Uros Bizjak <ubizjak@gmail.com>
581
582 PR middle-end/44569
583 * lower-suberg.c (simplify_subreg_concatn): For VOIDmode elements,
584 determine the mode of a subreg by GET_MODE_INNER of CONCATN RTX.
585
586 2010-10-30 H.J. Lu <hongjiu.lu@intel.com>
587
588 PR target/46195
589 * config/i386/i386.c (contains_aligned_value_p): Renamed to ...
590 (ix86_compat_aligned_value_p): This.
591 (ix86_old_function_arg_boundary): Renamed to ...
592 (ix86_compat_function_arg_boundary): This. Updated.
593 (ix86_contains_aligned_value_p): New.
594 (ix86_function_arg_boundary): Align long double parameters on
595 stack to 4byte in 32bit.
596
597 2010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>
598
599 Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
600 * c-parser.c (c_parser_objc_at_property_declaration): Removed
601 parsing of RID_COPIES and RID_IVAR. Updated call to
602 objc_add_property_declaration.
603 * c-typecheck.c (build_component_ref): Call
604 objc_maybe_build_component_ref instead of objc_build_setter_call.
605 Use objc_is_property_ref to improve Objective-C checks.
606 (cp_build_modify_expr): Call objc_maybe_build_modify_expr instead
607 of objc_build_getter_call.
608
609 2010-10-29 Paul Koning <ni1d@arrl.net>
610
611 * doc/tm.texi.in (REGNO_OK_FOR_BASE_P, REGNO_MODE_OK_FOR_BASE_P,
612 REGNO_MODE_OK_FOR_REG_BASE, REGNO_MODE_CODE_OK_FOR_BASE_P,
613 REGNO_OK_FOR_INDEX_P): Delete non-strict variant.
614 (REG_OK_STRICT): Move description.
615
616 2010-10-29 Paul Koning <ni1d@arrl.net>
617
618 * config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.
619
620 2010-10-29 Paul Koning <ni1d@arrl.net>
621
622 * config/pdp11/pdp11.md (divhi3, modhi3, divmodhi3): Fix ICE.
623
624 2010-10-29 Paul Koning <ni1d@arrl.net>
625
626 PR/41822
627 * config/pdp11/pdp11.md (andhi3, andqi3): Fix wrong code error.
628
629 2010-10-29 Richard Henderson <rth@redhat.com>
630
631 PR rtl-opt/46226
632 * stmt.c (expand_asm_operands): Call do_pending_stack_adjust
633 for asm goto.
634
635 2010-10-29 Paul Koning <ni1d@arrl.net>
636
637 * config/pdp11/pdp11.c (output_move_quad): Fix ICE for CPU
638 register to register move.
639
640 2010-10-29 Paul Koning <ni1d@arrl.net>
641
642 * config/pdp11/pdp11.c (print_operand_address): Correct handling
643 of integer constant addresses, delete vax-only logic.
644
645 2010-10-11 Hariharan Sandanagobalane <hariharan@picochip.com>
646
647 * config/picochip/picochip.c (picochip_is_short_branch): Simplify
648 a conditional expression.
649
650 2010-10-29 Paul Koning <ni1d@arrl.net>
651
652 * config/pdp11/pdp11.c (pdp11_trampoline_init): Correct
653 instruction encoding.
654
655 2010-10-29 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
656 Andrew Pinski <pinskia@gmail.com>
657
658 * tree.h (build_vector_from_val): Declare.
659 * tree.c (build_vector_from_val): New function.
660 * c-typeck.c (build_binary_op): Handle vector shifting.
661 * doc/extend.texi: Description of the vector shifting operation.
662
663 2010-10-29 Paul Koning <pkoning@equallogic.com>
664
665 * config/pdp11/pdp11-protos.h (pdp11_cannot_change_mode_class,
666 pdp11_secondary_memory_needed): Declare.
667 * config/pdp11/predicates.md (float_operand): New predicate.
668 * config/pdp11/pdp11.md (RETVAL_REGNUM): New constant.
669 (cbranchdf4, movdf): Change predicate.
670 (movsf): Handle FPU register case.
671 (truncdfsf2, extendsfdf2): Add FPU register case.
672 * config/pdp11/pdp11.c (TARGET_SECONDARY_RELOAD,
673 TARGET_REGISTER_MOVE_COST, TARGET_PREFERRED_RELOAD_CLASS,
674 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
675 (pdp11_register_move_cost): Update cost matrix.
676 (pdp11_cannot_change_mode_class, pdp11_preferred_reload_class,
677 pdp11_preferred_output_reload_class, pdp11_secondary_reload,
678 pdp11_secondary_memory_needed): New function.
679 (pdp11_return_in_memory): Add other float types.
680 * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Add other float types.
681 (SECONDARY_MEMORY_NEEDED, CANNOT_CHANGE_MODE_CLASS): Define.
682 (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS,
683 REGISTER_MOVE_COST): Delete.
684 (BASE_RETURN_VALUE_REG): Add other float types.
685
686 2010-10-29 Nick Clifton<nickc@redhat.com>
687
688 * doc/invoke.texi: Document -mam34 and -mtune options.
689 * config/mn10300/mn10300.c (mn10300_tune_string): New variable.
690 (mn10300_tune_cpu): New variable.
691 (mn10300_handle_option): Handle -mam34 and -mtune options.
692 (mn10300_option_override): Convert tune string into tune cpu variable.
693 (mn10300_legitimate_constant_p): Delete unused local variable.
694 (is_load_insn): New function.
695 (is_store_insn): New function.
696 (mn10300_adjust_schedule_cost): New function.
697 (TARGET_SCHED_ADJUST_COST): Define.
698 * config/mn10300/mn10300.opt (mam34): New option.
699 (mtune): New option.
700 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add AM34 support.
701 (enum processor_type): Add AM34.
702 (TARGET_AM34): Define.
703 * config/mn10300/mn10300.md (attr cpu): Add am34.
704 Add pipeline description.
705 (movqi, movhi, movsi, movsf, movdf, movdi): Fix predicates.
706 Remove unneeded alternatives. Add timing attribute.
707 (pop_pic_reg, am33_addsi3, mn10300_addsi3, am33_subsi3,
708 mn10300_subsi3, mulsidi3, umulsidi3, am33_mulsi3,
709 mn10300_mulsi3, udivmodsi4_am33, divmodsi4, am33_andsi3,
710 mn10300_andsi3, am33_iorsi3, mn10300_iorsi3, am33_xorsi3,
711 mn10300_xorsi3, byte_clear, byte_set, bit_clear1, bit_clear2,
712 bit_set, am33_iorqi3, mn10300_iorqi3, test_byte_bitfield,
713 bit_test, subreg_bit_test, cmpsi, am33_cmpsf, am33_subsi3,
714 float_conditional_branch, jump, indirect_jump, tablejump,
715 call_internal, call_value_internal, zero_extendqisi2_am33,
716 zero_extendqisi2_mn10300, zero_extendhisi2_am33,
717 zero_extendhisi2_mn10300, extendqisi2_am33, extendqisi2_mn10300,
718 extendhisi2_am33, extendhisi2_mn10300, am33_ashlsi3,
719 mn10300_ashlsi3, am33_lshrsi3, mn10300_lshrsi3, am33_ashrisi3,
720 mn10300_ashrsi3, abssf2_am33_2, negsf2_am33_2, rsqrtsf2,
721 addsf3_internal, subsf3_internal, mulsf3_internal, divsf3,
722 fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4, return_internal,
723 return_internal_regs, store_movm, return, call_next_insn):
724 Add timing attribute.
725 (am33_subsi3): Add missing clobber of CC_REG.
726 (am33_andsi3, mn10300_andsi3): Fix compile time warnings.
727 (udivmodsi4, udivmodsi4_insn, divmodsi4, test_byte_bitfield,
728 subreg_bit_test, zero_extendqisi2, zero_extendhisi2,
729 extendqisi2): Fix predicates.
730 (call_internal, call_internal_value): Separate alternatives.
731 * config/mn10300/t-mn10300: Add AM34 multilib.
732
733 2010-10-29 Paolo Bonzini <bonzini@gnu.org>
734
735 * config/sh/sh.c (sh_promote_function_mode): Use
736 default_promote_function_mode if !sh_promote_prototypes.
737
738 2010-10-28 Paolo Bonzini <bonzini@gnu.org>
739
740 * recog.c (split_all_insns): Remove dead code.
741
742 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
743
744 * score.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
745
746 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
747
748 * config/cris/cris.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
749 (FUNCTION_ARG_ADVANCE): Delete.
750 * config/cris/cris.c (cris_function_arg_1, cris_function_arg): New
751 functions.
752 (cris_function_incoming_arg, cris_function_arg_advance): New functions.
753 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
754 (TARGET_FUNCTION_ARG_ADVANCE): Define.
755
756 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
757
758 * config/lm32/lm32-protos.h (lm32_function_arg): Delete.
759 * config/lm32/lm32.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
760 * config/mcore/mcore.c (mcore_function_arg): Declare. Make static.
761 Take a const_tree and a bool.
762 (mcore_function_arg_advance): New function.
763 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
764
765 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
766
767 * config/mcore/mcore-protos.h (mcore_function_arg): Delete.
768 * config/mcore/mcore.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
769 * config/mcore/mcore.c (mcore_function_arg): Declare. Make static.
770 Take a const_tree and a bool.
771 (mcore_function_arg_advance): New function.
772 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
773
774 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
775
776 * config/h8300/h8300-protos.h (function_arg): Delete.
777 * config/h8300/h8300.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
778 * config/h8300/h8300.c (function_arg): Rename to...
779 (h8300_function_arg): ...this. Make static. Take a const_tree and
780 a bool.
781 (h8300_function_arg_advance): New function.
782 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
783
784 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
785
786 * config/arc/arc.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move code
787 to...
788 * config/arc/arc.c (arc_function_arg): ...here and...
789 (arc_function_arg_advance): ...here. New functions.
790 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
791
792 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
793
794 * config/crx/crx-protos.h (crx_function_arg): Delete.
795 (crx_function_arg_advance): Delete.
796 * config/crx/crx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
797 * config/crx/crx.c (crx_function_arg): Make static. Take a
798 const_tree and a bool.
799 (crx_function_arg_advance): Make static. Take a const_tree and a bool.
800 (enough_regs_for_param): Take a const_tree.
801 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
802
803 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
804
805 * config/m68hc11/m68hc11-protos.h (m68hc11_function_arg): Delete.
806 (m68hc11_function_arg_advance): Delete.
807 * config/m68hc11/m68hc11.h (FUNCTION_ARG): Delete.
808 (FUNCTION_ARG_ADVANCE): Delete.
809 * config/m68hc11/m68hc11.c (m68hc11_function_arg): Make static.
810 Take a const_tree and a bool.
811 (m68hc11_function_arg_advance): Likewise.
812 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
813
814 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
815
816 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): Delete.
817 (xstormy16_function_arg_advance): Delete.
818 * config/stormy16/stormy16.h (FUNCTION_ARG): Delete.
819 (FUNCTION_ARG_ADVANCE): Delete.
820 * config/stormy16/stormy16.c (xstormy16_function_arg): Make static.
821 Take a const_tree and a bool.
822 (xstormy16_function_arg_advance): Likewise. Return void, updating
823 the CUM parameter instead.
824 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
825
826 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
827
828 * config/moxie/moxie-protos.h (moxie_function_arg): Delete.
829 * config/moxie/moxie.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
830 (MOXIE_FUNCTION_ARG_SIZE): Move to...
831 * config/moxie/moxie.c (MOXIE_FUNCTION_ARG_SIZE): ...here.
832 (moxie_function_arg): Make static. Take a const_tree and a bool.
833 (moxie_function_arg_advance): New function.
834 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
835
836 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
837
838 * config/mn10300/mn10300-protos.h (function_arg): Delete.
839 * config/mn10300/mn10300.h (FUNCTION_ARG): Delete.
840 (FUNCTION_ARG_ADVANCE): Delete.
841 * config/mn10300/mn10300.c (function_arg): Rename to...
842 (mn10300_function_arg): ...this. Make static. Take a const_tree
843 and a bool.
844 (mn10300_function_arg_advance): New function.
845 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
846
847 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
848
849 * config/iq2000/iq2000-protos.h (function_arg): Delete.
850 (function_arg_advance): Delete.
851 * config/iq2000/iq2000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
852 * config/iq2000/iq2000.c (function_arg): Rename to...
853 (iq2000_function_arg): ...this. Make static. Take a const_tree and
854 a bool.
855 (function_arg_advance): Rename to...
856 (iq2000_function_arg_advance): ...this. Make static. Take a
857 const_tree and a bool.
858 (iq2000_expand_prologue): Call iq2000_function_arg_advance and
859 iq2000_function_arg.
860 (iq2000_pass_by_reference): Call iq2000_function_arg).
861 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
862
863 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
864
865 * config/fr30/fr30-protos.h (fr30_num_arg_regs): Delete.
866 * config/fr30/fr30.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
867 * config/fr30/fr30.c (fr30_num_arg_regs): Make static. Take a
868 const_tree.
869 (fr30_function_arg): New function.
870 (fr30_function_arg_advance): New function.
871 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
872
873 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
874
875 * config/frv/frv-protos.h (frv_function_arg): Delete.
876 (frv_function_arg_advance): Delete.
877 * config/frv/frv.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
878 * config/frv/frv.c (frv_function_arg): Rename to...
879 (frv_function_arg_1): Make static. Take const_tree and bool arguments.
880 (frv_function_arg, frv_function_incoming_arg): New functions.
881 (frv_function_arg_advance): Make static. Take a const_tree and a bool.
882 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
883 (TARGET_FUNCTION_ARG_ADVANCE): Define.
884
885 2010-10-28 Uros Bizjak <ubizjak@gmail.com>
886
887 PR target/46153
888 * config/i386/sse.md (sse_movhlps_exp): Use destination
889 returned from ix86_fixup_binary_operands to expand insn.
890 (sse_movlhps_exp): Ditto.
891 (sse_loadhps_exp): Ditto.
892 (sse_loadlps_exp): Ditto.
893 (sse2_loadhpd_exp): Ditto.
894 (sse2_loadlpd_exp): Ditto.
895
896 2010-10-28 Andrew Stubbs <ams@codesourcery.com>
897
898 * config/arm/arm.c (const_ok_for_arm): Support 0xXY00XY00 pattern
899 constants in thumb2.
900
901 2010-10-28 Eric Botcazou <ebotcazou@adacore.com>
902
903 * combine.c (set_nonzero_bits_and_sign_copies): Use unsigned
904 arithmetics in masking operations.
905 (contains_muldiv): Likewise.
906 (try_combine): Likewise.
907 (find_split_point): Likewise.
908 (combine_simplify_rtx): Likewise.
909 (simplify_if_then_else): Likewise.
910 (simplify_set): Likewise.
911 (expand_compound_operation): Likewise.
912 (expand_field_assignment): Likewise.
913 (make_extraction): Likewise.
914 (extract_left_shift): Likewise.
915 (make_compound_operation): Likewise.
916 (force_to_mode): Likewise.
917 (make_field_assignment): Likewise.
918 (reg_nonzero_bits_for_combine): Likewise.
919 (simplify_shift_const_1): Likewise.
920 (simplify_comparison): Likewise.
921
922 2010-10-27 Nathan Froyd <froydnj@codesourcery.com>
923
924 * config/ia64/ia64-protos.h (ia64_function_arg): Delete.
925 (ia64_function_arg_advance): Delete.
926 * config/ia64/ia64.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
927 (FUNCTION_ARG_ADVANCE): Delete.
928 * config/ia64/ia64.c (ia64_function_arg): Rename to...
929 (ia64_function_arg_1): ...this. Make static. Take const_tree and
930 bool arguments.
931 (ia64_function_arg, ia64_function_incoming_arg): New functions.
932 (ia64_function_arg_advance): Make static. Take a const_tree and
933 a bool.
934 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
935 (TARGET_FUNCTION_ARG_ADVANCE): Define.
936
937 2010-10-27 Steve Ellcey <sje@cup.hp.com>
938
939 * doc/tm.texi.in (TARGET_GET_RAW_RESULT_MODE): New.
940 (TARGET_GET_RAW_ARG_MODE): New.
941 * doc/tm.texi: Regenerate.
942 * target.def (get_raw_result_mode): New.
943 (get_raw_arg_mode): New.
944 * targhooks.c (default_get_reg_raw_mode): New.
945 * targhooks.h (default_get_reg_raw_mode): New.
946 * builtins.c (apply_args_size): Use targetm.calls.get_raw_arg_mode.
947 (apply_result_size): Ditto.
948 * config/ia64/ia64.c (ia64_get_reg_raw_mode): New.
949 (TARGET_GET_RAW_RESULT_MODE): Define.
950 (TARGET_GET_RAW_ARG_MODE): Ditto.
951
952 2010-10-27 Eric Botcazou <ebotcazou@adacore.com>
953
954 * config/sparc/sol2-unwind.h (sparc64_fallback_frame_state): Adjust
955 for newer Solaris 10 release.
956 (sparc_fallback_frame_state): Likewise.
957
958 2010-10-27 Jason Merrill <jason@redhat.com>
959
960 * gimplify.c (gimplify_decl_expr): Handle anonymous artificial
961 variables sooner.
962
963 2010-10-27 Jie Zhang <jie@codesourcery.com>
964 Maxim Kuvyrkov <maxim@codesourcery.com>
965
966 * haifa-sched.c (ISSUE_POINTS): Remove.
967 (max_issue): Don't issue more than issue_rate instructions.
968
969 2010-10-27 Ian Lance Taylor <iant@google.com>
970
971 PR target/46197
972 * config/i386/i386.md (UNSPECV_SPLIT_STACK_RETURN): New.
973 (split_stack_return): Replace UNSPEC_STACK_CHECK with
974 UNSPECV_SPLIT_STACK_RETURN.
975
976 2010-10-27 H.J. Lu <hongjiu.lu@intel.com>
977
978 * config/i386/i386-protos.h (init_cumulative_args): Add an int.
979
980 * config/i386/i386.c (block_info): New.
981 (BLOCK_INFO): Likewise.
982 (call_avx256_state): Likewise.
983 (check_avx256_stores): Likewise.
984 (move_or_delete_vzeroupper_2): Likewise.
985 (move_or_delete_vzeroupper_1): Likewise.
986 (move_or_delete_vzeroupper): Likewise.
987 (use_avx256_p): Likewise.
988 (function_pass_avx256_p): Likewise.
989 (flag_opts): Add -mvzeroupper.
990 (ix86_option_override_internal): Turn on MASK_VZEROUPPER by
991 default for TARGET_AVX. Turn off MASK_VZEROUPPER if TARGET_AVX
992 is disabled.
993 (ix86_function_ok_for_sibcall): Disable sibcall if we need to
994 generate vzeroupper.
995 (init_cumulative_args): Add an int to indicate caller. Set
996 use_avx256_p, callee_return_avx256_p and caller_use_avx256_p
997 based on return type.
998 (ix86_function_arg): Set use_avx256_p, callee_pass_avx256_p and
999 caller_pass_avx256_p based on argument type.
1000 (ix86_expand_epilogue): Emit vzeroupper if 256bit AVX register
1001 is used, but not returned by caller.
1002 (ix86_expand_call): Emit vzeroupper if 256bit AVX register is used.
1003 (ix86_local_alignment): Set use_avx256_p if 256bit AVX register
1004 is used.
1005 (ix86_minimum_alignment): Likewise.
1006 (ix86_expand_special_args_builtin): Set target to
1007 GEN_INT (vzeroupper_intrinsic) for CODE_FOR_avx_vzeroupper.
1008 (ix86_reorg): Run the vzeroupper optimization if needed.
1009
1010 * config/i386/i386.h (ix86_args): Add caller.
1011 (INIT_CUMULATIVE_ARGS): Updated.
1012 (machine_function): Add use_vzeroupper_p, use_avx256_p,
1013 caller_pass_avx256_p, caller_return_avx256_p,
1014 callee_pass_avx256_p and callee_return_avx256_p.
1015
1016 * config/i386/i386.opt (-mvzeroupper): New.
1017
1018 * config/i386/predicates.md (vzeroupper_operation): Removed.
1019
1020 * config/i386/sse.md (avx_vzeroupper): Removed.
1021 (*avx_vzeroupper): Removed.
1022 (avx_vzeroupper): New.
1023
1024 * doc/invoke.texi: Document -mvzeroupper.
1025
1026 2010-10-27 Eric Botcazou <ebotcazou@adacore.com>
1027
1028 * config/i386/t-mingw32 (SHLIB_LC): Add -lmingwthrd.
1029 * config/i386/t-mingw-w32 (SHLIB_LC): Likewise.
1030 * config/i386/t-mingw-w64 (SHLIB_LC): Likewise.
1031
1032 2010-10-27 Eric Botcazou <ebotcazou@adacore.com>
1033 Olivier Hainque <hainque@adacore.com>
1034
1035 * config/i386/w32-unwind.h (i386_w32_fallback_frame_state): Fix regnum
1036 of EBP. Do not restore reg #9. Remove +1 adjustment to EIP and set
1037 fs->signal_frame instead.
1038
1039 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
1040
1041 * c-parser.c (cp_parser_objc_at_property_declaration): Removed
1042 parsing of RID_COPIES and RID_IVAR.
1043
1044 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
1045
1046 * c-parser.c (c_parser_objc_at_property_declaration): Recognize
1047 RID_ASSIGN, RID_COPY, RID_RETAIN, RID_READWRITE and RID_NONATOMIC.
1048 Do not use objc_set_property_attr, but use local variables
1049 instead. Detect repeated usage of setter, getter and ivar
1050 attributes. Improved error processing when a setter name does not
1051 end in ':'. Do not check for CPP_CLOSE_PAREN after we determined
1052 that the token is a keyword. Updated call to
1053 objc_add_property_declaration.
1054
1055 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
1056
1057 * c-parser.c (c_parser_objc_at_property): Renamed to
1058 c_parser_objc_at_property_declaration. Updated calls to
1059 objc_add_property_variable, now objc_add_property_declaration.
1060 Code rewritten to be much more robust in recovering from syntax
1061 errors. Added comments.
1062 (c_parser_objc_property_attrlist): Removed.
1063 (c_parser_external_declaration): Updated calls to
1064 c_parser_objc_at_property, now
1065 c_parser_objc_at_property_declaration.
1066 (c_parser_objc_methodprotolist): Same change.
1067
1068 2010-10-26 H.J. Lu <hongjiu.lu@intel.com>
1069
1070 * config/i386/i386.md (split_stack_return): Put back unspec_volatile.
1071
1072 2010-10-26 Jan Hubicka <jh@suse.cz>
1073
1074 * ipa.c (process_references): Enqueue all referenced nodes;
1075 mark as reachable only non-external nodes.
1076 (cgraph_remove_unreachable_nodes): All referenced nodes should
1077 be enqueued; remove bogues node->needed check.
1078
1079 2010-10-26 Jan Hubicka <jh@suse.cz>
1080
1081 * cgraphbuild.c (build_cgraph_edges): Use ipa-reference
1082 to represent OMP.
1083
1084 2010-10-26 H.J. Lu <hongjiu.lu@intel.com>
1085
1086 * config/i386/i386.md (split_stack_return): Replace
1087 unspec_volatile with unspec.
1088
1089 2010-10-26 Jonathan Wakely <jwakely.gcc@gmail.com>
1090
1091 * doc/install.texi: Fix typo in --with-sysroot description.
1092
1093 2010-10-26 Jan Hubicka <jh@suse.cz>
1094
1095 * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):
1096 Use info provided by linker plugin.
1097
1098 2010-10-26 Jason Merrill <jason@redhat.com>
1099
1100 * varasm.c (constructor_static_from_elts_p): Don't require a
1101 CONSTRUCTOR to have elements to be suitable for static
1102 initialization. Allow ARRAY_TYPE as well.
1103
1104 2010-10-26 Jan Hubicka <jh@suse.cz>
1105
1106 PR middle-end/45736
1107 * cgraph.c (cgraph_set_readonly_flag): Rename to...
1108 (cgraph_set_const_flags) ... this one; get also looping argument;
1109 clear constructor/destructor flags.
1110 (cgraph_set_pure_flag): Likewise.
1111 (cgraph_set_looping_const_or_pure_flag): Remove.
1112 (cgraph_can_remove_if_no_direct_calls_and_refs): Do not try
1113 to optimize away static ctors/dtors; it does not work on inline clones;
1114 external functions can always be rmeoved.
1115 (cgraph_will_be_removed_from_program_if_no_direct_calls): Assert on
1116 inline clones; in LTO external functions always can go.
1117 (cgraph_used_from_object_file_p): Handle EXTERNAL functions correctly.
1118 (cgraph_mark_address_taken_node): Assert that we are not taking
1119 address of inline clone.
1120 (cgraph_can_remove_if_no_direct_calls_p): We always eventually remove
1121 external functions.
1122 * ipa-cp.c (ipcp_cloning_candidate_p): Do not clone functions with
1123 address taken.
1124 (ipcp_initialize_node_lattices): Only local functions can be
1125 handled without cloning.
1126 * cgraph.h (cgraph_set_readonly_flag,
1127 cgraph_set_looping_const_or_pure_flag): Remove.
1128 (cgraph_set_const_flag): Declare.
1129 (cgraph_set_pure_flag): Update.
1130 * ipa-pure-const (propagate_pure_const, local_pure_const): Update
1131 flags setting code.
1132 * ipa.c (cgraph_remove_unreachable_nodes): Fix formating; do not
1133 look at inline clones; fix handling of external definitions.
1134 (cgraph_postorder): Do not look at inline clones in the first pass.
1135 (function_and_variable_visibility): Drop constructors/destructor
1136 flags at pure and const functions.
1137 * tree-profile.c (tree_profiling): Update.
1138 * ipa-inline.c (cgraph_clone_inlined_nodes): Always clone functions with
1139 address taken; external functions do not account to whole program size.
1140 (cgraph_decide_inlining): Likewise; do not try to inline
1141 functions already inlined.
1142
1143 2010-10-26 Jie Zhang <jie@codesourcery.com>
1144
1145 * doc/invoke.texi: Improve documentation of
1146 -fstrict-volatile-bitfields.
1147
1148 2010-10-26 Ira Rosen <irar@il.ibm.com>
1149
1150 PR tree-optimization/46167
1151 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check that there
1152 is basic block for the statement.
1153
1154 2010-10-26 Paul Koning <ni1d@arrl.net>
1155
1156 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Update to
1157 current definition of struct_real_format.
1158
1159 2010-10-26 H.J. Lu <hongjiu.lu@intel.com>
1160
1161 PR target/44948
1162 * config/i386/i386.c (ix86_old_function_arg_boundary): New.
1163 (ix86_function_arg_boundary): Always align parameters on stack
1164 in 64bit and align parameters with alignment >= 16byte on stack
1165 in 32bit. Warn alignment change.
1166
1167 2010-10-26 Ian Lance Taylor <iant@google.com>
1168
1169 PR middle-end/45687
1170 * ipa-prop.c (ipa_modify_call_arguments): Correct type of MEM_REF
1171 offset.
1172
1173 2010-10-25 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
1174
1175 Implement opaque-enum-specifiesr for C++0x
1176 * tree.h (ENUM_IS_OPAQUE): New.
1177 * dwarf2out.c (gen_enumeration_type_die): Use ENUM_IS_OPAQUE.
1178
1179 2010-10-26 Jie Zhang <jie@codesourcery.com>
1180
1181 * stor-layout.c (layout_decl): Use the field's type to
1182 determine the mode and keep DECL_BIT_FIELD for a volatile bit-field.
1183 * config/arm/arm.c (arm_override_options): Default to
1184 -fstrict-volatile-bitfields.
1185
1186 2010-10-25 Paul Koning <ni1d@arrl.net>
1187
1188 * config/pdp11/pdp11.md: Add define_constants for register
1189 numbers, branch offset limits.
1190 * config/pdp11/pdp11.c: Use named constants instead of numbers.
1191 * config/pdp11.pdp11.h: Ditto.
1192
1193 2010-10-25 Eric Botcazou <ebotcazou@adacore.com>
1194
1195 * configure.ac: Use $cpu_type instead of $target to define the nop.
1196 * configure: Regenerate.
1197
1198 2010-10-25 Jie Zhang <jie@codesourcery.com>
1199
1200 * combine.c (try_combine): If insns need to be kept around, check that
1201 they can be copied in the merged instruction.
1202
1203 2010-10-24 Eric Botcazou <ebotcazou@adacore.com>
1204
1205 * reg-stack.c (convert_regs_1): Return boolean value, true if the CFG
1206 has been modified.
1207 (convert_regs_2): Likewise. Adjust calls to convert_regs_1.
1208 (convert_regs): Adjust calls to convert_regs_2. Clean up the CFG if
1209 it has been modified.
1210
1211 2010-10-24 Eric Botcazou <ebotcazou@adacore.com>
1212
1213 * config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.
1214
1215 2010-10-24 Paul Koning <ni1d@arrl.net>
1216
1217 * config/pdp11/pdp11.md: Change length attribute to be in bytes.
1218 * config/pdp11/pdp11.c (output_jump): Ditto.
1219
1220 2010-10-24 Ian Lance Taylor <iant@google.com>
1221
1222 * config/i386/i386.c (ix86_va_start): Remove extraneous blank line.
1223
1224 2010-10-24 Eric Botcazou <ebotcazou@adacore.com>
1225
1226 * cfglayout.c (fixup_reorder_chain): When ensuring that there is at
1227 least one insn with a locus corresponding to an edge's goto_locus,
1228 disregard non-fallthru edges to the exit block and merge the blocks
1229 created for the same goto_locus.
1230
1231 2010-10-23 Joseph Myers <joseph@codesourcery.com>
1232
1233 * gcc.c (n_switches_alloc_debug_check): New.
1234 (set_option_handlers): New.
1235 (process_command): Use set_option_handlers.
1236 (do_self_spec): Pass spec-generated options through option handlers.
1237 (main): Also save and restore n_switches_alloc when swapping
1238 switch arrays.
1239
1240 2010-10-23 Richard Henderson <rth@redhat.com>
1241
1242 PR target/46144
1243 * config/i386/sse.md (*avx_absneg<AVXMODEF2P>2): New.
1244 (*sse_absneg<SSEMODEF2P>2): Rename from *absneg<VEC_FLOAT_MODE>2.
1245 Honor matching operands when splitting to XOR.
1246
1247 2010-10-23 Ian Lance Taylor <iant@google.com>
1248
1249 * tree-vrp.c (extract_range_from_binary_expr): If
1250 flag_non_call_exceptions don't eliminate division by zero.
1251 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
1252
1253 2010-10-23 Nathan Froyd <froydnj@codesourcery.com>
1254
1255 * cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
1256 __BYTE_ORDER__, __ORDER_LITTLE_ENDIAN__, __ORDER_BIG_ENDIAN__, and
1257 __ORDER_PDP_ENDIAN__.
1258 * libgcc2.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1259 (struct DWstruct): Define based on __BYTE_ORDER__.
1260 * config/fixed-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1261 (struct INTstruct): Define based on __BYTE_ORDER__.
1262 * config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1263 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
1264 * system.h (LIBGCC2_WORDS_BIG_ENDIAN): Poison identifier.
1265 * config/arc/arc.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1266 * config/arm/arm.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1267 * config/ia64/ia64.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1268 * config/iq2000/iq2000.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1269 * config/lm32/lm32.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1270 * config/m32r/m32r.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1271 * config/mcore/mcore.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1272 * config/mep/mep.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1273 * config/mips/mips.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1274 * config/rs6000/sysv4.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1275 * config/rx/rx.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1276 * config/score/score.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1277 * config/sh/sh.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1278 * config/sparc/sparc.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1279 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1280 * doc/tm.texi.in (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
1281 * doc/tm.texi: Regenerate.
1282 * doc/cpp.texi (__BYTE_ORDER__, __ORDER_LITTLE_ENDIAN__): Document.
1283 (__ORDER_BIG_ENDIAN__, __ORDER_PDP_ENDIAN__): Likewise.
1284
1285 2010-10-23 Jie Zhang <jie@codesourcery.com>
1286
1287 PR rtl-optimization/37360
1288 * config/mips/mips.c (cached_can_issue_more): New local variable.
1289 (mips_sched_reorder_1): New.
1290 (mips_sched_reorder): Use mips_sched_reorder_1.
1291 (mips_sched_reorder2): New.
1292 (mips_variable_issue): Set cached_can_issue_more.
1293 (TARGET_SCHED_REORDER2): Define to mips_sched_reorder2
1294 instead of mips_sched_reorder.
1295
1296 Revert:
1297 2008-09-09 Andrey Belevantsev <abel@ispras.ru>
1298 PR rtl-optimization/37360
1299 * haifa-sched.c (max_issue): Do not assert that we never issue more
1300 insns than issue_rate. Add comment.
1301
1302 2010-10-22 Eric Botcazou <ebotcazou@adacore.com>
1303
1304 * gimplify.c (gimplify_variable_sized_compare): Preserve the source
1305 location info of the expression.
1306
1307 2010-10-22 DJ Delorie <dj@redhat.com>
1308
1309 * doc/extend.texi (Named Address Spaces): Document the M32C named
1310 address space.
1311
1312 * config/m32c/m32c-pragma.c (m32c_register_pragmas): Register the
1313 __far address space.
1314 * config/m32c/m32c.h (ADDR_SPACE_FAR): New. Add support for
1315 "__far" address space for R8C and M16C processor variants.
1316 * config/m32c/m32c.c (m32c_addr_space_legitimate_address_p): New.
1317 (far_addr_space_p): New.
1318 (encode_pattern_1): Add sign and zero extend support.
1319 (m32c_hard_regno_nregs_1): Large pointers in A16 mode are SImode.
1320 (m32c_extra_constraint_p2): Add SF constraint.
1321 (m32c_legitimate_address_p): Support __far addresses.
1322 (m32c_addr_space_pointer_mode): New.
1323 (m32c_addr_space_address_mode): New.
1324 (m32c_addr_space_legitimate_address_p): New.
1325 (m32c_addr_space_legitimize_address): New.
1326 (m32c_addr_space_subset_p): New.
1327 (m32c_addr_space_convert): New.
1328 (conversions): Add __far operand patterns.
1329 (m32c_prepare_move): Force constants into registers for __far moves.
1330 (m32c_split_move): __far moves are always split.
1331 * config/m32c/addsub.md (addsi3_1): Support SImode symbols.
1332 * config/m32c/mov.md (mov<mode>_far_op1): New.
1333 (mov<mode>_far_op2): New.
1334 (movqi_op): Add __far (SF) support.
1335 (movhi_op): Likewise.
1336 (movsi_splittable): Split A1A0 also.
1337
1338 2010-10-22 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
1339 Andrew Pinski <pinskia@gmail.com>
1340
1341 * c-typeck.c (build_array_ref): Handle subscripting of vectors.
1342 * doc/extend.texi: New paragraph
1343
1344 2010-10-22 Paul Koning <ni1d@arrl.net>
1345
1346 * config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define.
1347
1348 2010-10-22 DJ Delorie <dj@redhat.com>
1349
1350 * config/m32c/m32c-lib1.S (m32c_jsri16): Make reentrant.
1351
1352 2010-10-22 Paul Koning <ni1d@arrl.net>
1353
1354 * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Define.
1355
1356 2010-10-22 Richard Henderson <rth@redhat.com>
1357
1358 * config/i386/i386.c (ix86_builtin_vectorized_function): Add
1359 cases for __builtin_fma and __builtin_fmaf.
1360
1361 2010-10-22 Richard Henderson <rth@redhat.com>
1362
1363 * config/i386/i386.c (ix86_expand_fp_absneg_operator): Produce
1364 NEG+USE for vectors as well.
1365 * config/i386/i386.md (*absneg<VEC_FLOAT_MODE>2): New pattern
1366 and splitter.
1367
1368 2010-10-22 Joseph Myers <joseph@codesourcery.com>
1369
1370 * gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION,
1371 SWITCH_CURTAILS_COMPILATION): Remove.
1372 * doc/tm.texi.in (SWITCH_CURTAILS_COMPILATION): Remove documentation.
1373 * doc/tm.texi: Regenerate.
1374 * system.h (SWITCH_CURTAILS_COMPILATION): Poison.
1375
1376 2010-10-22 Changpeng Fang <changpeng.fang@amd.com>
1377
1378 * config/i386/bdver1.md: New file.
1379 * config/i386/i386.md (include "bdver1.md"): Invoke the
1380 pipeline description for bdver1.
1381 (x86_sahf_1): Add "bdver1_decode" attribute.
1382 (*cmpfp_i_mixed): Likewise.
1383 (*cmpfp_i_sse): Likewise.
1384 (*cmpfp_i_i387): Likewise.
1385 (*cmpfp_iu_mixed): Likewise.
1386 (*cmpfp_iu_sse): Likewise.
1387 (*cmpfp_iu_387): Likewise.
1388 (*swap<mode>,*swap<mode>_1): Likewise.
1389 (fixuns_trunc<mode>hi2): Likewise.
1390 (fix_trunc<mode>si_sse): Likewise.
1391 (x86_fnstcw_1): Likewise.
1392 (x86_fldcw_1): Likewise.
1393 (*floatsi<mode>2_vector_mixed_with_temp): Likewise.
1394 (*floatsi<mode>2_vector_mixed): Likewise.
1395 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_with_temp): Likewise.
1396 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Likewise.
1397 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Likewise.
1398 (*floatsi<mode>2_vector_sse_with_temp): Likewise.
1399 (*floatsi<mode>2_vector_sse): Likewise.
1400 (*float<SSEMODEI24:mode><MODEF:mode>2_sse_with_temp): Likewise.
1401 (*float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit): Likewise.
1402 (*float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit): Likewise.
1403 (*mul<mode>3_1): Likewise.
1404 (*mulsi3_1_zext): Likewise.
1405 (*mulhi3_1): Likewise.
1406 (*mulqi3_1): Likewise.
1407 (*<u>mul<mode><dwi>3_1): Likewise.
1408 (*<u>mulqihi3_1): Likewise.
1409 (*<s>muldi3_highpart_1): Likewise.
1410 (*<s>mulsi3_highpart_1): Likewise.
1411 (*<s>mulsi3_highpart_zext): Likewise.
1412 (x86_64_shld): Likewise.
1413 (x86_shld): Likewise.
1414 (x86_64_shrd): Likewise.
1415 (x86_shrd): Likewise.
1416 (sqrtxf2): Likewise.
1417 (sqrt_extend<mode>xf2_i387): Likewise.
1418 (*sqrt<mode>2_sse): Likewise.
1419 * config/i386/sse.md (sse_cvtsi2ss): Add "bdver1_decode" attribute.
1420 (sse_cvtsi2ssq): Likewise.
1421 (sse_cvtss2si): Likewise.
1422 (sse_cvtss2si_2): Likewise.
1423 (sse_cvtss2siq): Likewise.
1424 (sse_cvtss2siq_2): Likewise.
1425 (sse_cvttss2si): Likewise.
1426 (sse_cvttss2siq): Likewise.
1427 (sse2_cvtpi2pd): Likewise.
1428 (sse2_cvttpd2pi): Likewise.
1429 (sse2_cvtsi2sd): Likewise.
1430 (sse2_cvtsi2sdq): Likewise.
1431 (sse2_cvtsd2si): Likewise.
1432 (sse2_cvtsd2si_2): Likewise.
1433 (sse2_cvtsd2siq): Likewise.
1434 (sse2_cvtsd2siq_2): Likewise.
1435 (sse2_cvttsd2si): Likewise.
1436 (sse2_cvttsd2siq): Likewise.
1437 (*sse2_cvtpd2dq): Likewise.
1438 (*sse2_cvttpd2dq): Likewise.
1439 (sse2_cvtsd2ss): Likewise.
1440 (sse2_cvtss2sd): Likewise.
1441 (*sse2_cvtpd2ps): Likewise.
1442 (sse2_cvtps2pd): Likewise.
1443
1444 2010-10-22 Richard Guenther <rguenther@suse.de>
1445
1446 PR middle-end/46137
1447 * gimple-fold.c (gimplify_and_update_call_from_tree): Properly
1448 remove the virtual operands if they are not needed.
1449
1450 2010-10-22 Changpeng Fang <changpeng.fang@amd.com>
1451
1452 * config/i386/i386.c (processor_costs bdver1_cost): Update
1453 insn costs and architectural parameters for bdver1.
1454
1455 2010-10-22 Richard Guenther <rguenther@suse.de>
1456
1457 * gimple.h (gimple_register_canonical_type): Declare.
1458 * gimple.c (gimple_canonical_types): New global hashtable.
1459 (struct gimple_type_leader_entry_s): New type.
1460 (gimple_type_leader): New global cache.
1461 (gimple_lookup_type_leader): New function.
1462 (gtc_visit): Query the proper cache.
1463 (gimple_types_compatible_p): Likewise.
1464 (gimple_register_type): Use the new cache instead of TYPE_CANONICAL.
1465 (gimple_canonical_type_eq): New function.
1466 (gimple_register_canonical_type): Likewise.
1467 (print_gimple_types_stats): Adjust for gimple_canonical_types.
1468 (free_gimple_type_tables): Likewise. Free gimple_type_leader.
1469 * tree-ssa.c (useless_type_conversion_p): Do not dispatch to
1470 gimple_types_compatible_p for LTO.
1471
1472 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
1473
1474 PR target/46098
1475 * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
1476 Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
1477 (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
1478 (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
1479 (<sse>_movu<ssemodesuffix>): New expander.
1480 (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
1481 (avx_movdqu<avxmodesuffix>): New expander.
1482 (*sse2_movdqu): Rename from sse2_movdqu.
1483 (sse2_movdqu): New expander.
1484
1485 2010-10-22 Richard Guenther <rguenther@suse.de>
1486
1487 PR tree-optimization/45720
1488 * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
1489 Handle negative step.
1490 (vect_enhance_data_refs_alignment): Likewise.
1491 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Likewise.
1492 (vect_create_cond_for_align_checks): Likewise.
1493 (vect_create_cond_for_alias_checks): Likewise.
1494
1495 2010-10-22 Ira Rosen <irar@il.ibm.com>
1496
1497 PR tree-optimization/46126
1498 * tree-vect-stmts.c (vect_analyze_stmt): Pass NODE to
1499 vectorizable_shift in case of basic block vectorization.
1500
1501 2010-10-22 Joseph Myers <joseph@codesourcery.com>
1502
1503 * target.h (enum opt_levels, struct default_options): New.
1504 * target.def (handle_ofast): Remove hook.
1505 (target_option.optimization): Change to
1506 target_option.optimization_table.
1507 * doc/tm.texi.in (TARGET_OPTION_OPTIMIZATION): Change to
1508 TARGET_OPTION_OPTIMIZATION_TABLE.
1509 (CAN_DEBUG_WITHOUT_FP): Remove.
1510 * doc/tm.texi: Regenerate.
1511 * opts.c (maybe_default_option, maybe_default_options,
1512 default_options_table): New.
1513 (default_options_optimization): Take extra parameters. Don't
1514 assert that global_options and global_options_set are in use. Use
1515 maybe_default_options.
1516 (decode_options): Pass extra parameters to
1517 default_options_optimization.
1518 * common.opt (falign-loops): Use value 0 with Var.
1519 (frerun-cse-after-loop, ftree-ter): Remove Init.
1520 * system.h (CAN_DEBUG_WITHOUT_FP, TARGET_HANDLE_OFAST,
1521 TARGET_OPTION_OPTIMIZATION): Remove.
1522 * targhooks.c (empty_optimization_table): New.
1523 * targhooks.h (empty_optimization_table): Declare.
1524 * toplev.c (process_options): Don't set flag_rerun_cse_after_loop.
1525 * config/alpha/alpha.c (alpha_option_optimization_table,
1526 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1527 * config/alpha/alpha.h (CAN_DEBUG_WITHOUT_FP): Remove.
1528 * config/arm/arm.c (arm_option_optimization: Change to
1529 arm_option_optimization_table.
1530 (TARGET_OPTION_OPTIMIZATION): Change to
1531 TARGET_OPTION_OPTIMIZATION_TABLE.
1532 * config/arm/arm.h (CAN_DEBUG_WITHOUT_FP): Remove.
1533 * config/avr/avr.c (avr_option_optimization_table,
1534 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1535 * config/avr/avr.h (CAN_DEBUG_WITHOUT_FP): Remove.
1536 * config/cris/cris.c (cris_option_optimization): Change to
1537 cris_option_optimization_table.
1538 (TARGET_OPTION_OPTIMIZATION): Change to
1539 TARGET_OPTION_OPTIMIZATION_TABLE.
1540 * config/crx/crx.c (crx_option_optimization): Change to
1541 crx_option_optimization_table.
1542 (TARGET_OPTION_OPTIMIZATION): Change to
1543 TARGET_OPTION_OPTIMIZATION_TABLE.
1544 * config/crx/crx.h (CAN_DEBUG_WITHOUT_FP): Remove.
1545 * config/fr30/fr30.c (fr30_option_optimization_table,
1546 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1547 * config/fr30/fr30.h (CAN_DEBUG_WITHOUT_FP): Remove.
1548 * config/frv/frv.c (frv_option_optimization_table,
1549 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1550 * config/frv/frv.h (CAN_DEBUG_WITHOUT_FP): Remove.
1551 * config/h8300/h8300.c (h8300_option_optimization): Change to
1552 h8300_option_optimization_table.
1553 (TARGET_OPTION_OPTIMIZATION): Change to
1554 TARGET_OPTION_OPTIMIZATION_TABLE.
1555 * config/h8300/h8300.h (CAN_DEBUG_WITHOUT_FP): Remove.
1556 * config/i386/i386.c (ix86_option_optimization): Change to
1557 ix86_option_optimization_table.
1558 (TARGET_OPTION_OPTIMIZATION): Change to
1559 TARGET_OPTION_OPTIMIZATION_TABLE.
1560 * config/i386/sol2-10.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
1561 as initializer.
1562 * config/ia64/ia64.c (ia64_option_optimization): Change to
1563 ia64_option_optimization_table.
1564 (TARGET_OPTION_OPTIMIZATION): Change to
1565 TARGET_OPTION_OPTIMIZATION_TABLE.
1566 * config/ia64/ia64.h (CAN_DEBUG_WITHOUT_FP): Remove.
1567 * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define as
1568 initializer.
1569 * config/iq2000/iq2000.c (iq2000_option_optimization_table,
1570 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1571 * config/iq2000/iq2000.h (CAN_DEBUG_WITHOUT_FP): Remove.
1572 * config/lm32/lm32.c (lm32_option_optimization_table,
1573 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1574 * config/lm32/lm32.h (CAN_DEBUG_WITHOUT_FP): Remove.
1575 * config/m32r/m32r.c (m32r_option_optimization): Change to
1576 m32r_option_optimization_table.
1577 (TARGET_OPTION_OPTIMIZATION): Change to
1578 TARGET_OPTION_OPTIMIZATION_TABLE.
1579 * config/m32r/m32r.h (SUBTARGET_OPTIMIZATION_OPTIONS,
1580 CAN_DEBUG_WITHOUT_FP): Remove.
1581 * config/mcore/mcore.c (mcore_option_optimization): Change to
1582 mcore_option_optimization_table.
1583 (TARGET_OPTION_OPTIMIZATION): Change to
1584 TARGET_OPTION_OPTIMIZATION_TABLE.
1585 * config/mep/mep.c (mep_option_optimization): Change to
1586 mep_option_optimization_table.
1587 (TARGET_OPTION_OPTIMIZATION): Change to
1588 TARGET_OPTION_OPTIMIZATION_TABLE.
1589 * config/mep/mep.h (CAN_DEBUG_WITHOUT_FP): Remove.
1590 * config/microblaze/microblaze.c
1591 (microblaze_option_optimization_table,
1592 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1593 * config/microblaze/microblaze.h (CAN_DEBUG_WITHOUT_FP): Remove.
1594 * config/mips/mips.c (mips_option_optimization_table,
1595 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1596 * config/mips/mips.h (CAN_DEBUG_WITHOUT_FP): Remove.
1597 * config/mmix/mmix.c (mmix_option_optimization): Change to
1598 mmix_option_optimization_table.
1599 (TARGET_OPTION_OPTIMIZATION): Change to
1600 TARGET_OPTION_OPTIMIZATION_TABLE.
1601 * config/mmix/mmix.h (CAN_DEBUG_WITHOUT_FP): Remove.
1602 * config/mn10300/mn10300.c (mn10300_option_optimization_table,
1603 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1604 * config/mn10300/mn10300.h (CAN_DEBUG_WITHOUT_FP): Remove.
1605 * config/pa/pa.c (pa_option_optimization_table,
1606 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1607 * config/pa/pa.h (CAN_DEBUG_WITHOUT_FP): Remove.
1608 * config/pdp11/pdp11.c (pdp11_option_optimization): Change to
1609 pdp11_option_optimization_table.
1610 (TARGET_OPTION_OPTIMIZATION): Change to
1611 TARGET_OPTION_OPTIMIZATION_TABLE.
1612 * config/picochip/picochip.c (picochip_option_optimization_table,
1613 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1614 * config/picochip/picochip.h (CAN_DEBUG_WITHOUT_FP): Remove.
1615 * config/rs6000/rs6000.c (rs6000_option_optimization_table,
1616 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1617 * config/rs6000/rs6000.h (CAN_DEBUG_WITHOUT_FP): Remove.
1618 * config/rx/rx.c (rx_option_optimization_table,
1619 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1620 * config/rx/rx.h (CAN_DEBUG_WITHOUT_FP): Remove.
1621 * config/s390/s390.c (s390_option_optimization): Change to
1622 s390_option_optimization_table.
1623 (s390_option_override): Update comment.
1624 (TARGET_OPTION_OPTIMIZATION): Change to
1625 TARGET_OPTION_OPTIMIZATION_TABLE.
1626 * config/s390/s390.h (CAN_DEBUG_WITHOUT_FP): Remove.
1627 * config/score/score.c (score_option_optimization_table,
1628 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1629 * config/score/score.h (CAN_DEBUG_WITHOUT_FP): Remove.
1630 * config/sh/sh.c (sh_option_optimization): Change to
1631 sh_option_optimization_table.
1632 (TARGET_OPTION_OPTIMIZATION): Change to
1633 TARGET_OPTION_OPTIMIZATION_TABLE.
1634 (sh_option_override): Set MASK_SAVE_ALL_TARGET_REGS here.
1635 (sh_option_override, expand_block_move, multcosts, find_barrier,
1636 barrier_align): Use optimize_size instead of TARGET_SMALLCODE.
1637 * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Remove.
1638 (LOOP_ALIGN, TRAMPOLINE_ALIGNMENT, MOVE_BY_PIECES_P,
1639 STORE_BY_PIECES_P, SH_DYNAMIC_SHIFT_COST): Use optimize_size
1640 instead of TARGET_SMALLCODE.
1641 * config/sh/sh.opt (mspace): Make into an alias for -Os.
1642 * config/sparc/sparc.c (sparc_option_optimization_table,
1643 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1644 * config/sparc/sparc.h (CAN_DEBUG_WITHOUT_FP): Remove.
1645 * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
1646 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1647 * config/stormy16/stormy16.h (CAN_DEBUG_WITHOUT_FP): Remove.
1648 * config/v850/v850.c (v850_option_optimization): Change to
1649 v850_option_optimization_table.
1650 (TARGET_OPTION_OPTIMIZATION): Change to
1651 TARGET_OPTION_OPTIMIZATION_TABLE.
1652 * config/v850/v850.h (CAN_DEBUG_WITHOUT_FP): Remove.
1653 * config/xtensa/xtensa.c (xtensa_option_optimization): Change to
1654 xtensa_option_optimization_table.
1655 (TARGET_OPTION_OPTIMIZATION): Change to
1656 TARGET_OPTION_OPTIMIZATION_TABLE.
1657 * config/xtensa/xtensa.h (CAN_DEBUG_WITHOUT_FP): Remove.
1658
1659 2010-10-21 Iain Sandoe <iains@gcc.gnu.org>
1660
1661 Based on the CFString implementation in FSF apple/trunk branch.
1662
1663 * target.def (objc_construct_string): New Hook.
1664 * doc/tm.texi (objc_construct_string): Document.
1665 * doc/tm.texi.in (TARGET_OBJC_CONSTRUCT_STRING): New.
1666 * config/t-darwin: Amend build rules for darwin.o.
1667 * config/darwin.opt: Add cfstrings flags.
1668 * config/darwin-c.c: Define __CONSTANT_CFSTRINGS__.
1669 (darwin_objc_construct_string): New.
1670 * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Define.
1671 * config/i386/i386.c (ix86_init_builtins): Add SUBTARGET_INIT_BUILTINS.
1672 * config/darwin-protos.h (darwin_init_cfstring_builtins): New prototype.
1673 (darwin_fold_builtin): Likewise.
1674 (darwin_build_constant_cfstring): Likewise.
1675 (darwin_objc_construct_string): Likewise.
1676 (darwin_cfstring_p): Likewise.
1677 (darwin_enter_string_into_cfstring_table): Likewise.
1678 * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS) Update for CFString.
1679 * config/darwin.c (darwin_running_cxx): New var.
1680 (machopic_select_section): Return cfstring_constant_object_section.
1681 (darwin_override_options): Set darwin_running_cxx.
1682 (add_builtin_field_decl): New.
1683 (darwin_init_cfstring_builtins): New.
1684 (darwin_build_constant_cfstring): New.
1685 (darwin_fold_builtin): New.
1686 (cfstring_hash): New.
1687 (cfstring_eq): New.
1688 (darwin_enter_string_into_cfstring_table): New.
1689 * config/darwin-sections.def (cfstring_constant_object_section): New.
1690 * config/darwin.h (TARGET_FOLD_BUILTIN): Define.
1691 (TARGET_OBJC_CONSTRUCT_STRING): Define.
1692
1693 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1694
1695 * config/alpha/alpha.c (alpha_build_builtin_va_list): Use
1696 TYPE_STUB_DECL instead of TREE_CHAIN.
1697 * config/i386/i386.c (ix86_build_builtin_va_list_abi): Likewise.
1698 * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Likewise.
1699 * config/s390/s390.c (s390_build_builtin_va_list): Likewise.
1700 * config/sh/sh.c (sh_build_builtin_va_list): Likewise.
1701 * config/spu/spu.c (spu_build_builtin_va_list): Likewise.
1702 * config/stormy16/stormy16.c (xstormy16_build_builtin_va_list):
1703 Likewise.
1704 * config/xtensa/xtensa.c (xtensa_build_builtin_va_list): Likewise.
1705
1706 2010-10-22 Jie Zhang <jie@codesourcery.com>
1707
1708 * expr.c (emit_group_load_1): Update calls to extract_bit_field.
1709 (copy_blkmode_from_reg): Likewise.
1710 (read_complex_part): Likewise.
1711 (expand_expr_real_1): Calculate packedp and pass it to
1712 extract_bit_field.
1713 * expr.h (extract_bit_field): Update declaration.
1714 * calls.c (store_unaligned_arguments_into_pseudos): Update call
1715 to extract_bit_field.
1716 * expmed.c (extract_fixed_bit_field): Update calls to
1717 extract_fixed_bit_field.
1718 (store_split_bit_field): Likewise.
1719 (extract_bit_field_1): Add new argument packedp.
1720 (extract_bit_field): Add new argument packedp.
1721 (extract_fixed_bit_field): Add new argument packedp and let
1722 packed attribute override volatile.
1723 * stmt.c (expand_return): Update call to extract_bit_field.
1724
1725 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1726
1727 * config/spu/spu.c (spu_function_arg): Dereference CUM parameter.
1728
1729 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1730
1731 * ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead
1732 of gcc_checking_assert.
1733 * sel-sched.c (code_motion_process_successors): Likewise.
1734
1735 2010-10-21 Eric Botcazou <ebotcazou@adacore.com>
1736
1737 * cfgcleanup.c (try_forward_edges): Do not throw away previous steps
1738 when stopping because of a different locus on edge or insn.
1739 (try_optimize_cfg): Add comment.
1740 * cfgrtl.c (rtl_merge_blocks): Tweak log message. If the destination
1741 block is a forwarder block, propagate locus on the edge.
1742 (cfg_layout_merge_blocks): Likewise.
1743
1744 2010-10-21 Uros Bizjak <ubizjak@gmail.com>
1745
1746 PR target/45946
1747 * config/i386/i386.md (*pushti2): New insn pattern.
1748 (pushti2 splitter): New insn splitter.
1749 (*push<mode>2): Macroize insn pattern from *push{di,ti}2 using
1750 DWI mode iterator.
1751
1752 2010-10-21 Paul Koning <ni1d@arrl.net>
1753
1754 * config/pdp11/pdp11-protos.md (arith_operand,
1755 const_immediate_operand, expand_shift_operand,
1756 immediate15_operand): Delete
1757 * config/pdp11/pdp11.c: Ditto.
1758 * config/pdp11/pdp11.h (REG_CLASS_FROM_LETTER,
1759 CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
1760 EXTRA_CONSTRAINT): Delete.
1761 * config/pdp11/pdp11.md (various): Use standard constraints
1762 instead of removed ones.
1763 * config/pdp11/constraints.md: New file.
1764 * config/pdp11/predicates.md: New file.
1765
1766 2010-10-21 Bingfeng Mei <bmei@broadcom.com>
1767
1768 PR c/45834
1769 * alias.c (true_dependence_1): Remove obsolete check for QImode.
1770 (may_alias_p): Ditto.
1771
1772 2010-10-21 Martin Jambor <mjambor@suse.cz>
1773
1774 PR tree-optimization/45875
1775 * tree.c (get_binfo_at_offset): Remove initial zero offset test.
1776
1777 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1778
1779 * tree-into-ssa.c (rewrite_update_enter_block): Remove unused
1780 variables.
1781 (create_new_def_for): Likewise.
1782
1783 2010-10-21 Nick Clifton <nickc@redhat.com>
1784
1785 * config/mn10300/mn10300.c: Fold code to 80-character width.
1786 Replace GET_CODE (foo) == REG with REG_P (foo). Likewise for
1787 MEM, CONST_INT and CONST_DOUBLE.
1788 (targetm): Move initialization to end of file.
1789 (print_operand): Rename to mn10300_print_operand.
1790 (print_operand_address): Rename to mn10300_print_operand_address.
1791 (can_use_return_insn): Rename to mn10300_can_use_return_insn.
1792 (expand_prologue): Rename to mn10300_expand_prologue.
1793 (expand_epilogue): Rename to mn10300_expand_epilogue.
1794 (initial_offset): Rename to mn10300_initial_offset.
1795 (function_arg): Rename to mn10300_function_arg.
1796 (mask_ok_for_mem_btst): Rename to mn10300_mask_ok_for_mem_btst.
1797 (symbolic_operand): Rename to mn10300_symbolic_operand.
1798 (legitimize_pic_address): Rename to mn10300_legitimize_pic_address.
1799 (legitimate_pic_operand_p): Rename to mn10300_legitimate_pic_operand_p.
1800 * config/mn10300/mn10300-protos.h: Update prototypes.
1801 * config/mn10300/mn10300.h: Fold code to 80-character width.
1802 Replace GET_CODE (foo) == REG with REG_P (foo). Likewise for
1803 MEM, CONST_INT and CONST_DOUBLE.
1804 (CPP_SPEC): Move to...
1805 (TARGET_CPU_CPP_BUILTINS): ... here.
1806 * config/mn10300/mn10300.md: Fold code to 80-character width.
1807 Replace GET_CODE (foo) == REG with REG_P (foo). Likewise for
1808 MEM, CONST_INT and CONST_DOUBLE.
1809
1810 2010-10-21 Ira Rosen <irar@il.ibm.com>
1811
1812 PR tree-optimization/46049
1813 PR tree-optimization/46052
1814 * tree-vectorizer.h (enum stmt_vec_info_type): Add new value for shift.
1815 (vect_get_slp_defs): Add arguments.
1816 * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass scalar
1817 operands to vect_get_slp_defs.
1818 (vectorizable_reduction): Fix comment, pass scalar operands to
1819 vect_get_slp_defs.
1820 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use operand's
1821 type to determine number of units in the created vector.
1822 (vect_get_vec_defs): Pass scalar operands to vect_get_slp_defs.
1823 (vectorizable_conversion): Fix comment.
1824 (vectorizable_shift): New function.
1825 (vectorizable_operation): Move code that handles shifts to
1826 vectorizable_shift.
1827 (vectorizable_type_demotion): Fix comment, pass scalar operands to
1828 vect_get_slp_defs.
1829 (vectorizable_type_promotion, vectorizable_store): Likewise.
1830 (vectorizable_condition): Fix comment.
1831 (vect_analyze_stmt): Call vectorizable_shift.
1832 (vect_transform_stmt): Likewise.
1833 * tree-vect-slp.c (vect_get_constant_vectors): Add new argument.
1834 Use it as the operand to create vectors for, except reduction
1835 initial definition and store. Use operands type.
1836 (vect_get_slp_defs): Add new arguments. Pass them to
1837 vect_get_constant_vectors.
1838
1839 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1840
1841 * basic-block.h (single_succ_edge): Use gcc_checking_assert.
1842 (single_pred_edge, ei_container, ei_next, ei_prev): Likewise.
1843 * cfghooks.c (fixup_reorder_chain): Likewise.
1844 * cfgrtl.c (cfg_layout_merge_blocks): Likewise.
1845 * cgraph.c (cgraph_add_thunk): Likewise.
1846 (cgraph_create_edge_1): Likewise.
1847 (cgraph_create_virtual_clone): Likewise.
1848 * ddg.c (add_cross_iteration_register_deps): Likewise.
1849 * dwarf2out.c (modified_type_die): Likewise.
1850 * emit-rtl.c (set_mem_alias_set): Likewise.
1851 * ggc-zone.c (zone_allocate_marks): Likewise.
1852 * gimple-iterator.c (gsi_move_to_bb_end): Likewise.
1853 * gimple.c (iterative_hash_gimple_type): Likewise.
1854 * graphite-scop-detection.c (create_single_entry_edge): Likewise.
1855 (create_single_exit_edge): Likewise.
1856 * haifa-sched.c (choose_ready): Likewise.
1857 * lto-streamer-in.c (input_gimple_stmt): Likewise.
1858 * passes.c (execute_todo): Likewise.
1859 * sched-ebb.c (begin_schedule_ready): Likewise.
1860 * sel-sched.c (code_motion_process_successors): Likewise.
1861 * tree-call-cdce.c (gen_conditions_for_pow): Likewise.
1862 * tree-cfg-cleanup.c (tree_forwarder_block_p): Likewise.
1863 * tree-flow-inline.h (link_imm_use, move_use_after_head): Likewise.
1864 (phi_arg_index_from_use, phi_ssa_name_p): Likewise.
1865 * tree-into-ssa.c (insert_updated_phi_nodes_for): Likewise.
1866 * tree-ssa-coalesce.c (ssa_conflicts_test_p): Likewise.
1867 (ssa_conflicts_add): Likewise.
1868 * tree-ssa-copy.c (replace_exp): Likewise.
1869 * tree-ssa-dom.c (eliminate_redundant_computations): Likewise.
1870 * tree-ssa-forwprop.c (simple_gimple_switch): Likewise.
1871 * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise.
1872 * tree-ssa-pre.c (bitmap_value_insert_into_set): Likewise.
1873 (compute_antic): Likewise.
1874 * tree-ssa-ter.c (add_to_partition_kill_list): Likewise.
1875 (add_dependence): Likewise.
1876 (process_replaceable, kill_expr, find_replaceable_exprs): Likewise.
1877 * tree-vrp.c (supports_overflow_infinity): Likewise.
1878 (make_overflow_infinity, negative_overflow_infinity): Likewise.
1879 (avoid_overflow_infinity, register_new_assert_for): Likewise.
1880 (process_assert_insertions_for): Likewise.
1881 * var-tracking.c (dv_is_value_p, dv_as_decl, dv_from_decl): Likewise.
1882 (dv_from_value, variable_union, find_loc_in_1pdv): Likewise.
1883 (intersect_loc_chains, variable_merge_over_cur): Likewise.
1884
1885 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1886
1887 * cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.
1888 * reload1.c (has_nonexceptional_receiver): Likewise.
1889 * tree-into-ssa.c (rewrite_update_enter_block): Likewise.
1890 (create_new_def_for): Likewise.
1891 * tree-cfgcleanup.c (remove_forwarder_block): Likewise.
1892 (merge_phi_nodes): Likewise.
1893 (has_abnormal_incoming_edge_p): Delete.
1894
1895 2010-10-21 H.J. Lu <hongjiu.lu@intel.com>
1896
1897 * config/i386/sse.md (ssescalarmodesuffix): Add V8SI and V4DI.
1898
1899 2010-10-21 Richard Guenther <rguenther@suse.de>
1900 Michael Matz <matz@suse.de>
1901
1902 PR tree-optimization/45764
1903 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
1904 Adjust initial misalignment for negative DR_STEP.
1905 (vect_find_same_alignment_drs): Two DRs with different DR_STEP
1906 do not have the same alignment over the whole iteration domain.
1907
1908 2010-10-21 Richard Guenther <rguenther@suse.de>
1909
1910 PR tree-optimization/46111
1911 * tree-parloops.c (take_address_of): Re-organize for MEM_REF.
1912
1913 2010-10-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1914
1915 * config/s390/s390.md (*xordi3_cc): Mark xgrk as z196 only.
1916
1917 2010-10-21 Tristan Gingold <gingold@adacore.com>
1918
1919 * config/vms/vms-crtl.h (CRTL_NAMES): Add new translations.
1920 * config/vms/vms-crtl-64.h (CRTL_NAMES): Ditto.
1921
1922 2010-10-21 Tristan Gingold <gingold@adacore.com>
1923
1924 * config/alpha/vms-unwind.h (alpha_vms_fallback_frame_state): Set
1925 signal_frame.
1926 * config/alpha/alpha.c (alpha_function_arg): Adjust call.
1927
1928 2010-10-21 Tristan Gingold <gingold@adacore.com>
1929
1930 * config/ia64/vms64.h (TARGET_DEFAULT): Add MASK_FUSED_MADD.
1931 * config/ia64/vms.h (TARGET_DEFAULT): Ditto.
1932
1933 2010-10-20 Nathan Froyd <froydnj@codesourcery.com>
1934
1935 * basic-block.h (find_fallthru_edge): Define.
1936 * cfgcleanup.c (merge_blocks_move): Use it.
1937 (try_crossjump_bb): Likewise.
1938 * cfglayout.c (fixup_reorder_chains): Likewise.
1939 (fixup_fallthru_exit_predecessor): Likewise.
1940 * cfgrtl.c (rtl_split_edge): Likewise.
1941 (rtl_verify_flow_info): Likewise.
1942 * function.c (thread_prologue_and_epilogue_insns): Likewise.
1943 * gimple-pretty-print.c (dump_implicit_edges): Likewise.
1944 * ifcvt.c (block_fallthru): Likewise.
1945 * reload1.c (fixup_abnormal_edges): Likewise.
1946 * sched-ebb.c (being_schedule_ready): Likewise.
1947 (schedule_ebb): Likwise.
1948 * sched-rgn.c (find_single_block_region): Likewise.
1949 * sel-sched-ir.c (bb_ends_ebb_p): Likewise.
1950 * tree-complex.c (expand_complex_move): Likewise.
1951 * sched-int.h (find_fallthru_edge): Rename to...
1952 (find_fallthru_edge_from): ...this.
1953 * haifa-sched.c (find_fallthru_edge): Rename to...
1954 (find_fallthru_edge_from): ...this. Use new find_fallthru_edge.
1955 (init_before_recovery): Call find_fallthru_edge_from.
1956 * sel-sched-ir.c (merge_fences): Likewise.
1957 * sel-sched.c (in_fallthru_bb_p): Likewise.
1958 (move_cond_jump): Likewise.
1959
1960 2010-10-20 Paul Koning <ni1d@arrl.net>
1961
1962 * config/pdp11/pdp11.md (various): Fix conditions on a number of
1963 insn to check for target 11/40 or higher.
1964
1965 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
1966
1967 * parser.c (c_parser_objc_method_type): Mark inline. Return a
1968 bool instead of a tree.
1969 (c_parser_objc_method_decl): Added bool argument. Updated call to
1970 objc_build_method_signature.
1971 (c_parser_objc_method_definition): Do not call
1972 objc_set_method_type. Updated calls to c_parser_objc_method_type,
1973 c_parser_objc_method_decl and objc_start_method_definition.
1974 (c_parser_objc_methodproto): Do not call objc_set_method_type.
1975 Updated calls to c_parser_objc_method_type,
1976 c_parser_objc_method_decl and objc_add_method_declaration.
1977
1978 2010-10-20 Jakub Jelinek <jakub@redhat.com>
1979
1980 PR tree-optimization/45919
1981 * tree-ssa-ccp.c (fold_nonarray_ctor_reference): Handle flexible
1982 array members.
1983
1984 PR tree-optimization/46066
1985 * tree-parloops.c (create_parallel_loop): Use gsi_last_nondebug_bb
1986 instead of gsi_last_bb.
1987
1988 2010-10-20 DJ Delorie <dj@redhat.com>
1989
1990 * config/m32c/m32c.c (m32c_option_override): Always disable
1991 function-cse in 16-bit mode. Indirect calls are always worse than
1992 direct calls as there is no 16-bit indirect call opcode.
1993 (m32c_override_options_after_change): New, likewise.
1994
1995 2010-10-20 Nathan Froyd <froydnj@codesourcery.com>
1996
1997 * ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs, try
1998 emitting the conditional move in the inner mode of the SUBREG.
1999
2000 2010-10-20 Anatoly Sokolov <aesok@post.ru>
2001
2002 * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Remove macros.
2003 * config/ia64/ia64-protos.h (ia64_preferred_reload_class): Remove.
2004 * config/ia64/ia64.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
2005 (ia64_preferred_reload_class): Make static. Change rclass argument
2006 and result types from enum reg_class to reg_class_t.
2007
2008 2010-10-20 Pat Haugen <pthaugen@us.ibm.com>
2009
2010 * tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement over
2011 call for single operand expression.
2012
2013 2010-10-20 Eric Botcazou <ebotcazou@adacore.com>
2014
2015 * tree-optimize.c (execute_fixup_cfg): Purge dead abnormal call edges
2016 if there is a call statement to pure or const function in the block.
2017
2018 2010-10-20 Paul Koning <pkoning@equallogic.com>
2019
2020 Fix several build errors for pdp11 target.
2021 * config/pdp11/pdp11.md (*cmpdf): Fix tstd operands.
2022 (cbranchdf4): Conditional on TARGET_FPU.
2023 (movdf): Ditto; correct alternatives check.
2024 (movmemhi): Fix predicate and constraint.
2025 * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Handle 64 bit mode.
2026
2027 2010-10-20 Richard Guenther <rguenther@suse.de>
2028
2029 PR lto/45667
2030 * lto-streamer-out.c (output_gimple_stmt): Fix typo.
2031 * tree-cfg.c (verify_gimple_call): Properly get the call fndecl.
2032 (verify_gimple_assign_single): Disable ADDR_EXPR type check
2033 when in LTO.
2034
2035 2010-10-20 Vladimir Makarov <vmakarov@redhat.com>
2036
2037 PR fortran/42169
2038 * ira-emit.c (store_can_be_removed_p): Return false instead of
2039 gcc_unreachable.
2040
2041 2010-10-20 Dmitry Melnik <dm@ispras.ru>
2042
2043 * fold-const.c (fold_binary_loc): New transformation.
2044
2045 2010-10-20 H.J. Lu <hongjiu.lu@intel.com>
2046
2047 PR target/46085
2048 * config/i386/sse.md (reduc_splus_v8sf): Updated.
2049 (reduc_splus_v4df): Likewise.
2050
2051 2010-10-20 Richard Guenther <rguenther@suse.de>
2052
2053 PR tree-optimization/45860
2054 * tree-ssa-phiopt.c (cond_store_replacement): Do not do
2055 conditional store replacement for non-register type stores.
2056
2057 2010-10-20 Eric Botcazou <ebotcazou@adacore.com>
2058
2059 * stor-layout.c (skip_simple_constant_arithmetic): New function.
2060 (self_referential_size): Use it instead of skip_simple_arithmetic.
2061
2062 2010-10-20 Olivier Hainque <hainque@adacore.com>
2063
2064 * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p):
2065 If the current function calls eh_return, claim live all registers
2066 that we need to check for liveness otherwise.
2067
2068 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
2069
2070 * c-decl.c (c_write_global_declarations): Call
2071 objc_write_global_declarations when compiling Objective-C.
2072 * c-lang.c (finish_file): Removed.
2073
2074 2010-10-19 DJ Delorie <dj@redhat.com>
2075
2076 * doc/tm.texi.in (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): New.
2077 (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Change to hook.
2078 (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Likewise.
2079 (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Likewise.
2080 * doc/tm.texi: Regenerate.
2081 * targhooks.h (default_label_align_after_barrier_max_skip,
2082 default_loop_align_max_skip, default_label_align_max_skip,
2083 default_jump_align_max_skip): Declare.
2084 * target.def (label_align_after_barrier_max_skip): New.
2085 (loop_align_max_skip): New.
2086 (label_align_max_skip): New.
2087 (jump_align_max_skip): New.
2088 * system.h (poison): Add those macros to the list.
2089 * final.c (LABEL_ALIGN_MAX_SKIP): Remove.
2090 (LOOP_ALIGN_MAX_SKIP): Remove.
2091 (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Remove.
2092 (JUMP_ALIGN_MAX_SKIP): Remove.
2093 (default_label_align_after_barrier_max_skip): New.
2094 (default_loop_align_max_skip): New.
2095 (default_label_align_max_skip): New.
2096 (default_jump_align_max_skip): New.
2097 (compute_alignments): Use the new hooks.
2098 (shorten_branches): Likewise.
2099
2100 2010-10-19 Richard Henderson <rth@redhat.com>
2101
2102 * config/i386/i386.c (bdesc_multi_arg): Use fma4i_fmadd_<mode>.
2103 * config/i386/sse.md (fma<mode>4): Enable for FMA & SSE_MATH.
2104 (fma4i_fmadd_<mode>): New.
2105 (*split_fma, *split_fms, *split_fnma, *split_fnms): Rename from
2106 fma4_fm*_<mode> and adjust to be pre-reload splitters to the
2107 standard fma patterns.
2108 (fmaddsub_<mode>): Rename from fma4i_fmaddsub_<mode> and
2109 enable for FMA.
2110 (*fma_fmadd_<mode>, *fma_fmsub_<mode>): New.
2111 (*fma_fmadd_<mode>, *fma_fmsub_<mode>): New.
2112 (*fma_fmaddsub_<mode>, *fma_fmsubadd_<mode>): New.
2113
2114 2010-10-19 Paul Koning <pkoning@equallogic.com>
2115
2116 * lower-subreg.c (resolve_shift_zext): Delete conditional code for
2117 WORDS_BIG_ENDIAN != BYTES_BIG_ENDIAN.
2118
2119 2010-10-19 Richard Henderson <rth@redhat.com>
2120
2121 * config/ia64/ia64.md (fmasf4, *fmssf4, *nfmasf4): New.
2122 (fmadf4, *fmsdf4, *nfmadf4): New.
2123 (fmaxf4, *fmsxf4, *nfmaxf4): New.
2124
2125 2010-10-19 Michael Eager <eager@eagercon.com>
2126
2127 * config/microblaze/microblaze.c (TARGET_EXCEPT_UNWIND_INFO):
2128 Use sjlj unwind info for exceptions.
2129
2130 2010-10-19 Francois-Xavier Coudert<fxcoudert@gcc.gnu.org>
2131
2132 PR fortran/43414
2133 * dwarf2out.c (add_calling_convention_attribute): Flag main
2134 Fortran subroutine with DW_AT_main_subprogram.
2135
2136 2010-10-19 Nick Clifton <nickc@redhat.com>
2137
2138 * config/rx/rx.c (rx_function_value): Small integer types are
2139 promoted to SImode.
2140 (rx_promote_function_mode): New function.
2141 (TARGET_PROMOTE_FUNCTION_MODE): Define.
2142
2143 2010-10-19 Nick Clifton <nickc@redhat.com>
2144
2145 * config/mep/mep.c (mep_print_operand): Use
2146 targetm.strip_name_encoding.
2147 (mep_output_aligned_common): Likewise.
2148
2149 2010-10-19 Basile Starynkevitch <basile@starynkevitch.net>
2150
2151 * gengtype.c (new_structure): Remove ad-hoc "location_s" processing.
2152
2153 2010-10-18 Richard Henderson <rth@redhat.com>
2154
2155 * simplify-rtx.c (simplify_ternary_operation) [FMA]: Simplify
2156 (fma (neg a) (neg b) c) and (fma a (neg b) c).
2157
2158 2010-10-18 Richard Henderson <rth@redhat.com>
2159
2160 * config/i386/i386.c (IX86_BUILTIN_VFMSUBSS, IX86_BUILTIN_VFMSUBSD,
2161 IX86_BUILTIN_VFMSUBPS, IX86_BUILTIN_VFMSUBPD,
2162 IX86_BUILTIN_VFMSUBADDPS, IX86_BUILTIN_VFMSUBADDPD,
2163 IX86_BUILTIN_VFNMADDSS, IX86_BUILTIN_VFNMADDSD,
2164 IX86_BUILTIN_VFNMADDPS, IX86_BUILTIN_VFNMADDPD,
2165 IX86_BUILTIN_VFNMSUBSS, IX86_BUILTIN_VFNMSUBSD,
2166 IX86_BUILTIN_VFNMSUBPS, IX86_BUILTIN_VFNMSUBPD,
2167 IX86_BUILTIN_VFMSUBADDPS256, IX86_BUILTIN_VFMSUBADDPD256,
2168 IX86_BUILTIN_VFNMADDPS256, IX86_BUILTIN_VFNMADDPD256,
2169 IX86_BUILTIN_VFNMSUBPS256, IX86_BUILTIN_VFNMSUBPD256): Remove.
2170 (bdesc_multi_arg): Remove the corresponding builtins.
2171 * config/i386/i386.md (UNSPEC_FMA4_INTRINSIC): Remove.
2172 (UNSPEC_FMA4_FMSUBADD): Remove.
2173 (UNSPEC_FMADDSUB): Rename from UNSPEC_FMA4_FMADDSUB.
2174 * config/i386/sse.md (FMA4MODEF4): Remove.
2175 (FMAMODE): Add.
2176 (fma<mode>4): New expander.
2177 (*fma4i_fmadd_<mode>): Macroize from fma4i_fmadd<mode>4 patterns,
2178 and use FMA rtx code instead of UNSPEC_FMA4_INTRINSIC.
2179 (*fma4i_fmsub_<mode>): Similarly.
2180 (*fma4i_fnmadd_<mode>): Similarly.
2181 (*fma4i_fnmsub_<mode>): Similarly.
2182 (fma4i_vmfmadd_<mode>): Scalar patterns zero-extend, not merge
2183 with the first operand.
2184 (fma4i_fmaddsub_<mode>): Represent with UNSPEC_FMADDSUB instead
2185 of explicit arithmetic. Macroize with AVXMODEF2P.
2186 (*fma4i_fmsubadd_<mode>): Represent with UNSPEC_FMADDSUB + NEG.
2187 (xop_frcz<mode>2): Macroize with FMAMODE.
2188 (xop_vmfrcz<mode>2): Scalar patterns zero-extend, not merge with
2189 the first operand.
2190 * config/i386/fma4intrin.h (_mm_msub_ps): Use vfmadd intrinsic with
2191 extra negations.
2192 (_mm_msub_pd, _mm_msub_ss, _mm_msub_sd): Likewise.
2193 (_mm_nmacc_ps, _mm_nmacc_pd, _mm_nmacc_ss, _mm_nmacc_sd): Likewise.
2194 (_mm_nmsub_ps, _mm_nmsub_pd, _mm_nmsub_ss, _mm_nmsub_sd): Likewise.
2195 (_mm256_msub_ps, _mm256_msub_pd): Likewise.
2196 (_mm256_nmacc_ps, _mm256_nmacc_pd): Likewise.
2197 (_mm256_nmsub_ps, _mm256_nmsub_pd): Likewise.
2198 (_mm_msubadd_ps): Use vfmaddsub intrinsic with extra negation.
2199 (_mm_msubadd_pd, _mm256_msubadd_ps, _mm256_msubadd_pd): Likewise.
2200
2201 2010-10-18 Bernd Schmidt <bernds@codesourcery.com>
2202
2203 PR rtl-optimization/45966
2204 * combine.c (try_combine): If added_sets_2, deal with the case
2205 where i0 feeds i1 and i1 feeds i2.
2206
2207 2010-10-18 Jan Hubicka <jh@suse.cz>
2208
2209 * ipa.c (cgraph_externally_visible_p): Handle externally visible and
2210 preserve flags before trying to guess on visibility.
2211 (varpool_externally_visible_p): New function.
2212 (function_and_variable_visibility): Use it.
2213
2214 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
2215
2216 Implemented parsing @synthesize and @dynamic for Objective-C.
2217 * c-parser.c (c_parser_external_declaration): Recognize
2218 RID_AT_SYNTHESIZE and RID_AT_DYNAMIC.
2219 (c_parser_objc_at_synthesize_declaration): New.
2220 (c_parser_objc_at_dynamic_declaration): New.
2221
2222 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
2223
2224 * c-parser.c (c_parser_objc_class_declaration): After finding an
2225 error, parse the whole declaration then reset parser->error.
2226
2227 2010-10-18 Michael Meissner <meissner@linux.vnet.ibm.com>
2228
2229 PR target/46041
2230 * tree.h (mode_has_fma): Delete, move to c-cppbuiltins.c.
2231 * builtins.c (mode_has_fma): Ditto.
2232
2233 2010-10-18 Steve Ellcey <sje@cup.hp.com>
2234
2235 PR target/36898
2236 PR middle-end/43760
2237 * config/ia64/ia64.c (rws_access_regno): Remove predicate check.
2238
2239 2010-10-18 Joseph Myers <joseph@codesourcery.com>
2240
2241 * config/i386/i386.c (ix86_option_override_internal): Define and
2242 use USE_X86_64_FRAME_POINTER for 64-bit flag_omit_frame_pointer
2243 default.
2244 * config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
2245 (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Define.
2246
2247 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
2248
2249 Merge from 'apple/trunk' branch on FSF servers.
2250 * c-parser.c (c_parser_objc_type_name): Adapted to new parser the
2251 following Objective-C change:
2252
2253 2005-10-10 Fariborz Jahanian <fjahanian@apple.com>
2254
2255 Radar 4301047
2256 * c-parse.in (objc_quals): Build objc qualifier list same way
2257 as gcc-3.3
2258
2259 2010-10-18 Jan Hubicka <jh@suse.cz>
2260
2261 * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p,
2262 function_and_variable_visibility): Revert accidental commit.
2263
2264 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
2265
2266 Merge from 'apple/trunk' branch on FSF servers.
2267 * c-parser.c (c_parser_typeof_specifier): Adapted to new parser
2268 the following Objective-C change:
2269
2270 2005-10-07 Fariborz Jahanian <fjahanian@apple.com>
2271
2272 Radar 4204796
2273 * c-parse.in (typespec_nonreserved_nonattr): Remove volatile from
2274 'volatilized' type used in a typeof operator.
2275
2276 2010-10-18 Eric Botcazou <ebotcazou@adacore.com>
2277
2278 * tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.
2279 * tree-cfg.c (gimple_purge_dead_abnormal_call_edges): Move around and
2280 rewrite modelled on gimple_purge_dead_eh_edges.
2281 (gimple_purge_all_dead_abnormal_call_edges): New function.
2282 * tree-inline.c (expand_call_inline): Call gimple_purge_dead_eh_edges
2283 directly instead of through gimple_purge_dead_abnormal_call_edges.
2284 * tree-ssa-pre.c (need_ab_cleanup): New static variable.
2285 (eliminate): Set bit in need_ab_cleanup for the basic block if we have
2286 removed AB side-effects from one of its statements.
2287 (init_pre): Initialize need_ab_cleanup.
2288 (fini_pre): Purge dead abnormal call edges and clean up the CFG if bits
2289 are set in need_ab_cleanup. Free need_ab_cleanup afterward.
2290
2291 2010-10-18 Jakub Jelinek <jakub@redhat.com>
2292
2293 PR c/46015
2294 * c-parser.c (c_parser_statement_after_labels): Call mark_exp_read
2295 on computed goto argument.
2296
2297 2010-10-18 Richard Guenther <rguenther@suse.de>
2298
2299 PR tree-optimization/45967
2300 * tree-ssa-structalias.c (type_could_have_pointers): Remove.
2301 (could_have_pointers): Likewise.
2302 (handle_rhs_call, handle_const_call, handle_pure_call,
2303 find_func_aliases, intra_create_variable_infos): Remove calls to them.
2304 (struct fieldoff): Add must_have_pointers field.
2305 (type_must_have_pointers): New function.
2306 (field_must_have_pointers): Likewise.
2307 (push_fields_onto_fieldstack): Remove must_have_pointers_p argument.
2308 Adjust field merging.
2309 (create_function_info_for): May-have-pointers of varinfo is
2310 almost always true.
2311 (create_variable_info_for_1): Likewise.
2312
2313 2010-10-18 Tejas Belagod <tejas.belagod@arm.com>
2314
2315 * config/arm/neon.md (neon_move_hi_quad_<mode>): Fix the order
2316 of operands to vec_concat.
2317
2318 2010-10-18 Richard Guenther <rguenther@suse.de>
2319
2320 PR lto/44950
2321 * tree.c (free_lang_data_in_decl): As we clear TYPE_METHODS
2322 also clear references to entries of it.
2323
2324 2010-10-18 Andi Kleen <ak@linux.intel.com>
2325
2326 PR other/43448
2327 * gccbug.in: Remove.
2328 * Makefile.in (GCCBUG_INSTALL_NAME, gccbug): Remove
2329 (doc, distclean, install-common): Remove reference to gccbug.
2330 * configure: Regenerate.
2331 * configure.ac (all_outputs): Remove gccbug.
2332 * doc/configfiles.texi: Remove references to gccbug.
2333 * doc/sourcebuild.texi: Dito.
2334
2335 2010-10-18 Jakub Jelinek <jakub@redhat.com>
2336
2337 PR middle-end/46019
2338 * fold-const.c (fold_binary_loc): If integer_pow2p has
2339 TREE_INT_CST_LOW zero, look at TREE_INT_CST_HIGH.
2340
2341 2010-10-18 Basile Starynkevitch <basile@starynkevitch.net>
2342 Jeremie Salvucci <jeremie.salvucci@free.fr>
2343
2344 * gengtype.c (verbosity_level): Add variable.
2345 (set_gc_used): Count variables for verbosity.
2346 (close_output_files): Backing up files, counting written ones
2347 verbosily.
2348 (write_types): Count emitted functions for verbosity. Added
2349 debug messages.
2350 (write_enum_defn): Count structures for verbosity. Added debug
2351 messages.
2352 (gengtype_long_options): Add "verbose" & "backupdir".
2353 (print_usage): Ditto.
2354 (main): Verbose display of parsed files.
2355
2356 * gengtype.h (verbosity_level): Add declaration.
2357
2358 2010-10-18 Basile Starynkevitch <basile@starynkevitch.net>
2359
2360 * gengtype.c (parse_program_options): Add allocation of
2361 plugin_files, and correct test on nb_plugin_files.
2362
2363 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
2364
2365 Merge from 'apple/trunk' branch on FSF servers.
2366
2367 2006-03-27 Fariborz Jahanian <fjahanian@apple.com>
2368
2369 Radar 4133425
2370 * c-decl.c (undeclared_variable): Issue diagnostic on
2371 private 'ivar' access.
2372
2373 2010-10-17 Uros Bizjak <ubizjak@gmail.com>
2374
2375 PR target/46051
2376 * config/i386/sse.md (vec_interleave_highv4df): Fix third RTX of
2377 generated sequence to match *avx_vperm2f128<mode>_nozero.
2378 (vec_interleave_lowv4df): Ditto.
2379 (vec_interleave_highv8sf): Ditto.
2380 (vec_interleave_lowv8sf): Ditto.
2381
2382 2010-10-17 Kai Tietz <kai.tietz@onevision.com>
2383
2384 * libgcov.c (create_file_directory): Enable it for win32 case.
2385 (gcov_exit): De-couple GCOV_PREFIX and GCOV_PREFIX_STRIP.
2386 * doc/gcov.texi (GCOV_PREFIX): Adjusted.
2387 (GCOV_PREFIX_SKIP): Likewise.
2388
2389 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
2390
2391 * doc/objc.texi (GNU Objective-C runtime API): New section.
2392 (Modern GNU Objective-C runtime API): New section.
2393 (Traditional GNU Objective-C runtime API): New section.
2394 (Executing code before main): Mention that this section is
2395 specific to the GNU Objective-C runtime.
2396 (Garbage Collection): Same.
2397
2398 2010-10-17 Uros Bizjak <ubizjak@gmail.com>
2399
2400 * c-parser.c (c_parser_for_statement): Move initialization of
2401 cond and incr before if.
2402
2403 2010-10-17 Anatoly Sokolov <aesok@post.ru>
2404
2405 * target.def (preferred_output_reload_class): New hook.
2406 * doc/tm.texi.in (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Document.
2407 * doc/tm.texi: Regenerate.
2408 * targhooks.c (default_preferred_output_reload_class): New function.
2409 * targhooks.h (default_preferred_output_reload_class): Declare.
2410 * reload.c (find_dummy_reload): Change rclass argument type from
2411 enum reg_class to reg_class_t. Change this_alternative array type
2412 from enum reg_class to reg_class_t.
2413 Use TARGET_PREFERRED_OUTPUT_RELOAD_CLASS target hook.
2414 (push_reload): Change preferred_class variable type to reg_class_t.
2415 Use TARGET_PREFERRED_OUTPUT_RELOAD_CLASS target hook.
2416 * recog.c (reg_fits_class_p): Change result type to bool. Change cl
2417 argument type from enum reg_class to reg_class_t. Use
2418 HARD_REGISTER_NUM_P predicate.
2419 * recog.h (reg_fits_class_p): Update prototype.
2420
2421 * config/i386/i386.h (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
2422 * config/i386/i386-protos.h (ix86_preferred_output_reload_class):
2423 Remove.
2424 * config/i386/i386.c (ix86_preferred_output_reload_class): Make
2425 static. Change regclass argument and result types from enum reg_class
2426 to reg_class_t.
2427 (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
2428
2429 2010-10-17 Iain Sandoe <iains@gcc.gnu.org>
2430
2431 * c-parser.c (c_parser_objc_class_instance_variables): Update to use
2432 visibility enum, and handle @package.
2433
2434 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
2435
2436 * doc/objc.texi (What you can and what you cannot do in +load):
2437 Document that sending messages to constant string objects in +load
2438 is not guaranteed to work.
2439
2440 2010-10-16 Jan Hubicka <jh@suse.cz>
2441
2442 PR middle-end/44206
2443 * ipa.c (cgraph_remove_unreachable_nodes): Cleanup; check
2444 existence of refrences before removing the function.
2445
2446 2010-10-16 Jan Hubicka <jh@suse.cz>
2447
2448 * cgraph.c (dump_cgraph_node): Dump same_comdat_group,
2449 only_called_at_startup and only_called_at_exit.
2450 (cgraph_propagate_frequency): Compute only_called_at_startup and
2451 only_called_at_exit.
2452 * cgraph.h (struct cgraph_node): New fileds only_called_at_startup and
2453 only_called_at_exit.
2454 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream the new
2455 flags.
2456 * predict.c (compute_function_frequency): Initialize the new flags.
2457
2458 2010-10-16 Eric Botcazou <ebotcazou@adacore.com>
2459
2460 * gimplify.c (gimplify_type_sizes) <ARRAY_TYPE>: If the type is to be
2461 ignored for debug info purposes, do not clear the DECL_IGNORED_P flag
2462 on the bounds of its domain.
2463 * tree.h (DECL_IGNORED_P): Document effect on TYPE_DECL specifically.
2464
2465 2010-10-16 Anatoly Sokolov <aesok@post.ru>
2466
2467 * config/avr/avr.h (PREFERRED_RELOAD_CLASS): Remove.
2468 * config/avr/avr-protos.h (preferred_reload_class): Remove.
2469 * config/avr/avr.c (preferred_reload_class): Remove.
2470 * config/pa/pa.h (PREFERRED_RELOAD_CLASS): Remove.
2471 * config/pa/pa.c (emit_move_sequence): Update comment
2472 * config/arc/arc.h (PREFERRED_RELOAD_CLASS): Remove.
2473 * config/crx/crx.h (PREFERRED_RELOAD_CLASS): Remove.
2474 * config/fr30/fr30.h (PREFERRED_RELOAD_CLASS): Remove.
2475 * config/frv/frv.h (PREFERRED_RELOAD_CLASS): Remove.
2476 * config/h8300/h8300.h (PREFERRED_RELOAD_CLASS): Remove.
2477 * config/lm32/lm32.h (PREFERRED_RELOAD_CLASS): Remove.
2478 * config/m32r/m32r.h (PREFERRED_RELOAD_CLASS): Remove.
2479 * config/moxie/moxie.h (PREFERRED_RELOAD_CLASS): Remove.
2480 * config/picochip/picochip.h (PREFERRED_RELOAD_CLASS): Remove.
2481 * config/rx/rx.h (PREFERRED_RELOAD_CLASS): Remove.
2482 * config/spu/spu.h (PREFERRED_RELOAD_CLASS): Remove.
2483 * config/v850/v850.h (PREFERRED_RELOAD_CLASS): Remove.
2484 * config/vax/vax.h (PREFERRED_RELOAD_CLASS): Remove.
2485
2486 2010-10-16 Joseph Myers <joseph@codesourcery.com>
2487
2488 * opts.c (set_fast_math_flags,
2489 set_unsafe_math_optimizations_flags): Make static.
2490 * toplev.h (set_fast_math_flags,
2491 set_unsafe_math_optimizations_flags): Remove prototypes.
2492
2493 2010-10-16 Joseph Myers <joseph@codesourcery.com>
2494
2495 * config/arm/arm.c (arm_option_optimization): Set
2496 flag_section_anchors to 1 not 2.
2497 * config/i386/i386.c (ix86_option_override_internal): Check
2498 global_options_set.x_flag_zee and
2499 global_options_set.x_flag_omit_frame_pointer.
2500 (ix86_option_optimization): Don't set flag_omit_frame_pointer and
2501 flag_zee to 2.
2502 * config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Check
2503 global_options_set.x_flag_omit_frame_pointer.
2504 * config/rs6000/rs6000.c (rs6000_option_init_struct): Set
2505 opts->x_flag_section_anchors to 1 not 2.
2506 * config/sh/sh.c (sh_option_optimization): Don't set
2507 flag_schedule_insns to 2.
2508 (sh_option_override): Check
2509 global_options_set.x_flag_schedule_insns.
2510 * opts.c (finish_options): Check opts_set->x_flag_section_anchors.
2511
2512 2010-10-16 Kai Tietz <kai.tietz@onevision.com>
2513
2514 * configure.ac: Make sure inhibit_libc remains false for mingw targets
2515 as cross.
2516 * configure: Regenerated.
2517
2518 2010-10-15 Xinliang David Li <davidxl@google.com>
2519
2520 * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths): New
2521 function.
2522 (use_pred_not_overlap_with_undef_path_pred): Outline phi arg pruning
2523 into a recursive function.
2524
2525 2010-10-15 Uros Bizjak <ubizjak@gmail.com>
2526
2527 * config/i386/i386.md (*movdfcc_1_rex64): Correct mode attribute.
2528 (*movdfcc_1): ditto.
2529
2530 2010-10-15 Joseph Myers <joseph@codesourcery.com>
2531
2532 * target.def (target_option.init_struct): New hook.
2533 * doc/tm.texi.in (TARGET_OPTION_INIT_STRUCT): New @hook.
2534 * doc/tm.texi: Regenerate.
2535 * hooks.c (hook_void_gcc_optionsp): New.
2536 * hooks.h (hook_void_gcc_optionsp): Declare.
2537 * langhooks-def.h (lhd_init_options_struct): Remove.
2538 (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define to hook_void_gcc_optionsp.
2539 * langhooks.c (lhd_init_options_struct): Remove.
2540 * opts.c (init_options_struct): Also call
2541 targetm.target_option.init_struct.
2542 * config/i386/i386.c (ix86_option_init_struct,
2543 TARGET_OPTION_INIT_STRUCT): New.
2544 (ix86_option_optimization): Move some settings to
2545 ix86_option_init_struct.
2546 * config/pdp11/pdp11.c (pdp11_option_init_struct,
2547 TARGET_OPTION_INIT_STRUCT): New.
2548 (pdp11_option_optimization): Move some settings to
2549 pdp11_option_init_struct.
2550 * config/rs6000/rs6000.c (rs6000_option_optimization): Replace by
2551 rs6000_option_init_struct. Use options structure pointer.
2552 (TARGET_OPTION_OPTIMIZATION): Replace by TARGET_OPTION_INIT_STRUCT.
2553 * config/s390/s390.c (s390_option_init_struct,
2554 TARGET_OPTION_INIT_STRUCT): New.
2555 (s390_option_optimization): Don't set
2556 flag_asynchronous_unwind_tables here.
2557 * config/sh/sh.c (sh_option_init_struct,
2558 TARGET_OPTION_INIT_STRUCT): New.
2559 (sh_option_optimization): Don't set flag_finite_math_only here.
2560 * config/spu/spu.c (spu_option_optimization): Replace by
2561 spu_option_optimization. Use options structure pointer.
2562 (TARGET_OPTION_OPTIMIZATION): Replace by TARGET_OPTION_INIT_STRUCT.
2563
2564 2010-10-14 Michael Meissner <meissner@linux.vnet.ibm.com>
2565
2566 * doc/md.texi (Standard Names): Add fma@var{m}4 documentation.
2567
2568 * doc/rtl.texi (RTX_TERNARY): Document FMA is ternary. Add
2569 SIGN_EXTRACT and ZERO_EXTRACT which were missing.
2570 (Standard names): Document fma.
2571
2572 * doc/cpp.texi (Common Predefined Macros): Document __FP_FAST_FMA,
2573 __FP_FAST_FMAF, __FP_FAST_FMAL.
2574
2575 * builitns.c (expand_builtin_mathfn_ternary): New function for
2576 expanding ternary math functions, like fma.
2577 (expand_builtin): Call it for the fma builtins.
2578
2579 * simplify-rtx.c (simplify_ternary_operation): Don't simplify FMA
2580 ops at present.
2581
2582 * tree-vect-stmts.c (vectorizable_call): Allow 3 argument
2583 vectorizable functions to support vectorizing fma.
2584
2585 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
2586 Handle fma builtins.
2587
2588 * config/rs6000/vsx.md (UNSPEC_VSX_MADD): Delete.
2589 (UNSPEC_VSX_MSUB): Ditto.
2590 (UNSPEC_VSX_NMADD): Ditto.
2591 (UNSPEC_VSX_NMSUB): Ditto.
2592 (vsx_fmadd<mode>4*): Rewrite to use FMA rtl in some cases instead
2593 of UNSPEC. Renumber combiner patterns.
2594 (vsx_fmsub<mode>4*): Ditto.
2595 (vsx_fnmadd<mode>4*): Ditto.
2596 (vsx_fnmsub<mode>4*): Ditto.
2597
2598 * config/rs6000/altivec.md (UNSPEC_VNMSUBFP): Delete.
2599 (altivec_vmaddfp): Rewrite to use FMA rtl if no fused
2600 multiply/add. Rename combiner pattern, and add TARGET_FUSED_MADD test.
2601 (altivec_vmaddfp_1): Ditto.
2602 (altivec_vmaddfp_2): Ditto.
2603 (atlivec_mulv4sf3): Ditto.
2604 (altivec_vnmsubfp): Ditto.
2605 (altivec_vnmsubfp_1): Ditto.
2606 (altivec_vnmsubfp_2): Ditto.
2607 (altivec_vnmsubfp_3): Delete.
2608
2609 * config/rs6000/rs6000.md (fmasf4): New insns for fma builtin support.
2610 (fmasf4_fpr): Ditto.
2611 (fmssf4_fpr): Ditto.
2612 (fnmasf4_fpr): Ditto.
2613 (fnmssf4_fpr): Ditto.
2614 (fmadf4): Ditto.
2615 (fmadf4_fpr): Ditto.
2616 (fmsdf4_fpr): Ditto.
2617 (fnmadf4_fpr): Ditto.
2618 (fnmsdf4_fpr): Ditto.
2619
2620 * optabs.h (OTI_fma): Add fma optab.
2621 (fma_optab): Ditto.
2622
2623 * genopinit.c (optabs): Set fma optab.
2624
2625 * rtl.def (FMA): Add FMA rtl.
2626
2627 * tree.h (mode_has_fma): New function to return if MODE supports a
2628 fast multiply and add instruction.
2629 * builtins.c (mode_has_fma): Ditto.
2630
2631 2010-10-15 Jan Hubicka <jh@suse.cz>
2632
2633 * lto-streamer-out.c (write_symbol): Use pointer set of seen
2634 objects instead of bitmap.
2635 (produce_symtab): Likewise; output defined symbols first.
2636
2637 2010-10-15 Jie Zhang <jie@codesourcery.com>
2638
2639 * doc/invoke.texi: Add -fstrict-volatile-bitfields to
2640 Option Summary and Index.
2641
2642 2010-10-15 Richard Guenther <rguenther@suse.de>
2643
2644 * tree.c (free_lang_data_in_decl): Clear DECL_INITIAL
2645 for automatic variables again.
2646
2647 2010-10-15 Joseph Myers <joseph@codesourcery.com>
2648
2649 * doc/extend.texi (Variable Length): Don't refer to VLAs not
2650 conforming to C99.
2651
2652 2010-10-15 Joseph Myers <joseph@codesourcery.com>
2653
2654 * config/rx/rx.c (rx_option_optimization): Change to
2655 rx_override_options_after_change. Don't change
2656 flag_lto_compression_level. Don't check for changes to whether
2657 FPU instructions can be used. Check and set only
2658 flag_finite_math_only, not other fast-math flags.
2659 (rx_option_override): Call rx_override_options_after_change.
2660 (TARGET_OPTION_OPTIMIZATION): Remove.
2661 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
2662
2663 2010-10-15 Joseph Myers <joseph@codesourcery.com>
2664
2665 * config/rs6000/rs6000.c (rs6000_option_optimization): Don't
2666 disable section anchors for lang_hooks.name[4] != 'O'.
2667
2668 2010-10-15 Joseph Myers <joseph@codesourcery.com>
2669
2670 * config/frv/frv.c (frv_option_optimization,
2671 TARGET_OPTION_OPTIMIZATION): Remove.
2672 * config/frv/frv.h (RCSP_SOFTWARE_PIPELINING): Remove.
2673
2674 2010-10-15 Michael Matz <matz@suse.de>
2675
2676 * cgraphunit.c (clone_of_p): Define unconditionally.
2677
2678 2010-10-15 Richard Guenther <rguenther@suse.de>
2679
2680 PR lto/45957
2681 * tree.c (free_lang_data_in_decl): Do not clear DECL_INITIAL of vars.
2682
2683 2010-10-15 Chung-Lin Tang <cltang@codesourcery.com>
2684
2685 * ifcvt.c (find_active_insn_before): New function.
2686 (find_active_insn_after): New function.
2687 (cond_exec_process_if_block): Use new functions to replace
2688 prev_active_insn() and next_active_insn().
2689
2690 2010-10-14 Yao Qi <yao@codesourcery.com>
2691
2692 PR target/45447
2693 * config/arm/arm.c (arm_build_builtin_va_list): Assign
2694 va_list_name to TYPE_STUB_DECL (va_list_type).
2695
2696 2010-10-14 Jan Hubicka <jh@suse.cz>
2697
2698 PR middle-end/45621
2699 * cgraph.c (cgraph_update_edges_for_call_stmt_node): When new call is
2700 redirected to clone, be happy.
2701 * cgraph.h (cgraph node): Enable former_clone_of unconditinally.
2702 * cgraphunit.c (verify_cgraph_node, cgraph_materialize_clone): Handle
2703 former_clone_of unconditionally.
2704
2705 2010-10-14 Iain Sandoe <iains@gcc.gnu.org>
2706
2707 Merge from FSF apple 'trunk' branch.
2708 2006 Fariborz Jahanian <fjahanian@apple.com>
2709
2710 Radars 4436866, 4505126, 4506903, 4517826
2711 * c-parser.c (c_parser, objc_property_attr_context) New flag.
2712 (c_lex_one_token): Handle property attributes.
2713 (c_parser_external_declaration): Handle @property.
2714 (c_parser_declaration_or_fndef): Warn on invalid attributes before
2715 @alias, @class, @end and @property objc keywords.
2716 (c_parser_objc_methodprotolist): Handle @property.
2717 (c_parser_objc_property_attrlist): New.
2718 (c_parser_objc_at_property): New.
2719 * c-typeck.c (build_component_ref): Handle CLASS.property syntax.
2720 (build_modify_expr): Likewise.
2721
2722 2010-10-14 Jakub Jelinek <jakub@redhat.com>
2723
2724 PR tree-optimization/46008
2725 * tree-if-conv.c (predicate_bbs): Try to canonicalize c2 if possible.
2726
2727 2010-10-14 Richard Guenther <rguenther@suse.de>
2728
2729 PR tree-optimization/44913
2730 * tree-data-ref.c (disjoint_objects_p): Remove.
2731 (dr_may_alias_p): Simplify. Only hand the base object to
2732 the alias-oracle.
2733 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
2734 some more trees, bail out instead of asserting.
2735 (ptr_derefs_may_alias_p): Likewise. Export.
2736 (refs_may_alias_p_1): Handle STRING_CSTs.
2737 * tree-ssa-alias.h (ptr_derefs_may_alias_p): Declare.
2738
2739 2010-10-14 Joseph Myers <joseph@codesourcery.com>
2740
2741 PR c/45969
2742 * c-typeck.c (build_binary_op): Don't try to compute a semantic
2743 type with excess precision for boolean operations.
2744
2745 2010-10-14 Jeremie Salvucci <jeremie.salvucci@free.fr>
2746 Basile Starynkevitch <basile@starynkevitch.net>
2747
2748 * gengtype.c: Include getopt.h and version.h.
2749
2750 (lang_bitmap, struct outf, outf_p)
2751 (get_output_file_with_visibility, oprintf): Definitions moved to
2752 gengtype.h
2753 (output_files, header_file, srcdir, srcdir_len, this_file)
2754 (do_dump): No more static variables.
2755 (do_debug): New.
2756 (dbgprint_count_type_at): Added new function.
2757 (gengtype_long_options): New.
2758 (print_usage, print_version, parse_program_options): New.
2759 (main): Call parse_program_options, and removed old option
2760 handling code. Added some debug output.
2761
2762 * gengtype.h: Updated copyright year.
2763 (lang_bitmap, struct outf, outf_p, header_file, oprintf)
2764 (get_output_file_with_visibility, srcdir, srcdir_len, do_dump):
2765 Moved from gengtype.c to here.
2766 (do_debug, read_state_filename, write_state_filename): New variables.
2767 (DBGPRINTF, DBGPRINT_COUNT_TYPE): New macros.
2768
2769 * Makefile.in:
2770 (REVISION): Always defined.
2771 (version.o): Removed ifdef REVISION_c.
2772 (s-gtype): Pass arguments to build/gengtype program.
2773 (build/version.o): Added building rule.
2774 (build/gengtype$(build_exeext)): Added build/version.o.
2775
2776 2010-10-14 Iain Sandoe <iains@gcc.gnu.org>
2777
2778 Partial merge of 'ObjC GC' from FSF apple 'trunk' branch.
2779 * config/darwin-c.c (darwin_cpp_builtins): Define __weak and
2780 __strong macros.
2781
2782 2010-10-14 Eric Botcazou <ebotcazou@adacore.com>
2783
2784 * sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke
2785 may_trap_or_fault_p instead of may_trap_p predicate.
2786 * tree.c (substitute_in_expr): Propagate the TREE_THIS_NOTRAP flag.
2787 (substitute_placeholder_in_expr): Likewise.
2788 * tree-inline.c (remap_gimple_op_r): Propagate the TREE_THIS_NOTRAP
2789 flag on MEM_REF nodes.
2790 (copy_tree_body_r): Propagate the TREE_READONLY and TREE_THIS_NOTRAP
2791 flags on INDIRECT_REF nodes.
2792
2793 2010-10-14 Nathan Froyd <froydnj@codesourcery.com>
2794
2795 * config.gcc (arm*-*-linux-*eabi) <tm_file>: Add bpabi.h from libgcc.
2796 (arm*-*-uclinux*eabi) <tm_file>: Likewise.
2797 (arm*-*-eabi*) <tm_file>: Likewise.
2798 (frv-*-elf) <tm_file>: Add frv-abi.h from libgcc.
2799 (frv-*-*linux*) <tm_file>: Likewise.
2800 * config/arm/bpabi.h: Delete DECLARE_LIBRARY_RENAMES stanzas
2801 and associated helper macros.
2802 * config/frv/frv-abi.h: Delete.
2803
2804 2010-10-14 Richard Guenther <rguenther@suse.de>
2805
2806 PR lto/44561
2807 * tree.def (NULLPTR_TYPE): New tree code.
2808 * dbxout.c (dbxout_type): Handle NULLPTR_TYPE.
2809 * dwarf2out.c (is_base_type): Likewise.
2810 (gen_type_die_with_usage): Likewise.
2811 * sdbout.c (plain_type_1): Likewise.
2812 * tree.c (build_int_cst_wide): Likewise.
2813 * gimple.c (gimple_types_compatible_p_1): NULLPTR_TYPE types are equal.
2814
2815 2010-10-14 Joseph Myers <joseph@codesourcery.com>
2816
2817 * params.c (params_finished): New.
2818 (add_params): Assert !params_finished.
2819 (finish_params): New.
2820 (set_param_value_internal): Take params and params_set
2821 parameters. Assert params_finished.
2822 (set_param_value, maybe_set_param_value): Take params and
2823 params_set parameters. Update calls to set_param_value_internal.
2824 (set_default_param_value): Assert !params_finished. Don't use
2825 set_param_value_internal.
2826 (default_param_value, init_param_values): New.
2827 * params.h (struct param_info): Change value to default_value.
2828 Remove set.
2829 (set_param_value, maybe_set_param_value): Add params and
2830 params_set parameters.
2831 (PARAM_VALUE): Get parameters from global_options.
2832 (PARAM_SET_P): Remove.
2833 (finish_params, default_param_value, init_param_values): New.
2834 * common.opt (param_values): New Variable.
2835 * config/arm/arm.c (arm_option_override): Pass extra arguments to
2836 maybe_set_param_value.
2837 * config/i386/i386.c (ix86_option_override_internal): Pass extra
2838 arguments to maybe_set_param_value.
2839 * config/picochip/picochip.c (picochip_option_override): Pass
2840 extra arguments to maybe_set_param_value.
2841 * config/rs6000/rs6000.c (rs6000_option_override_internal): Pass
2842 extra arguments to maybe_set_param_value.
2843 * config/s390/s390.c (s390_option_override): Use
2844 maybe_set_param_value instead of set_param_value. Pass extra
2845 arguments to maybe_set_param_value.
2846 * config/sparc/sparc.c (sparc_option_override): Pass extra
2847 arguments to maybe_set_param_value.
2848 * config/spu/spu.c (spu_option_override): Pass extra arguments to
2849 maybe_set_param_value.
2850 * opts.c (handle_param): Take opts and opts_set parameters.
2851 Update call to set_param_value.
2852 (initial_min_crossjump_insns, initial_max_fields_for_field_sensitive,
2853 initial_loop_invariant_max_bbs_in_loop): Remove.
2854 (init_options_once): Don't set them.
2855 (init_options_struct): Initialize parameters structures.
2856 (default_options_optimization): Use default_param_value when
2857 restoring defaults. Update calls to maybe_set_param_value.
2858 (finish_options): Update calls to maybe_set_param_value.
2859 (common_handle_option): Update calls to handle_param and
2860 set_param_value.
2861 * toplev.c (DEFPARAM): Update definition for changes to param_info.
2862 (general_init): Call finish_params.
2863
2864 2010-10-14 Nick Clifton <nickc@redhat.com>
2865
2866 * config/mn10300/mn10300.h (CONSTANT_ALIGNMENT): Define.
2867 (DATA_ALIGNMENT, LOCAL_ALIGNMENT): Define.
2868 (FIRST_PSEUDO_REGISTER): Increase by one.
2869 (FIXED_REGISTERS, CALL_USED_REGISTERS): Update with CC_REG.
2870 (HARD_REGNO_MODE_OK): Call mn10300_hard_regno_mode_ok.
2871 (MODES_TIEABLE): Call mn10300_modes_tieable.
2872 (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Add CC_REGS.
2873 (LEGITIMATE_CONSTANT_P): Call mn10300_legitimate_constant_p.
2874 (CC_OVERFLOW_UNUSABLE, CC_NO_CARRY, NOTICE_UPDATE_CC)
2875 (SELECT_CC_MODE, REVERSIBLE_CC_MODE): Delete.
2876 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Add CC register.
2877 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
2878 (mn10300_cc_status_mdep): Delete.
2879 (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Delete.
2880 * config/mn10300/mn10300 (mn10300_option_override): Stop disabling
2881 the combine-stack-adjust pass.
2882 (print_operand): Use the mode of the comparison operation to
2883 select the comparison suffix.
2884 (notice_update_cc): Delete.
2885 (mn10300_secondary_reload_class): Remove test for stack pointer
2886 based arithmetic.
2887 (output_tst): Rename to mn10300_output_cmp.
2888 (impossible_plus_operand): Move into predicates.md.
2889 (mn10300_legitimize_address): Make static.
2890 (mn10300_legitimate_address_p): Make static. Only allow SI sized
2891 constant pic operands.
2892 (mn10300_legitimate_constant_p): New function.
2893 (mn10300_case_values_threshold): Make static.
2894 (mn10300_hard_regno_mode_ok): New function.
2895 (mn10300_modes_tieable): New function.
2896 (mn10300_select_cc_mode): New function.
2897 * config/mn10300/predicates.md (impossible_plus_operand): Define.
2898 * config/mn10300/mn10300-protos.h: Tidy.
2899 (mn10300_legitimate_constant_p, mn10300_modes_tieable)
2900 (mn10300_hard_regno_mode_ok, mn10300_select_cc_mode): Prototype.
2901 * config/mn10300/mn10300.md (cc attribute): Delete. Replace
2902 with clobbers or sets of CC_REG.
2903 (CC_REG): Define.
2904 (mov*): Remove use of CLR instruction.
2905 (cbranch_si4_<code>): New pattern/split.
2906 (integer_conditional_branch): New pattern.
2907 (cbranch_sf4_<code>): New pattern/split.
2908 (float_conditional_branch): New pattern.
2909 (casesi): Use addsi3 pattern instead of movsi pattern to add and
2910 move a value at the same time.
2911 (cc0 peepholes): Remove.
2912
2913 2010-10-14 Andrey Belevantsev <abel@ispras.ru>
2914
2915 * sel-sched-ir.c (init_global_and_expr_for_insn): Set CANT_MOVE
2916 on RTX_FRAME_RELATED_P insns and the insn to which
2917 NOTE_INSN_EPILOGUE_BEG is attached.
2918 * sched-vis.c (print_value): Allow NULL value.
2919
2920 2010-10-14 Andrey Belevantsev <abel@ispras.ru>
2921
2922 PR rtl-optimization/45570
2923 * sel-sched-ir.c (cfg_preds_1): When walking out of the region,
2924 assert that we are pipelining outer loops. Allow returning
2925 zero predecessors.
2926
2927 2010-10-14 Andrey Belevantsev <abel@ispras.ru>
2928
2929 * sel-sched-ir.c (maybe_tidy_empty_bb): Simplify comment.
2930 (tidy_control_flow): Tidy vertical space.
2931 (sel_remove_bb): New variable idx. Use it to remember the basic
2932 block index before deleting the block.
2933 (sel_remove_empty_bb): Remove dead code, simplify and insert to ...
2934 (sel_merge_blocks): ... here.
2935 * sel-sched-ir.h (sel_remove_empty_bb): Remove prototype.
2936
2937 2010-10-14 Jakub Jelinek <jakub@redhat.com>
2938
2939 * cse.c (is_dead_reg): Change into inline function that is not
2940 called through for_each_rtx.
2941 (set_live_p): Adjust caller.
2942 (insn_live_p): Don't reset DEBUG_INSNs here.
2943 (struct dead_debug_insn_data): New data.
2944 (count_stores, is_dead_debug_insn, replace_dead_reg): New functions.
2945 (delete_trivially_dead_insns): If there is just one setter for the
2946 dead reg that is referenced by some DEBUG_INSNs, create a DEBUG_EXPR
2947 and add DEBUG_INSN for it right before the removed setter and
2948 use the DEBUG_EXPR instead of the dead pseudo.
2949
2950 2010-10-14 Zdenek Dvorak <rakdver@kam.uniff.cz>
2951
2952 * et-forest.c (et_nca): Return NULL immediately when
2953 the dominance forest has disjoint components.
2954
2955 2010-10-13 Vladimir Makarov <vmakarov@redhat.com>
2956
2957 * ira.c (setup_class_hard_regs): Fix typo in indexing
2958 ira_non_ordered_class_hard_regs and ira_class_hard_reg_index.
2959
2960 2010-10-14 Tijs Wiebe Lefering <twlevo@gmail.com>
2961
2962 * graph.c (inbb): New variable.
2963 (start_bb): Set inbb to 1 if output is inside of a building block.
2964 (end_bb): Check if output is inside of a building block.
2965
2966 2010-10-13 Eric Botcazou <ebotcazou@adacore.com>
2967
2968 PR rtl-optimization/45912
2969 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Test the
2970 regno of registers instead of their index to compute the alignment.
2971
2972 2010-10-13 H.J. Lu <hongjiu.lu@intel.com>
2973
2974 * config/i386/i386.c (ix86_build_const_vector): Check vector
2975 mode instead of scalar mode.
2976 (ix86_build_signbit_mask): Likewise.
2977 (ix86_expand_fp_absneg_operator): Updated.
2978 (ix86_expand_copysign): Likewise.
2979 (ix86_expand_int_vcond): Likewise.
2980 (ix86_emit_swdivsf): Likewise.
2981 (ix86_sse_copysign_to_positive): Likewise.
2982 (ix86_expand_sse_fabs): Likewise.
2983 * config/i386/i386.md (fixuns_trunc<mode>si2): Likewise.
2984 * config/i386/sse.md (copysign<mode>3): Likewise.
2985 (sse2_cvtudq2ps): Likewise.
2986 (vec_unpacku_float_hi_v4si): Likewise.
2987 (vec_unpacku_float_lo_v4si): Likewise.
2988
2989 * config/i386/i386.c (ix86_builtins): Add
2990 IX86_BUILTIN_CPYSGNPS256 and IX86_BUILTIN_CPYSGNPD256.
2991 (bdesc_args): Likewise.
2992 (ix86_builtin_vectorized_function): Support
2993 IX86_BUILTIN_CPYSGNPS256, IX86_BUILTIN_CPYSGNPD256,
2994 IX86_BUILTIN_SQRTPD256, IX86_BUILTIN_SQRTPS_NR256,
2995 and IX86_BUILTIN_CVTPS2DQ256.
2996 (ix86_builtin_reciprocal): Support IX86_BUILTIN_SQRTPS_NR256.
2997
2998 * config/i386/sse.md (STORENT_MODE): New.
2999 (VEC_FLOAT_MODE): Likewise.
3000 (VEC_EXTRACT_MODE): Likewise.
3001 (*avx_cvtdq2pd256_2): Likewise.
3002 (vec_pack_trunc_v4df): Likewise.
3003 (vec_interleave_highv8sf): Likewise.
3004 (vec_interleave_lowv8sf): Likewise.
3005 (storent<mode>): Macroized.
3006 (<code><mode>2: absneg): Likewise.
3007 (copysign<mode>3): Likewise.
3008 (vec_extract<mode>): Likewise.
3009
3010 PR target/44180
3011 * config/i386/i386.c (expand_vec_perm_even_odd_1): Rewritten
3012 for V8SFmode.
3013
3014 2010-10-13 Richard Guenther <rguenther@suse.de>
3015 H.J. Lu <hongjiu.lu@intel.com>
3016
3017 * config/i386/sse.md (reduc_splus_v8sf): Add.
3018 (reduc_splus_v4df): Likewise.
3019 (vec_unpacks_hi_v8sf): Likewise.
3020 (vec_unpacks_lo_v8sf): Likewise.
3021 (*avx_cvtps2pd256_2): Likewise.
3022 (vec_unpacks_float_hi_v8si): Likewise.
3023 (vec_unpacks_float_lo_v8si): Likewise.
3024 (vec_interleave_highv4df): Likewise.
3025 (vec_interleave_lowv4df): Likewise.
3026
3027 2010-10-13 Richard Guenther <rguenther@suse.de>
3028
3029 PR objc/45878
3030 * gimple-fold.c (gimple_fold_obj_type_ref): Leave OBJ_TYPE_REFs
3031 alone if there are no virtual methods.
3032
3033 2010-10-13 Richard Henderson <rth@redhat.com>
3034
3035 * expr.c (build_personality_function): Take parameter LANG instead
3036 of parameter NAME. Build the name based on the lang prefix and the
3037 unwind method in use.
3038 * tree.c (lhd_gcc_personality): Update call to
3039 build_personality_function.
3040
3041 2010-10-13 Richard Guenther <rguenther@suse.de>
3042
3043 PR objc/45878
3044 * tree-ssa-ccpc (ccp_fold_stmt): Use gimple_fold_obj_type_ref.
3045
3046 2010-10-13 Eric Botcazou <ebotcazou@adacore.com>
3047
3048 * cse.c (cse_insn): Fix thinko in the canonicalization of USE insns.
3049 Canonicalize input operands of ASM_OPERANDS insns.
3050
3051 2010-10-13 Richard Guenther <rguenther@suse.de>
3052
3053 PR tree-optimization/45788
3054 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Delay
3055 EH update until fixup-cfg.
3056
3057 2010-10-13 Julian Brown <julian@codesourcery.com>
3058
3059 * config/arm/arm.h (REG_CLASS_CONTENTS): Remove soft frame pointer
3060 from CORE_REGS and GENERAL_REGS classes.
3061 * config/arm/arm.md (*thumb1_movsi_insn): Ignore all parts of
3062 final constraint for register preferencing.
3063
3064 2010-10-13 Richard Guenther <rguenther@suse.de>
3065
3066 PR tree-optimization/45970
3067 * tree-ssa-alias.h (stmt_kills_ref_p): Declare.
3068 * tree-ssa-alias.c (stmt_kills_ref_p_1): New function.
3069 (stmt_kills_ref_p): Likewise.
3070 * tree-ssa-dse.c (dse_optimize_stmt): Use it.
3071
3072 2010-10-13 Richard Guenther <rguenther@suse.de>
3073
3074 PR tree-optimization/45982
3075 * tree-ssa-structalias.c (make_constraints_to): New function.
3076 (make_constraint_to): Implement in terms of make_constraints_to.
3077 (find_func_aliases): Properly make return values of pure/const
3078 functions escape if they assign to sth that is not a pointer.
3079
3080 2010-10-13 Richard Guenther <rguenther@suse.de>
3081
3082 PR middle-end/45874
3083 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
3084 Fixup the CFG when EH was fixed up.
3085
3086 2010-10-13 Ira Rosen <irar@il.ibm.com>
3087
3088 * tree-vect-slp.c (vect_get_constant_vectors): Fix comment.
3089 Use operand's type for POINTER_PLUS_EXPR.
3090
3091 2010-10-13 Alexandre Oliva <aoliva@redhat.com>
3092
3093 * c-parser.c (c_parser_for_statement): Initialize incr.
3094
3095 2010-10-12 Xinliang David Li <davidxl@google.com>
3096
3097 PR tree-optimization/45972
3098 * tree-ssa-uninit.c (compute_uninit_opnds_pos): Skip phis
3099 with too many arguments.
3100
3101 2010-10-12 Jakub Jelinek <jakub@redhat.com>
3102
3103 PR fortran/45636
3104 * tree-ssa-forwprop.c: Include expr.h.
3105 (constant_pointer_difference, simplify_builtin_call): New functions.
3106 (tree_ssa_forward_propagate_single_use_vars): Call
3107 simplify_builtin_call on builtin calls.
3108
3109 2010-10-12 Eric Botcazou <ebotcazou@adacore.com>
3110
3111 * config/sparc/sparc.md (*adddi3_insn_sp32): Rename.
3112 (*adddi3_extend_sp32): Likewise.
3113 (*subdi3_insn_sp32): Likewise.
3114 (*subdi3_extend_sp32): Likewise.
3115 (*negdi2_sp32): Use negative test for consistency.
3116
3117 2010-10-12 Nathan Froyd <froydnj@codesourcery.com>
3118
3119 * libgcc2.h: Use __SIZEOF_DOUBLE__ instead of LIBGCC2_DOUBLE_TYPE_SIZE.
3120 (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
3121 * config/fixed-bit.h: Likewise.
3122 * config/rx/rx.h (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
3123 * config/sh/sh.h (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
3124 * system.h (LIBGCC2_DOUBLE_TYPE_SIZE): Poison.
3125 * doc/tm.texi.in (LIBGCC2_HAS_DF_MODE): Use DOUBLE_TYPE_SIZE.
3126 (DF_SIZE): Likewise.
3127 * doc/tm.texi: Regenerate.
3128
3129 2010-10-12 Nathan Froyd <froydnj@codesourcery.com>
3130
3131 * config/rs6000/predicates.md (scc_rev_comparison_operator): New.
3132 * config/rs6000/rs6000.md (*isel_reversed_signed_<mode>): New.
3133 (*isel_reversed_unsigned_<mode>): New.
3134 * config/rs6000/rs6000.c (output_isel): Accept GE/GEU/LE/LEU/NE
3135 as valid comparisons and adjust operands and output appropriately.
3136 (rs6000_rtx_costs) <CONST_INT>: Accept NE as a cost-0 outer_code.
3137
3138 2010-10-12 Chung-Lin Tang <cltang@codesourcery.com>
3139
3140 * config/arm/arm.h (ARM_EXPAND_ALIGNMENT): Rename from
3141 DATA_ALIGNMENT and add COND parameter. Update comments above.
3142 (DATA_ALIGNMENT): Use ARM_EXPAND_ALIGNMENT, with !optimize_size.
3143 (LOCAL_ALIGNMENT): Use ARM_EXPAND_ALIGNMENT, with !flag_conserve_stack.
3144
3145 2010-10-12 H.J. Lu <hongjiu.lu@intel.com>
3146
3147 PR bootstrap/45958
3148 * exec-tool.in: Support '-plugin' as the second option to the linker.
3149
3150 2010-10-12 Richard Henderson <rth@redhat.com>
3151
3152 PR middle-end/45962
3153 * cfgexpand.c (add_stack_var): Ensure every variable has 1 byte.
3154 (expand_stack_vars): Assert large base allocated when used.
3155
3156 2010-10-12 Richard Guenther <rguenther@suse.de>
3157
3158 * tree-ssa-structalias.c (get_constraint_for_1): Constants
3159 only point to nonlocal, not anything.
3160
3161 2010-10-11 Hariharan Sandanagobalane <hariharan@picochip.com>
3162
3163 * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj
3164 unwind info for exceptions.
3165
3166 2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3167
3168 PR testsuite/45851
3169 * doc/sourcebuild.texi (LTO Testing, dg-extra-ld-options):
3170 Document optional target selector.
3171
3172 2010-10-12 Joseph Myers <joseph@codesourcery.com>
3173
3174 * flag-types.h: New.
3175 * Makefile.in (TH_H): Include $(OPTIONS_H) instead of $(FLAGS_H).
3176 (FLAGS_H): Include flag-types.h. Include $(OPTIONS_H) instead of
3177 options.h.
3178 (OPTIONS_H): Define.
3179 (c-family/c-opts.o, lto-opts.o, opts.o): Use $(OPTIONS_H) instead
3180 of options.h.
3181 * configure.ac (tm_include_list): Include options.h not flags.h.
3182 * configure: Regenerate.
3183 * flags.h: Include flag-types.h. Include options.h at top of file
3184 again.
3185 (enum debug_info_type, enum debug_info_level, enum
3186 debug_info_usage, enum symbol_visibility, struct visibility_flags,
3187 enum ira_algorithm, enum ira_region, enum excess_precision, enum
3188 graph_dump_types, enum stack_check_type,
3189 enum warn_strict_overflow_code): Move to flag-types.h
3190 * opth-gen.awk: Include flag-types.h in options.h.
3191
3192 2010-10-12 Jakub Jelinek <jakub@redhat.com>
3193
3194 * expr.c (store_expr): Share code for STRING_CST and
3195 MEM_REF of &STRING_CST cases. Don't require BLKmode, instead
3196 check if target is a MEM.
3197
3198 * rtl.h: Include hashtab.h.
3199 (iterative_hash_rtx): New prototype.
3200 * rtl.c (iterative_hash_rtx): New function.
3201 * dwarf2out.c (dw_loc_list_node): Add hash and emitted fields.
3202 (output_loc_list): Return immediately if emitted is set, set it.
3203 (hash_loc_operands, hash_locs, hash_loc_list,
3204 compare_loc_operands, compare_locs, loc_list_hash, loc_list_eq,
3205 optimize_location_lists_1, optimize_location_lists): New function.
3206 (dwarf2out_finish): Call optimize_location_lists.
3207 * Makefile.in (RTL_BASE_H): Depend on $(HASHTAB_H).
3208
3209 2010-10-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3210
3211 PR testsuite/45974
3212 Revert:
3213 * Makefile.in ($(lang_checks_parallel))
3214 ($(lang_checks_parallelized)): Use single quotes for
3215 $(RUNTESTFLAGS), to allow passing quoted content.
3216
3217 2010-10-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3218
3219 * config/pa/linux-atomic.c (__sync_val_compare_and_swap_4): Return
3220 actual_oldval. Use __builtin_expect.
3221 (SUBWORD_VAL_CAS): Likewise.
3222
3223 2010-10-11 Nathan Froyd <froydnj@codesourcery.com>
3224
3225 * recog.c (nonmemory_operand): Call immediate_operand for
3226 CONSTANT_P operands.
3227
3228 2010-10-11 Uros Bizjak <ubizjak@gmail.com>
3229
3230 * config/i386/i386.md (movmem<mode>): Macroize expander from
3231 movmem{si,di} using SWI48 mode iterator.
3232 (*strmovsi_1): Macroize insn pattern from *strmovsi_1 and
3233 *strmovsi_rex_1 using P mode iterator.
3234 (*strmovhi_1): Ditto from *strmovhi_1 and *strmovhi_rex_1.
3235 (*strmovqi_1): Ditto from *strmovqi_1 and *strmovqi_rex_1.
3236 (*rep_movsi): Ditto from *rep_movsi and *rep_movsi_rex64.
3237 (*rep_movqi): Ditto from *rep_movqi and *rep_movqi_rex64.
3238 (setmem<mode>): Macroize expander from setmem{si,di} using
3239 SWI48 mode iterator.
3240 (*strsetsi_1): Macroize insn pattern from *strsetsi_1 and
3241 *strsetsi_rex_1 using P mode iterator.
3242 (*strsethi_1): Ditto from *strsethi_1 and *strsethi_rex_1.
3243 (*strsetqi_1): Ditto from *strsetqi_1 and *strsetqi_rex_1.
3244 (*rep_stossi): Ditto from *rep_stossi and *rep_stossi_rex64.
3245 (*rep_stosqi): Ditto from *rep_stosqi and *rep_stosqi_rex64.
3246 (*cmpstrnqi_nz_1): Ditto from *cmpstrnqi_nz_1 and *cmpstrnqi_nz_rex_1.
3247 (*cmpstrnqi_1): Ditto from *cmpstrnqi_1 and *cmpstrnqi_rex_1.
3248 (strlen<mode>): Macroize expander from strlen{si,di} using SWI48x
3249 mode iterator.
3250 (*strlenqi_1): Macroize insn pattern from *strlenqi_1 and
3251 *strlenqi_rex_1 using P mode iterator.
3252
3253 2010-10-11 Bernd Schmidt <bernds@codesourcery.com>
3254
3255 PR bootstrap/45445
3256 * ira-lives.c (mark_pseudo_reg_live, mark_pseudo_reg_dead): New
3257 static functions.
3258 (mark_ref_live, mark_ref_dead): Use them.
3259 (make_pseudo_conflict): New arg ORIG_DREG. All callers changed.
3260 Save the original reg, and use the new functions.
3261 (check_and_make_def_use_conflict): New arg ORIG_DREG. All callers
3262 changed.
3263 (check_and_make_def_conflict): Save the original reg.
3264
3265 2010-10-11 Martin Jambor <mjambor@suse.cz>
3266
3267 PR middle-end/45699
3268 * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Choose among
3269 thunks.
3270
3271 2010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3272
3273 * Makefile.in ($(lang_checks_parallel))
3274 ($(lang_checks_parallelized)): Use single quotes for
3275 $(RUNTESTFLAGS), to allow passing quoted content.
3276
3277 PR bootstrap/35855
3278 * opt-functions.awk (BEGIN): New section.
3279 (lower, upper, digit, alnum): New variables.
3280 (static_var, opt_sanitized_name): Use alnum instead of character
3281 classes, for non-C locale.
3282 * optc-gen.awk: Likewise.
3283 * opth-gen.awk: Likewise.
3284
3285 2010-10-11 Anatoly Sokolov <aesok@post.ru>
3286
3287 * target.def (preferred_reload_class): New hook.
3288 * doc/tm.texi.in (TARGET_PREFERRED_RELOAD_CLASS): Document.
3289 * doc/tm.texi: Regenerate.
3290 * targhooks.c (default_preferred_reload_class): New function.
3291 * targhooks.h (default_preferred_reload_class): Declare.
3292 * reload.c (find_dummy_reload): Change preferred_class variable type
3293 from enum reg_class to reg_class_t. Use TARGET_PREFERRED_RELOAD_CLASS
3294 target hook.
3295 (find_reloads): Change goal_alternative array type from int to
3296 reg_class_t. Use TARGET_PREFERRED_RELOAD_CLASS target hook.
3297 (push_reload, find_reloads_address_part): Use
3298 TARGET_PREFERRED_RELOAD_CLASS target hook.
3299 * reload1.c (emit_input_reload_insns): Ditto.
3300 * ira-costs.c (copy_cost): Use TARGET_PREFERRED_RELOAD_CLASS target
3301 hook. Change rclass argument and secondary_class variable types from
3302 'enum reg_class' to reg_class_t.
3303
3304 * config/i386/i386.h (PREFERRED_RELOAD_CLASS): Remove.
3305 * config/i386/i386-protos (ix86_preferred_reload_class): Remove.
3306 * config/i386/i386.c (ix86_preferred_reload_class): Make static.
3307 Change regclass argument and result types from enum reg_class to
3308 reg_class_t.
3309 (TARGET_PREFERRED_RELOAD_CLASS): Define.
3310
3311 2010-10-11 Eric Botcazou <ebotcazou@adacore.com>
3312
3313 * simplify-rtx.c (simplify_unary_operation_1): Use unsigned arithmetics
3314 in masking operations.
3315 (simplify_const_unary_operation): Likewise.
3316 (simplify_binary_operation_1): Likewise.
3317 (simplify_const_binary_operation): Likewise.
3318 (simplify_const_relational_operation): Likewise.
3319 (simplify_ternary_operation): Likewise.
3320 (simplify_immed_subreg): Likewise.
3321
3322 2010-10-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3323
3324 PR middle-end/45862
3325 * doc/tm.texi.in (SUPPORTS_WEAK): Update.
3326 (TARGET_SUPPORTS_WEAK): New.
3327 * doc/tm.texi: Regenerate.
3328 * defaults.h (SUPPORTS_WEAK): Update comment.
3329 (TARGET_SUPPORTS_WEAK): New.
3330 * dwarf2asm.c (USE_LINKONCE_INDIRECT): Update define.
3331 * varasm.c (assemble_external): Use TARGET_SUPPORTS_WEAK instead of
3332 SUPPORTS_WEAK.
3333 (merge_weak, declare_weak, do_assemble_alias, supports_one_only,
3334 make_decl_one_only): Likewise.
3335 * config/pa/som.h (SUPPORTS_WEAK): Rename defines to
3336 TARGET_SUPPORTS_WEAK.
3337 (SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY): Use TARGET_SUPPORTS_WEAK
3338 instead of SUPPORTS_WEAK.
3339
3340 2010-10-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3341
3342 * config/sparc/gmon-sol2.c: Don't include coretypes.h, tm.h.
3343
3344 2010-10-11 Nathan Froyd <froydnj@codesourcery.com>
3345
3346 * vec.h (VEC_qsort): Define.
3347 * dbxout.c (output_used_types): Use it.
3348 * df-scan.c (df_sort_and_compress_refs): Likewise.
3349 (df_sort_and_compress_mws): Likewise.
3350 * genautomata.c (uniq_sort_alt_states): Likewise.
3351 (evaluate_equiv_classes): Likewise.
3352 (output_trans_table): Likewise.
3353 (output_state): Likewise.
3354 * gimplify.c (compare_case_labels): Likewise.
3355 * graphite-sese-to-poly.c (graphite_sort_dominated_info): Likewise.
3356 * ipa.c (build_cdtor_fns): Likewise.
3357 * lto.c (lto_wpa_write_files): Likewise.
3358 * sel-sched.c (fill_vec_av_set): Likewise.
3359 * tree-predcom.c (determine_roots_comp): Likewise.
3360 * tree-sra.c (sort_and_spliace_var_accesses): Likewise.
3361 (splice_param_accesses): Likewise.
3362 * tree-ssa-live.c (dump_enumerated_decls): Likewise.
3363 * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
3364 (reassociate_bb): Likewise.
3365 * tree-ssa-sccvn.c (sort_scc): Likewise.
3366 * tree-ssa-structalias.c (sort_fieldstack): Likewise.
3367
3368 2010-10-11 Ian Lance Taylor <iant@google.com>
3369
3370 * tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.
3371 * emit-rtl.c (set_mem_attributes_minus_bitpos): Only check
3372 TREE_THIS_NOTRAP when appropriate.
3373 (get_spill_slot_decl): Don't set TREE_THIS_NOTRAP on the new VAR_DECL.
3374 * gimplify.c (gimplify_expr): Copy NOTRAP from INDIRECT_REF to
3375 newly created MEM_REF.
3376
3377 2010-10-11 Hariharan Sandanagobalane <hariharan@picochip.com>
3378
3379 Nathan Froyds patch to hooks FUNCTION_ARG etc.
3380 * config/picochip/picochip-protos.h (picochip_function_arg): Delete.
3381 (picochip_incoming_function_arg): Delete.
3382 (picochip_arg_advance): Delete.
3383 * config/picochip/picochip.h (FUNCTION_ARG): Delete.
3384 (FUNCTION_INCOMING_ARG): Delete.
3385 (FUNCTION_ARG_ADVANCE): Delete.
3386 * config/picochip/picochip.c (picochip_function_arg): Take a
3387 const_tree and a bool.
3388 (picochip_incoming_function_arg): Likewise.
3389 (picochip_arg_advance): Likewise.
3390 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
3391 (TARGET_FUNCTION_ARG_ADVANCE): Define.
3392
3393 2010-10-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3394
3395 PR middle-end/45955
3396 * ipa.c (build_cdtor): Delete endless loop.
3397
3398 2010-10-07 Andi Kleen <ak@linux.intel.com>
3399
3400 * Makefile.in (MOSTLYCLEANFILES): Remove cc1*dummy, add
3401 checksum-options.
3402 (checksum-options): Add.
3403 (cc1-dummy): Remove.
3404 (cc1-checksum): Change to run checksum over object files
3405 and options only.
3406 * dummy-checksum.c: Remove.
3407 * genchecksum.c: Update copyright.
3408 (usage): Allow multiple arguments.
3409 (BLOCKSIZE): Add.
3410 (dosum): Change for incremental checksum. Remove C output.
3411 (main): Iterate over all argument files. Add C output.
3412
3413 2010-10-11 Joseph Myers <joseph@codesourcery.com>
3414
3415 * params.c (set_param_value_internal): New.
3416 (set_param_value): Use set_param_value_internal.
3417 (maybe_set_param_value, set_default_param_value): New.
3418 * params.h (PARAM_VALUE, PARAM_SET_P): Make into rvalues.
3419 (maybe_set_param_value, set_default_param_value): Declare.
3420 * config/arm/arm.c (arm_option_override): Use maybe_set_param_value.
3421 * config/i386/i386.c (ix86_option_override_internal): Use
3422 maybe_set_param_value.
3423 * config/ia64/ia64.c (ia64_option_default_params,
3424 TARGET_OPTION_DEFAULT_PARAMS): New.
3425 (ia64_option_optimization): Move some code to
3426 ia64_option_default_params.
3427 * config/picochip/picochip.c (picochip_option_override): Use
3428 maybe_set_param_value.
3429 * config/rs6000/rs6000.c (rs6000_option_default_params,
3430 TARGET_OPTION_DEFAULT_PARAMS): New.
3431 (rs6000_option_override_internal): Use maybe_set_param_value.
3432 (rs6000_option_optimization): Move some code to
3433 rs6000_option_default_params.
3434 * config/s390/s390.c (s390_option_override): Use maybe_set_param_value.
3435 * config/sh/sh.c (sh_option_default_params,
3436 TARGET_OPTION_DEFAULT_PARAMS): New.
3437 (sh_option_optimization): Move some code to sh_option_default_params.
3438 * config/sparc/sparc.c (sparc_option_override): Use
3439 maybe_set_param_value.
3440 * config/spu/spu.c (spu_option_default_params,
3441 TARGET_OPTION_DEFAULT_PARAMS): New.
3442 (spu_option_optimization): Move some code to spu_option_default_params.
3443 (spu_option_override): Use maybe_set_param_value.
3444 * doc/tm.texi.in (TARGET_OPTION_DEFAULT_PARAMS): New @hook.
3445 * doc/tm.texi: Regenerate.
3446 * ggc-common.c (init_ggc_heuristics): Use set_default_param_value.
3447 * opts.c (init_options_once): Use PARAM_VALUE not direct access to
3448 compiler_params.
3449 (default_options_optimization): Use maybe_set_param_value.
3450 (finish_options): Use maybe_set_param_value.
3451 * target.def (target_option.default_params): New hook.
3452 * toplev.c (general_init): Call targetm.target_option.default_params.
3453
3454 2010-10-11 Ira Rosen <irar@il.ibm.com>
3455
3456 PR tree-optimization/45902
3457 * tree-vect-slp.c (vect_get_constant_vectors): Use statement's
3458 vector type for constants, unless it's a pointer.
3459
3460 2010-10-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3461
3462 * config/s390/s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.
3463
3464 2010-10-11 Jakub Jelinek <jakub@redhat.com>
3465
3466 PR target/45870
3467 * config/i386/i386.c (ix86_delegitimize_tls_address): New function.
3468 (ix86_delegitimize_address): Use it.
3469
3470 2010-10-10 Eric Botcazou <ebotcazou@adacore.com>
3471
3472 * opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling.
3473
3474 2010-10-10 Uros Bizjak <ubizjak@gmail.com>
3475
3476 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Pass pointer
3477 to cum struct in the call to function_arg_advance.
3478 (alpha_function_arg_advance): Mark named as unused.
3479
3480 2010-10-10 Richard Sandiford <rdsandiford@googlemail.com>
3481
3482 * config/mips/mips.c (mips_handle_option): Make "value" with
3483 ATTRIBUTE_UNUSED.
3484
3485 2010-10-09 Richard Henderson <rth@redhat.com>
3486
3487 PR rtl-opt/33721
3488 * explow.c (allocate_dynamic_stack_space): Add REQUIRED_ALIGN parm,
3489 remove TARGET parm, convert KNOWN_ALIGN parm to SIZE_ALIGN. Honor
3490 required_align, tidy the code a bit. Emit split_stack code in the
3491 right place. Mark the return value with the alignment properly.
3492 * expr.h (allocate_dynamic_stack_space): Update decl.
3493 * builtins.c (expand_builtin_apply): Update call to
3494 allocate_dynamic_stack_space.
3495 (expand_builtin_alloca): Likewise. Remove TARGET parameter.
3496 * calls.c (initialize_argument_information): Update call to
3497 allocate_dynamic_stack_space.
3498 (expand_call): Likewise.
3499
3500 * cfgexpand.c (get_decl_align_unit): Don't limit alignment.
3501 Don't update_stack_alignment here.
3502 (alloc_stack_frame_space): Make ALIGN unsigned.
3503 (stack_var_cmp): Sort by alignment too.
3504 (partition_stack_vars): Don't merge large and small alignment vars.
3505 (expand_one_stack_var_at): Add BASE and BASE_ALIGN parameters.
3506 Take care when BASE is not virtual_stack_vars_rtx.
3507 (expand_stack_vars): Allocate dynamic stack space for large
3508 alignment variables.
3509 (expand_one_stack_var): Update all to expand_one_stack_var_at.
3510 (defer_stack_allocation): True for large alignment vars.
3511 (update_stack_alignment): Merge into ...
3512 (expand_one_var): ... here.
3513 (gimple_expand_cfg): Place code from expand_stack_vars.
3514
3515 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3516
3517 * config/pdp11/pdp11.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3518 * config/pdp11/pdp11.c (pdp11_function_arg): New function.
3519 (pdp11_function_arg_advance): New function.
3520 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3521
3522 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3523
3524 * libgcc2.h: Use __SIZEOF_LONG_LONG__ instead of LONG_LONG_TYPE_SIZE.
3525 * libgcc2.c: Likewise.
3526
3527 2010-10-09 Richard Guenther <rguenther@suse.de>
3528
3529 PR lto/45956
3530 * lto-streamer-in.c (lto_register_var_decl_in_symtab):
3531 Properly check if a decl is an automatic var.
3532
3533 2010-10-09 Richard Guenther <rguenther@suse.de>
3534
3535 PR lto/45947
3536 * tree.c (free_lang_data_in_cgraph): Properly walk the varpool.
3537
3538 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3539
3540 * config/mmix/mmix-protos.h (mmix_function_arg): Delete.
3541 * config/mmix/mmix.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3542 * config/mmix/mmix.c (mmix_function_arg): Rename to...
3543 (mmix_function_arg_1): ...this. Make static. Take a const_tree and
3544 bool arguments.
3545 (mmix_function_arg): New function.
3546 (mmix_function_incoming_arg): New function.
3547 (mmix_function_arg_advance): New function.
3548 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
3549 (TARGET_FUNCTION_ARG_ADVANCE): Define.
3550
3551 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3552
3553 * config/vax/vax.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3554 * config/vax/vax.c (vax_function_arg): New function.
3555 (vax_function_arg_advance): New function.
3556 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3557
3558 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3559
3560 * config/pa/pa-protos.h (function_arg): Delete.
3561 * config/pa/pa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3562 * config/pa/pa.c (function_arg): Rename to...
3563 (pa_function_arg): ...this. Make static. Take a const_tree and
3564 a bool.
3565 (pa_function_arg_advance): New function.
3566 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3567
3568 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3569
3570 * config/m68k/m68k.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3571 * config/m68k/m68k.c (m68k_function_arg): New function.
3572 (m68k_function_arg_advance): New function.
3573 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3574
3575 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3576
3577 * config/avr/avr-protos.h (function_arg): Delete.
3578 (function_arg_advance): Delete.
3579 * config/avr/avr.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3580 * config/avr/avr.c (function_arg): Rename to...
3581 (avr_function_arg): ...this. Make static. Take a const_tree and
3582 a bool.
3583 (function_arg_advance): Rename to...
3584 (avr_function_arg_advance): ...this. Make static. Take a
3585 const_tree and a bool.
3586 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3587
3588 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3589
3590 * config/alpha/alpha-protos.h (function_arg): Delete.
3591 * config/alpha/alpha.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3592 * config/alpha/vms.h (FUNCTION_ARG_ADVANCE): Delete.
3593 * config/alpha/alpha.c (function_arg): Rename to...
3594 (alpha_function_arg): ...this. Make static. Take a const_tree and
3595 a bool. Delete TARGET_ABI_UNICOSMK code.
3596 (alpha_function_arg_advance): New function.
3597 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3598
3599 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3600
3601 * config/mep/mep-protos.h (mep_function_arg): Delete.
3602 (mep_function_arg_advance): Delete.
3603 * config/mep/mep.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3604 * config/mep/mep.c (mep_function_arg): Make static. Take a
3605 const_tree and a bool.
3606 (mep_function_arg_advance): Likewise.
3607 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3608
3609 2010-10-09 Richard Guenther <rguenther@suse.de>
3610
3611 PR tree-optimization/45945
3612 * tree-ssa.c (execute_update_addresses_taken): Fixup LHS scanning.
3613
3614 2010-10-09 Eric Botcazou <ebotcazou@adacore.com>
3615
3616 PR tree-optimization/45612
3617 * ipa-split.c (test_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.
3618 Test LABEL_DECLs as well. Fix formatting issues.
3619 (verify_non_ssa_vars): Return false for a GIMPLE_LABEL statement
3620 whose label is present in NON_SSA_VARS.
3621 (mark_nonssa_use): Remove bogus ATTRIBUTE_UNUSED. Handle LABEL_DECLs
3622 as well. Fix formatting issues.
3623 (visit_bb): Fix typos and formatting issue.
3624
3625 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3626
3627 PR tree-optimization/45950
3628 * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): Consult length
3629 before initializing vno->op.
3630
3631 2010-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>
3632
3633 * config.gcc (bfin*-rtems*): Add newlib-stdint.h.
3634 * config.gcc (lm32*-rtems*): Add newlib-stdint.h.
3635
3636 2010-10-08 H.J. Lu <hongjiu.lu@intel.com>
3637
3638 PR target/45913
3639 * config/i386/i386.c (ix86_binary_operator_ok): Support
3640 "andhi/andsi/anddi" as a zero-extending move.
3641
3642 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3643
3644 * builtins.c (fold_call_stmt): Don't copy gimple call arguments
3645 into a temporary array.
3646
3647 2010-10-08 Jakub Jelinek <jakub@redhat.com>
3648
3649 PR tree-optimization/45903
3650 * simplify-rtx.c (simplify_subreg): Optimize lowpart SUBREG
3651 of {A,L}SHIFTRT of MEM.
3652
3653 2010-10-08 Richard Guenther <rguenther@suse.de>
3654
3655 * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
3656 Re-construct BLOCK_VARS.
3657 (lto_input_ts_block_tree_pointers): Do not stream BLOCK_VARS.
3658 * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
3659 * tree.c (free_lang_data_in_block): Remove.
3660 (free_lang_data_in_decl): Do not touch DECL_CONTEXT of non-PARM_DECLs.
3661 Do not touch the BLOCK tree.
3662 * expr.c (expand_expr_real_1): Allow externals.
3663
3664 2010-10-08 Richard Guenther <rguenther@suse.de>
3665
3666 * lto-streamer-out.c (lto_output_ts_block_tree_pointers):
3667 Do not output BLOCK_SUBBLOCKS.
3668 * lto-streamer-in.c (lto_input_ts_block_tree_pointers):
3669 Reserve exact space needed for BLOCK_NONLOCALIZED_VARS.
3670 Re-construct BLOCK_SUBBLOCKS of parent block.
3671 (lto_input_ts_binfo_tree_pointers): Reserve exact space needed
3672 for BINFO_BASE_ACCESSES.
3673
3674 2010-10-08 Joseph Myers <joseph@codesourcery.com>
3675
3676 * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.
3677 (TREE_H): Include $(FLAGS_H) instead of options.h.
3678 (opts-common.o): Depend on $(FLAGS_H) instead of options.h.
3679 * c-objc-common.h (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
3680 * common.opt (flag_complex_method, flag_evaluation_order,
3681 flag_ira_algorithm, flag_ira_region, flag_warn_unused_result): New
3682 Variable declarations.
3683 * configure.ac (tm_include_list): Include flags.h instead of options.h.
3684 * configure: Regenerate.
3685 * flags.h: Condition out contents for target libraries. Include
3686 options.h at end of file.
3687 (flag_complex_method, flag_ira_algorithm, flag_ira_region,
3688 flag_evaluation_order, flag_warn_unused_result): Remove.
3689 * gcc.c (main): Intialize global_options with global_options_init.
3690 * langhooks-def.h (lhd_init_options_struct): Declare.
3691 (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
3692 (LANG_HOOKS_INITIALIZER): Include LANG_HOOKS_INIT_OPTIONS_STRUCT.
3693 * langhooks.c (lhd_init_options_struct): New.
3694 * langhooks.h (struct lang_hooks): Add init_options_struct.
3695 Update comment on init_options.
3696 * optc-gen.awk: Generate initializer for global_options_init, not
3697 global_options.
3698 * opth-gen.awk: Condition out structure declarations for target
3699 libraries. Declare global_options_init.
3700 * opts-common.c: Include flags.h instead of options.h.
3701 * opts.c (flag_warn_unused_result): Remove.
3702 (read_cmdline_options): Take gcc_options parameters. Pass them to
3703 read_cmdline_option.
3704 (initial_lang_mask, initial_min_crossjump_insns,
3705 initial_max_fields_for_field_sensitive,
3706 initial_loop_invariant_max_bbs_in_loop): Define at file scope.
3707 (init_options_once): New. Split out of decode_options.
3708 (init_options_struct): New. Split out of decode_options.
3709 (decode_cmdline_options_to_array_default_mask): New.
3710 (default_options_optimization): New. Split out of decode_options.
3711 (decode_options): Move most code to other functions. Update call
3712 to read_cmdline_options.
3713 (finish_options): New. Split out of decode_options.
3714 * opts.h (decode_options): Add gcc_options parameters.
3715 (init_options_once, init_options_struct,
3716 decode_cmdline_options_to_array_default_mask): New.
3717 * toplev.c (flag_complex_method, flag_ira_algorithm,
3718 flag_ira_region, flag_evaluation_order): Remove.
3719 (general_init): Use global_options_init for initial flag values
3720 for global_dc.
3721 (toplev_main): Call init_options_once, init_options_struct,
3722 lang_hooks.init_options_struct,
3723 decode_cmdline_options_to_array_default_mask and
3724 lang_hooks.init_option before decode_options. Update arguments to
3725 decode_options.
3726 * tree.h: Include flags.h instead of options.h.
3727
3728 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3729
3730 * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3731
3732 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3733
3734 * config/sparc/sparc-protos.h (function_arg_advance, function-arg):
3735 Delete.
3736 * config/sparc/sparc.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
3737 (FUNCTION_INCOMING_ARG): Delete.
3738 * config/sparc/sparc.c (scan_record_type): Const-ify tree argument.
3739 (function_arg_slotno): Likewise. Take bool arguments.
3740 (sparc_arg_partial_bytes): Update call to it.
3741 (function_arg): Rename to...
3742 (sparc_function_arg_1): ...this. Take bool arguments.
3743 (sparc_function_arg, sparc_function_incoming_arg): New functions.
3744 (function_arg_advance): Rename to...
3745 (sparc_function_arg_advance): ...this. Take bool argument.
3746 (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG): Define.
3747 (TARGET_FUNCTION_INCOMING_ARG): Define.
3748
3749 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3750
3751 * config/bfin/bfin-protos.h (function_arg, function_arg_advance):
3752 Delete.
3753 * config/bfin/bfin.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3754 * config/bfin/bfin.c (function_arg_advance): Rename to...
3755 (bfin_function_arg_advance): ...this. Make static. Take const_tree
3756 and bool arguments.
3757 (function_arg): Rename to...
3758 (bfin_function_arg): ...this. Make static. Take const_tree and bool
3759 arguments.
3760 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3761
3762 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3763
3764 * config/score/score-protos.h (score_function_arg): Delete.
3765 (score_function_arg_advance): Delete.
3766 * config/score/score3.h (score3_function_arg_advance): Take a
3767 const_tree and a bool.
3768 (score3_function_arg): Likewise.
3769 * config/score/score7.h (score7_function_arg_advance): Likewise.
3770 (score7_function_arg): Likewise.
3771 * config/score/score3.c (score3_classify_arg): Likewise.
3772 (score3_function_arg_advance, score3_function_arg): Likewise.
3773 * config/score/score7.c (score7_classify_arg): Likewise.
3774 (score7_function_arg_advance, score7_function_arg): Likewise.
3775 * config/score/score.c (score_function_arg_advance): Likewise.
3776 (score_function_arg): Likewise. De-const-ify `cum' argument.
3777 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3778
3779 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3780
3781 * config/s390/s390-protos.h (s390_function_arg_advance): Delete.
3782 (s390_function_arg): Delete.
3783 * config/s390/s390.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3784 * config/s390/s390.c (s390_function_arg_float): Take a const_tree.
3785 (s390_function_arg_integer): Likewise.
3786 (s390_function_arg_advance): Make static. Take a const_tree and
3787 a bool.
3788 (s390_function_arg): Likewise.
3789 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3790
3791 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3792
3793 * config/spu/spu-protos.h (spu_function_arg): Delete.
3794 * config/spu/spu.h (FUNCTION_ARG): Delete.
3795 (FUNCTION_ARG_ADVANCE): Move code to ...
3796 * config/spu/spu.c (spu_function_arg_advance): New function.
3797 (spu_function_arg): Make static. Take a const_tree and a bool.
3798 (spu_setup_incoming_varargs): Call spu_function_arg_advance.
3799 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3800
3801 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3802
3803 * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3804
3805 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3806
3807 * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): New function.
3808 (init_vn_nary_op_from_op): New function.
3809 (init_vn_nary_op_from_stmt): New function.
3810 (vn_nary_op_lookup_1): New function.
3811 (sizeof_vn_nary_op): New function.
3812 (alloc_vn_nary_op_noinit): New function.
3813 (alloc_vn_nary_op): New function.
3814 (vn_nary_op_insert_into): New function.
3815 (vn_nary_op_lookup_pieces): Rewrite to use new helper functions.
3816 (vn_nary_op_lookup): Likewise.
3817 (vn_nary_op_lookup_stmt): Likewise.
3818 (vn_nary_op_insert_pieces): Likewise.
3819 (vn_nary_op_insert): Likewise.
3820 (vn_nary_op_insert_stmt): Likewise.
3821 (copy_nary): Likewise.
3822 (set_value_id_for_result): New function.
3823 (set_hashtable_value_ids): Call it.
3824
3825 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3826
3827 * config/fr30/fr30.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3828 * config/fr30/fr30.md (leave_func): Rewrite without post_inc.
3829
3830 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3831
3832 * config/mcore/mcore.h (INCOMING_RETURN_ADDR_RTX): Define.
3833 * config/mcore/mcore.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3834
3835 2010-10-08 Alexandre Oliva <aoliva@redhat.com>
3836
3837 PR debug/45656
3838 * cse.c (cse_extended_basic_block): Preserve cc0 info across
3839 debug isnsn. Skip them when searching for cc0 setter.
3840 (set_live_p): Skip debug insns when searching for cc0 user.
3841
3842 2010-10-08 Alexandre Oliva <aoliva@redhat.com>
3843
3844 PR debug/45673
3845 PR debug/45604
3846 PR debug/45419
3847 PR debug/45408
3848 * tree-pretty-print.c (dump_generic_node): Explicitly dump the
3849 type of MEM_REFs to INTEGER_CSTs.
3850
3851 2010-10-07 Nathan Froyd <froydnj@codesourcery.com>
3852
3853 * config/m68hc11/m68hc11.c (m68hc11_print_operand): Call
3854 m68hc11_print_operand_address.
3855
3856 2010-10-07 Nathan Froyd <froydnj@codesourcery.com>
3857
3858 * builtins.c (rewrite_call_expr): Move code to...
3859 (rewrite_call_expr_valist): ...here. Call build_call_expr_loc_array.
3860 (rewrite_call_expr_array): New function.
3861 (fold_builtin_sprintf_chk_1): New function.
3862 (fold_builtin_sprintf_chk): Call it.
3863 (gimple_fold_builtin_sprintf_chk): Likewise.
3864 (fold_builtin_snprintf_chk_1): New function.
3865 (fold_builtin_snprintf_chk): Call it.
3866 (gimple_fold_builtin_snprintf_chk): Likewise.
3867 (gimple_rewrite_call_expr): Delete.
3868
3869 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3870
3871 * config.host: Update copyright year.
3872
3873 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3874
3875 * config.host (host_lto_plugin_soname): New shell variable.
3876 * configure.ac (LTOPLUGINSONAME): Add an AC_DEFINE for the above.
3877 * config.in: Regenerate.
3878 * configure: Regenerate.
3879 * gcc.c (main): Use LTOPLUGINSONAME instead of hard-coding name of
3880 LTO plugin shared library.
3881
3882 2010-10-07 Richard Henderson <rth@redhat.com>
3883
3884 * target.h (enum unwind_info_type): Move ...
3885 * coretypes.h: ... here.
3886
3887 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>
3888
3889 * doc/objc.texi (Fast enumeration protocol): Mention that
3890 'unsigned int' can also be used instead of 'unsigned long' in
3891 countByEnumeratingWithState:objects:count:.
3892
3893 2010-10-07 Martin Jambor <mjambor@suse.cz>
3894
3895 * tree-sra.c (struct access): New field grp_assignment_write.
3896 (dump_access): Dump grp_assignment_write.
3897 (build_accesses_from_assign): Set grp_assignment_write.
3898 (sort_and_splice_var_accesses): Aggregate grp_assignment_write.
3899 (mark_read_status): Renamed to mark_rw_status, individual values
3900 renamed too.
3901 (analyze_access_subtree): Changed type of mark_write to
3902 mark_read_status. Fixed propagating of mark_read and
3903 mark_write. Changed benefit estimate. Updated comment.
3904
3905 2010-10-07 Tejas Belagod <tejas.belagod@arm.com>
3906
3907 PR Tree-Vect/45847
3908 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Add NULL
3909 check for vectype_out returned by get_vectype_for_scalar_type().
3910
3911 2010-10-07 Tejas Belagod <tejas.belagod@arm.com>
3912
3913 PR target/45805
3914 * config/arm/neon.md (neon_unpack<US>_<mode>): Add 'w' to
3915 constraint, add register specifier in instruction template.
3916 (neon_vec_pack_trunc_<mode>): Likewise.
3917 (neon_vec_<US>mult_<mode>): Add register specifier to
3918 instruction template.
3919
3920 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3921
3922 * config.gcc (c_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add
3923 cygwin2.o.
3924 (cxx_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Likewise.
3925 (extra_gcc_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add cygwin1.o.
3926 * config/i386/t-cygwin (cygwin1.o): Delete build rule.
3927 (cygwin2.o): Likewise.
3928 * config/i386/cygwin1.c: Delete file.
3929 * config/i386/cygwin2.c: Likewise.
3930 * config/i386/cygwin.h (CPP_SPEC): Remove all %{mno-cygwin} specs and
3931 make all {%!mno-cygwin} ones unconditional.
3932 (STARTFILE_SPEC): Likewise.
3933 (REAL_LIBGCC_SPEC): Likewise.
3934 (LIB_SPEC): Likewise.
3935 (CXX_WRAP_SPEC): Likewise.
3936 (LINK_SPEC): Likewise.
3937 (CYGWIN_MINGW_SUBDIR): Delete now-unused macro definition.
3938 (CYGWIN_MINGW_SUBDIR_LEN): Likewise.
3939 (cygwin_gplusplus_include_dir): Delete now-unused array.
3940 (GPLUSPLUS_INCLUDE_DIR): Don't redefine to point to it.
3941 (cygwin_gplusplus_tool_include_dir): Delete now-unused array.
3942 (GPLUSPLUS_TOOL_INCLUDE_DIR): Don't redefine to point to it.
3943 (cygwin_gplusplus_backward_include_dir): Delete now-unused array.
3944 (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Don't redefine to point to it.
3945 (cygwin_local_include_dir): Delete now-unused array.
3946 (LOCAL_INCLUDE_DIR): Don't redefine to point to it.
3947 (cygwin_cross_include_dir): Delete now-unused array.
3948 (CROSS_INCLUDE_DIR): Don't redefine to point to it.
3949 (cygwin_tool_include_dir): Delete now-unused array.
3950 (TOOL_INCLUDE_DIR): Don't redefine to point to it.
3951 (cygwin_standard_include_dir): Delete now-unused array.
3952 (STANDARD_INCLUDE_DIR): Don't redefine to point to it.
3953 (GEN_CVT_ARRAY): Delete now-unused macro definition.
3954 (cvt_to_mingw): Delete now-unused array.
3955 (mingw_scan): Remove prototype of deleted function.
3956 (GCC_DRIVER_HOST_INITIALIZATION): Don't define now-unused target macro.
3957 * config/i386/cygming.opt (mcygwin): Delete target-specific option.
3958 * doc/invoke.texi (-mcygwin): Don't document removed option.
3959 (-mno-cygwin): Likewise.
3960
3961 2010-10-07 Richard Guenther <rguenther@suse.de>
3962
3963 * machmode.h (mode_for_vector): Declare.
3964 * stor-layout.c (mode_for_vector): New function, split out from ...
3965 (layout_type): ... here.
3966 * tree-vectorizer.h (current_vector_size): Declare.
3967 * tree-vect-stmts.c (perm_mask_for_reverse): Check if the
3968 mask vector type is available.
3969 (get_vectype_for_scalar_type): Rename to ...
3970 (get_vectype_for_scalar_type_and_size): ... this. Get a vector
3971 size argument.
3972 (get_vectype_for_scalar_type): New wrapper around
3973 get_vectype_for_scalar_type_and_size using current_vector_size.
3974 (get_same_sized_vectype): Use get_vectype_for_scalar_type_and_size.
3975 * tree-vect-loop.c (vect_analyze_loop_2): Split out core part
3976 of vect_analyze_loop here.
3977 (vect_analyze_loop): Loop over vector sizes calling vect_analyze_loop_3.
3978 * tree-vect-slp.c (vect_slp_analyze_bb): Set current_vector_size
3979 to autodetect.
3980 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Fix
3981 V8SF to V8SI conversion builtin.
3982
3983 2010-10-07 Richard Guenther <rguenther@suse.de>
3984
3985 * target.def (autovectorize_vector_sizes): New target hook.
3986 * targhooks.c (default_autovectorize_vector_sizes): New function.
3987 * targhooks.h (default_autovectorize_vector_sizes): Declare.
3988 * doc/tm.texi.in (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES):
3989 Document.
3990 * doc/tm.texi: Update.
3991 * config/i386/i386.c (ix86_autovectorize_vector_sizes): New function.
3992 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
3993
3994 2010-10-07 Richard Guenther <rguenther@suse.de>
3995
3996 * target.def (units_per_simd_word): Rename to ...
3997 (preferred_simd_mode): ... this. Return mode instead of size.
3998 * targhooks.c (default_units_per_simd_word): Rename to ...
3999 (default_preferred_simd_mode): ... this. Return word_mode.
4000 * targhooks.h (default_preferred_simd_mode): Declare.
4001 * config/arm/arm.c (arm_units_per_simd_word): Rename to ...
4002 (arm_preferred_simd_mode): ... this. Re-implement.
4003 * config/i386/i386.c (ix86_units_per_simd_word): Rename to ...
4004 (ix86_preferred_simd_mode): ... this. Re-implement.
4005 * config/sparc/sparc.c (sparc_units_per_simd_word): Rename to ...
4006 (sparc_preferred_simd_mode): ... this. Re-implement.
4007 * config/mips/mips.c (mips_units_per_simd_word): Rename to ...
4008 (mips_preferred_simd_mode): ... this. Re-implement.
4009 * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Rename to ...
4010 (rs6000_preferred_simd_mode): ... this. Re-implement.
4011 * tree-vect-stmts.c (get_vectype_for_scalar_type): Adjust.
4012 * doc/tm.texi.in (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Remove.
4013 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Document.
4014 * doc/tm.texi: Update.
4015
4016 2010-10-07 Richard Guenther <rguenther@suse.de>
4017
4018 PR middle-end/45869
4019 * tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts
4020 of pointers.
4021
4022 2010-10-07 Alan Modra <amodra@gmail.com>
4023
4024 * config/rs6000/rs6000.c (rs6000_emit_prologue): Use gen_int_mode
4025 rather than sign extension by hand.
4026
4027 2010-10-07 Jan Hubicka <jh@suse.cz>
4028
4029 PR middle-end/45926
4030 * ipa.c (cgraph_remove_unreachable_nodes): Revert my previous patch.
4031
4032 2010-10-07 Richard Guenther <rguenther@suse.de>
4033
4034 PR bootstrap/45914
4035 * configure.ac: Fix typo.
4036 * configure: Regenerated.
4037
4038 2010-10-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4039
4040 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Don't use
4041 define_builtin_std where it's unnecessary.
4042 * config/i386/nto.h (TARGET_OS_CPP_BUILTINS): Likewise.
4043
4044 2010-10-06 Anatoly Sokolov <aesok@post.ru>
4045
4046 * doc/tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.
4047 * doc/tm.texi.in: Regenerate.
4048 * system.h (CLASS_LIKELY_SPILLED_P): Poison.
4049 * targhooks.c (default_class_likely_spilled_p): Don't use the
4050 CLASS_LIKELY_SPILLED_P macro.
4051
4052 * config/arm/arm.md: Update comment.
4053
4054 2010-10-06 Jan Hubicka <jh@suse.cz>
4055
4056 * ipa.c (cgraph_remove_unreachable_nodes): External references can
4057 always be removed.
4058 (cgraph_externally_visible_p): We can not bring local comdats that
4059 are known to linker; fix handling of internal visibility.
4060 (function_and_variable_visibility): Likewise.
4061
4062 2010-10-06 Eric Botcazou <ebotcazou@adacore.com>
4063
4064 PR rtl-optimization/45394
4065 * combine.c (cleanup_auto_inc_dec): Remove AFTER parameter and adjust.
4066 (struct rtx_subst_pair): Remove AFTER field.
4067 (propagate_for_debug_subst): Adjust call to cleanup_auto_inc_dec.
4068 (propagate_for_debug): Remove MOVE parameter and adjust.
4069 (try_combine): In the special case where I2 is a PARALLEL, combine only
4070 destinations of SETs and set I2SRC to the I2 source.
4071 Adjust calls to propagate_for_debug throughout.
4072 * reload1.c (eliminate_regs_1) <ASM_OPERANDS>: Do not abort for debug
4073 insns.
4074
4075 2010-10-06 Olivier Hainque <hainque@adacore.com>
4076
4077 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Rewrite
4078 switch on insn codes as sequence of ifs.
4079
4080 2010-10-06 Hariharan Sandanagobalane <hariharan@picochip.com>
4081
4082 * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Define it to
4083 be UI_NONE for picochip.
4084 (picochip_option_override): Do not disable exception flags.
4085 * config/picochip/picochip-protos.h (picochip_except_unwind_info):
4086 Declare.
4087
4088 2010-10-06 Richard Guenther <rguenther@suse.de>
4089
4090 * Makefile.in (regmove.o): Depend on $(TARGET_H).
4091
4092 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
4093
4094 Implemented fast enumeration for Objective-C.
4095 * c-parser.c (objc_could_be_foreach_context): New.
4096 (c_lex_one_token): Recognize RID_IN keyword in a potential
4097 Objective-C foreach context.
4098 (c_parser_declaration_or_fndef): Added parameter. Accept
4099 Objective-C RID_IN keyword as terminating a declaration; in that
4100 case, return the declaration in the new parameter.
4101 (c_parser_extenral_declaration): Updated calls to
4102 c_parser_declaration_or_fndef.
4103 (c_parser_declaration_or_fndef): Same change.
4104 (c_parser_compound_statement_nostart): Same change.
4105 (c_parser_label): Same change.
4106 (c_parser_objc_methodprotolist): Same change.
4107 (c_parser_omp_for_loop): Same change.
4108 (c_parser_for_statement): Detect and parse Objective-C foreach
4109 statements.
4110 (c_parser_omp_for_loop): Updated call to check_for_loop_decls().
4111 * c-decl.c (check_for_loop_decls): Added parameter to allow ObjC
4112 fast enumeration parsing code to turn off the c99 error but still
4113 perform checks on the loop declarations.
4114 * c-tree.h (check_for_loop_decls): Updated declaration.
4115 * doc/objc.texi: Document fast enumeration.
4116
4117 2010-10-06 Nick Clifton <nickc@redhat.com>
4118
4119 * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Increment by one.
4120 (MDR_REGNUM): Define.
4121 (FIXED_REGISTERS, CALL_USED_REGISTERS): Add MDR as a fixed register.
4122 (REG_CLASS_CONTENTS): Add MDR to ALL_REGS.
4123 (INCOMING_RETURN_ADDR_RTX): Define in terms of MDR.
4124 (REGISTER_NAMES): Add MDR.
4125 (DWARF2_DEBUGGING_INFO): Define to 1.
4126 * config/mn10300/mn10300.c (TARGET_EXCEPT_UNWIND_INFO): Define.
4127 (F): New function. Sets RTX_FRAME_RELATED_P.
4128 (mn10300_gen_multiple_store): Use F.
4129 (expand_prologue): Use F. Use gen_movsf() to push floating
4130 point registers.
4131 (expand_epilogue): Use gen_movsf() to pop floating point registers.
4132 (mn10300_option_override): Disable combine stack adjust pass.
4133
4134 2010-10-06 Thomas Schwinge <thomas@schwinge.name>
4135
4136 PR target/45901
4137 * config/alpha/gnu.h (TARGET_OS_CPP_BUILTINS): Refer to
4138 LINUX_TARGET_OS_CPP_BUILTINS instead of HURD_TARGET_OS_CPP_BUILTINS.
4139
4140 2010-10-06 Jakub Jelinek <jakub@redhat.com>
4141
4142 * builtins.def (BUILT_IN_CALLOC, BUILT_IN_REALLOC,
4143 BUILT_IN_ISALNUM, BUILT_IN_ISALPHA, BUILT_IN_ISASCII,
4144 BUILT_IN_ISBLANK, BUILT_IN_ISCNTRL, BUILT_IN_ISDIGIT,
4145 BUILT_IN_ISGRAPH, BUILT_IN_ISLOWER, BUILT_IN_ISPRINT,
4146 BUILT_IN_ISPUNCT, BUILT_IN_ISSPACE, BUILT_IN_ISUPPER,
4147 BUILT_IN_ISXDIGIT, BUILT_IN_TOASCII, BUILT_IN_TOLOWER,
4148 BUILT_IN_TOUPPER): Mark as leaf.
4149
4150 PR middle-end/45838
4151 * omp-builtins.def (BUILT_IN_GOMP_PARALLEL_LOOP_STATIC_START,
4152 BUILT_IN_GOMP_PARALLEL_LOOP_DYNAMIC_START,
4153 BUILT_IN_GOMP_PARALLEL_LOOP_GUIDED_START,
4154 BUILT_IN_GOMP_PARALLEL_LOOP_RUNTIME_START,
4155 BUILT_IN_GOMP_PARALLEL_START, BUILT_IN_GOMP_TASK,
4156 BUILT_IN_GOMP_PARALLEL_SECTIONS_START): Use
4157 Revert back to ATTR_NOTHROW_LIST instead of ATTR_NOTHROW_LEAF_LIST.
4158
4159 2010-10-05 Anatoly Sokolov <aesok@post.ru>
4160
4161 * config/m68hc11/m68hc11.h (CLASS_LIKELY_SPILLED_P): Remove.
4162 * config/m68hc11/m68hc11.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
4163 (m68hc11_class_likely_spilled_p): New function.
4164
4165 2010-10-05 Nicola Pero <nicola.pero@meta-innovation.com>
4166
4167 * c-parser.c (c_parser_objc_method_definition): Updated comment.
4168
4169 2010-10-05 Jan Hubicka <jh@suse.cz>
4170
4171 * doc/invoke.texi (-flto-partition, lto-partitions, lto-minpartition):
4172 Document.
4173 * opts.c (decode_options): Handle lto partitions.
4174 * common.opt (flto-partition=1to1, flto-partition=balanced): New.
4175 * params.def (PARAM_LTO_PARTITIONS, MIN_PARTITION_SIZE): New.
4176
4177 2010-10-05 Jan Hubicka <jh@suse.cz>
4178
4179 * cgraphunit.c (assemble_function): Output thunks and aliases before
4180 the function itself.
4181
4182 2010-09-29 Hariharan Sandanagobalane <hariharan@picochip.com>
4183
4184 * config/picochip/picochip.c (picochip_option_override): Disable
4185 exception flags for picochip.
4186
4187 2010-10-05 Joseph Myers <joseph@codesourcery.com>
4188
4189 * opts-common.c (handle_option, handle_generated_option,
4190 read_cmdline_option, set_option): Add diagnostic_context
4191 parameter. Update calls among these functions.
4192 (set_option): Don't use global_dc.
4193 * opts.c (read_cmdline_options): Pass global_dc to read_cmdline_option.
4194 (decode_options): Pass global_dc to enable_warning_as_error.
4195 (common_handle_option): Pass global_dc to enable_warning_as_error.
4196 (enable_warning_as_error): Add diagnostic_context parameter.
4197 Document parameters. Don't use global_dc. Pass
4198 diagnostic_context parameter to handle_generated_option.
4199 * opts.h (set_option, handle_option, handle_generated_option,
4200 read_cmdline_option, enable_warning_as_error): Add
4201 diagnostic_context parameter.
4202 * Makefile.in (lto-opts.o): Update dependencies.
4203 * coretypes.h (struct diagnostic_context, diagnostic_context):
4204 Declare here.
4205 * diagnostic.h (diagnostic_context): Don't declare typedef here.
4206 * gcc.c (process_command): Pass global_dc to read_cmdline_option.
4207 * langhooks-def.h (struct diagnostic_context): Don't declare here.
4208 (lhd_print_error_function, lhd_initialize_diagnostics): Declare
4209 using diagnostic_context typedef.
4210 * langhooks.c (lhd_initialize_diagnostics): Declare using
4211 diagnostic_context typedef.
4212 * langhooks.h (struct diagnostic_context): Don't declare here.
4213 (initialize_diagnostics, print_error_function): Declare using
4214 diagnostic_context typedef.
4215 * lto-opts.c: Include diagnostic.h.
4216 (lto_reissue_options): Pass global_dc to set_option. Pass
4217 DK_UNSPECIFIED not 0.
4218 * plugin.c (plugins_internal_error_function): Declare using
4219 diagnostic_context typedef.
4220 * plugin.h (struct diagnostic_context): Don't declare here.
4221 (plugins_internal_error_function): Declare using
4222 diagnostic_context typedef.
4223
4224 2010-10-05 Olivier Hainque <hainque@adacore.com>
4225 Nicolas Roche <roche@adacore.com>
4226
4227 * config/vxworksae.h: Add missing VXWORKS_OS_CPP_BUILTINS.
4228 * config/rs6000/vxworks.h: Remove redundant CPP builtin definitions.
4229
4230 2010-10-05 Ira Rosen <irar@il.ibm.com>
4231
4232 PR tree-optimization/45752
4233 * tree-vect-slp.c (vect_get_mask_element): Remove static
4234 variables, make them function arguments.
4235 (vect_transform_slp_perm_load): Pass new arguments to
4236 vect_get_mask_element.
4237
4238 2010-10-05 Richard Guenther <rguenther@suse.de>
4239
4240 * value-prof.c (gimple_divmod_fixed_value): Work on SSA form.
4241 (gimple_mod_pow2): Likewise.
4242 (gimple_mod_subtract): Likewise.
4243 (gimple_ic): Likewise.
4244 (gimple_stringop_fixed_value): Likewise.
4245 * tree-profile.c (tree_init_edge_profiler): Mark profile
4246 functions nothrow and leaf.
4247 (add_abnormal_goto_call_edges): Remove.
4248 (tree_gen_edge_profiler): Work on SSA form.
4249 (tree_gen_ic_profiler): Likewise. Simplify.
4250 (do_tree_profiling): Update SSA form.
4251 (pass_tree_profile): Remove.
4252 (do_tree_profiling): Likewise.
4253 (gate_tree_profile_ipa): New function.
4254 (pass_ipa_tree_profile): New.
4255 (tree_profiling): Re-write as IPA pass. Properly drop const/pure
4256 state of instrumented functions.
4257 * passes.c (init_optimization_passes): Remove early non-SSA
4258 inlining. Move profiling after early optimizations.
4259 * ipa-inline.c (cgraph_gate_ipa_early_inlining): Remove.
4260 (pass_ipa_early_inline): Likewise.
4261 * tree-pass.h (pass_ipa_early_inline): Remove.
4262 (pass_tree_profile): Likewise.
4263 (pass_ipa_tree_profile): Declare.
4264
4265 2010-10-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4266 Christian Borntraeger <Christian.Borntraeger@de.ibm.com>
4267
4268 * gcc/config/s390/s390.c (z196_cost): New.
4269 (s390_handle_arch_option): Add -march=z196.
4270 (s390_option_override): Use the new cost function and use the z10
4271 defaults also for z196.
4272 (legitimate_reload_constant_p): Adjust comment.
4273 (legitimate_reload_fp_constant_p): New function.
4274 (s390_preferred_reload_class): Distingiush between FP and Int constants.
4275 (preferred_la_operand_p): Avoid la with index on z196.
4276 (s390_adjust_priority): Trigger also for z196.
4277 (s390_issue_rate): Issue rate for z196 is 3.
4278 (s390_z10_fix_long_loop_prediction): Rename to ...
4279 (s390_fix_long_loop_prediction): ... this.
4280 (s390_reorg): Apply the z10 adjustments also for z196.
4281 (s390_loop_unroll_adjust): Do this also for z196.
4282 * gcc/config/s390/s390.h (enum processor_type): Add PROCESSOR_2817_Z196.
4283 (enum processor_flags): Add PF_Z196.
4284 (TARGET_AVOID_CMP_AND_BRANCH): New macro.
4285 (TARGET_CPU_Z196, TARGET_Z196): New macros.
4286 * gcc/config.gcc: Enable z196 for --with-arch.
4287 * gcc/config/s390/2817.md: New file.
4288 * gcc/config/s390/2084.md: New type for multiply and add.
4289 * gcc/config/s390/2097.md: Likewise.
4290 * gcc/config/s390/s390.md (UNSPEC_POPCNT, UNSPEC_COPYSIGN)
4291 (UNSPECV_ATOMIC_OP): New constants.
4292 (fmadddf, fmaddsf): New values for type attribute.
4293 (z196prop): New insn attribute.
4294 (cpu, cpu_facility): Add z196.
4295 (ATOMIC_Z196): New code iterator.
4296 (noxa): New code attribute.
4297 (gk): New mode attribute.
4298 (*mov<mode>_64, *mov<mode>_31, *mov<mode>_64dfp, mov<mode>):
4299 Support load zero for fp constants.
4300 (fixuns_truncdddi2, fixuns_trunctddi2)
4301 (fixuns_trunc<BFP:mode><GPR:mode>2): Use the standard rtx pattern
4302 for z196.
4303 (fixuns_trunc<mode>si2, mov<mode>cc, popcountdi2, popcountsi2)
4304 (popcounthi2, popcountqi2): New expander.
4305 (*fixuns_trunc<FP:mode><GPR:mode>2_z196, floatsi<mode>2)
4306 (floatuns<GPR:mode><FP:mode>2, *mov<mode>cc, sync_<atomic><mode>)
4307 (sync_old_<atomic><mode>, *popcount<mode>, copysign<mode>3): New
4308 insn definition.
4309 (add<mode>3, *add<mode>3_carry1_cc, *add<mode>3_carry1_cconly)
4310 (*add<mode>3_carry2_cc, *add<mode>3_carry2_cconly, *add<mode>3_cc)
4311 (*add<mode>3_cconly, *add<mode>3_cconly2, *add<mode>3_imm_cc)
4312 (*sub<mode>3, *sub<mode>3_borrow_cc, *sub<mode>3_borrow_cconly)
4313 (*sub<mode>3_cc, *sub<mode>3_cc2, *sub<mode>3_cconly)
4314 (*sub<mode>3_cconly2, *anddi3_cc, *anddi3_cconly, *anddi3, *andsi3_cc)
4315 (*andsi3_cconly, *andsi3_zarch, *andsi3_esa, *andhi3_zarch
4316 (*andqi3_zarch, *iordi3_cc, *iordi3_cconly, *iordi3, *iorsi3_cc)
4317 (*iorsi3_cconly, *iorsi3_zarch, *iorhi3_zarch, *iorqi3_zarch)
4318 (*xordi3_cc, *xordi3_cconly, *xordi3, *xorsi3_cc, *xorsi3_cconly)
4319 (*xorsi3, *xorhi3, *xorqi3, *<shift><mode>3, *<shift><mode>3_and)
4320 (*ashr<mode>3_cc, *ashr<mode>3_cconly, *ashr<mode>3)
4321 (*ashr<mode>3_cc_and, *ashr<mode>3_cconly_and, *ashr<mode>3_and):
4322 Support new z196 instructions.
4323
4324 2010-10-05 Richard Guenther <rguenther@suse.de>
4325
4326 PR middle-end/45877
4327 * gimple-fold.c (gimplify_and_update_call_from_tree): Handle
4328 case where gimplification optimizes away the stmt.
4329
4330 2010-10-04 Jakub Jelinek <jakub@redhat.com>
4331
4332 PR debug/45849
4333 * var-tracking.c (strip_pointer_flags): New function.
4334 (emit_note_insn_var_location): If rtx_equal_p check failed,
4335 retry on locations simplified with simplify_replace_fn_rtx
4336 and strip_pointer_flags as its callback.
4337
4338 2010-10-04 Jan Hubicka <jh@suse.cz>
4339
4340 * gimple-fold.c (static_object_in_other_unit_p): Rename to...
4341 (can_refer_decl_in_current_unit_p): ... this one; reverse return
4342 value; handle comdats too.
4343 (canonicalize_constructor_val): Use it; handle function_decls
4344 correctly.
4345 (gimple_fold_obj_type_ref_known_binfo): Likewise.
4346 * gimple.c (get_base_address): Accept all kinds of decls.
4347
4348 2010-10-04 Joseph Myers <joseph@codesourcery.com>
4349
4350 * flags.h (g_switch_value, g_switch_set): Remove.
4351 * opts.c (g_switch_value, g_switch_set): Remove.
4352 * config/g.opt (G): Add Var(g_switch_value).
4353 * config/alpha/alpha.c (alpha_handle_option): Don't handle -G here.
4354 (alpha_option_override): Check global_options_set.x_g_switch_value
4355 instead of g_switch_set.
4356 (alpha_in_small_data_p): Remove cast in comparison with
4357 g_switch_value.
4358 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
4359 g_switch_value to unsigned HOST_WIDE_INT.
4360 * config/frv/frv.c (frv_const_unspec_p): Remove cast in comparison
4361 with g_switch_value.
4362 (frv_handle_option): Don't handle -G here.
4363 (frv_option_override): Check global_options_set.x_g_switch_value
4364 instead of g_switch_set. Don't modify g_switch_set.
4365 (frv_in_small_data_p): Remove cast in comparison with g_switch_value.
4366 * config/frv/frv.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Cast
4367 g_switch_value to unsigned HOST_WIDE_INT.
4368 * config/ia64/ia64.c (ia64_handle_option): Don't handle -G here.
4369 (ia64_option_override): Check global_options_set.x_g_switch_value
4370 instead of g_switch_set.
4371 * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION):
4372 Remove.
4373 (lm32_in_small_data_p): Remove cast in comparison with
4374 g_switch_value.
4375 * config/lm32/lm32.h (ASM_OUTPUT_ALIGNED_LOCAL,
4376 ASM_OUTPUT_ALIGNED_COMMON): Cast g_switch_value to unsigned
4377 HOST_WIDE_INT.
4378 * config/m32r/m32r.c (m32r_handle_option): Don't handle -G here.
4379 (m32r_init): Check global_options_set.x_g_switch_value instead of
4380 g_switch_set.
4381 (m32r_in_small_data_p): Remove cast in comparison with
4382 g_switch_value.
4383 (m32r_file_start): Format g_switch_value with %d.
4384 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_COMMON,
4385 ASM_OUTPUT_ALIGNED_BSS): Cast g_switch_value to unsigned HOST_WIDE_INT.
4386 * config/microblaze/microblaze.c (microblaze_handle_option): Don't
4387 handle -G here.
4388 (microblaze_option_override): Check
4389 global_options_set.x_g_switch_value instead of g_switch_set.
4390 * config/mips/mips.c (mips_handle_option): Don't handle -G here.
4391 (mips_option_override): Check global_options_set.x_g_switch_value
4392 instead of g_switch_set.
4393 * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle -G here.
4394 (rs6000_file_start): Format g_switch_value with %d.
4395 (small_data_operand, rs6000_elf_in_small_data_p): Remove casts in
4396 comparisons with g_switch_value.
4397 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Check
4398 global_options_set.x_g_switch_value instead of g_switch_set.
4399 * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
4400 global_options_set.x_g_switch_value instead of g_switch_set.
4401 * config/score/score.c (score_handle_option): Don't handle -G here.
4402 * config/score/score3.c (score3_option_override): Check
4403 global_options_set.x_g_switch_value instead of g_switch_set.
4404 * config/score/score7.c (score7_option_override): Check
4405 global_options_set.x_g_switch_value instead of g_switch_set.
4406
4407 2010-10-04 Vladimir Makarov <vmakarov@redhat.com>
4408
4409 * common.opt (fira-coalesce): Remove.
4410
4411 * doc/invoke.texi (flag_ira_coalesce): Remove.
4412
4413 * ira-color.c (allocno_coalesced_p): Move before
4414 copy_freq_compare_func.
4415 processed_coalesced_allocno_bitmap): Ditto.
4416 (update_conflict_hard_regno_costs): Don't use
4417 ALLOCNO_FIRST_COALESCED_ALLOCNO.
4418 (allocno_cost_compare_func, print_coalesced_allocno): Remove.
4419 (assign_hard_reg): Assume no coalesced allocnos.
4420 (get_coalesced_allocnos_attributes): Remove.
4421 (bucket_allocno_compare_func): Assume no coalesced allocnos.
4422 (push_allocno_to_stack): Ditto.
4423 (remove_allocno_from_bucket_and_push): Use
4424 ira_print_expanded_allocno instead of print_coalesced_allocno.
4425 (push_allocnos_to_stack): Assume uncoalesced allocnos.
4426 (all_conflicting_hard_regs_coalesced): Ditto. Rename to
4427 all_conflicting_hard_regs.
4428 (setup_allocno_available_regs_num): Assume uncoalesced allocnos.
4429 (setup_allocno_left_conflicts_size): Ditto.
4430 (put_allocno_into_bucket): Ditto.
4431 (copy_freq_compare_func): Remove.
4432 (copy_freq_compare_func, merge_allocnos): Move before
4433 coalesced_pseudo_reg_freq_compare.
4434 coalesced_allocno_conflict_p): Ditto.
4435 (coalesced_allocno_conflict_p, coalesce_allocnos): Ditto. Remove
4436 parameter. Assume it true.
4437 (color_allocnos): Assume uncoalesced allocnos. Use
4438 ira_print_expanded_allocno instead of print_coalesced_allocno.
4439 (ira_sort_regnos_for_alter_reg): Call coalesce_allocnos without
4440 parameter.
4441
4442 * ira.c: Remove comment about coalescing.
4443
4444 2010-10-04 Joseph Myers <joseph@codesourcery.com>
4445
4446 * config/mips/mips.h (target_flags_explicit): Declare for
4447 GENERATOR_FILE.
4448
4449 2010-10-04 Andi Kleen <ak@linux.intel.com>
4450
4451 * Makefile.in (xgcc, cpp, cc1, collect2, lto-wrapper, gcov,
4452 gcov-dump, cc1-dummy, genprog, build/gcov-iov): Add + to build rule.
4453
4454 2010-10-04 Matthias Klose <doko@ubuntu.com>
4455
4456 * config/sparc/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the
4457 multilib osdirname if it exists.
4458 * config/s390/t-linux64 (MULTILIB_OSDIRNAMES): Likewise.
4459
4460 2010-10-04 Jakub Jelinek <jakub@redhat.com>
4461
4462 PR middle-end/45876
4463 * fold-const.c (fold_binary_loc) <case BIT_AND_EXPR>: Use
4464 arg0's type or its unsigned counterpart as utype. Convert
4465 arg1 to utype unconditionally.
4466
4467 2010-10-04 Julian Brown <julian@codesourcery.com>
4468
4469 * expr.c (expand_assignment): Add assertion to prevent emitting
4470 null rtx for movmisalign pattern.
4471 (expand_expr_real_1): Likewise.
4472 * config/arm/arm.c (arm_builtin_support_vector_misalignment): New.
4473 (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT): New. Use above.
4474 (arm_vector_alignment_reachable): New.
4475 (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): New. Use above.
4476 (neon_vector_mem_operand): Disallow PRE_DEC for misaligned loads.
4477 (arm_print_operand): Include alignment qualifier in %A.
4478 * config/arm/neon.md (UNSPEC_MISALIGNED_ACCESS): New constant.
4479 (movmisalign<mode>): New expander.
4480 (movmisalign<mode>_neon_store, movmisalign<mode>_neon_load): New
4481 insn patterns.
4482
4483 2010-10-04 Joseph Myers <joseph@codesourcery.com>
4484
4485 * optc-gen.awk: Define global_options_set. Don't define
4486 target_flags_explicit.
4487 * opth-gen.awk: Declare global_options_set. Define
4488 target_flags_explicit as macro.
4489 * opts-common.c (handle_option): Take opts_set and generated_p
4490 parameters.
4491 (handle_generated_option, read_cmdline_option, set_option): Take
4492 opts_set parameter.
4493 (set_option): Use opts_set instead of hardcoding target_flags and
4494 target_flags_explicit.
4495 * opts.c (sel_sched_switch_set, profile_arc_flag_set,
4496 flag_profile_values_set, flag_unroll_loops_set, flag_tracer_set,
4497 flag_value_profile_transformations_set, flag_peel_loops_set,
4498 flag_branch_probabilities_set, flag_inline_functions_set,
4499 flag_ipa_cp_set, flag_ipa_cp_clone_set,
4500 flag_predictive_commoning_set, flag_unswitch_loops_set,
4501 flag_gcse_after_reload_set): Remove.
4502 (common_handle_option, lang_handle_option, target_handle_option):
4503 Take opts_set parameter. Assert that it is &global_options_set.
4504 (common_handle_option): Don't set _set variables. Check opts_set
4505 instead of such variables.
4506 (enable_warning_as_error): Pass &global_options_set to
4507 handle_generated_option.
4508 * opts.h (cl_option_handler_func.handler, set_option,
4509 handle_option, handle_generated_option, read_cmdline_option): Add
4510 opts_set parameters.
4511 (handle_option): Add generated_p parameter.
4512 * config/i386/i386.c (ix86_function_specific_save,
4513 ix86_function_specific_restore): Updat for renaming of
4514 target_flags_explicit field.
4515 * config/i386/i386.opt (target_flags_explicit): Rename to
4516 ix86_target_flags_explicit.
4517 * config/ia64/ia64.c (ia64_override_options_after_change): Check
4518 global_options_set.x_flag_selective_scheduling and
4519 global_options_set.x_flag_selective_scheduling2, not
4520 sel_sched_switch_set.
4521 * flags.h (sel_sched_switch_set,
4522 flag_speculative_prefetching_set): Remove.
4523 * gcc.c (driver_handle_option): Take opts_set parameter. Assert
4524 that it is &global_options_set.
4525 (process_command): Pass &global_options_set to read_cmdline_option.
4526 * lto-opts.c (lto_reissue_options): Pass &global_options_set to
4527 set_option.
4528 * toplev.c (target_flags_explicit): Remove.
4529
4530 2010-10-04 Jan Hubicka <jh@suse.cz>
4531
4532 PR middle-end/45871
4533 * tree-ssa-ccp.c (get_base_constructor): Take HOST_WIDE_INT offset;
4534 use get_ref_base_and_offset to handle references.
4535 (fold_const_aggregate_ref): Update.
4536
4537 2010-10-04 Martin Jambor <mjambor@suse.cz>
4538
4539 PR tree-optimization/45572
4540 * ipa-prop.c (ipa_make_edge_direct_to_target): Call
4541 ipa_check_create_node_params.
4542 * ipa-inline.c (add_new_edges_to_heap): Do not insert inlined edges.
4543
4544 2010-10-04 Yao Qi <yao@codesourcery.com>
4545
4546 * doc/passes.texi: Clean up.
4547
4548 2010-10-03 Ian Lance Taylor <iant@google.com>
4549
4550 * c-typeck.c (lookup_field): If -fplan9-extensions, permit
4551 referring to a field using a typedef name.
4552 (find_anonymous_field_with_type): New static function.
4553 (convert_to_anonymous_field): New static function.
4554 (convert_for_assignment): If -fplan9-extensions, permit converting
4555 pointer to struct to pointer to anonymous field.
4556 * c-decl.c (grokfield): If -fplan9-extensions, permit anonymous fields.
4557 (is_duplicate_field): New static function.
4558 (detect_field_duplicates_hash): If -fplan9-extensions, check for
4559 typedef names duplicating field names.
4560 (detect_field_duplicates): Likewise.
4561 * doc/invoke.texi (Option Summary): Mention -fplan9-extensions.
4562 (C Dialect Options): Document -fplan9-extensions.
4563 * doc/extend.texi (Unnamed Fields): Document -fplan9-extensions.
4564
4565 2010-10-03 H.J. Lu <hongjiu.lu@intel.com>
4566
4567 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Revert
4568 revision 164914.
4569 (vect_create_data_ref_ptr): Likewise.
4570 * tree-vect-stmts.c (vectorizable_store): Likewise.
4571 (perm_mask_for_reverse): Likewise.
4572 (reverse_vec_elements): Likewise.
4573 (vectorizable_load): Likewise.
4574
4575 2010-10-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4576
4577 * cppbuiltin.c: New file.
4578 * cppbuiltin.h: New file.
4579 * Makefile.in: Take into account cppbuiltin.{h,c}.
4580
4581 2010-10-03 Andi Kleen <ak@linux.intel.com>
4582
4583 * lto-cgraph.c (input_cgraph): Check for missing sections.
4584
4585 2010-10-03 Uros Bizjak <ubizjak@gmail.com>
4586
4587 * config/i386/i386.md (*ashl<mode>3_mask): Change operand 2 predicate
4588 to nonimmediate_operand. Force operand 2 to register when allowed.
4589 (*<shiftrt_insn><mode>3_mask): Ditto.
4590 (*<rotate_insn><mode>3_mask): Ditto.
4591
4592 2010-10-02 H.J. Lu <hongjiu.lu@intel.com>
4593
4594 PR tree-optimization/45720
4595 PR tree-optimization/45764
4596 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
4597 Don't accept backwards consecutive accesses.
4598 (vect_create_data_ref_ptr): Disallow negative steps.
4599
4600 * tree-vect-stmts.c (vectorizable_store): Allow negative steps.
4601 (perm_mask_for_reverse): Removed.
4602 (reverse_vec_elements): Likewise.
4603 (vectorizable_load): Don't handle negative steps.
4604
4605 2010-10-02 Jan Hubicka <jh@suse.cz>
4606
4607 * tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when
4608 call destination is known.
4609
4610 2010-10-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4611
4612 PR target/45820
4613 * config/pa/pa.c (pa_secondary_reload): Handle symbolic operands
4614 earlier.
4615
4616 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4617
4618 * doc/install.texi (Configuration): Document build_configargs,
4619 host_configargs, target_configargs.
4620
4621 2010-10-01 Uros Bizjak <ubizjak@gmail.com>
4622
4623 * config/i386/i386.md (*ashl<mode>3_mask): New insn_and_split pattern.
4624 (*<shiftrt_insn><mode>3_mask): Ditto.
4625 (*<rotate_insn><mode>3_mask): Ditto.
4626
4627 2010-10-01 Steve Ellcey <sje@cup.hp.com>
4628
4629 PR tree-optimization/44716
4630 * config/ia64/hpux.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
4631 (HOT_TEXT_SECTION_NAME): Define.
4632
4633 2010-10-01 Nick Clifton <nickc@redhat.com>
4634
4635 * common.opt: Add -fcombine-stack-adjustments.
4636 * opts.c (decode_options): Enable -fcombine-stack-adjustments at -O1.
4637 * combine-stack-adj.c (gate_handle_stack_adjustments): Check
4638 flag_combine_stack_adjustments.
4639 * doc/invoke.texi: Document the new option.
4640
4641 2010-10-01 Richard Guenther <rguenther@suse.de>
4642
4643 PR tree-optimization/45854
4644 * tree-eh.c (cleanup_empty_eh): Avoid degenerate case.
4645
4646 2010-10-01 Anthony Green <green@moxielogic.com>
4647
4648 * config.gcc: Fix moxie-*-rtems* configuration.
4649
4650 2010-10-01 Richard Guenther <rguenther@suse.de>
4651
4652 * dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.
4653 (gen_decl_die): Likewise.
4654
4655 2010-10-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4656
4657 * config/spu/spu.c (spu_init_builtins): No longer add END_BUILTINS
4658 to the function code for SPU MD builtins.
4659 (spu_expand_builtin): Update.
4660 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Update.
4661
4662 2010-10-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4663
4664 * config/spu/spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to
4665 sjlj_except_unwind_info.
4666
4667 2010-10-01 Tristan Gingold <gingold@adacore.com>
4668
4669 * configure.ac: Define the nop insn for avr*-*-*
4670 * configure: Regenerate.
4671
4672 2010-10-01 Alan Modra <amodra@gmail.com>
4673
4674 PR target/45807
4675 * config/rs6000/rs6000.c (rs6000_emit_prologue): Properly sign
4676 extend toc_restore_insn.
4677
4678 2010-09-30 Richard Guenther <rguenther@suse.de>
4679
4680 PR tree-optimization/43959
4681 * function.c (gimplify_parameters): Use create_tmp_reg instead of
4682 create_tmp_var.
4683
4684 2010-09-30 Kaz Kojima <kkojima@gcc.gnu.org>
4685
4686 * config/sh/sh.c (sh_expand_prologue): Set
4687 current_function_static_stack_size.
4688
4689 2010-09-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4690
4691 * configure.ac: Check for Solaris 8 ld with .hidden support.
4692 * configure: Regenerate.
4693
4694 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4695
4696 PR middle-end/45758
4697 * graphite.c (graphite_initialize): Call scev_reset.
4698
4699 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4700
4701 * sese.h (scev_analyzable_p): Return false for real or floating
4702 point. Only handle INTEGRAL_TYPE_P and POINTER_TYPE_P.
4703
4704 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4705
4706 * graphite-clast-to-gimple.c (compute_bounds_for_level): Free le
4707 and ps.
4708 * graphite-poly.c (pbb_number_of_iterations_at_time): Free le and
4709 domain.
4710 * graphite-sese-to-poly.c (add_upper_bounds_from_estimated_nit):
4711 Do not allocate ub_expr, it is passed in initialized.
4712
4713 2010-09-30 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4714
4715 * graphite-clast-to-gimple.c (init_cloog_input_file): New.
4716 (build_cloog_prog): Dump CLooG input file when
4717 flag_graphite_dump_cloog is set. This is disabled on trunk.
4718 * graphite-cloog-compat.h (cloog_program_dump_cloog): New.
4719
4720 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4721
4722 * graphite-clast-to-gimple.c (graphite_verify): Remove call to
4723 verify_dominators for CDI_POST_DOMINATORS.
4724 * sese.h: Remove comment about CDI_POST_DOMINATORS.
4725 (recompute_all_dominators): Remove call to free_dominance_info
4726 for CDI_POST_DOMINATORS. Remove call to calculate_dominance_info
4727 for CDI_POST_DOMINATORS.
4728
4729 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4730
4731 * graphite-poly.c (pbb_number_of_iterations_at_time): Only iterate
4732 over pbb_dim_iter_domain.
4733
4734 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4735
4736 * graphite-flattening.c: Fix comments.
4737
4738 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4739
4740 * Makefile.in (OBJS-common): Add graphite-flattening.o.
4741 (graphite-flattening.o): New rule.
4742 * common.opt (floop-flatten): New flag.
4743 * doc/invoke.texi (-floop-flatten): Documented.
4744 * graphite-flattening.c: New.
4745 * graphite-poly.c (apply_poly_transforms): Call flatten_all_loops.
4746 * graphite-poly.h (flatten_all_loops): Declared.
4747 (lst_remove_loop_and_inline_stmts_in_loop_father): New.
4748 * tree-ssa-loop.c (gate_graphite_transforms): When flag_loop_flatten
4749 is set, also set flag_graphite.
4750
4751 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4752
4753 * graphite-poly.c (cloog_checksum): New.
4754 * graphite-poly.h (cloog_checksum): Declared.
4755
4756 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4757
4758 * graphite-poly.c (pbb_number_of_iterations): Removed.
4759 (pbb_number_of_iterations_at_time): Correctly compute the number
4760 of iterations in the transformed loop.
4761 * graphite-poly.h (pbb_number_of_iterations): Removed.
4762
4763 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4764
4765 * graphite-poly.h (lst_update_scattering_seq): Removed.
4766 (lst_update_scattering): Correctly handle outermost loop dewey
4767 renumbering.
4768
4769 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4770
4771 * graphite-blocking.c (pbb_strip_mine_profitable_p): Renamed
4772 lst_strip_mine_profitable_p. Call lst_niter_for_loop.
4773 * graphite-poly.h (lst_niter_for_loop): New.
4774
4775 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4776
4777 * graphite-poly.c (apply_poly_transforms): Do not abort when the
4778 transform read from disk is not legal. Call fatal_error instead.
4779
4780 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4781
4782 * graphite-poly.c (print_pbb_body): Add missing closing parenthesis.
4783 (print_scop_header): Removed. Inlined in the only call place...
4784 (print_scop): ... here.
4785
4786 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4787
4788 * graphite-poly.h (lst_dewey_number): Use FOR_EACH_VEC_ELT.
4789
4790 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4791
4792 * graphite-poly.c (graphite_read_scop_file): Fix uninitialize warning.
4793
4794 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4795
4796 * graphite-dependences.c (dot_deps): Avoid set but not used warning.
4797 (dot_deps_stmt): Same.
4798 * graphite-poly.c (dot_lst): Same.
4799
4800 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4801
4802 * graphite-blocking.c (scop_do_strip_mine): Do not call
4803 graphite_legal_transform.
4804 (scop_do_block): Same.
4805
4806 2010-09-30 Vladimir Kargov <kargov@gmail.com>
4807
4808 * graphite-scop-detection.c (graphite_can_represent_loop): Correct the
4809 description.
4810
4811 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4812
4813 * tree-scalar-evolution.c (instantiate_array_ref): New.
4814 (instantiate_scev_r): Also handle ARRAY_REFs.
4815
4816 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4817
4818 * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
4819 Do not check for VAR_DECL, PARM_DECL, FUNCTION_DECL, LABEL_DECL,
4820 RESULT_DECL, and FIELD_DECL. Return false for an
4821 SSA_NAME_IS_DEFAULT_DEF.
4822 (compute_scalar_evolution_in_loop): Do not further analyze the
4823 scalar evolution when no_evolution_in_loop_p returns true.
4824
4825 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4826
4827 * tree-chrec.h (evolution_function_is_affine_p): Do not check
4828 whether CHREC_LEFT is invariant. A function is affine when
4829 CHREC_RIGHT is invariant.
4830
4831 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4832
4833 * graphite-sese-to-poly.c (reduction_phi_p): Remove check for
4834 is_gimple_reg.
4835 (rewrite_degenerate_phi): Same.
4836 (rewrite_reductions_out_of_ssa): Add check for is_gimple_reg.
4837
4838 2010-09-30 Vladimir Kargov <kargov@gmail.com>
4839
4840 * graphite-scop-detection.c (graphite_can_represent_scev,
4841 graphite_can_represent_expr, stmt_has_simple_data_refs_p,
4842 graphite_can_represent_loop): Remove outermost_loop.
4843
4844 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4845
4846 PR middle-end/45229
4847 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Do not
4848 handle GIMPLE_CALLs with no LHS.
4849
4850 2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
4851
4852 * graphite-poly.c (init_graphite_out_file): New.
4853 (init_graphite_in_file): New.
4854 (apply_poly_transforms): Updated to enable reading and writing of
4855 multiple scop files.
4856
4857 2010-09-30 Tobias Grosser <grosser@fim.uni-passau.de>
4858
4859 * graphite-scop-detection.c (graphite_can_represent_scev): Remove
4860 redundant checks.
4861
4862 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4863
4864 * graphite-clast-to-gimple.c (precision_for_value): Adjust
4865 computation of precision by 1.
4866
4867 2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
4868
4869 * graphite-cloog-util.c (openscop_read_cloog_matrix): New.
4870 (openscop_read_polyhedron_matrix): New.
4871 * graphite-cloog-util.h (openscop_read_polyhedron_matrix): Declared.
4872 (openscop_read_N_int): Same.
4873 * graphite-poly.c (openscop_read_N_int): New.
4874 (openscop_read_one_int): New.
4875 (openscop_read_N_string): New.
4876 (openscop_read_one_string): New.
4877 (openscop_read_powerset_matrix): New.
4878 (graphite_read_transforms): Remove.
4879 (graphite_read_scatt): New.
4880 (graphite_read_scop_file): New.
4881 (apply_poly_transforms): Updated to call graphite_read_scop_file.
4882
4883 2010-09-30 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4884
4885 * graphite-poly.c: Change include order.
4886
4887 2010-09-30 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4888
4889 * graphite-cloog-compat.h (cloog_matrix_ncolumns): New.
4890 (cloog_matrix_nrows): New.
4891
4892 2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
4893
4894 * graphite-cloog-util.c (openscop_print_cloog_matrix): Remove spaces
4895 from matrix lines.
4896 * graphite-poly.c (openscop_print_scattering_function_1): Same.
4897 (print_scattering_function_1): Same.
4898 (openscop_print_pbb_domain): Same.
4899 (openscop_print_scop_context): Same.
4900 (print_scop_context): Same.
4901
4902 2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
4903
4904 * graphite-poly.c (openscop_print_pdr_polyhedron): Fix indentation.
4905 (openscop_print_pdr_polyhedron): Print pph.
4906
4907 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4908
4909 * graphite-clast-to-gimple.c (gcc_type_for_interval): Generate in
4910 priority signed types.
4911
4912 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4913
4914 * graphite-clast-to-gimple.c (max_signed_precision_type): Remove
4915 the call to lang_hooks.types.type_for_size. Call
4916 build_nonstandard_integer_type.
4917
4918 2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
4919
4920 * graphite-cloog-util.c (openscop_print_cloog_matrix): New.
4921 (openscop_print_polyhedron_matrix): New.
4922 * graphite-cloog-util.h (openscop_print_polyhedron_matrix): Declared.
4923 * graphite-poly.c (openscop_print_pdr_polyhedron): Same.
4924 (openscop_print_pdr_powerset): New.
4925 (openscop_print_powerset_matrix): New.
4926 (openscop_print_scattering_function_1): New.
4927 (print_scattering_function): Add support for scattering names and
4928 OpenScop format.
4929 (graphite_write_transforms): Remove.
4930 (print_pdr_access_layout): Updated to support OpenScop format.
4931 (print_pdr): Same.
4932 (openscop_print_pbb_domain): New.
4933 (print_pbb_body): Added a parameter to allow indicating that pbb_body
4934 is not provided.
4935 (print_pbb): Updated to call the new print_pbb_body.
4936 (openscop_print_scop_context): New.
4937 (print_scop_header): New.
4938 (print_scop): Updated to call print_scop_header.
4939 * graphite-poly.h: Document OpenScop format.
4940
4941 2010-09-30 Anatoly Sokolov <aesok@post.ru>
4942
4943 * config/cris/m32c.c (cris_memory_move_cost): New.
4944 (cris_register_move_cost): Make static. Change arguments type from
4945 enum reg_class to reg_class_t.
4946 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
4947 * config/cris/cris.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
4948 * config/cris/cris-protos.h (cris_register_move_cost): Remove.
4949
4950 2010-09-30 Jakub Jelinek <jakub@redhat.com>
4951
4952 PR target/45843
4953 * config/i386/i386.c (ix86_gimplify_va_arg): Use
4954 INTVAL (XEXP (slot, 1)) as prev_size.
4955
4956 2010-09-30 Michael Meissner <meissner@linux.vnet.ibm.com>
4957
4958 PR target/45837
4959 * config/rs6000/aix.h (TARGET_AIX_OS): Define to be 1.
4960 * config/rs6000/rs6000.h (TARGET_AIX_OS): Define to be 0 if not
4961 defined.
4962 * config/rs6000/option-defaults.h (toplevel): Change #if
4963 TARGET_AIX to TARGET_AIX_OS to allow compiler to build after
4964 global option changes.
4965
4966 2010-09-30 Jakub Jelinek <jakub@redhat.com>
4967
4968 * dwarf2out.c (mem_loc_descriptor): Handle IF_THEN_ELSE.
4969
4970 PR tree-optimization/31261
4971 * fold-const.c (fold_binary): Optimize ((A & N) + B) & M
4972 for constants M and N, M == (1LL << cst) - 1 && (N & M) == M.
4973
4974 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4975
4976 PR bootstrap/45796
4977 * Makefile.in (build/gen%$(build_exeext)): Move rule after all
4978 special-casing for generators and turn into ...
4979 ((genprog:%=build/gen%$(build_exeext))): ... this static pattern
4980 rule, for better error messages in case of toplevel dependency errors.
4981 (genprog): Add hooks, rename to ...
4982 (genprogerr): ... this, and let genprog also contain check,
4983 checksum, condmd.
4984 ((genprog:%=build/gen%$(build_exeext))): Rename to ...
4985 ((genprogerr:%=build/gen%$(build_exeext))): ... this.
4986 (build/genhooks$(build_exeext)): Remove now-unneeded dependency.
4987
4988 2010-09-30 Jonathan Wakely <jwakely.gcc@gmail.com>
4989 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4990
4991 * doc/install.texi: Suggest using LD_LIBRARY_PATH to find libs
4992 for GMP, MPFR and MPC.
4993
4994 2010-09-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4995
4996 * config/sparc/sparc.opt (mimpure-text): Move ...
4997 * config/sol2.opt: ... here. Correct description.
4998 * config.gcc (*-*-solaris2*): Add sol2.opt to extra_options.
4999 * doc/invoke.texi (Option Summary, SPARC Options): Move
5000 -mimpure-text, -mno-impure-text, -threads, -pthreads, -pthread ...
5001 (Option Summary, Solaris 2 Options): ... here.
5002 (Submodel Options, Solaris 2 Options): New menu entry.
5003 (SPARC Options): Move -mimpure-text, -threads, -pthreads, -pthread ...
5004 (Solaris 2 Options): ... here.
5005
5006 2010-09-30 Michael Eager <eager@eagercon.com>
5007
5008 * extend.texi (interrupt_handler): Add MicroBlaze to list.
5009 (save_volatiles): Describe option for MicroBlaze.
5010 * invoke.texi: Add MicroBlaze Options.
5011 * contrib.texi: Add acknowledgment.
5012 * md.texi: Add MicroBlaze d and z constraints.
5013 * install.texi: Add microblaze-*-elf.
5014 * configure.ac: Add microblaze-*-* to target list.
5015 * configure: Regenerate.
5016 * config.gcc: Add microblaze*-*-*, microblaze*-linux*.
5017 * config/microblaze/microblaze-protos.h: New.
5018 * config/microblaze/crti.s: New.
5019 * config/microblaze/predicates.md: New.
5020 * config/microblaze/linux.h: New.
5021 * config/microblaze/microblaze.md: New.
5022 * config/microblaze/constraints.md: New.
5023 * config/microblaze/crtn.s: New.
5024 * config/microblaze/microblaze.opt: New.
5025 * config/microblaze/microblaze-c.c: New.
5026 * config/microblaze/t-microblaze: New.
5027 * config/microblaze/microblaze.c: New.
5028 * config/microblaze/microblaze.h: New.
5029
5030 2010-09-30 Iain Sandoe <iains@gcc.gnu.org>
5031
5032 * c-parser.c (c_parser_objc_methodprotolist): Amend preceding comment,
5033 parse @optional/@required and set the flags as appropriate.
5034
5035 2010-09-30 Nathan Froyd <froydnj@codesourcery.com>
5036
5037 * config/iq2000/t-iq2000 (TARGET_LIBGCC2_CFLAGS): Delete.
5038
5039 2010-09-30 Joseph Myers <joseph@codesourcery.com>
5040
5041 * opt-functions.awk (static_var): Update comment.
5042 (var_ref): Return offsetof expression or -1, not variable address.
5043 * optc-gen.awk: Generate structure field initializers instead of
5044 static variables. Expect -1 for missing variables instead of null
5045 pointer. Add gcc_options parameters to generated functions.
5046 * opth-gen.awk: Generate structure fields for static variables.
5047 Add gcc_options parameters to generated functions.
5048 * common.opt (optimize, optimize_size): Add variables.
5049 * config/i386/i386-c.c (ix86_pragma_target_parse): Pass
5050 &global_options to cl_target_option_restore.
5051 * config/i386/i386.c (ix86_valid_target_attribute_p): Pass
5052 &global_options to cl_optimization_restore, cl_target_option_save
5053 and cl_target_option_restore.
5054 (ix86_set_current_function): Pass &global_options to
5055 cl_target_option_restore.
5056 * config/pdp11/pdp11.h (optimize): Remove.
5057 * config/rs6000/rs6000.h (optimize): Remove.
5058 * config/sh/sh.h (optimize): Remove.
5059 * config/xtensa/xtensa.h (optimize): Remove.
5060 * coretypes.h (struct gcc_options): Declare.
5061 * diagnostic.c (diagnostic_initialize): Initialize
5062 context->option_state.
5063 (diagnostic_report_diagnostic): Pass option_state to
5064 option_enabled hook.
5065 * diagnostic.h (diagnostic_context.option_enabled): Add void *
5066 parameter.
5067 (diagnostic_context.option_state): New field.
5068 * final.c (final_start_function, final, final_scan_insn): Rename
5069 optimize parameter to optimize_p.
5070 * flags.h (optimize, optimize_size): Remove.
5071 * function.c (invoke_set_current_function_hook): Pass
5072 &global_options to cl_optimization_restore.
5073 * gcc.c (driver_handle_option): Take gcc_options parameter.
5074 Assert that it is &global_options.
5075 (process_command): Pass &global_options to read_cmdline_option.
5076 * ipa-pure-const.c (suggest_attribute): Pass &global_options to
5077 option_enabled.
5078 * lto-opts.c (lto_reissue_options): Use option_flag_var. Pass
5079 &global_options to set_option.
5080 * opts-common.c (handle_option, handle_generated_option,
5081 read_cmdline_option, set_option): Take explicit gcc_options
5082 parameters. Use option_flag_var.
5083 (option_flag_var): New.
5084 * opts.c (common_handle_option, lang_handle_option,
5085 target_handle_option): Take gcc_options parameter. Assert that it
5086 is &global_options.
5087 (read_cmdline_options): Pass &global_options to read_cmdline_option.
5088 (print_filtered_help): Use option_flag_var. Pass &global_options
5089 to option_enabled.
5090 (common_handle_option): Use option_flag_var.
5091 (option_enabled): Take opts parameter. Use option_flag_var.
5092 (get_option_state): Take gcc_options parameter. Use
5093 option_flag_var. Pass gcc_options parameter to option_enabled.
5094 (enable_warning_as_error): Pass &global_options to
5095 handle_generated_option.
5096 * opts.h (struct cl_option): Change flag_var to flag_var_offset.
5097 (cl_option_handler_func.handler): Take gcc_options parameter.
5098 (option_enabled, get_option_state, set_option, handle_option,
5099 handle_generated_option, read_cmdline_option): Take gcc_options
5100 parameters.
5101 * toplev.c (optimize, optimize_size): Remove.
5102 (print_switch_values): Pass &global_options to option_enabled.
5103 (option_affects_pch_p): Use option_flag_var. Pass &global_options
5104 to get_option_state.
5105 (general_init): Initialize global_dc->option_state.
5106 * tree.c (build_optimization_node): Pass &global_options to
5107 cl_optimization_save.
5108 (build_target_option_node): Pass &global_options to
5109 cl_target_option_save.
5110
5111 2010-09-30 Martin Jambor <mjambor@suse.cz>
5112
5113 * tree-sra.c (type_consists_of_records_p): Do not check for trailing
5114 zero sized bit-fields.
5115
5116 2010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>
5117
5118 * c-parser.c (c_lex_one_token): When finding a CPP_AT_NAME
5119 Objective-C token, map RID_CLASS to RID_AT_CLASS and similar.
5120 (c_parser_external_declaration): Use RID_AT_CLASS instead of RID_CLASS.
5121 (c_parser_objc_class_declaration): Same change.
5122 (c_parser_objc_try_catch_statement): Use RID_AT_TRY instead of
5123 RID_TRY and RID_AT_CATCH instead of RID_CATCH.
5124 (c_parser_objc_class_instance_variables): Use RID_AT_PRIVATE
5125 instead of RID_PRIVATE, RID_AT_PROTECTED instead of RID_PROTECTED
5126 and RID_AT_PUBLIC instead of RID_PUBLIC.
5127 (c_parser_statement_after_labels): Use RID_AT_TRY instead of
5128 RID_TRY and RID_AT_CATCH instead of RID_CATCH.
5129
5130 2010-09-30 Tom G. Christensen <tgc@jupiterrise.com>
5131
5132 * doc/install.texi (Binaries): Update link to HP-UX porting centre.
5133 Add links to current providers of packages for Solaris and IRIX.
5134
5135 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
5136
5137 Merge from 'apple/trunk' branch on FSF servers.
5138 * c-parser.c: Applied change originally in c-parse.in.
5139
5140 2005-10-04 Fariborz Jahanian <fjahanian@apple.com>
5141
5142 Radar 4281748
5143 * c-decl.c (start_decl): Check for redeclaration of class name.
5144 * c-parse.in (after_type_declarator): Recognize CLASSNAME.
5145
5146 2010-09-29 Steve Ellcey <sje@cup.hp.com>
5147
5148 * config/ia64/ia64.c (ia64_builtin_decl): New.
5149 (TARGET_BUILTIN_DECL): Define.
5150 (ia64_builtins): New.
5151 (ia64_init_builtins): Save decls in ia64_builtins.
5152
5153 2010-09-29 Bernd Schmidt <bernds@codesourcery.com>
5154
5155 PR target/40457
5156 * postreload.c (move2add_use_add2_insn): Use full_costs for comparison.
5157 (move2add_use_add3_insn): Likewise.
5158 (reload_cse_move2add): Likewise.
5159 * rtlanal.c (get_full_rtx_cost): New function.
5160 * rtl.h (struct full_rtx_costs): New.
5161 (init_costs_to_max, init_costs_to_zero, costs_lt_p,
5162 costs_add_n_insns): New inline functions.
5163 (get_full_rtx_cost): Declare.
5164
5165 PR c/45054
5166 * reload1.c (replace_pseudos_in): Use eliminate_regs_1, allowing
5167 invariants. Check for reg_equiv_invariant.
5168 (reload): Assert that spilled_pseudos is empty when returning.
5169
5170 2010-09-29 Kai Tietz <kai.tietz@onevision.com>
5171
5172 * config/i386/mingw32.h (TARGET_64BIT): replaced by
5173 TARGET_64BIT_DEFAULT in #if check.
5174
5175 2010-09-29 Jack Howarth <howarth@bromo.med.uc.edu>
5176
5177 * varasm.c (assemble_alias): Add error message for unsupported ifunc.
5178
5179 2010-09-29 Mike Stump <mikestump@comcast.net>
5180
5181 * config/darwin.h (flag_mkernel): Remove.
5182 (flag_apple_kext): Likewise.
5183
5184 2010-09-29 Joseph Myers <joseph@codesourcery.com>
5185 Jack Howarth <howarth@bromo.med.uc.edu>
5186
5187 * config/darwin.opt (undefined): Add.
5188
5189 2010-09-29 Nathan Sidwell <nathan@codesourcery.com>
5190
5191 PR testsuite/45664
5192 * configure.ac: Add --enable-indirect-function option.
5193 * config.gcc: Add default_gnu_indirect_function.
5194 * config.in (HAVE_GAS_INDIRECT_FUNCTION): Rename to ...
5195 (HAVE_GNU_INDIRECT_FUNCTION): ... this.
5196 * varasm.c (do_assemble_alias): Adjust for macro name change.
5197 * configure: Rebuilt.
5198 * doc/install.texi: Document --enable-indirect-function.
5199
5200 2010-09-29 Joseph Myers <joseph@codesourcery.com>
5201
5202 * doc/options.texi (Variable, Var, Init): Update documentation
5203 without reference to VarExists.
5204 (VarExists): Remove.
5205 * common.opt, config/i386/i386.opt, config/linux.opt,
5206 config/rs6000/rs6000.opt, config/sh/sh.opt, config/spu/spu.opt:
5207 Don't use VarExists.
5208
5209 2010-09-29 Joseph Myers <joseph@codesourcery.com>
5210
5211 * optc-gen.awk: Generate global_options initializer instead of
5212 individual variables. Add x_ prefix to names of structure members.
5213 * opth-gen.awk: Generate gcc_options structure. Add x_ prefix to
5214 names of structure members.
5215 * doc/tm.texi.in (HARD_FRAME_POINTER_IS_FRAME_POINTER,
5216 HARD_FRAME_POINTER_IS_ARG_POINTER): Document.
5217 * doc/tm.texi: Regenerate.
5218 * alias.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
5219 * builtins.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
5220 * c-parser.c (disable_extension_diagnostics,
5221 restore_extension_diagnostics): Update names of cpp_options members.
5222 * combine.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
5223 * common.opt (fcompare-debug-second): Don't use Var.
5224 * config/alpha/alpha.h (target_flags): Remove.
5225 * config/arm/arm.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
5226 HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
5227 * config/bfin/bfin.h (target_flags): Remove.
5228 * config/cris/cris.h (target_flags): Remove.
5229 * config/i386/i386-c.c (ix86_pragma_target_parse): Update names of
5230 cl_target_option members.
5231 * config/i386/i386.c (ix86_force_align_arg_pointer): Remove.
5232 (ix86_function_specific_print, ix86_valid_target_attribute_tree,
5233 ix86_can_inline_p): Update names of cl_target_option members.
5234 * config/i386/i386.h (ix86_isa_flags): Remove.
5235 * config/lm32/lm32.h (target_flags): Remove.
5236 * config/mcore/mcore.h (mcore_stack_increment): Remove.
5237 * config/mcore/mcore.md (addsi3): Remove extern declaration of
5238 flag_omit_frame_pointer.
5239 * config/mep/mep.h (target_flags): Remove.
5240 * config/mips/mips.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
5241 HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
5242 * config/mmix/mmix.h (target_flags): Remove.
5243 * config/rs6000/rs6000.h (rs6000_xilinx_fpu, flag_pic,
5244 flag_expensive_optimizations): Remove.
5245 * config/s390/s390.h (flag_pic): Remove.
5246 * config/score/score-conv.h (target_flags): Remove.
5247 * config/sh/sh.h (sh_fixed_range_str): Remove.
5248 * config/spu/spu.h (target_flags, spu_fixed_range_string): Remove.
5249 * dbxout.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
5250 * df-scan.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
5251 * diagnostic.c (diagnostic_initialize): Update names of
5252 diagnostic_context members.
5253 * diagnostic.h (diagnostic_context): Rename inhibit_warnings and
5254 warn_system_headers.
5255 (diagnostic_report_warnings_p): Update for new names.
5256 * dwarf2out.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
5257 * emit-rtl.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER and
5258 HARD_FRAME_POINTER_IS_ARG_POINTER.
5259 * flags.h (flag_compare_debug): Declare.
5260 * ira.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
5261 * opts.c (flag_compare_debug): Define.
5262 (common_handle_option): Update names of diagnostic_context
5263 members. Handle -fcompare-debug-second.
5264 (fast_math_flags_struct_set_p): Update names of cl_optimization
5265 members.
5266 * reginfo.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
5267 * regrename.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
5268 * reload.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
5269 * reload1.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
5270 * resource.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
5271 * rtl.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
5272 HARD_FRAME_POINTER_IS_ARG_POINTER): Define and use.
5273 * sel-sched.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
5274 * stmt.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
5275
5276 2010-09-29 Hariharan Sandanagobalane <hariharan@picochip.com>
5277
5278 * config/picochip/picochip.c (picochip_output_internal_label):
5279 This function can now be called for debug CFI labels, which can come
5280 in the middle of a vliw instruction. Postpone until end of vliw.
5281
5282 2010-09-29 Richard Guenther <rguenther@suse.de>
5283
5284 * tree.h (SCOPE_FILE_SCOPE_P): New macro.
5285 (DECL_FILE_SCOPE_P): Use it.
5286 (TYPE_FILE_SCOPE_P): New macro.
5287
5288 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
5289
5290 * c-parser.c (c_lex_one_token): In Objective-C, when dealing with
5291 a CPP_NAME which is a reserved word, clearly separate cases for
5292 OBJC_IS_PQ_KEYWORD, OBJC_IS_AT_KEYWORD and OBJC_IS_CXX_KEYWORD.
5293
5294 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
5295
5296 * c-parser.c (c_lex_one_token): In Objective-C, do not replace
5297 token->value with the canonical spelling. Do exactly like C and
5298 C++ and leave it as it is.
5299
5300 2010-09-28 Richard Henderson <rth@redhat.com>
5301
5302 * config/alpha/alpha.c (alpha_builtins): New.
5303 (alpha_builtin_decl, TARGET_BUILTIN_DECL): New.
5304 (alpha_builtin_function): New.
5305 (alpha_add_builtins, alpha_init_builtins): Use it.
5306
5307 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
5308
5309 * doc/standards.texi (Standards): Expanded the section on
5310 Objective-C and Objective-C++.
5311
5312 2010-09-28 DJ Delorie <dj@redhat.com>
5313
5314 PR target/45800
5315 * config/m32c/m32c.c (m32c_subreg): Force adjustment of subregs of
5316 volatile MEMs.
5317
5318 2010-09-28 Iain Sandoe <iains@gcc.gnu.org>
5319
5320 * c-parser.c (c_parser_declaration_or_fndef): Diagnose incorrect prefix
5321 attributes on methods.
5322 (c_parser_objc_method_definition): Handle attributes.
5323 (c_parser_objc_methodproto): Likewise.
5324 (c_parser_objc_maybe_method_attributes): New.
5325 (c_parser_objc_method_decl): Handle attributes, add a diagnostic for a
5326 missing definition, similar to that in ObjC++.
5327
5328 2010-09-28 Richard Henderson <rth@redhat.com>
5329
5330 * defaults.h (DWARF2_UNWIND_INFO): Don't depend on TARGET_UNWIND_INFO.
5331 (MUST_USE_SJLJ_EXCEPTIONS): Remove.
5332 (CONFIG_SJLJ_EXCEPTIONS): Remove.
5333 (STACK_OLD_CHECK_PROTECT): Use targetm.except_unwind_info.
5334 (STACK_CHECK_PROTECT): Likewise.
5335 * dwarf2out.c (DWARF2_UNWIND_INFO, DWARF2_FRAME_INFO): Poison.
5336 (dwarf2out_do_frame): Use debug_unwind_info and except_unwind_info.
5337 (dwarf2out_do_cfi_asm, dwarf2out_begin_prologue): Likewise.
5338 (dwarf2out_frame_init, dwarf2out_frame_finish): Likewise.
5339 (dwarf2out_assembly_start): Likewise.
5340 * except.c (init_eh): Use targetm.except_unwind_info.
5341 (finish_eh_generation, gate_convert_to_eh_region_ranges): Likewise.
5342 (output_one_function_exception_table): Likewise.
5343 * final.c: Unconditionally include dwarf2out.h.
5344 (final_start_function): Unconditionally call dwarf2out routines.
5345 (final_end_function, final_scan_insn): Likewise.
5346 * function.c (expand_function_end): Use targetm.except_unwind_info.
5347 * opts.c (decode_options): Use targetm.except_unwind_info.
5348 * system.h (USING_SJLJ_EXCEPTIONS, TARGET_UNWIND_INFO): Poison.
5349 * target.def (debug_unwind_info, except_unwind_info): New.
5350 * target.h (enum unwind_info_type): New.
5351 * targhooks.c (default_debug_unwind_info): New.
5352 (default_except_unwind_info): New.
5353 (dwarf2_except_unwind_info, sjlj_except_unwind_info): New.
5354 * targhooks.h: Declare them.
5355 * tree-tailcall.c: Include "target.h"
5356 (suitable_for_tail_call_opt_p): Use targetm.except_unwind_info.
5357 * Makefile.in (tree-tailcall.o): Update.
5358 * tree.c (build_common_builtin_nodes): Use targetm.except_unwind_info.
5359 (lhd_gcc_personality): Likewise.
5360
5361 * doc/tm.texi.in (TARGET_UNWIND_INFO): Remove.
5362 (TARGET_EXCEPT_UNWIND_INFO): New.
5363 (DWARF2_UNWIND_INFO): Update.
5364 (TARGET_DEBUG_UNWIND_INFO): New.
5365 * doc/tm.texi: Rebuild.
5366
5367 * c-family/c-cppbuiltin.c (c_cpp_builtins): Use
5368 targetm.except_unwind_info.
5369
5370 * config/arm/arm.c (TARGET_EXCEPT_UNWIND_INFO): New.
5371 (arm_except_unwind_info): New.
5372 (arm_compute_func_type): Use it.
5373 (arm_expand_prologue, thumb_pushpop): Likewise.
5374 (thumb1_expand_prologue, thumb1_output_function_prologue): Likewise.
5375 (arm_unwind_emit, arm_output_fn_unwind): Likewise.
5376 * config/arm/bpabi.h (ARM_UNWIND_INFO): Rename from TARGET_UNWIND_INFO.
5377 * config/arm/arm.h (ARM_UNWIND_INFO): Likewise.
5378 (DWARF2_UNWIND_INFO): Remove.
5379 (MUST_USE_SJLJ_EXCEPTIONS): Remove.
5380 (ARM_EABI_UNWIND_TABLES): Remove.
5381
5382 * config/ia64/ia64.c (ia64_debug_unwind_info): New.
5383 (TARGET_DEBUG_UNWIND_INFO, TARGET_EXCEPT_UNWIND_INFO): New.
5384 (ia64_except_unwind_info): New.
5385 (ia64_output_function_prologue): Use it.
5386 (ia64_add_bundle_selector_before): Likewise.
5387 (ia64_reorg, ia64_asm_unwind_emit): Likewise.
5388 * config/ia64/ia64.h (DWARF2_FRAME_INFO): Remove.
5389 (TARGET_UNWIND_INFO): Remove.
5390
5391 * config/pa/pa.c (pa_option_override): Use targetm.except_unwind_info.
5392
5393 2010-09-28 Iain Sandoe <iains@gcc.gnu.org>
5394
5395 * c-parser.c (c_parser_objc_class_definition): Adjust prototype.
5396 (c_parser_objc_protocol_definition): Likewise.
5397 (c_parser_external_declaration): Provide dummy attribute arguments.
5398 (c_parser_declaration_or_fndef): Parse prefix attributes for ObjC.
5399 (c_parser_objc_class_definition): Handle attributes.
5400 (c_parser_objc_protocol_definition): Likewise.
5401
5402 2010-09-28 Tobias Burnus <burnus@net-b.de>
5403
5404 PR fortran/40569
5405 PR fortran/40568
5406 * toplev.h (save_decoded_options, save_decoded_options_count):
5407 New global variables.
5408 * toplev.c (save_decoded_options, save_decoded_options_count):
5409 Export variables.
5410
5411 2010-09-28 Ian Lance Taylor <iant@google.com>
5412
5413 * config/i386/i386.c (ix86_supports_split_stack): Test
5414 HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than dwarf2out_do_cfi_asm.
5415
5416 2010-09-28 Ian Lance Taylor <iant@google.com>
5417
5418 PR target/45815
5419 * opts.c (decode_options): Don't test whether the target supports
5420 split stack if flag_split_stack == 0.
5421
5422 2010-09-28 Jan Hubicka <jh@suse.cz>
5423
5424 * builtin-attrs.def (ATTR_LEAF): New attribute.
5425 (ATTR_NOVOPS_LEAF_LIST, ATTR_LEAF_LIST, ATTR_NOTHROW_LEAF_LIST,
5426 ATTR_CONST_NOTHROW_LEAF_LIST, ATTR_PURE_NOTHROW_LEAF_LIST,
5427 ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST, ATTR_NORETURN_NOTHROW_LEAF_LIST,
5428 ATTR_MALLOC_NOTHROW_LEAF_LIST, ATTR_SENTINEL_NOTHROW_LEAF_LIST,
5429 ATTR_NOTHROW_NONNULL_LEAF, ATTR_CONST_NOTHROW_NONNULL_LEAF,
5430 ATTR_CONST_NOTHROW_TYPEGENERIC_LEAF, ATTR_PURE_NOTHROW_NONNULL_LEAF,
5431 ATTR_MALLOC_NOTHROW_NONNULL_LEAF): New attribute lists.
5432 * sync-builtins.def: Annotate all builtins by leaf.
5433 * omp-builtins.def: Annotate all builtins by leaf.
5434 * builtins.def: Annotate relevant builtins with leaf attribute.
5435 (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
5436 ATTR_MATHFN_FPROUNDING_ERRNO, ATTR_MATHFN_FPROUNDING_STORE): Make
5437 leaf.
5438
5439 2010-09-28 Jan Hubicka <jh@suse.cz>
5440
5441 * tree-ssa-ccp.c (fold_ctor_reference): New function.
5442 (fold_const_aggregate_ref): Use it.
5443 * fold-const.c (canonicalize_constructor_val): Check that we don't fold
5444 into external static.
5445
5446 2010-09-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5447
5448 PR target/44452
5449 * config/i386/i386.opt (mvect8-ret-in-mem): Define.
5450 * config/i386/i386.c (ix86_target_string): Handle -mvect8-ret-in-mem.
5451 (ix86_solaris_return_in_memory): Remove.
5452 * config/i386/i386-protos.h (ix86_solaris_return_in_memory): Remove.
5453 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
5454 (TARGET_SUBTARGET_DEFAULT): Redefine.
5455 * config/i386/sol2-10.h (TARGET_SUBTARGET_DEFAULT): Update comment.
5456 * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
5457 (TARGET_SUBTARGET_DEFAULT): Redefine.
5458 * doc/invoke.texi (Option Summary, i386 and x86-64 Options): Add
5459 -mvect8-ret-in-mem.
5460 (i386 and x86-64 Options): Document -mvect8-ret-in-mem.
5461
5462 2010-09-29 Alan Modra <amodra@gmail.com>
5463
5464 PR target/45807
5465 * config/rs6000/aix.h (SETUP_FRAME_ADDRESSES): Delete.
5466 * config/rs6000/linux64.h (SETUP_FRAME_ADDRESSES): Delete.
5467 * config/rs6000/rs6000-protos.h (rs6000_aix_emit_builtin_unwind_init):
5468 Delete.
5469 * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init): Delete.
5470 (rs6000_emit_prologue): Don't just create frame save info for r2,
5471 actually save r2.
5472
5473 2010-09-28 Richard Henderson <rth@redhat.com>
5474
5475 * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Output 8 bytes
5476 when 8 bytes are requested.
5477
5478 2010-09-28 Tristan Gingold <gingold@adacore.com>
5479
5480 * config/avr/avr.c (expand_prologue): Set
5481 current_function_static_stack_size.
5482
5483 2010-09-28 Tristan Gingold <gingold@adacore.com>
5484
5485 * config/alpha/alpha.md: Change the initial condition of the
5486 probing loop.
5487
5488 2010-09-28 Uros Bizjak <ubizjak@gmail.com>
5489
5490 * config/i386/sse.md (*avx_<umaxmin:code><mode>3):
5491 Split from *avx_<maxmin:code><mode>3.
5492 (*avx_<smaxmin:code><mode>3): Ditto.
5493 * config/i386/i386.md (maxmin): Remove code iterator.
5494
5495 2010-09-27 Ian Lance Taylor <iant@google.com>
5496
5497 * config/i386/i386.c (ix86_supports_split_stack): -fsplit-stack
5498 requires assembler support for CFI directives.
5499
5500 2010-09-27 Richard Henderson <rth@redhat.com>
5501
5502 * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
5503
5504 2010-09-27 Hans-Peter Nilsson <hp@axis.com>
5505
5506 * emit-rtl.c (reorder_insns_nobb) [ENABLE_CHECKING]: Sanity-check
5507 that AFTER is not in the range FROM..TO, inclusive.
5508
5509 2010-09-27 Hans-Peter Nilsson <hp@axis.com>
5510 Bernd Schmidt <bernds@codesourcery.com>
5511
5512 PR rtl-optimization/45792
5513 * cfgcleanup.c (try_head_merge_bb): New rtx vector nextptr.
5514 If not all insns are to be merged, for each edge, stash the
5515 next candidate after the to-be-merged insns before doing the
5516 merge, and use them for the retry at the new insertion point.
5517 Handle CC0 targets when retrying.
5518
5519 2010-09-27 Ian Lance Taylor <iant@google.com>
5520
5521 * common.opt (fsplit-stack): New option.
5522 * opts.c (decode_options): Set flag_split_stack to final value.
5523 * target.def (supports_split_stack): New hook.
5524 * gcc.c (STACK_SPLIT_SPEC): Define.
5525 (LINK_COMMAND_SPEC): Use STACK_SPLIT_SPEC.
5526 * doc/invoke.texi (Option Summary): Mention -fsplit-stack.
5527 (Code Gen Options): Document -fsplit-stack.
5528 * doc/extend.texi (Function Attributes): Mention no_split_stack.
5529 (Function Attributes): Document no_split_stack.
5530 * doc/tm.texi.in (Stack Smashing Protection): Add @hook
5531 TARGET_SUPPORTS_SPLIT_STACK.
5532 * doc/tm.texi: Rebuild.
5533 * function.c (thread_prologue_and_epilogue_insns): If
5534 flag_split_stack, add split stack prologue.
5535 * explow.c (allocate_dynamic_stack_space): Support -fsplit-stack.
5536 * varasm.c (saw_no_split_stack): New static variable.
5537 (assemble_start_function): Set saw_no_split_stack if the function
5538 has the no_split_stack attribute.
5539 (file_end_indicate_split_stack): New function.
5540 * output.h (file_end_indicate_split_stack): Declare.
5541 * libgcc-std.ver (GCC_4.6.0): Add -fsplit-stack support variables
5542 and function.
5543 * doc/libgcc.texi (Miscellaneous routines): Document -fsplit-stack
5544 routines.
5545 * config/i386/i386.c (ix86_option_override_internal): Don't set
5546 expand_builtin_va_start to NULL if -fsplit-stack.
5547 (ix86_function_regparm): Reduce local regparm by 1 for 32-bit
5548 -fsplit-stack.
5549 (ix86_va_start): If -fsplit-stack, get overflow pointer from
5550 scratch register set by prologue.
5551 (ix86_code_end): If -fsplit-stack, call
5552 file_end_indicate_split_stack.
5553 (ix86_supports_split_stack): New static function.
5554 (SPLIT_STACK_AVAILABLE): Define.
5555 (split_stack_prologue_scratch_regno): New static function.
5556 (split_stack_fn): New static variable.
5557 (ix86_expand_split_stack_prologue): New function.
5558 (ix86_live_on_entry): New static function.
5559 (ix86_legitimate_address_p): Handle UNSPEC_STACK_CHECK.
5560 (output_pic_addr_const): Likewise.
5561 (i386_asm_output_addr_const_extra): Likewise.
5562 (ix86_expand_call): Change return type to rtx. Return the new
5563 call instruction.
5564 (TARGET_SUPPORTS_SPLIT_STACK): Define.
5565 (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
5566 * config/i386/i386.md (UNSPEC_STACK_CHECK): Define.
5567 (split_stack_prologue, split_stack_return): New insns.
5568 (split_stack_space_check): New insn.
5569 * config/i386/i386.h (struct machine_function): Add
5570 split_stack_varargs_pointer field.
5571 * config/i386/linux.h (TARGET_CAN_SPLIT_STACK): Define.
5572 (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
5573 * config/i386/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
5574 (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
5575 * config/i386/i386-protos.h (ix86_expand_split_stack_prologue):
5576 Declare.
5577 (ix86_expand_call): Update declaration.
5578
5579 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
5580
5581 * doc/objc.texi (Type encoding): Added the new 'long double' (D)
5582 code. Added byref, which was missing in the list of codes.
5583 Explain that enumeration values are encoded as the integer type
5584 that the compiler uses to store them. Explain and make examples
5585 of how 'const' interacts with pointers, and the complication of
5586 the encoding of 'const char *'.
5587 (Legacy type encoding): New subsection, explaining that GCC emits
5588 incorrect type encodings for the NeXT runtime for compatibility
5589 reasons.
5590 (@@encode): New subsection, explaining @encode and particularly
5591 that protocol qualifiers are not recognized inside an @encode()
5592 expression.
5593 (Method signatures): New subsection, explaining how method
5594 signatures are encoded.
5595
5596 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
5597
5598 Merge from 'apple/trunk' branch on FSF servers. Removed small
5599 change in build_conditional_expr that had been added when fixing
5600 PR objc/27377 and which did the same check in a less complete way.
5601
5602 2005-12-15 Fariborz Jahanian <fjahanian@apple.com>
5603
5604 Radar 4229905
5605 * c-typeck.c (build_conditional_expr): Call objc_have_common_type when
5606 looking for objective-c common pointer types.
5607
5608 2005-06-22 Ziemowit Laski <zlaski@apple.com>
5609
5610 Radar 4154928
5611 * c-typeck.c (build_conditional_expr): For two ObjC pointer types,
5612 use their ObjC common type.
5613
5614 2010-09-27 Richard Guenther <rguenther@suse.de>
5615
5616 * dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
5617
5618 2010-09-27 Jie Zhang <jie@codesourcery.com>
5619
5620 * print-tree.c (print_node): Print in-constant-pool.
5621
5622 2010-09-27 Uros Bizjak <ubizjak@gmail.com>
5623
5624 * config/i386/i386.h (CLASS_MAX_NREGS): Also handle XCmode.
5625 (UNITS_PER_WORD): Define only when IN_LIBGCC2 is undefined.
5626 (MOVE_MAX_PIECES): Redefine using UNITS_PER_WORD.
5627 (ASM_OUTPUT_AVX_PREFIX): Simplify pointer addition.
5628
5629 2010-09-26 Uros Bizjak <ubizjak@gmail.com>
5630
5631 * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_add): Merge
5632 from pro_epilogue_adjust_stack_<mode>_{1,2}.
5633 (pro_epilogue_adjust_stack_<mode>_add): Rename from
5634 pro_epilogue_adjust_stack_<mode>_3.
5635 * config/i386/i386.c (pro_epilogue_adjust_stack): Update for
5636 renamed pro_epilogue_adjust_stack_{si,di}_add.
5637 (ix86_expand_prologue): Use indirect functions. Update for renamed
5638 pro_epilogue_adjust_stack_{si,di}_sub.
5639
5640 2010-09-26 Uros Bizjak <ubizjak@gmail.com>
5641
5642 * config/i386/i386.md (movmsk_df): New insn.
5643 (signbitdf): Split out of signbit<mode>2. Generate movmsk_df
5644 sequence for TARGET_SSE_MATH.
5645
5646 2010-09-26 Richard Sandiford <rdsandiford@googlemail.com>
5647
5648 * config/mips/mips.c (mips_builtin_decls): Declare.
5649 (mips_init_builtins): Store function declarations in
5650 mips_builtin_decls.
5651 (mips_builtin_decl): New function.
5652 (TARGET_BUILTIN_DECL): Define.
5653
5654 2010-09-25 Kai Tietz <kai.tietz@onevision.com>
5655 Richard Henderson <rth@redhat.com>
5656
5657 * config/i386/cygwin.asm: Include auto-host.h.
5658 (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
5659 cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): New macros.
5660 (__chkstk, __alloca): Annotate for dwarf2 unwind info. Drop
5661 alignment code from the 64-bit path. Use gas local labels.
5662 * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_2): Macroize
5663 from _di_2. Remove the useless constant integer argument.
5664 (pro_epilogue_adjust_stack_<mode>_3): New.
5665 (allocate_stack_worker_probe_<mode>): Macroize from
5666 allocate_stack_worker_{32,64}. Use __chkstk_ms. Update all users.
5667 * config/i386/i386.c (ix86_expand_prologue): Use __chkstk_ms;
5668 use gen_pro_epilogue_adjust_stack_*_3 and annotate it.
5669 (__chkstk_ms): New function.
5670 * config/i386/t-cygming (LIB1ASMFUNCS): Add _chkstk_ms.
5671 * gcc/config/i386/t-interix: Likewise.
5672 * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Export for target.
5673 (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
5674 (HAVE_GAS_CFI_SECTIONS_DIRECTIVE): Likewise.
5675 * configure, config.in: Rebuild.
5676
5677 2010-09-25 Eric Botcazou <ebotcazou@adacore.com>
5678
5679 * tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new
5680 statements because of the return slot optimization.
5681
5682 2010-09-25 Anatoly Sokolov <aesok@post.ru>
5683
5684 * config/avr/avr.h (CLASS_LIKELY_SPILLED_P): Remove.
5685 * config/avr/avr-protos.h (class_likely_spilled_p): Remove.
5686 * config/avr/avr.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
5687 (class_likely_spilled_p): Rename to...
5688 (avr_class_likely_spilled_p): ...this. Make static. Change argument
5689 type to reg_class_t.
5690
5691 2010-09-24 Jan Hubicka <jh@suse.cz>
5692
5693 * lto-symtab.c (lto_symtab_entry_def): Add guessed field.
5694 (lto_symtab_resolve_symbols): Set it.
5695 (lto_symtab_merge_decls_1): Do not compute used_from_object_file;
5696 store resolution field in cgraph/varpool.
5697 * cgraph.c (cgraph_same_body_alias, cgraph_add_thunk): Return node.
5698 (cgraph_get_node_or_alias, cgraph_get_node_or_alias): Constify.
5699 (cgraph_dump_node): Drop used_from_object_file.
5700 (cgraph_clone_node, cgraph_create_virtual_clone): Likewise.
5701 (cgraph_function_body_availability): Use decl_replaceable_p.
5702 (cgraph_make_node_local): Set resolution to LDPR_PREVAILING_DEF_IRONLY.
5703 (cgraph_can_remove_if_no_direct_calls_and_refs): Use
5704 cgraph_used_from_object_file_p.
5705 (cgraph_will_be_removed_from_program_if_no_direct_calls): Use
5706 cgraph_used_from_object_file_p.
5707 (resolution_used_from_other_file_p): New functoin.
5708 (cgraph_used_from_object_file_p): New predicate.
5709 * cgraph.h: Include plugin-api.h
5710 (struct cgraph_local_info): Remove used_from_object_file.
5711 (struct cgraph_node): Add resolution field.
5712 (struct varpool_node): Likewise; remove used_from_object_file;
5713 reove const_value_known.
5714 (cgraph_get_node, cgraph_get_node_or_alias, cgraph_node,
5715 cgraph_same_body_alias, cgraph_add_thunk): Update prototypes.
5716 (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
5717 varpool_used_from_object_file_p): Declare.
5718 (varpool_get_node, varpool_extra_name_alias): Update prototype.
5719 * tree.h (DECL_REPLACEABLE_P): Remove.
5720 (decl_replaceable_p, decl_binds_to_current_def_p): Declare.
5721 * final.c (rest_of_clean_state): Use decl_binds_to_current_def_p.
5722 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
5723 input_overwrite_node, input_node, input_varpool_node): Stream
5724 resolution.
5725 * expr.c (expand_expr_real_1): Use const_value_known_p
5726 * ipa.c (ipa_discover_readonly_nonaddressable_var): Do not set
5727 const_value_known.
5728 (cgraph_externally_visible_p): Use cgraph_used_from_object_file_p.
5729 (function_and_variable_visibility): Set resolution for local vars
5730 and functions; use varpool_used_from_object_file_p.
5731 * varasm.c (resolution_to_local_definition_p, resolution_local_p): New
5732 static functions.
5733 (default_binds_local_p_1): Use resolutoin info.
5734 (decl_binds_to_current_def_p, decl_replaceable_p): New functions.
5735 * varpool.c (varpool_get_node): Constify.
5736 (const_value_known_p): Do not use vnode->const_value_known;
5737 use decl_replaceable_p.
5738 (varpool_finalize_decl): Do not set const_value_known.
5739 (cgraph_variable_initializer_availability): Use decl_replaceable_p
5740 (varpool_extra_name_alias): Return new node.
5741 (varpool_used_from_object_file_p): New function.
5742
5743 2010-09-24 Richard Henderson <rth@redhat.com>
5744
5745 * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): New.
5746 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): New.
5747 (do_spill): Use REG_CFA_OFFSET.
5748 (ia64_expand_prologue): Use REG_CFA_ADJUST_CFA and REG_CFA_REGISTER
5749 as appropriate.
5750 (ia64_expand_epilogue): Likewise.
5751 (process_set): Split into ...
5752 (process_cfa_adjust_cfa): this,
5753 (process_cfa_register): this,
5754 (process_cfa_offset): and this new function.
5755 (ia64_asm_unwind_emit): Use them. Expect REG_CFA_* notes
5756 instead of REG_FRAME_RELATED_EXPR.
5757
5758 2010-09-24 Olivier Hainque <hainque@adacore.com>
5759
5760 * config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.
5761
5762 2010-09-24 Jan Hubicka <jh@suse.cz>
5763
5764 * doc/extend.texi: (attribute leaf): Document.
5765 * tree.c (local_define_builtin): Handle ECF_LEAF.
5766 (build_common_builtin_nodes): Set ECF_LEAF where needed.
5767 * tree.h (ECF_LEAF): New.
5768 * ipa-reference.c (propagate_bits): For leaf calls propagate ever
5769 overwrittable and unavailable functions.
5770 (ipa_init): Put all_module_statics into optimization_summary_obstack.
5771 (copy_global_bitmap): Do not copy all_module_statics.
5772 (read_write_all_from_decl): Use cgraph_node argument; handle ECF_LEAF.
5773 (propagate): Handle overwritable and unavailable leaf functions;
5774 initialize global info for overwritable and unavailable leaf functions;
5775 do not free all module statics.
5776 (ipa_reference_get_not_{read,written}_global): Leaf calls don't clobber
5777 local statics.
5778 * calls.c (flags_from_decl_or_type): Handle leaf.
5779 * tree-cfg.c (stmt_can_make_abnormal_goto): Leaf functions can't do
5780 abnormal gotos.
5781
5782 2010-09-24 Basile Starynkevitch <basile@starynkevitch.net>
5783
5784 * gengtype.c: Reindented.
5785 * gengtype.h: Reindented.
5786 * gengtype-parse.c: Reindented.
5787
5788 2010-09-24 Jan Hubicka <jh@suse.cz>
5789
5790 PR tree-optimization/45738
5791 PR tree-optimization/45741
5792 * expr.c (string_constant): Allow CONST_DECL too;
5793 check that DECL_INITIAL is set.
5794 * varpool.c (const_value_known_p): Only look into VAR_DECL
5795 and CONST_DECL.
5796
5797 2010-09-24 Joseph Myers <joseph@codesourcery.com>
5798
5799 * common.opt (undef): New.
5800
5801 2010-09-24 Jakub Jelinek <jakub@redhat.com>
5802
5803 PR middle-end/45234
5804 * rtl.h (enum global_rtl_index): Add
5805 GR_VIRTUAL_PREFERRED_STACK_BOUNDARY.
5806 (LAST_VIRTUAL_POINTER_REGISTER): Define.
5807 (virtual_preferred_stack_boundary_rtx,
5808 VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM): Define.
5809 (LAST_VIRTUAL_REGISTER): Increase by one.
5810 (REGNO_PTR_FRAME_P): Use LAST_VIRTUAL_POINTER_REGISTER
5811 instead of LAST_VIRTUAL_REGISTER.
5812 * function.c (instantiate_new_reg): Handle
5813 virtual_preferred_stack_boundary_rtx.
5814 * emit-rtl.c (init_virtual_regs): Handle
5815 VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
5816 (init_emit_regs): Initialize virtual_preferred_stack_boundary_rtx.
5817 * explow.c (round_push): If crtl->preferred_stack_boundary
5818 is smaller than MAX_SUPPORTED_STACK_ALIGNMENT, use
5819 virtual_preferred_stack_boundary_rtx alignment instead of
5820 crtl->preferred_stack_boundary alignment.
5821 (allocate_dynamic_stack_space): Use CONST_INT_P and REG_P
5822 macros. Never decrease crtl->preferred_stack_boundary,
5823 use crtl->preferred_stack_boundary or MAX_SUPPORTED_STACK_ALIGNMENT
5824 instead of PREFERRED_STACK_BOUNDARY. Don't modify
5825 stack_pointer_delta in dynamic allocation, even when size
5826 is constant.
5827 (probe_stack_range, anti_adjust_stack_and_probe): Use CONST_INT_P
5828 macro.
5829 * print-rtl.c (print_rtx): Handle
5830 VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
5831 * config/alpha/alpha.h (NONSTRICT_REG_OK_FP_BASE_P): Use
5832 LAST_VIRTUAL_POINTER_REGISTER instead of LAST_VIRTUAL_REGISTER.
5833 * config/frv/frv.c (frv_emit_movsi): Likewise.
5834 * config/arm/arm.c (thumb1_legitimate_address_p): Likewise.
5835 * config/rs6000/rs6000.c (virtual_stack_registers_memory_p):
5836 Likewise.
5837
5838 Revert:
5839 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
5840
5841 PR middle-end/45234
5842 * calls.c (expand_call): Make sure that all variable sized
5843 adjustments are multiple of preferred stack boundary after
5844 stack alignment.
5845
5846 2010-09-24 Iain Sandoe <iains@gcc.gnu.org>
5847 Dominique Dhumieres <dominiq@lps.ens.fr>
5848
5849 PR bootstrap/45751
5850 * gcc/config/darwin-driver.c (darwin_default_min_version):
5851 Adjust size passed to memcpy in two places.
5852
5853 2010-09-24 Richard Guenther <rguenther@suse.de>
5854
5855 * c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
5856 Make sure to not call set_type_context with error_mark_node.
5857 * langhooks.c (lhd_set_decl_assembler_name): Use DECL_FILE_SCOPE_P.
5858
5859 2010-09-24 Richard Guenther <rguenther@suse.de>
5860
5861 * Makefile.in (OBJS-onestep): Remove.
5862 (ALL_HOST_BACKEND_OBJS): Remove libbackend.o.
5863 (libbackend.a): Remove onestep support.
5864 (libbackend.o): Remove.
5865 * configure.ac (--enable-intermodule): Remove.
5866 * configure: Regenerate.
5867
5868 2010-09-24 Bernd Schmidt <bernds@codesourcery.com>
5869
5870 * cfgcleanup.c (flow_find_head_matching_sequence): Terminate when
5871 reaching the end of a block if it occurs at a DEBUG_INSN.
5872
5873 2010-09-09 Tristan Gingold <gingold@adacore.com>
5874
5875 PR target/44242
5876 * config/vms/vms-crt0-64.c: Removed.
5877 * config/vms/vms-crt0.c: Removed.
5878 * config/vms/vms-psxcrt0-64.c: Removed.
5879 * config/vms/vms-psxcrt0.c: Removed.
5880 * config/vms/vms-ucrt0.c: New file.
5881 * config/vms/t-vms64: Removed.
5882 * config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it. Remove DECC.
5883 Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o
5884 * config.gcc (alpha-dec-vms): Use t-vms.
5885
5886 2010-09-24 Nicola Pero <nicola.pero@meta-innovation.com>
5887
5888 * doc/invoke.texi (-fno-nil-receivers): Tidied up line to remove
5889 underfull hbox in DVI output.
5890 (-fobjc-class-cxx-cdtors): Same change.
5891 (-fobjc-exceptions): Tidied up documentation. Explain what the
5892 option does, but moved the (lenghty) description of the exception
5893 syntax into objc.texi.
5894 (-fobjc-gc): Explain that the option is not useful with the GNU
5895 runtime.
5896 (-fzero-link): Explain that the GNU runtime always works in
5897 "zero-link" mode.
5898 * doc/objc.texi: All sections: simplified @node declarations
5899 removing specification of next, previous, up node.
5900 (Objective-C): Updated introduction.
5901 (Garbage Collection): Updated. The bohem-gc library is now
5902 included in gcc itself. Mention that this section only applies to
5903 the GNU Objective-C runtime.
5904 (compatibility_alias): Small tidy up.
5905 (Exceptions): New section mostly containing text previously in the
5906 description of the -fobjc-exception command-line option.
5907 (Synchronization): Same.
5908
5909 2010-09-24 Uros Bizjak <ubizjak@gmail.com>
5910
5911 * config/i386/i386.md (ix86_code_end): Move the initialization of
5912 xops array near the consumer. Use AX_REG and SP_REG instead of
5913 numerical constants.
5914
5915 2010-09-24 Nicola Pero <nicola.pero@meta-innovation.com>
5916
5917 * c-typeck.c (convert_arguments): Use warning 'too many arguments to
5918 method [methodname]' for an Objective-C method instead of the less
5919 satisfactory 'too many arguments to function' (with no method name).
5920
5921 2010-09-23 Eric Botcazou <ebotcazou@adacore.com>
5922
5923 * tree-flow.h (execute_update_addresses_taken): Remove parameter.
5924 * tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
5925 (execute_update_addresses_taken): Remove parameter. Execute the
5926 optimization unconditionally.
5927 * passes.c (execute_function_todo): Call execute_update_addresses_taken
5928 unconditionally if TODO_rebuild_alias is set, else only when optimizing
5929 if TODO_update_address_taken is set.
5930
5931 2010-09-23 Anatoly Sokolov <aesok@post.ru>
5932
5933 * config/arm/arm.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
5934 * config/arm/arm-protos.h (arm_output_addr_const_extra): Remove.
5935 * config/arm/arm.c (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
5936 (arm_output_addr_const_extra): Make static.
5937
5938 2010-09-23 Uros Bizjak <ubizjak@gmail.com>
5939
5940 * config/i386/i386.md (UNSPECV_NOPS): Rename from UNSPEC_NOPS and
5941 define as unspec_volatile.
5942 ("nops"): Define as unspec_volatile. Use fputs to write to
5943 asm_out_file directly. Output NOPs on separate lines using while loop.
5944 * config/i386/i386.c (ix86_code_end): Use fputs to write to
5945 asm_out_file directly. Output NOPs on separate lines using while loop.
5946
5947 2010-09-23 Richard Guenther <rguenther@suse.de>
5948
5949 PR tree-optimization/45565
5950 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
5951 Make sure to adjust the fndecl before replacing the stmt.
5952
5953 2010-09-23 Richard Guenther <rguenther@suse.de>
5954
5955 PR middle-end/45750
5956 * gimplify.c (gimplify_expr): Properly pass on GS_ERROR when
5957 gimplifying MEM_REF.
5958
5959 2010-09-23 Alan Modra <amodra@gmail.com>
5960
5961 * config/rs6000/rs6000.c (toc_relative_ok): Delete.
5962 (rs6000_emit_move): Use SYMBOL_REF_LOCAL_P instead.
5963
5964 2010-09-23 Bernd Schmidt <bernds@codesourcery.com>
5965
5966 PR rtl-optimization/44374
5967 * basic-block.h (enum bb_flags): Add BB_MODIFIED.
5968 * df-core.c (df_set_bb_dirty): Set it.
5969 * ifcvt.c (find_memory): Remove function.
5970 (dead_or_predicable): Use can_move_insns_across.
5971 * df.h (can_move_insns_across): Declare function.
5972 * cfgcleanup.c (block_was_dirty): New static variable.
5973 (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
5974 than df_get_bb_dirty.
5975 (try_head_merge_bb): New static function.
5976 (try_optimize_cfg): Call it. Call df_analyze if block_was_dirty
5977 is set.
5978 * df-problems.c: Include "target.h"
5979 (df_simulate_find_uses): New static function.
5980 (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
5981 (find_memory, find_memory_store): New static functions.
5982 (can_move_insns_across): New function.
5983 * Makefile.in (df-problems.o): Update dependencies.
5984
5985 2010-09-22 Eric Botcazou <ebotcazou@adacore.com>
5986
5987 PR java/44095
5988 * config/sparc/linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch
5989 is specified and the suffix of the file isn't ".c".
5990 * config/sparc/linux64.h (ASM_SPEC): Likewise.
5991
5992 2010-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5993
5994 * doc/contrib.texi (Contributors): Allow URL to wrap in PDF output.
5995 * doc/cppopts.texi: Fix markup of index entry.
5996 * doc/extend.texi (Constructing Calls): Fix markup of
5997 __builtin_va_arg_pack and __builtin_va_arg_pack_len definition.
5998 (Conditionals, C++ Comments, Pragmas, Unnamed Fields, Thread-Local)
5999 (Vague Linkage, C++ Attributes): Fix markup of index entries and
6000 keywords.
6001 * doc/invoke.texi (Option Summary): Fix spacing. Rewrap to
6002 avoid long lines.
6003 (C Dialect Options, C++ Dialect Options, Warning Options)
6004 (Debugging Options, Spec Files, Darwin Options)
6005 (i386 and x86-64 Options, MIPS Options)
6006 (RS/6000 and PowerPC Options, Code Gen Options): Fix markup of
6007 index entries, avoid abbreviations, allow URLs to wrap, avoid
6008 long lines, avoid overlong pages from long @itemx lists.
6009 * doc/objc.texi (Garbage Collection): Allow URLs to wrap.
6010 * doc/standards.texi (Standards): Likewise.
6011 * doc/trouble.texi (Incompatibilities): Fix markup of index entry.
6012
6013 2010-09-22 Joseph Myers <joseph@codesourcery.com>
6014
6015 * opts-common.c (prune_options): Make static. Work with decoded
6016 options.
6017 (decode_cmdline_options_to_array): Call prune_options. Don't
6018 resize option array here.
6019 * opts.h (prune_options): Remove prototype.
6020 * gcc.c (process_command): Take decoded options; don't call
6021 decode_cmdline_options_to_array here. Use decoded options for argv[0].
6022 (main): Call decode_cmdline_options_to_array here instead of
6023 prune_options. Update call to process_command.
6024 * config/darwin-driver.c: Include opts.h.
6025 (darwin_default_min_version): Work with decoded options. Don't
6026 handle -b or -V here.
6027 * config/darwin.h (darwin_default_min_version): Update prototype.
6028 (GCC_DRIVER_HOST_INITIALIZATION): Update call to
6029 darwin_default_min_version.
6030 * config/i386/cygwin.h (mingw_scan): Update prototype.
6031 (GCC_DRIVER_HOST_INITIALIZATION): Update call to mingw_scan.
6032 * config/i386/cygwin1.c: Include opts.h.
6033 (mingw_scan): Work with decoded options.
6034 * config/i386/t-cygwin (cygwin1.o): Update dependencies.
6035 * config/t-darwin (darwin-driver.o): Update dependencies.
6036
6037 2010-09-22 Joseph Myers <joseph@codesourcery.com>
6038
6039 * common.opt (-assemble, -compile, -coverage, -debug, -dump,
6040 -dump=, -dumpbase, -dumpdir, -entry, -entry=, -extra-warnings,
6041 -for-assembler, -for-assembler=, -for-linker, -for-linker=,
6042 -force-link, -force-link=, -language, -language=,
6043 -library-directory, -library-directory=, -no-canonical-prefixes,
6044 -no-standard-libraries, -no-warnings, -optimize, -output,
6045 -output=, -pass-exit-codes, -pedantic, -pedantic-errors, -pie,
6046 -pipe, -prefix, -prefix=, -preprocess, -print-file-name,
6047 -print-file-name=, -print-libgcc-file-name,
6048 -print-multi-directory, -print-multi-lib,
6049 -print-multi-os-directory, -print-prog-name, -print-prog-name=,
6050 -print-search-dirs, -print-sysroot, -print-sysroot-headers-suffix,
6051 -profile, -save-temps, -shared, -specs, -specs=, -static,
6052 -symbolic, -time, -verbose, -param=, -sysroot, coverage, e, u,
6053 symbolic): New.
6054 (fhelp, fhelp=, ftarget-help, fversion): Make into aliases.
6055 * gcc.c (A Short Introduction to Adding a Command-Line Option):
6056 Remove comment.
6057 (cc1_options): Correct specs for passing down --help,
6058 --target-help and --help=*. Add spec for passing down --version.
6059 (struct option_map, option_map, target_option_translations,
6060 translate_options): Remove.
6061 (driver_handle_option): Handle OPT__version, OPT__help, OPT__help_
6062 and OPT__target_help instead of OPT_fversion, OPT_fhelp,
6063 OPT_fhelp_ and OPT_ftarget_help.
6064 (process_command): Don't call translate_options. Call
6065 decode_cmdline_options_to_array before checking for
6066 -no-canonical-prefixes using decoded options.
6067 * opts-common.c (tm.h): Update comment on #include.
6068 (find_opt): Allow abbreviations of long options.
6069 (struct option_map, option_map): New.
6070 (decode_cmdline_option): Use them instead of hardcoding -Wno, -fno
6071 and -mno handling.
6072 (target_option_translations): New.
6073 (decode_cmdline_options_to_array): Handle
6074 TARGET_OPTION_TRANSLATE_TABLE in driver.
6075 * opts.c (common_handle_option): Don't handle OPT_fhelp,
6076 OPT_ftarget_help, OPT_fhelp_ or OPT_fversion.
6077
6078 2010-09-22 Richard Guenther <rguenther@suse.de>
6079
6080 * tree-inline.c (optimize_inline_calls): Schedule cleanups
6081 only if we inlined something. Block compaction and conditional
6082 folding are done by cfg cleanup. Schedule update-address-taken.
6083 (tree_function_versioning): Remove redundant call to number_blocks.
6084 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Conditional
6085 folding is done by cfg cleanup.
6086 * passes.c (init_optimization_passes): Remove update-address-taken
6087 pass after IPA inlining.
6088
6089 2010-09-22 Chung-Lin Tang <cltang@codesourcery.com>
6090
6091 * postreload.c (move2add_note_store): Add reg_symbol_ref[] checks
6092 to update conditions. Fix reg_mode[] check.
6093
6094 2010-09-22 Hariharan Sandanagobalane <hariharan@picochip.com>
6095
6096 * config/picochip/picochip.md (movhicc): Use expand to check whether
6097 movhicc is available and split it after reload.
6098
6099 2010-09-22 Richard Guenther <rguenther@suse.de>
6100
6101 * tree-ssanames.c (release_dead_ssa_names): Do not remove
6102 callee edges here.
6103 * passes.c (init_optimization_passes): Remove early CFG cleanup.
6104 * tree-optimize.c (execute_cleanup_cfg_pre_ipa): Remove.
6105 (pass_cleanup_cfg): Likewise.
6106 (execute_fixup_cfg): Cleanup.
6107 * tree-pass.h (pass_cleanup_cfg): Remove.
6108
6109 2010-09-22 Martin Jambor <mjambor@suse.cz>
6110
6111 * gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold
6112 builtins if it is true.
6113 (fold_stmt_1): Call, fold_gimple_call always, pass inplace as a
6114 parameter.
6115
6116 2010-09-22 Martin Jambor <mjambor@suse.cz>
6117
6118 * tree-sra.c (struct access): New field grp_no_warning.
6119 (create_access_replacement): Set TREE_NO_WARNING according to
6120 grp_no_warning.
6121 (create_artificial_child_access): Use build_ref_for_model and set
6122 grp_no_warning if build_user_friendly_ref_for_offset fails.
6123 (propagate_subaccesses_across_link): Likewise.
6124
6125 2010-09-22 Eric Botcazou <ebotcazou@adacore.com>
6126
6127 PR target/35664
6128 * config/sparc/constraints.md ('e'): Return NO_REGS if !TARGET_FPU.
6129 ('f'): Likewise.
6130
6131 2010-09-22 Tristan Gingold <gingold@adacore.com>
6132
6133 * config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
6134
6135 2010-09-22 Uros Bizjak <ubizjak@gmail.com>
6136
6137 * config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.
6138 * config/i386/i386.c (decide_alg): Update for rename.
6139
6140 2010-09-22 Jakub Jelinek <jakub@redhat.com>
6141
6142 PR rtl-optimization/45739
6143 * simplify-rtx.c (simplify_binary_operation_1): Optimize even
6144 vector mode | CONST0_RTX (mode) and ^ CONST0_RTX (mode).
6145
6146 2010-09-21 Anatoly Sokolov <aesok@post.ru>
6147
6148 * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): Remove macros.
6149 * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
6150 Remove.
6151 * config/rs6000/rs6000.c (rs6000_output_addr_const_extra): Make static.
6152 (TTARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
6153
6154 2010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
6155
6156 PR objc/23710
6157 * c-parser.c (c_parser_objc_method_definition): Check the return
6158 value of objc_start_method_definition and if false is returned,
6159 parse the method definition but emit no code.
6160
6161 2010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
6162
6163 PR objc/25965
6164 * c-decl.c (detect_field_duplicates): If compiling Objective-C,
6165 call objc_get_interface_ivars ().
6166
6167 2010-09-21 Kai Tietz <kai.tietz@onevision.com>
6168
6169 PR target/45694
6170 * config/i386/i386.c (ix86_expand_prologue): Save r10 in case that
6171 static chain-register is used for 64-bit.
6172
6173 2010-09-21 Richard Guenther <rguenther@suse.de>
6174
6175 * dwarf2out.c (is_cu_die): New function.
6176 (add_pubtype): Use it.
6177 (gen_subprogram_die): Likewise.
6178 (gen_struct_or_union_type_die): Likewise.
6179 (dwarf2out_finish): Likewise.
6180 (comp_unit_die): Rename to ...
6181 (single_comp_unit_die): ... this.
6182 (comp_unit_die): New function lazily constructing and
6183 returning single_comp_unit_die.
6184 (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
6185 base_type_die, subrange_type_die, modified_type_die,
6186 lower_bound_default, add_bound_info, add_prototyped_attribute,
6187 dwarf2out_vms_debug_main_pointer, scope_die_for, retry_incomplete_types,
6188 dwarf2out_abstract_function, gen_type_die_with_usage, get_context_die,
6189 force_decl_die, gen_namespace_die, dwarf2out_decl,
6190 dwarf2out_start_source_file, dwarf2out_end_source_file,
6191 prune_unused_types, dwarf2out_finish): Use it.
6192 (gen_compile_unit_die): For GNU GIMPLE derive DW_AT_language from
6193 the global list of translation-unit decls.
6194 (dwarf2out_init): Do not create single_comp_unit_die here.
6195 (force_decl_die): Handle TRANSLATION_UNIT_DECL.
6196
6197 2010-09-21 Richard Guenther <rguenther@suse.de>
6198
6199 * dwarf2out.c (dwarf2out_decl): Do not always generate a DIE
6200 for bool for C++.
6201
6202 2010-09-21 Bernd Schmidt <bernds@codesourcery.com>
6203
6204 * config/arm/iterators.md (qhs_extenddi_op): New mode_attr.
6205 (qhs_extenddi_cstr): Likewise.
6206 * config/arm/arm.md (zero_extend<mode>di2, extend<mode>di2): Use
6207 them for the source operand.
6208
6209 2010-09-21 Uros Bizjak <ubizjak@gmail.com>
6210
6211 * config/i386/i386.c (ix86_split_ashl): Rename single_width variable
6212 to half_width. Use GET_MODE_BITSIZE to calculate mode size.
6213 (ix86_split_ashr): Ditto.
6214 (ix86_split_lshr): Ditto.
6215
6216 2010-09-21 Richard Guenther <rguenther@suse.de>
6217
6218 PR tree-optimization/45580
6219 * tree-ssa-propagate.c (substitute_and_fold): Always replace
6220 regular uses.
6221 * gimple-fold.c (gimple_fold_obj_type_ref): For a BINFO without
6222 virtuals fold the call into a regular indirect one.
6223
6224 2010-09-20 Eric Botcazou <ebotcazou@adacore.com>
6225
6226 PR rtl-optimization/42775
6227 * cfgrtl.c (rest_of_pass_free_cfg): Recompute notes if delay slot
6228 scheduling is enabled.
6229
6230 2010-09-20 Jakub Jelinek <jakub@redhat.com>
6231
6232 PR rtl-optimization/45728
6233 * expr.c (expand_expr_real_1): If op0 isn't REG or MEM, try
6234 gen_lowpart_common first and if that fails, force_reg first
6235 before calling gen_lowpart.
6236
6237 PR middle-end/45678
6238 * cfgexpand.c (expand_one_stack_var_at): Use
6239 crtl->max_used_stack_slot_alignment as max_align, instead
6240 of maximum of that and PREFERRED_STACK_BOUNDARY.
6241 Don't call update_stack_alignment.
6242
6243 2010-09-20 Eric Botcazou <ebotcazou@adacore.com>
6244
6245 * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
6246 * langhooks-def.h (LANG_HOOKS_HASH_TYPES): Delete.
6247 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_HASH_TYPES.
6248 * system.h (LANG_HOOKS_HASH_TYPES): Poison.
6249 * tree.c (type_hash_canon): Do not test lang_hooks.types.hash_types.
6250 (build_nonstandard_integer_type): Likewise.
6251 (build_range_type_1): New function, built from...
6252 (build_range_type): ...this. Call build_range_type_1.
6253 (build_nonshared_range_type): New function.
6254 (build_array_type_1): New function, built from...
6255 (build_array_type: ...this. Call build_array_type_1.
6256 (build_nonshared_array_type): New function.
6257 * tree.h (build_nonshared_range_type): Declare.
6258 (build_nonshared_array_type): Likewise.
6259
6260 2010-09-20 Anatoly Sokolov <aesok@post.ru>
6261
6262 * config/arm/arm.h (CLASS_LIKELY_SPILLED_P): Remove.
6263 * config/arm/arm.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
6264 (arm_class_likely_spilled_p): New function.
6265
6266 2010-09-20 Uros Bizjak <ubizjak@gmail.com>
6267
6268 * config/i386/i386.c (ix86_expand_ashl_const): Rewrite using
6269 indirect functions.
6270 (ix86_split_ashl): Ditto.
6271 (ix86_split_ashr): Ditto.
6272 (ix86_split_lshr): Ditto.
6273 (ix86_adjust_counter): Ditto.
6274
6275 2010-09-20 Nicola Pero <nicola.pero@meta-innovation.com>
6276
6277 * c-family/c-common.h (constant_string_class): Documented with
6278 comment identical to the one already in c-common.c.
6279
6280 2010-09-20 Jakub Jelinek <jakub@redhat.com>
6281
6282 * dwarf2out.c (any_cfis_emitted): New static variable.
6283 (add_fde_cfi): Set it.
6284 (dwarf2out_frame_debug): Clear it before processing,
6285 if it is set afterwards, flush any queued reg saves.
6286
6287 PR debug/45124
6288 * dwarf2out.c (add_accessibility_attribute): Assume
6289 DW_ACCESS_private as the default for dwarf_version > 2
6290 and DW_TAG_class_type parent.
6291 (gen_inheritance_die): Assume DW_ACCESS_public as the default
6292 for dwarf_version > 2 and parent other than DW_TAG_class_type.
6293
6294 2010-09-20 Rafael Carre <rafael.carre@gmail.com>
6295
6296 PR target/45726
6297 * arm.md (arm_movt): Only enable on machines with MOVT.
6298
6299 2010-09-20 Jie Zhang <jie@codesourcery.com>
6300
6301 * config/arm/arm.c (arm_address_offset_is_imm): New.
6302 (arm_early_store_addr_dep): New.
6303 (arm_early_load_addr_dep): New.
6304 * config/arm/arm-protos.h (arm_early_store_addr_dep): Declare.
6305 (arm_early_load_addr_dep): Declare.
6306 (arm_address_offset_is_imm): Declare.
6307 * config/arm/cortex-m4.md: New file.
6308 * config/arm/cortex-m4-fpu.md: New file.
6309 * config/arm/arm.md: Include cortex-m4.md and cortex-m4-fpu.md.
6310 (attr generic_sched): Exclude cortexm4.
6311 (attr generic_vfp): Exclude cortexm4.
6312
6313 2010-09-20 Richard Guenther <rguenther@suse.de>
6314
6315 PR middle-end/45704
6316 * gimplify.c (gimplify_modify_expr_rhs): Preserve volatileness.
6317
6318 2010-09-20 Jan Hubicka <jh@suse.cz>
6319
6320 PR tree-optimize/45605
6321 * cgraph.h (const_value_known_p): Declare.
6322 (varpool_decide_const_value_known): Remove.
6323 * tree-ssa-ccp.c (get_base_constructor): Use it.
6324 * lto-cgraph.c (compute_ltrans_boundary): Likewise.
6325 * expr.c (string_constant): Likewise.
6326 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Likewise.
6327 * ipa.c (ipa_discover_readonly_nonaddressable_var,
6328 function_and_variable_visibility): Likewise.
6329 * gimplify.c (gimplify_call_expr): Likewise.
6330 * gimple-fold.c (get_symbol_constant_value): Likewise.
6331 * varpool.c (varpool_decide_const_value_known): Replace by...
6332 (const_value_known_p): ... this one; handle other kinds of DECLs
6333 too and work for automatic vars.
6334 (varpool_finalize_decl): Use const_value_known_p.
6335
6336 2010-09-20 Rafael Carre <rafael.carre@gmail.com>
6337
6338 PR target/45726
6339 * arm.md (arm_movtas_ze): Only enable on machine with MOVT.
6340
6341 2010-09-20 Richard Guenther <rguenther@suse.de>
6342
6343 PR tree-optimization/45705
6344 * tree-ssa-dom.c (optimize_stmt): Perform redundant store elimination.
6345
6346 2010-09-20 Jakub Jelinek <jakub@redhat.com>
6347
6348 PR rtl-optimization/45695
6349 * combine.c (try_combine): When splitting a two set pattern,
6350 make sure the pattern which will be put into i2 doesn't use REGs
6351 or MEMs set by insns in between i2 and i3.
6352
6353 2010-09-19 Jan Hubicka <jh@suse.cz>
6354
6355 PR lto/44246
6356 * lto-cgraph.c (input_cgraph_1, input_varpool_1): Avoid
6357 processing same node twice.
6358
6359 2010-09-19 Anatoly Sokolov <aesok@post.ru>
6360
6361 * config/bfin/bfin.h (CLASS_LIKELY_SPILLED_P): Remove.
6362 * config/bfin/bfin.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
6363 (bfin_class_likely_spilled_p): New function
6364
6365 2010-09-19 Ira Rosen <irar@il.ibm.com>
6366
6367 PR tree-optimization/45714
6368 * tree-vect-stmts.c (vect_transform_stmt): Use a dummy statement
6369 created in vectorizable_call instead of the original statement in
6370 def stmt updates.
6371
6372 2010-09-19 Uros Bizjak <ubizjak@gmail.com>
6373
6374 * config/i386/i386-protos.h (split_double_mode): New prototype.
6375 (split_di, split_ti): Remove prototypes.
6376 * config/i386/i386.c (split_double_mode): New function.
6377 (split_di, split_ti): Remove.
6378 (ix86_expand_branch): Use split_double_mode.
6379 (ix86_split_to_parts): Ditto.
6380 (ix86_split_ashl): Ditto.
6381 (ix86_split_ashr): Ditto.
6382 (ix86_split_lshr): Ditto.
6383 (ix86_force_to_memory): Ditto.
6384 * config/i386/i386.md: Use split_double_mode in double-mode splitters.
6385
6386 2010-09-18 Jan Hubicka <jh@suse.cz>
6387
6388 PR tree-optimization/45453
6389 * cgraphunit.c (cgraph_finalize_function): Consider comdat & external
6390 virtual functions are reachable.
6391 * ipa-inline.c (cgraph_clone_inlined_nodes): Likewise.
6392 * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
6393 * ipa-prop.c (ipa_modify_formal_parameters): Clear DECL_VIRTUAL_P
6394 when modifying function.
6395
6396 2010-09-18 Jan Hubicka <jh@suse.cz>
6397
6398 PR tree-optimization/45605
6399 * cgraphunit.c (cgraph_analyze_functions): Allocate bitmap obstack.
6400 * gimple-fold.c (static_object_in_other_unit_p): New function.
6401 (canonicalize_constructor_val): Use it.
6402 (get_symbol_constant_value): Be reaqdy for canonicalize_constructor_val
6403 returning NULL.
6404 (gimple_fold_obj_type_ref_known_binfo): Use
6405 static_object_in_other_unit_p.
6406
6407 2010-09-18 Richard Guenther <rguenther@suse.de>
6408
6409 PR tree-optimization/45709
6410 * tree-inline.c (copy_phis_for_bb): Delay commit of edge
6411 insertions until after all PHI nodes of the block are processed.
6412
6413 2010-09-18 Tijl Coosemans <tijl@coosemans.org>
6414
6415 * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
6416
6417 2010-09-18 Kai Tietz <kai.tietz@onevision.com>
6418
6419 * config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
6420
6421 2010-09-18 Richard Guenther <rguenther@suse.de>
6422
6423 PR tree-optimization/45709
6424 * tree-inline.c (copy_phis_for_bb): Fixup new_edge when we splitted it.
6425
6426 2010-09-17 Sebastian Pop <sebastian.pop@amd.com>
6427
6428 * graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
6429 (dot_deps_stmt): Same.
6430 * graphite-poly.c (dot_lst): Same.
6431 * graphite-scop-detection.c (dot_all_scops): Same.
6432 (dot_scop): Same.
6433
6434 2010-09-17 Sebastian Pop <sebastian.pop@amd.com>
6435
6436 Revert:
6437 2009-12-16 Ben Elliston <bje@au.ibm.com>
6438
6439 * tree-data-ref.c (dot_rdg_1): Added back.
6440 (dot_rdg): Same. Added "#if 0" around system call.
6441
6442 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
6443 Richard Henderson <rth@redhat.com>
6444
6445 * config/i386/i386.c (initial_ix86_tune_features): Add
6446 X86_TUNE_PAD_SHORT_FUNCTION.
6447 (ix86_code_end): Pad with 8 NOPs for TARGET_PAD_SHORT_FUNCTION.
6448 (ix86_count_insn): New.
6449 (ix86_pad_short_function): Likewise.
6450 (ix86_reorg): Support TARGET_PAD_SHORT_FUNCTION.
6451
6452 * config/i386/i386.h (ix86_tune_indices): Add
6453 X86_TUNE_PAD_SHORT_FUNCTION.
6454 (TARGET_PAD_SHORT_FUNCTION): New.
6455
6456 * config/i386/i386.md (UNSPEC_NOPS): New.
6457 (nops): Likewise.
6458
6459 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
6460
6461 PR middle-end/45234
6462 * calls.c (expand_call): Make sure that all variable sized
6463 adjustments are multiple of preferred stack boundary after
6464 stack alignment.
6465
6466 2010-09-17 DJ Delorie <dj@redhat.com>
6467
6468 * config/rx/rx.c (rx_print_operand): If __builtin_rx_setpsw() is
6469 passed an invalid value, print an error instead of ICEing.
6470 (valid_psw_flag): New.
6471 (rx_expand_builtin): Call it for setpsw/clrpsw.
6472 (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an RTX.
6473
6474 * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
6475 (bitclr_in_memory): Likewise.
6476 (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
6477
6478 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
6479
6480 PR middle-end/45678
6481 * cfgexpand.c (update_stack_alignment): New.
6482 (get_decl_align_unit): Use it.
6483 (expand_one_stack_var_at): Call update_stack_alignment.
6484
6485 2010-09-17 Richard Guenther <rguenther@suse.de>
6486
6487 * lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers):
6488 Properly copy the read string.
6489
6490 2010-09-17 Joseph Myers <joseph@codesourcery.com>
6491
6492 * doc/options.texi (Variable): Document.
6493 * optc-gen.awk, opth-gen.awk: Handle Variable records. Don't
6494 generate target_flags declarations explicitly. Don't define
6495 VarExists variables for the driver.
6496 * common.opt (target_flags): New Variable record.
6497 (flag_dump_unnumbered, flag_dump_unnumbered_links,
6498 flag_var_tracking, flag_var_tracking_assignments,
6499 flag_var_tracking_assignments_toggle): Don't mark variables with
6500 VarExists.
6501 * config/i386/i386.c (ix86_isa_flags): Don't define here.
6502 * config/i386/i386.opt (ix86_isa_flags): Define here.
6503 * config/mcore/mcore.c (mcore_stack_increment): Don't define here.
6504 * config/mcore/mcore.opt (mcore_stack_increment): Don't mark with
6505 VarExists.
6506 * flags.h (flag_dump_unnumbered, flag_var_tracking): Remove.
6507 * print-rtl.c (flag_dump_unnumbered, flag_dump_unnumbered_links):
6508 Only define for generator programs.
6509 * rtlanal.c (target_flags): Remove.
6510 * toplev.c (flag_var_tracking, flag_var_tracking_assignments,
6511 flag_var_tracking_assignments_toggle): Remove.
6512
6513 2010-09-17 Michael Matz <matz@suse.de>
6514
6515 PR tree-optimization/43432
6516 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
6517 Accept backwards consecutive accesses.
6518 (vect_create_data_ref_ptr): If step is negative generate
6519 decreasing IVs.
6520 * tree-vect-stmts.c (vectorizable_store): Reject negative steps.
6521 (perm_mask_for_reverse, reverse_vec_elements): New functions.
6522 (vectorizable_load): Handle loads with negative steps when easily
6523 possible.
6524
6525 2010-09-03 Jan Hubicka <jh@suse.cz>
6526
6527 * lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
6528
6529 2010-09-03 Naveen H.S <naveen.S@kpitcummins.com>
6530
6531 * config/v850/v850.c (v850_function_value_regno_p): Make static.
6532 Adjust comments. Declare.
6533 (TARGET_FUNCTION_VALUE_REGNO_P): Define.
6534 * config/v850/v850.h (FUNCTION_VALUE_REGNO_P): Delete.
6535
6536 2010-09-17 Richard Guenther <rguenther@suse.de>
6537
6538 * common.opt (combine): Remove.
6539 * gcc.c (default_compilers): Remove specs testing combine.
6540 The C compilers no longer can combine.
6541 (option_map): Remove -combine.
6542 (display_help): Remove -combine.
6543 (driver_handle_option): Remove OPT_combine handling.
6544 (compile_input_file_p): Remove.
6545 (do_spec): Remove code concerning combine.
6546 (main): Likewise.
6547 * doc/invoke.texi: Remove traces of -combine.
6548 * lto-wrapper.c (run_gcc): Do not pass -combine to the compiler driver.
6549
6550 2010-09-17 Richard Guenther <rguenther@suse.de>
6551
6552 PR middle-end/45678
6553 * builtins.c (fold_builtin_memory_op): Always properly adjust
6554 alignment of memory accesses.
6555
6556 2010-09-16 Jan Hubicka <jh@suse.cz>
6557
6558 * lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when
6559 processing clone.
6560
6561 2010-09-16 H.J. Lu <hongjiu.lu@intel.com>
6562
6563 * config/i386/i386-protos.h (ix86_split_idivmod): New prototype.
6564
6565 * config/i386/i386.c (predict_jump): Add prototype.
6566 (flag_opts): Add -m8bit-idiv.
6567 (ix86_split_idivmod): New.
6568
6569 * config/i386/i386.md (UNSPEC_DIV_ALREADY_SPLIT): New.
6570 Add 2 splitters for SI/DI mode divide.
6571 (divmod<mode>4_1): New pattern.
6572 (udivmod<mode>4_1): Likewise.
6573 (testdi_ccno_1): Likewise.
6574
6575 * config/i386/i386.opt (m8bit-idiv): New.
6576
6577 * doc/invoke.texi: Document -m8bit-idiv.
6578
6579 2010-09-16 Reza Yazdani <reza.yazdani@amd.com>
6580
6581 PR bootstrap/45680
6582 * config/i386/i386.c (min_insn_size): Moved out of the
6583 ASM_OUTPUT_MAX_SKIP_PAD ifdef.
6584
6585 2010-09-16 Jan Hubicka <jh@suse.cz>
6586
6587 * lto-cgraph.c (lto_output_node): Fix handling of clones.
6588 * ipa.c (cgraph_remove_unreachabloe_nodes): Fix handling of
6589 unreachable clones with reachable clones.
6590 * tree-inline.c (copy_bb): Fix sanity checking when producing
6591 unreachable clone.
6592
6593 2010-09-16 Anatoly Sokolov <aesok@post.ru>
6594
6595 * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.
6596 (TARGET_MEMORY_MOVE_COST): Define.
6597 (m32r_function_arg): Annotate argument 'type' with ATTRIBUTE_UNUSED.
6598
6599 2010-09-16 Alexander Monakov <amonakov@ispras.ru>
6600
6601 * sel-sched.c (move_cond_jump): Use tidy_control_flow instead of
6602 maybe_tidy_empty_bb.
6603
6604 Revert:
6605 2010-09-06 Alexander Monakov <amonakov@ispras.ru>
6606 * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
6607
6608 2010-09-16 Joseph Myers <joseph@codesourcery.com>
6609
6610 * target.def (target_option.optimization): New hook.
6611 * doc/tm.texi.in (OPTIMIZATION_OPTIONS): Change to
6612 TARGET_OPTION_OPTIMIZATION hook.
6613 * doc/tm.texi: Regenerate.
6614 * hooks.c (hook_void_int_int): New.
6615 * hooks.h (hook_void_int_int): Declare.
6616 * opts.c: Don't include tm_p.h.
6617 (decode_options): Use targetm.target_option.optimization instead
6618 of OPTIMIZATION_OPTIONS.
6619 * system.h (OPTIMIZATION_OPTIONS): Poison.
6620 * config/arm/arm-protos.h (arm_optimization_options): Remove.
6621 * config/arm/arm.c (TARGET_OPTION_OPTIMIZATION): Define.
6622 (arm_optimization_options): Rename to arm_option_optimization.
6623 Make static.
6624 * config/arm/arm.h (OPTIMIZATION_OPTIONS): Remove.
6625 * config/cris/cris.c (TARGET_OPTION_OPTIMIZATION): Define.
6626 (cris_option_optimization): New.
6627 * config/cris/cris.h (OPTIMIZATION_OPTIONS): Remove.
6628 * config/crx/crx.c (TARGET_OPTION_OPTIMIZATION): Define.
6629 (crx_option_optimization): New.
6630 * config/crx/crx.h (OPTIMIZATION_OPTIONS): Remove.
6631 * config/frv/frv-protos.h (frv_optimization_options): Remove.
6632 * config/frv/frv.c (TARGET_OPTION_OPTIMIZATION): Define.
6633 (frv_optimization_options): Rename to frv_option_optimization.
6634 Make static.
6635 * config/frv/frv.h (OPTIMIZATION_OPTIONS): Remove.
6636 * config/h8300/h8300.c (h8300_option_optimization): New.
6637 (TARGET_OPTION_OPTIMIZATION): Define.
6638 * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): Remove.
6639 * config/i386/i386-protos.h (optimization_options): Remove.
6640 * config/i386/i386.c (optimization_options): Rename to
6641 ix86_option_optimization. Make static.
6642 (TARGET_OPTION_OPTIMIZATION): Define.
6643 * config/i386/i386.h (OPTIMIZATION_OPTIONS): Remove.
6644 * config/ia64/ia64-protos.h (ia64_optimization_options): Remove.
6645 * config/ia64/ia64.c (TARGET_OPTION_OPTIMIZATION): Define.
6646 (ia64_optimization_options): Rename to ia64_option_optimization.
6647 Make static. Call SUBTARGET_OPTIMIZATION_OPTIONS.
6648 * config/ia64/ia64.h (OPTIMIZATION_OPTIONS): Remove. Remove
6649 commented-out definition.
6650 * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
6651 instead of OPTIMIZATION_OPTIONS.
6652 * config/m32r/m32r.c (TARGET_OPTION_OPTIMIZATION): Define.
6653 (m32r_option_optimization): New.
6654 * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove.
6655 * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
6656 Remove.
6657 * config/mcore/mcore.c (TARGET_OPTION_OPTIMIZATION): Define.
6658 (mcore_option_optimization): New.
6659 * config/mcore/mcore.h (OPTIMIZATION_OPTIONS): Remove.
6660 * config/mep/mep-protos.h (mep_optimization_options): Remove.
6661 * config/mep/mep.c (TARGET_OPTION_OPTIMIZATION): Define.
6662 (mep_optimization_options): Rename to mep_option_optimization.
6663 Make static. Take unused level and size parameters.
6664 * config/mep/mep.h (OPTIMIZATION_OPTIONS): Remove.
6665 * config/mmix/mmix.c (TARGET_OPTION_OPTIMIZATION): Define.
6666 (mmix_option_optimization): New.
6667 * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove.
6668 * config/pdp11/pdp11.c (TARGET_OPTION_OPTIMIZATION): Define.
6669 (pdp11_option_optimization): New.
6670 * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Remove.
6671 * config/rs6000/rs6000-protos.h (optimization_options): Remove.
6672 * config/rs6000/rs6000.c (TARGET_OPTION_OPTIMIZATION): Define.
6673 (optimization_options): Rename to rs6000_option_optimization.
6674 Make static.
6675 * config/rs6000/rs6000.h (OPTIMIZATION_OPTIONS): Remove.
6676 * config/rx/rx-protos.h (rx_set_optimization_options): Remove.
6677 * config/rx/rx.c (rx_set_optimization_options): Rename to
6678 rx_option_optimization. Make static. Take unused level and size
6679 parameters.
6680 (TARGET_OPTION_OPTIMIZATION): Define.
6681 * config/rx/rx.h (OPTIMIZATION_OPTIONS): Remove.
6682 * config/s390/s390-protos.h (optimization_options): Remove.
6683 * config/s390/s390.c (optimization_options): Rename to
6684 s390_option_optimization. Make static. Don't mark size parameter
6685 unused.
6686 (TARGET_OPTION_OPTIMIZATION): Define.
6687 * config/s390/s390.h (OPTIMIZATION_OPTIONS): Remove.
6688 * config/sh/sh-protos.h (sh_optimization_options): Remove.
6689 * config/sh/sh.c (TARGET_OPTION_OPTIMIZATION): Define.
6690 (sh_optimization_options): Rename to sh_option_optimization. Make
6691 static. Don't mark parameters unused.
6692 * config/sh/sh.h (OPTIMIZATION_OPTIONS): Remove.
6693 * config/spu/spu-protos.h (spu_optimization_options): Remove.
6694 * config/spu/spu.c (TARGET_OPTION_OPTIMIZATION): Define.
6695 (spu_optimization_options): Rename to spu_option_optimization.
6696 Make static.
6697 * config/spu/spu.h (OPTIMIZATION_OPTIONS): Remove.
6698 * config/v850/v850.c (TARGET_OPTION_OPTIMIZATION): Define.
6699 (v850_option_optimization): New.
6700 * config/v850/v850.h (OPTIMIZATION_OPTIONS): Remove.
6701 * config/xtensa/xtensa.c (TARGET_OPTION_OPTIMIZATION): Define.
6702 (xtensa_option_optimization): New.
6703 * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Remove.
6704
6705 2010-09-16 Joseph Myers <joseph@codesourcery.com>
6706
6707 * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
6708 (C_COMMON_OVERRIDE_OPTIONS): Don't refer to OVERRIDE_OPTIONS.
6709 * doc/tm.texi: Regenerate.
6710 * system.h (OVERRIDE_OPTIONS): Poison.
6711 * target.def (override): Default to hook_void_void.
6712 * targhooks.c (default_target_option_override): Remove.
6713 * genmodes.c, machmode.def: Update comments mentioning
6714 OVERRIDE_OPTIONS.
6715 * config/alpha/alpha-modes.def: Update comment mentioning
6716 alpha_override_options.
6717 * config/alpha/alpha-protos.h (override_options): Remove.
6718 * config/alpha/alpha.c (override_options): Rename to
6719 alpha_option_override. Call SUBTARGET_OVERRIDE_OPTIONS. Make static.
6720 (TARGET_OPTION_OVERRIDE): Define.
6721 * config/alpha/alpha.h (OVERRIDE_OPTIONS): Remove.
6722 * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead
6723 of OVERRIDE_OPTIONS.
6724 * config/arc/arc-protos.h (arc_init): Remove.
6725 * config/arc/arc.c (TARGET_OPTION_OVERRIDE): Define.
6726 (arc_init): Rename to arc_option_override. Make static.
6727 * config/arc/arc.h (ARC_EXTENSION_CPU): Correct comment.
6728 (OVERRIDE_OPTIONS): Remove.
6729 * config/arm/arm-protos.h (arm_override_options): Remove.
6730 * config/arm/arm.c (TARGET_OPTION_OVERRIDE): Define.
6731 (arm_override_options): Rename to arm_option_override. Make
6732 static. Call SUBTARGET_OVERRIDE_OPTIONS.
6733 * config/arm/arm.h (OVERRIDE_OPTIONS): Remove.
6734 * config/arm/arm.md: Update comment referring to arm_override_options.
6735 * config/arm/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
6736 instead of OVERRIDE_OPTIONS.
6737 * config/avr/avr-protos.h (avr_override_options): Remove.
6738 * config/avr/avr.c (TARGET_OPTION_OVERRIDE): Define.
6739 (avr_override_options): Rename to avr_option_override. Make static.
6740 * config/avr/avr.h (OVERRIDE_OPTIONS): Remove.
6741 * config/bfin/bfin-protos.h (override_options): Remove (twice).
6742 * config/bfin/bfin.c (override_options): Rename to
6743 bfin_option_override. Make static.
6744 (TARGET_OPTION_OVERRIDE): Define.
6745 * config/bfin/bfin.h (OVERRIDE_OPTIONS): Remove.
6746 * config/cris/cris-protos.h (cris_override_options): Remove.
6747 * config/cris/cris.c (TARGET_OPTION_OVERRIDE): Define.
6748 (cris_override_options): Rename to cris_option_override. Make static.
6749 * config/cris/cris.h (OVERRIDE_OPTIONS): Remove.
6750 * config/frv/frv-protos.h (frv_override_options): Remove.
6751 * config/frv/frv.c (TARGET_OPTION_OVERRIDE): Define.
6752 (frv_override_options): Rename to frv_option_override. Make static.
6753 * config/frv/frv.h (OVERRIDE_OPTIONS): Remove.
6754 * config/h8300/h8300-protos.h (h8300_init_once): Remove.
6755 * config/h8300/h8300.c (h8300_init_once): Rename to
6756 h8300_option_override. Make static.
6757 (TARGET_OPTION_OVERRIDE): Define.
6758 * config/h8300/h8300.h (OVERRIDE_OPTIONS): Remove.
6759 * config/i386/i386-protos.h (override_options): Remove.
6760 * config/i386/i386.c (override_options): Rename to
6761 ix86_option_override_internal. Make static. Comments referring
6762 to this function and callers changed.
6763 (ix86_option_override): New.
6764 (TARGET_OPTION_OVERRIDE): Define.
6765 * config/i386/i386.h (OVERRIDE_OPTION): Remove.
6766 * config/i386/linux64.h (DEFAULT_PCC_STRUCT_RETURN): Update comment.
6767 * config/ia64/ia64.c (ia64_file_start): Update comment referring
6768 to ia64_override_options.
6769 * config/iq2000/iq2000-protos.h (override_options): Remove.
6770 * config/iq2000/iq2000.c (TARGET_OPTION_OVERRIDE): Define.
6771 (override_options): Rename to iq2000_option_override. Make static.
6772 * config/iq2000/iq2000.h (OVERRIDE_OPTIONS): Remove.
6773 * config/lm32/lm32-protos.h (lm32_override_options): Remove.
6774 * config/lm32/lm32.c (TARGET_OPTION_OVERRIDE): Define.
6775 (lm32_override_options): Rename to lm32_option_override. Make static.
6776 * config/lm32/lm32.h (OVERRIDE_OPTIONS): Remove.
6777 * config/m32r/m32r.c (TARGET_OPTION_OVERRIDE): Define.
6778 (m32r_option_override): New.
6779 (m32r_init): Update comment.
6780 * config/m32r/m32r.h (OVERRIDE_OPTIONS): Remove.
6781 * config/m68hc11/m68hc11-protos.h (m68hc11_override_options): Remove.
6782 * config/m68hc11/m68hc11.c (TARGET_OPTION_OVERRIDE): Define.
6783 (m68hc11_override_options): Rename to m68hc11_option_override.
6784 Make static. Return void.
6785 * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove.
6786 * config/m68k/m68k-protos.h (override_options): Remove.
6787 * config/m68k/m68k.c (TARGET_OPTION_OVERRIDE): Define.
6788 (override_options): Rename to m68k_option_override. Make static.
6789 * config/m68k/m68k.h (OVERRIDE_OPTIONS): Remove.
6790 * config/mcore/mcore-protos.h (mcore_override_options): Remove.
6791 * config/mcore/mcore.c (TARGET_OPTION_OVERRIDE): Define.
6792 (mcore_override_options): Rename to mcore_option_override. Make
6793 static.
6794 * config/mcore/mcore.h (OVERRIDE_OPTIONS): Remove.
6795 * config/mep/mep-protos.h (mep_override_options): Remove.
6796 * config/mep/mep.c (TARGET_OPTION_OVERRIDE): Define.
6797 (mep_override_options): Rename to mep_option_override. Make static.
6798 * config/mep/mep.h (OVERRIDE_OPTIONS): Remove.
6799 * config/mmix/mmix-protos.h (mmix_override_options): Remove.
6800 * config/mmix/mmix.c (TARGET_OPTION_OVERRIDE): Define.
6801 (mmix_override_options): Rename to mmix_option_override. Make static.
6802 * config/mmix/mmix.h (OVERRIDE_OPTIONS): Remove.
6803 * config/mn10300/mn10300-protos.h (mn10300_override_options): Remove.
6804 * config/mn10300/mn10300.c (TARGET_OPTION_OVERRIDE): Define.
6805 (mn10300_override_options): Rename to mn10300_option_override.
6806 Make static.
6807 * config/mn10300/mn10300.h (OVERRIDE_OPTIONS): Remove.
6808 * config/moxie/moxie-protos.h (moxie_override_options): Remove.
6809 * config/moxie/moxie.c (moxie_override_options): Rename to
6810 moxie_option_override. Make static.
6811 (TARGET_OPTION_OVERRIDE): Define.
6812 * config/moxie/moxie.h (OVERRIDE_OPTIONS): Remove.
6813 * config/picochip/picochip-protos.h (picochip_override_options):
6814 Remove. Update comment referring to picochip_override_options.
6815 * config/picochip/picochip.c (TARGET_OPTION_OVERRIDE): Define.
6816 (picochip_override_options): Rename to picochip_option_override.
6817 Make static. Update comment and definition of
6818 TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.
6819 * config/picochip/picochip.h (OVERRIDE_OPTIONS): Remove.
6820 * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6821 * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6822 * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6823 * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6824 * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6825 * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Define
6826 instead of OVERRIDE_OPTIONS.
6827 * config/rs6000/rs6000-modes.def: Update comment referring to
6828 rs6000_override_options.
6829 * config/rs6000/rs6000-protos.h (rs6000_override_options): Remove.
6830 * config/rs6000/rs6000.c (TARGET_OPTION_OVERRIDE): Define.
6831 (rs6000_override_options): Rename to
6832 rs6000_option_override_internal. Make static. Commented
6833 referring to rs6000_override_options and OVERRIDE_OPTIONS updated.
6834 (rs6000_option_override): New.
6835 * config/rs6000/rs6000.h (OPTION_TARGET_CPU_DEFAULT): Define
6836 instead of OVERRIDE_OPTIONS.
6837 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6838 * config/s390/s390-protos.h (override_options): Remove.
6839 * config/s390/s390.c (override_options): Rename to
6840 s390_option_override. Make static.
6841 (TARGET_OPTION_OVERRIDE): Define.
6842 * config/s390/s390.h (OVERRIDE_OPTIONS): Remove.
6843 * config/score/score-protos.h (score_override_options): Remove.
6844 * config/score/score.c (TARGET_OPTION_OVERRIDE): Define.
6845 (score_override_options): Rename to score_option_override. Make
6846 static.
6847 * config/score/score.h (OVERRIDE_OPTIONS): Remove.
6848 Update comment referring to override_options.
6849 * config/score/score3.c (score3_override_options): Rename to
6850 score3_option_override.
6851 * config/score/score3.h (score3_override_options): Rename to
6852 score3_option_override.
6853 * config/score/score7.c (score7_override_options): Rename to
6854 score7_option_override.
6855 * config/score/score7.h (score7_override_options): Rename to
6856 score7_option_override.
6857 * config/sh/sh.c: Update comments referring to OVERRIDE_OPTIONS.
6858 * config/sparc/sparc.c (TARGET_OPTION_OVERRIDE): Define.
6859 (sparc_override_options): Rename to sparc_option_override. Make
6860 static. Call SUBTARGET_OVERRIDE_OPTIONS.
6861 * config/sparc/sparc.h (OVERRIDE_OPTIONS): Remove.
6862 * config/sparc/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
6863 instead of OVERRIDE_OPTIONS.
6864 * config/spu/spu-protos.h (spu_override_options): Remove.
6865 * config/spu/spu.c (TARGET_OPTION_OVERRIDE): Define.
6866 (spu_override_options): Rename to spu_option_override. Make
6867 static.
6868 * config/spu/spu.h (OVERRIDE_OPTIONS): Remove.
6869 * config/vax/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead of
6870 OVERRIDE_OPTIONS.
6871 * config/vax/vax-protos.h (override_options): Remove.
6872 * config/vax/vax.c (TARGET_OPTION_OVERRIDE): Define.
6873 (override_options): Rename to vax_option_override. Make static.
6874 Call SUBTARGET_OVERRIDE_OPTIONS.
6875 * config/vax/vax.h (OVERRIDE_OPTIONS): Remove.
6876 * config/vxworks.c: Update comment referring to OVERRIDE_OPTIONS.
6877 * config/vxworks.h: Update comment referring to OVERRIDE_OPTIONS.
6878 * config/xtensa/xtensa-protos.h (override_options): Remove.
6879 * config/xtensa/xtensa.c (TARGET_OPTION_OVERRIDE): Define.
6880 (override_options): Rename to xtensa_option_override. Make static.
6881 * config/xtensa/xtensa.h (OVERRIDE_OPTIONS): Remove.
6882
6883 2010-09-16 Richard Guenther <rguenther@suse.de>
6884
6885 PR tree-optimization/45623
6886 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Adjust.
6887 (get_constraint_for_component_ref): If computing a constraint
6888 for the rhs handle type punning through unions.
6889 (get_constraint_for_address_of): Adjust.
6890 (get_constraint_for_1): Likewise.
6891 (get_constraint_for): Likewise.
6892 (get_constraint_for_rhs): New function.
6893 (do_structure_copy): Adjust.
6894 (make_constraint_to): Likewise.
6895 (handle_const_call): Likewise.
6896 (find_func_aliases): Likewise.
6897 (process_ipa_clobber): Likewise.
6898 (create_variable_info_for): Likewise.
6899
6900 2010-09-16 Ira Rosen <irar@il.ibm.com>
6901
6902 * tree-vectorizer.c: Fix documentation.
6903 * tree-vectorizer.h (vinfo_for_stmt): Add documentation.
6904 (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt,
6905 is_pattern_stmt_p, is_loop_header_bb_p,
6906 stmt_vinfo_set_inside_of_loop_cost,
6907 stmt_vinfo_set_outside_of_loop_cost, vect_pow2, aligned_access_p,
6908 known_alignment_for_access_p): Likewise.
6909 * tree-vect-loop.c: Fix documentation.
6910 (vect_get_cost): Start function name from new line.
6911 * tree-vect-data-refs.c: Fix documentation.
6912 * tree-vect_stmts.c: Likewise.
6913 (vect_create_vectorized_promotion_stmts): Always free vec_tmp.
6914 (vectorizable_store): Free vec_oprnds if allocated.
6915 (vectorizable_condition): Initialize several variables to avoid
6916 warnings.
6917 * tree-vect-slp.c: Fix documentation.
6918
6919 2010-09-16 Richard Guenther <rguenther@suse.de>
6920
6921 * tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL
6922 is TS_TRANSLATION_UNIT_DECL.
6923 (initialize_tree_contains_struct): Adjust.
6924 (all_translation_units): New global vector.
6925 (build_translation_unit_decl): New function.
6926 * tree.h (TRANSLATION_UNIT_LANGUAGE): New macro.
6927 (struct tree_translation_unit_decl): New.
6928 (all_translation_units): Declare.
6929 (union tree_node): Add translation_unit_decl member.
6930 (build_translation_unit_decl): Declare.
6931 * treestruct.def (TS_TRANSLATION_UNIT_DECL): New.
6932 * lto-streamer-out.c (pack_ts_translation_unit_decl_value_fields):
6933 New function.
6934 (pack_value_fields): Call it.
6935 (lto_output_tree_ref): Handle references to TRANSLATION_UNIT_DECL.
6936 (lto_output_ts_translation_unit_decl_tree_pointers): New function.
6937 (lto_output_tree_pointers): Call it.
6938 * lto-streamer-in.c (lto_input_tree_ref): Handle references
6939 to TRANSLATION_UNIT_DECL.
6940 (unpack_ts_translation_unit_decl_value_fields): New function.
6941 (unpack_value_fields): Call it.
6942 (lto_input_ts_translation_unit_decl_tree_pointers): New function.
6943 (lto_input_tree_pointers): Call it.
6944 * lto-streamer.c (check_handled_ts_structures): Adjust.
6945 * lto-streamer.h (enum LTO_tags): Add LTO_translation_unit_decl_ref.
6946 * c-decl.c (all_translation_units): Remove.
6947 (pop_scope): Use build_translation_unit_decl.
6948 (collect_all_refs): Adjust.
6949 (for_each_global_decl): Likewise.
6950 (c_write_global_declarations): Likewise.
6951
6952 2010-09-16 Jakub Jelinek <jakub@redhat.com>
6953
6954 PR bootstrap/45686
6955 * fold-const.c (fold_checksum_tree): Change slot from const void **
6956 to void **, use CONST_CAST_TREE to store into *slot.
6957
6958 2010-09-16 Uros Bizjak <ubizjak@gmail.com>
6959
6960 * config/i386/i386.md: Remove unneeded empty conditions and
6961 preparation statements from expanders.
6962 * config/i386/mmx.md: Ditto.
6963 * config/i386/sse.md: Ditto.
6964
6965 2010-09-16 Uros Bizjak <ubizjak@gmail.com>
6966
6967 * config/i386/i386.h (PUSH_ROUNDING): Redefine using UNITS_PER_WORD.
6968
6969 2010-09-15 Eric Botcazou <ebotcazou@adacore.com>
6970
6971 PR rtl-optimization/45593
6972 * reorg.c (relax_delay_slots): Use emit_copy_of_insn_after to re-emit
6973 insns that were in delay slots as stand-alone insns.
6974
6975 2010-09-15 Ian Lance Taylor <iant@google.com>
6976
6977 * incpath.c (remove_duplicates): If name is not a directory, issue
6978 a warning rather than an error.
6979
6980 2010-09-15 Martin Jambor <mjambor@suse.cz>
6981
6982 PR middle-end/45644
6983 * tree-sra.c (create_access): Check for bit-fields directly.
6984
6985 2010-09-15 Jakub Jelinek <jakub@redhat.com>
6986
6987 PR tree-optimization/45633
6988 * tree-cfg.c (verify_gimple_assign_binary): Allow
6989 MINUS_EXPR with lhs and rhs1 pointer vector and
6990 rhs2 sizetype vector.
6991 * expr.c (expand_expr_real_2) <case PLUS_EXPR>: For pointer
6992 or vector pointer use TER to optimize pointer subtraction.
6993
6994 2010-09-15 Jie Zhang <jie@codesourcery.com>
6995
6996 * config/arm/vfp.md (cmpsf_trap_vfp): Change type from
6997 fcmpd to fcmps.
6998
6999 2010-09-15 Ian Lance Taylor <iant@google.com>
7000
7001 * config/i386/i386.md (truncxf<mode>2): Fix indentation.
7002
7003 2010-09-15 Ian Lance Taylor <iant@google.com>
7004
7005 * function.c (get_arg_pointer_save_area): Set
7006 arg_pointer_save_area_init to true.
7007
7008 2010-09-15 Martin Jambor <mjambor@suse.cz>
7009
7010 * tree-sra.c (generate_subtree_copies): Updated comment.
7011 (handle_unscalarized_data_in_subtree): Removed parameter lhs which is
7012 obtained from the statement iterator instead.
7013 (load_assign_lhs_subreplacements): Removed parameters lhs and
7014 right_offset, which is obtained from top_racc instead. Parameter lacc
7015 is now expected to be the root of the processed tree rather than root's
7016 first child. Updated all callers.
7017
7018 2010-09-15 Joseph Myers <joseph@codesourcery.com>
7019
7020 * config/pdp11/pdp11.c (register_move_cost): Rename to
7021 pdp11_register_move_cost.
7022 * config/pdp11/pdp11-protos.h (register_move_cost): Rename to
7023 pdp11_register_move_cost.
7024 * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Call
7025 pdp11_register_move_cost instead of register_move_cost.
7026
7027 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
7028
7029 * config/arm/neon.md (vec_pack_trunc_<mode>): Instruction
7030 pattern for vmovn. Expansion in case of non
7031 -mvectorize-with-neon-quad.
7032 (neon_vec_pack_trunc_<mode>): Instruction pattern for vmovn for
7033 non- -mvectorize-with-neon-quad case.
7034 (move_lo_quad_<mode>): New expansion to vmov into low part.
7035 (move_hi_quad_<mode>): New expansion to vmov into high part.
7036 (move_lo_quad_v4si): Refactor to move_lo_quad_<mode> expansion.
7037 (move_lo_quad_v4sf): Likewise.
7038 (move_lo_quad_v8hi): Likewise.
7039 (neon_move_lo_quad_<mode>): Instruction pattern for vmov into
7040 low part.
7041 (neon_move_hi_quad_<mode>): Instruction pattern for vmov into
7042 high part.
7043 * config/arm/iterators.md (ANY128): New mode iterator.
7044 (V_narrow_pack): New mode attribute.
7045 (V_HALF): Add attribute.
7046 (V_DOUBLE): Add attribute.
7047 (V_mode_nunits): Add attribute.
7048
7049 2010-09-15 Eric Botcazou <ebotcazou@adacore.com>
7050
7051 * config/alpha/alpha.c (alpha_expand_prologue): If stack checking
7052 is enabled, probe up to frame_size + STACK_CHECK_PROTECT bytes.
7053
7054 2010-09-15 Olivier Hainque <hainque@adacore.com>
7055 Jose Ruiz <ruiz@adacore.com>
7056
7057 * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Define.
7058 * config/alpha/osf5-unwind.h: New file.
7059
7060 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
7061
7062 PR bootstrap/45672
7063 * config/mips/mips.c (mips_units_per_simd_word): Correct return type.
7064 * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
7065 * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
7066
7067 2010-09-15 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7068
7069 * c-lang.h (struct lang_type): Add variable_size GTY option.
7070
7071 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
7072
7073 PR bootstrap/45672
7074 * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
7075
7076 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
7077
7078 * config/i386/i386.c (ix86_lea_for_add_ok): Return false if
7079 result isn't used in memory address.
7080
7081 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
7082
7083 * defaults.h (UNITS_PER_SIMD_WORD): Removed.
7084 * config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
7085 * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
7086 * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
7087 * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
7088 * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
7089
7090 * target.def: Add units_per_simd_word to vectorize.
7091
7092 * targhooks.c (default_units_per_simd_word): New.
7093 * targhooks.h (default_units_per_simd_word): Likewise.
7094 * config/arm/arm.c (arm_units_per_simd_word): Likewise.
7095 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
7096 * config/mips/mips.c (mips_units_per_simd_word): Likewise.
7097 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
7098 * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
7099 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
7100 * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
7101 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
7102
7103 * tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
7104 TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.
7105
7106 * tree-vect-stmts.c: Don't include "tm_p.h".
7107 (get_vectype_for_scalar_type): Replace UNITS_PER_SIMD_WORD
7108 with targetm.vectorize.units_per_simd_word.
7109
7110 * system.h (UNITS_PER_SIMD_WORD): Poisoned.
7111
7112 * config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.
7113
7114 * config/i386/i386.c (ix86_units_per_simd_word): Make it static.
7115 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
7116
7117 * doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD. Add
7118 TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.
7119
7120 * doc/tm.texi: Regenerated.
7121
7122 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
7123
7124 * tree-vect-stmts.c: Include "tm_p.h".
7125
7126 * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
7127 out of RTX_CODE.
7128
7129 2010-09-14 Martin Jambor <mjambor@suse.cz>
7130
7131 * tree-sra.c (build_ref_for_offset): Loc made a parameter. Set the
7132 location of generated statement. Changed all callers.
7133 (build_ref_for_model): New parameter loc which used to set location of
7134 all generated expressions. Changed all callers.
7135 (generate_subtree_copies): Likewise.
7136 (init_subtree_with_zero): Likewise.
7137 (sra_modify_expr): Set locations of all generated statements and
7138 expressions to the location the original statement.
7139 (handle_unscalarized_data_in_subtree): Likewise.
7140 (load_assign_lhs_subreplacements): Likewise.
7141 (sra_modify_constructor_assign): Likewise.
7142 (sra_modify_assign): Likewise.
7143
7144 2010-09-14 Eric Botcazou <ebotcazou@adacore.com>
7145
7146 PR target/45277
7147 PR target/45363
7148 PR target/45407
7149 * doc/install.texi (sparc*-*-*): New section.
7150 (sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.
7151
7152 2010-09-14 Jakub Jelinek <jakub@redhat.com>
7153
7154 PR middle-end/45567
7155 * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
7156 expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
7157 (expand_builtin): Adjust caller.
7158 (expand_builtin_unop): Only use subtarget if it has the right mode.
7159
7160 2010-09-14 Tristan Gingold <gingold@adacore.com>
7161
7162 * configure.ac (plugins): Fix typos.
7163 * configure: Regenerate.
7164
7165 2010-09-14 Jakub Jelinek <jakub@redhat.com>
7166
7167 PR debug/45660
7168 * dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
7169 gen_type_die for function/method return type.
7170
7171 2010-09-14 Ira Rosen <irar@il.ibm.com>
7172
7173 PR tree-optimization/45470
7174 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
7175 can throw an exception.
7176 * tree-vect-stmts.c (vectorizable_call): Likewise.
7177
7178 2010-09-14 DJ Delorie <dj@redhat.com>
7179
7180 PR target/44749
7181 * config/mep/mep-protos.h (mep_save_register_info,
7182 mep_reinit_regs, mep_init_regs): Declare.
7183
7184 * config/mep/mep.c: Move all target definitions to the end of the
7185 file to avoid the need for duplicate declarations.
7186 (mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
7187 (mep_reorg_erepeat): Remove unused variables.
7188 (mep_expand_builtin): Likewise.
7189
7190 * config/mep/mep-pragma.c: Don't include rtl.h.
7191 (INVALID_REGNUM): New.
7192 (mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
7193 functions.
7194 (mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
7195 Avoid enum/integer math.
7196
7197 2010-09-13 Joseph Myers <joseph@codesourcery.com>
7198
7199 PR target/44749
7200 * config/mep/t-mep (GTM_H): Add insn-constants.h.
7201 * config/mep/mep.c (mep_conditional_register_usage): Take no
7202 parameters.
7203 * config/mep/mep-protos.h (mep_conditional_register_usage): Update
7204 prototype.
7205 * config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
7206 call to mep_conditional_register_usage.
7207
7208 2010-09-13 Eric Botcazou <ebotcazou@adacore.com>
7209
7210 PR debug/43937
7211 * varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
7212 the DECL as well.
7213
7214 2010-09-13 Jakub Jelinek <jakub@redhat.com>
7215
7216 PR rtl-optimization/45617
7217 * combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
7218 even if low N bits of X aren't known to be zero.
7219
7220 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
7221
7222 * config/i386/i386-protos.h (ix86_units_per_simd_word): New.
7223
7224 * config/i386/i386.c (initial_ix86_tune_features): Add
7225 X86_TUNE_VECTORIZE_DOUBLE.
7226 (ix86_units_per_simd_word): New.
7227
7228 * config/i386/i386.h (ix86_tune_indices): Add
7229 X86_TUNE_VECTORIZE_DOUBLE.
7230 (TARGET_VECTORIZE_DOUBLE): New.
7231 (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.
7232
7233 2010-09-13 Pat Haugen <pthaugen@us.ibm.com>
7234
7235 * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
7236 (new_temp_expr_table): Allocate call_cnt vector.
7237 (free_temp_expr_table): Free it.
7238 (process_replaceable): Add call_cnt parm and set in vector.
7239 (find_replaceable_in_bb): Skip replacement if def/use span a call.
7240 (debug_ter): Dump call_cnt value, remove stderr uses.
7241
7242 2010-09-13 Jan Hubicka <jh@suse.cz>
7243
7244 * tree.c (build_zero_cst): New.
7245 * tree.h (build_zero_cst): Declare.
7246 * tree-ssa-ccp.c (get_constant_value): Accept general operands.
7247 (get_base_constructor): Break out from ...
7248 (fold_const_aggregate_ref): Here; handle empty constructors.
7249
7250 2010-09-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
7251
7252 * config/arm/arm.md: (define_attr "conds"): Update comment.
7253 * config/arm/sync.md (arm_sync_compare_and_swapsi): Change
7254 conds attribute to clob.
7255 (arm_sync_compare_and_swapsi): Likewise.
7256 (arm_sync_compare_and_swap<mode>): Likewise.
7257 (arm_sync_lock_test_and_setsi): Likewise.
7258 (arm_sync_lock_test_and_set<mode>): Likewise.
7259 (arm_sync_new_<sync_optab>si): Likewise.
7260 (arm_sync_new_nandsi): Likewise.
7261 (arm_sync_new_<sync_optab><mode>): Likewise.
7262 (arm_sync_new_nand<mode>): Likewise.
7263 (arm_sync_old_<sync_optab>si): Likewise.
7264 (arm_sync_old_nandsi): Likewise.
7265 (arm_sync_old_<sync_optab><mode>): Likewise.
7266 (arm_sync_old_nand<mode>): Likewise.
7267
7268 2010-09-13 Olivier Hainque <hainque@adacore.com>
7269
7270 * fwprop.c (forward_propagate_and_simplify): Only attach a
7271 REG_EQUAL note to an insn if the destination is a register.
7272 * gcse.c (try_replace_reg): Likewise.
7273
7274 2010-09-13 Richard Guenther <rguenther@suse.de>
7275
7276 PR tree-optimization/45611
7277 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
7278 (copy_ref_info): Likewise.
7279
7280 2010-09-13 Alexandre Oliva <aoliva@redhat.com>
7281
7282 PR debug/45604
7283 PR debug/45419
7284 PR debug/45408
7285 * tree-pretty-print.c (dump_generic_node): Disregard top-level
7286 types of MEM_REF pointer types to the same type.
7287
7288 2010-09-13 Hans-Peter Nilsson <hp@axis.com>
7289
7290 PR rtl-optimization/41087
7291 * ifcvt.c (noce_get_condition): Don't allow conditions with
7292 side-effects.
7293
7294 2010-09-12 Anatoly Sokolov <aesok@post.ru>
7295
7296 * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
7297 * config/frv/frv-protos.h (frv_register_move_cost): Remove.
7298 * config/frv/frv.c (frv_register_move_cost): Make static. Change
7299 arguments type to reg_class_t. Add mode argument.
7300 (frv_memory_move_cost): New.
7301 (TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.
7302
7303 2010-09-12 Bernd Schmidt <bernds@codesourcery.com>
7304
7305 * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
7306 arm_lshrdi3_1bit): Put earlyclobber on the right alternative.
7307
7308 2010-09-10 Jan Hubicka <jh@suse.cz>
7309
7310 * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
7311
7312 2010-09-10 Richard Guenther <rguenther@suse.de>
7313
7314 * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
7315 * tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
7316 * lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
7317 not stream TYPE_DEBUG_REPRESENTATION_TYPE.
7318 * lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.
7319
7320 2010-09-10 Richard Guenther <rguenther@suse.de>
7321
7322 * dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
7323 for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
7324 * dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
7325 using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.
7326
7327 2010-09-10 H.J. Lu <hongjiu.lu@intel.com>
7328
7329 PR middle-end/45634
7330 * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
7331 of string folding is of integral type.
7332
7333 2010-09-10 Ryan Mansfield <rmansfield@qnx.com>
7334
7335 * doc/invoke.texi (-x): Fix typo.
7336
7337 2010-09-10 Richard Guenther <rguenther@suse.de>
7338
7339 PR debug/44115
7340 * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
7341 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
7342 Output DECL_DEBUG_EXPR.
7343 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
7344 Input DECL_DEBUG_EXPR.
7345
7346 2010-09-10 Richard Guenther <rguenther@suse.de>
7347
7348 * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
7349 (build_index_type): Implement in terms of build_range_type.
7350 (build_range_type): Do not allow NULL_TREE type, improve
7351 hashing to cover more cases. Set TYPE_STRUCTURAL_EQUALITY_P
7352 if we didn't hash.
7353 * c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
7354 create a distinct copy of the type.
7355
7356 2010-09-10 Kai Tietz <kai.tietz@onevision.com>
7357
7358 * configure: Regenerated.
7359 * config.gcc: Add for x86_64 and i?86 mingw t-dfprule.
7360
7361 2010-09-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7362
7363 * config/arm/neon-schedgen.ml (allCores): Add support for Cortex-A9.
7364 * config/arm/cortex-a9-neon.md: New and partially generated.
7365 * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.
7366
7367 2010-09-10 Richard Guenther <rguenther@suse.de>
7368
7369 * tree.h (build_index_2_type): Remove.
7370 * tree.c (build_index_2_type): Remove.
7371
7372 2010-09-10 Jakub Jelinek <jakub@redhat.com>
7373
7374 PR bootstrap/45630
7375 * dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
7376 HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
7377 (implicit_ptr_descriptor): Return NULL if dwarf_strict.
7378
7379 2010-09-10 Martin Jambor <mjambor@suse.cz>
7380
7381 PR tree-optimization/44972
7382 * tree-sra.c: Include toplev.h.
7383 (build_ref_for_offset): Entirely reimplemented.
7384 (build_ref_for_model): New function.
7385 (build_user_friendly_ref_for_offset): New function.
7386 (analyze_access_subtree): Removed build_ref_for_offset check.
7387 (propagate_subaccesses_across_link): Likewise.
7388 (create_artificial_child_access): Use
7389 build_user_friendly_ref_for_offset.
7390 (propagate_subaccesses_across_link): Likewise.
7391 (ref_expr_for_all_replacements_p): Removed.
7392 (generate_subtree_copies): Updated comment. Use build_ref_for_model.
7393 (sra_modify_expr): Use build_ref_for_model.
7394 (load_assign_lhs_subreplacements): Likewise.
7395 (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks,
7396 checks for return values of build_ref_for_offset.
7397 * ipa-cp.c (ipcp_lattice_from_jfunc): No need to check return value of
7398 build_ref_for_offset.
7399 * ipa-prop.h: Include gimple.h
7400 * ipa-prop.c (ipa_compute_jump_functions): Update to look for MEM_REFs.
7401 (ipa_analyze_indirect_call_uses): Update comment.
7402 * Makefile.in (tree-sra.o): Add $(GIMPLE_H) to dependencies.
7403 (IPA_PROP_H): Likewise.
7404
7405 2010-09-10 Martin Jambor <mjambor@suse.cz>
7406
7407 PR tree-optimization/44972
7408 * ipa-prop.c (ipa_modify_call_arguments): Build MEM_REF instead of
7409 calling build_ref_for_offset.
7410
7411 2010-09-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7412
7413 * config/arm/bpabi.h (BE8_LINK_SPEC): Handle Cortex-a15.
7414 * config/arm/arm-cores.def (cortex-a15): New core. Treat it as a v7-a.
7415 * config/arm/arm-tune.md: Regenerate.
7416 * doc/invoke.texi (ARM Options): Document it.
7417
7418 2010-09-09 Reza Yazdani <reza.yazdani@amd.com>
7419
7420 * config/i386/i386.c: Include sched-int.h.
7421 (TARGET_SCHED_DISPATCH): Defined.
7422 (TARGET_SCHED_DISPATCH_DO): Defined.
7423 (DISPATCH_WINDOW_SIZE): Defined.
7424 (MAX_DISPATCH_WINDOWS): Defined.
7425 (MAX_INSN): Defined.
7426 (MAX_IMM): Defined.
7427 (MAX_IMM_SIZE): Defined.
7428 (MAX_IMM_32): Defined.
7429 (MAX_IMM_64): Defined.
7430 (MAX_LOAD): Defined.
7431 (MAX_STORE): Defined.
7432 (BIG): Defined.
7433 (dispatch_group): New.
7434 (num_allowable_groups): New.
7435 (group_name): New.
7436 (sched_insn_info_s): New.
7437 (dispatch_windows_s): New.
7438 (imm_info_s): New.
7439 (dispatch_window_list): New.
7440 (dispatch_window_list1): New.
7441 (get_mem_group): New.
7442 (is_cmp): New.
7443 (dispatch_violation): New.
7444 (is_branch): New.
7445 (is_prefetch): New.
7446 (init_window): New.
7447 (allocate_window): New.
7448 (init_dispatch_sched): New.
7449 (is_end_basic_block): New.
7450 (process_end_window): New.
7451 (allocate_next_window): New.
7452 (find_constant_1): New.
7453 (find_constant): New.
7454 (get_num_immediates): New.
7455 (has_immediate): New.
7456 (get_insn_path): New.
7457 (get_insn_group): New.
7458 (count_num_restricted): New.
7459 (fits_dispatch_window): New.
7460 (add_insn_window): New.
7461 (add_to_dispatch_window): New.
7462 (debug_dispatch_window_file): New.
7463 (debug_dispatch_window): New.
7464 (debug_insn_dispatch_info_file): New.
7465 (debug_ready_dispatch): New.
7466 (do_dispatch): New.
7467 (has_dispatch): New.
7468 * config/i386/i386.h (debug_ready_dispatch): Declared.
7469 (debug_dispatch_window): Declared.
7470 * config/i386/i386.opt (mdispatch-scheduler): New flag.
7471 * doc/tm.texi.in (TARGET_SCHED_DISPATCH): New.
7472 (TARGET_SCHED_DISPATCH_DO): New.
7473 * doc/tm.texi: Regererated.
7474 * haifa-sched.c (choose_ready): Call targetm.sched.dispatch and
7475 ready_remove_first_dispatch
7476 (schedule_block): Call targetm.sched.dispatch and
7477 targetm.sched.dispatch_do.
7478 (sched_init): Call targetm.sched.dispatch and
7479 targetm.sched.dispatch_do.
7480 (ready_remove_first_dispatch): New.
7481 (number_in_ready): New.
7482 (get_ready_element): New.
7483 * hooks.c (hook_bool_rtx_int_false): New.
7484 (hook_void_rtx_int): New.
7485 * hooks.h (hook_bool_rtx_int_false): Declared.
7486 (hook_void_rtx_int): Declared.
7487 * sched-int.h (IS_DISPATCH_ON): Defined.
7488 (IS_CMP): Defined.
7489 (DISPATCH_VIOLATION): Defined.
7490 (FITS_DISPATCH_WINDOW): Defined.
7491 (DISPATCH_INIT): Defined.
7492 (ADD_TO_DISPATCH_WINDOW): Defined.
7493 (get_ready_element): Declared.
7494 (number_in_ready): Declared.
7495 * target.def (dispatch): Defined.
7496 (dispatch_do): Defined.
7497
7498 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
7499
7500 PR middle-end/45312
7501 * reload1.c (merge_assigned_reloads): Remove.
7502 (reload_as_needed): Don't call it.
7503
7504 2010-09-09 Anatoly Sokolov <aesok@post.ru>
7505
7506 * config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
7507 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
7508 * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
7509
7510 2010-09-09 Matthias Klose <doko@ubuntu.com>
7511
7512 PR bootstrap/43847
7513 * configure.ac (--enable-plugin): Enhance for cross builds.
7514 * configure: Regenerate.
7515
7516 2010-09-09 Jan Hubicka <jh@suse.cz>
7517
7518 PR tree-optimization/45598
7519 * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of
7520 string folding is of integral type.
7521
7522 2010-09-09 Nathan Sidwell <nathan@codesourcery.com>
7523
7524 * configure.ac (gnu_indirect_function): New test.
7525 * configure: Rebuilt.
7526 * config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
7527 * defaults.h (IFUNC_ASM_TYPE): Provide default.
7528
7529 * doc/extend.texi (Function Attributes): Document ifunc.
7530 * varasm.c (do_assemble_alias): Deal with ifuncs too.
7531
7532 2010-09-09 Hariharan Sandanagobalane <hariharan@picochip.com>
7533
7534 * config/picochip/picochip.c (picochip_reorg): Check for note_p for
7535 epilogue instruction move.
7536
7537 2010-09-09 Jan Hubicka <jh@suse.cz>
7538
7539 * collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
7540 command line to allow more partitions than input files.
7541
7542 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
7543
7544 PR middle-end/44554
7545 * ira.c (ira): Switch off sharing spill slots if setjmp is called.
7546
7547 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
7548
7549 PR middle-end/40386
7550 * ira.c (pseudo_for_reload_consideration_p): Don't use
7551 flag_ira_share_spill_slots.
7552
7553 2010-09-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7554
7555 * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
7556 point zero operands that fit into a single GPR.
7557 (s390_preferred_reload_class): Ensure we only return general-purpose
7558 register classes.
7559 * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
7560 floating-point zero operands into GPRs.
7561 ("*mov<mode>_64"): Likewise.
7562 ("mov<mode>"): Likewise using lhi.
7563
7564 2010-09-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7565
7566 * config/s390/s390.c (s390_symref_operand_p): Return false for
7567 literal pool references.
7568 (s390_check_qrst_address): Update caller.
7569
7570 2010-09-09 Uros Bizjak <ubizjak@gmail.com>
7571
7572 * config/i386/predicates.md (ext_register_operand): Check that
7573 SUBREG_REG is really a register before looking for REGNO.
7574 (reg_not_xmm0_operand): Handle SUBREGs correctly.
7575 (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
7576
7577 2010-09-09 Jakub Jelinek <jakub@redhat.com>
7578
7579 * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
7580 * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
7581 * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
7582 * print-rtl.c (print_rtx): Likewise.
7583 * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
7584 * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
7585 for ADDR_EXPR with non-addressable object.
7586 * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
7587 (struct dw_val_struct): Add v.val_decl_ref.
7588 (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
7589 Handle DW_OP_GNU_implicit_pointer.
7590 (size_of_loc_descr): Likewise. Fix up DW_OP_call_ref size.
7591 (get_ref_die_offset_label): New function.
7592 (implicit_ptr_descriptor): New function.
7593 (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
7594 (loc_descriptor): Likewise.
7595 (gen_variable_die): Put even definitions into decl_die_table.
7596 (resolve_addr_in_expr): Resolve still unresolved
7597 DW_OP_GNU_implicit_pointer operands, if it can't be resolved
7598 return false.
7599 (dwarf2out_finish): Call output_location_lists after outputting
7600 .debug_info and .debug_abbrev instead of before.
7601
7602 2010-09-09 Roland McGrath <roland@redhat.com>
7603
7604 * dwarf2out.c (DWARF_REF_SIZE): Define.
7605 (size_of_loc_descr): Use it for DW_OP_call_ref.
7606
7607 2010-09-09 Alan Modra <amodra@gmail.com>
7608
7609 * doc/invoke.text: Reinstate mcmodel=medium.
7610 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
7611 CMODEL_MEDIUM as default.
7612 * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
7613 * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
7614 (toc_relative_ok, offsettable_ok_by_alignment): New functions.
7615 (rs6000_emit_move): Reinstate mcmodel=medium optimization.
7616
7617 2010-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7618
7619 PR target/45250
7620 * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
7621 hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
7622 (builtin_longjmp): Likewise.
7623 (allocate_stack): Use hard_frame_pointer_rtx instead of
7624 frame_pointer_rtx.
7625 * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
7626 * config/pa/pa.c (pa_internal_arg_pointer): Declare.
7627 (pa_can_eliminate): Likewise.
7628 (TARGET_INTERNAL_ARG_POINTER): Define.
7629 (TARGET_CAN_ELIMINATE): Define.
7630 (hppa_expand_prologue): Use hard frame pointer instead of soft frame
7631 pointer.
7632 (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
7633 (pa_internal_arg_pointer, pa_can_eliminate,
7634 pa_initial_elimination_offset): New.
7635 * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
7636 (HARD_FRAME_POINTER_REGNUM): Set to register three.
7637 (INITIAL_FRAME_POINTER_OFFSET): Delete.
7638 (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
7639 Define.
7640 (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
7641 REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
7642 * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
7643 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
7644 REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
7645 new soft frame pointer.
7646 * config/pa/pa64-regs.h: Likewise.
7647
7648 2010-09-08 Uros Bizjak <ubizjak@gmail.com>
7649
7650 * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
7651 numerical constant.
7652 (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
7653
7654 2010-09-08 Alexandre Oliva <aoliva@redhat.com>
7655
7656 PR debug/45531
7657 * cfglayout.c (fixup_reorder_chain): Skip debug insns.
7658
7659 2010-09-08 Alexandre Oliva <aoliva@redhat.com>
7660
7661 PR debug/45419
7662 PR debug/45408
7663 * tree-pretty-print.c (dump_generic_node): Disregard top-level
7664 qualifiers in otherwise equal MEM_REF pointer types.
7665 * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
7666 * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
7667
7668 2010-09-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7669
7670 PR target/44392
7671 * config/arm/arm.md (bswapsi2): Handle condition correctly
7672 for armv6 and optimize_size.
7673
7674 2010-09-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7675
7676 PR other/18555
7677 * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
7678
7679 2010-09-08 Uros Bizjak <ubizjak@gmail.com>
7680
7681 * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
7682 symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
7683 ix86_expand_strlen, legitimate_pic_address_disp_p,
7684 ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
7685 ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
7686 ix86_check_movabs, ix86_secondary_memory_needed): Change function
7687 prototype to bool.
7688 * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
7689 return_in_memory_ms_64, ix86_check_movabs,
7690 symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
7691 legitimate_pic_address_disp_p, ix86_binary_operator_ok,
7692 ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
7693 ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
7694 ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
7695 ix86_secondary_memory_needed): Change to bool. Return
7696 "true" and "false" values.
7697 * config/i386/i386.md: Return "true" and "false" values.
7698
7699 2010-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7700
7701 * doc/sourcebuild.texi (Effective-Target Keywords): Document
7702 run_expensive_tests.
7703
7704 2010-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7705
7706 * toplev.c (output_stack_usage): Use lbasename instead of basename.
7707
7708 2010-09-08 Martin Jambor <mjambor@suse.cz>
7709
7710 PR other/45443
7711 * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
7712 at -O3.
7713
7714 2010-09-08 Richard Guenther <rguenther@suse.de>
7715
7716 * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
7717 (visit): Adjust.
7718 (iterative_hash_gimple_type): Likewise.
7719 (gimple_type_hash): Likewise.
7720 (gimple_register_type): Likewise.
7721 (print_gimple_types_stats): Likewise.
7722 (free_gimple_type_tables): Likewise.
7723
7724 2010-09-08 Michael Matz <matz@suse.de>
7725
7726 PR tree-optimization/43430
7727 * tree-vect-stmts.c (vectorizable_condition): Support multiple
7728 copies for conditional statements if it's not part of a reduction.
7729
7730 2010-09-08 Michael Matz <matz@suse.de>
7731
7732 PR tree-optimization/33244
7733 * tree-ssa-sink.c (statement_sink_location): Don't sink into
7734 empty loop latches.
7735
7736 2010-09-08 Richard Guenther <rguenther@suse.de>
7737
7738 PR tree-optimization/45578
7739 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
7740 Be more careful when transfering alignment information to
7741 the new induction variable.
7742 (copy_ref_info): Likewise.
7743
7744 2010-09-08 Richard Guenther <rguenther@suse.de>
7745
7746 * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
7747 * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
7748
7749 2010-09-08 Arnaud Charlet <charlet@adacore.com>
7750
7751 * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
7752 * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
7753
7754 2010-09-08 Kenneth Zadeck <zadeck@naturalbridge.com>
7755
7756 PR doc/45587
7757 * doc/md.texi: Fixed modes on several standard pattern names.
7758
7759 2010-09-08 Mingjie Xing <mingjie.xing@gmail.com>
7760
7761 * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
7762 (ashl<mode>3): ...this.
7763 (loongson_psra<V_suffix>): Rename to...
7764 (ashr<mode>3): ...this.
7765 (loongson_psrl<V_suffix>): Rename to...
7766 (lshr<mode>3): ...this.
7767 * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
7768 (CODE_FOR_loongson_psllw): Define.
7769 (CODE_FOR_loongson_psrlh): Define.
7770 (CODE_FOR_loongson_psrlw): Define.
7771 (CODE_FOR_loongson_psrah): Define.
7772 (CODE_FOR_loongson_psraw): Define.
7773
7774 2010-09-07 Richard Henderson <rth@redhat.com>
7775
7776 * tree-vect-data-refs.c: Include tm_p.h.
7777 * Makefile.in (tree-vect-data-refs.o): Update deps.
7778 * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
7779 Move delarations outside #ifdef RTX_CODE.
7780
7781 2010-09-07 Richard Henderson <rth@redhat.com>
7782
7783 * final.c (rest_of_handle_final): Unconditionally do
7784 output_function_exception_table before assemble_end_function.
7785
7786 2010-09-07 Jan Hubicka <jh@suse.cz>
7787
7788 * tree-inline.c (tree_inlinable_function_p): Do not test
7789 DECL_REPLACEABLE_P.
7790 * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
7791 update_callee_keys, cgraph_decide_inlining): Test function availability.
7792 * cif-code.def (OVERWRITABLE): New code.
7793
7794 2010-09-07 H.J. Lu <hjl.tools@gmail.com>
7795 Jack Howarth <howarth@bromo.med.uc.edu>
7796
7797 PR target/36502
7798 PR target/42313
7799 PR target/44651
7800 * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
7801 profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
7802 (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
7803 MAX macro.
7804
7805 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
7806
7807 * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
7808 Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
7809
7810 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
7811
7812 * config.gcc: Don't append t-android for Android targets.
7813
7814 * config/t-android: Removed.
7815
7816 2010-09-07 Richard Henderson <rth@redhat.com>
7817
7818 * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
7819 * doc/tm.texi.in: Add doc marker.
7820 * doc/tm.texi: Rebuild.
7821 * except.c (switch_to_exception_section): Always build.
7822 (output_one_function_exception_table): Move section switch,
7823 personality output, and label output ...
7824 (output_function_exception_table): ... here. Use the new
7825 personality hook.
7826
7827 * config/ia64/ia64.c (ia64_asm_emit_except_personality,
7828 ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
7829 TARGET_ASM_INIT_SECTIONS): New.
7830 (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
7831 make static.
7832 (TARGET_ASM_UNWIND_EMIT): Update to match.
7833 * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
7834
7835 * config/arm/arm.c (arm_asm_emit_except_personality): New.
7836 (arm_asm_init_sections): New.
7837 (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
7838
7839 2010-09-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7840
7841 * config/arm/arm.md: Remove unused variable.
7842
7843 2010-09-07 Anatoly Sokolov <aesok@post.ru>
7844
7845 * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
7846 * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
7847 (m32r_memory_move_cost): New function.
7848
7849 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
7850
7851 * config.gcc: Append t-android for Android targets.
7852
7853 * config/t-android: New.
7854
7855 2010-09-07 Richard Henderson <rth@redhat.com>
7856
7857 * target.def (unwind_emit_before_insn): New hook.
7858 * doc/tm.texi.in: Add @hook marker for it.
7859 * doc/tm.texi: Rebuild.
7860 * final.c (final_scan_insn): Respect unwind_emit_before_insn.
7861
7862 2010-09-07 Martin Jambor <mjambor@suse.cz>
7863
7864 PR fortran/43665
7865 * ipa-cp.c (ipcp_versionable_function_p): Return false if there
7866 are any type attributes.
7867
7868 2010-09-07 Jan Hubicka <jh@suse.cz>
7869
7870 * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
7871 array_ref_low_bound in string access folding.
7872
7873 2010-09-07 Uros Bizjak <ubizjak@gmail.com>
7874
7875 PR target/45206
7876 * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
7877 eh_return fixup sequence.
7878
7879 2010-09-07 Jan Hubicka <jh@suse.cz>
7880
7881 * gimple-fold.c (maybe_fold_reference): Verify that operand is
7882 gimple_min_invariant.
7883
7884 2010-09-07 Richard Guenther <rguenther@suse.de>
7885
7886 PR middle-end/45569
7887 * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
7888 nor CONSTRUCTOR can trap.
7889 * tree-complex.c (update_complex_assignment): Update EH info.
7890
7891 2010-09-07 Richard Guenther <rguenther@suse.de>
7892
7893 PR middle-end/45569
7894 * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
7895 * passes.c (execute_function_todo): Do not verify anything if
7896 we saw errors.
7897
7898 2010-09-07 Richard Guenther <rguenther@suse.de>
7899
7900 * tree-pretty-print.c (dump_generic_node): Dump void types as void.
7901
7902 2010-09-07 Bernd Schmidt <bernds@codesourcery.com>
7903
7904 PR target/43137
7905 * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
7906 New define_mode_attrs.
7907 * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
7908 arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
7909 (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
7910 (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
7911 Remove pool_range attribute.
7912 (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
7913 arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
7914 pool_range and neg_pool_range attributes.
7915 * config/arm/thumb2.md (thumb2_zero_extendsidi2,
7916 thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
7917 thumb2_extendhidi2, thumb2_extendqidi2): Delete.
7918
7919 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
7920
7921 * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
7922 check glibc.
7923
7924 2010-09-06 Uros Bizjak <ubizjak@gmail.com>
7925
7926 PR target/22152
7927 * config/i386/mmx.md (*mov<mode>_internal_rex64,
7928 *mov<mode>_internal_avx, *mov<mode>_internal,
7929 *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
7930 *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
7931
7932 2010-09-06 Mark Mitchell <mark@codesourcery.com>
7933
7934 * c-typeck.c (do_warn_double_promotion): Remove.
7935 * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
7936 Objective-C++ too.
7937
7938 2010-09-06 Anatoly Sokolov <aesok@post.ru>
7939
7940 * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
7941 * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
7942 * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
7943 argument type to reg_class_t. Change result type to bool.
7944 (TARGET_CLASS_LIKELY_SPILLED_P): Define.
7945
7946 2010-09-06 Nicola Pero <nicola.pero@meta-innovation.com>
7947
7948 PR libobjc/19850
7949 * gthr-posix.h (__gthread_objc_thread_detach): Use
7950 _objc_thread_attribs when detaching a thread.
7951 * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
7952
7953 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
7954
7955 PR target/45524
7956 * configure.ac (enable_decimal_float): Set to $default_decimal_float.
7957 * configure: Regenerated.
7958
7959 2010-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7960
7961 * combine.c (try_combine): Set subst_low_luid to i0.
7962
7963 2010-09-06 Richard Guenther <rguenther@suse.de>
7964
7965 * tree.def (MISALIGNED_INDIRECT_REF): Remove.
7966 * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
7967 (build_aligned_type): Declare.
7968 * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
7969 (check_aligned_type): New function.
7970 (build_aligned_type): Likewise.
7971 * expr.c (expand_assignment): Handle misaligned stores via
7972 TARGET_MEM_REF and MEM_REF using movmisalign_optab.
7973 (expand_expr_real_1): Likewise.
7974 (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
7975 * tree-vect-stmts.c (vectorizable_store): Do not build
7976 MISALIGNED_INDIRECT_REF but initialize alignment information.
7977 (vectorizable_load): Likewise.
7978 * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
7979 handling.
7980 * cfgexpand.c (expand_debug_expr): Likewise.
7981 * dwarf2out.c (loc_list_from_tree): Likewise.
7982 * fold-const.c (maybe_lvalue_p): Likewise.
7983 (operand_equal_p): Likewise.
7984 (build_fold_addr_expr_with_type_loc): Likewise.
7985 * gimplify.c (gimplify_addr_expr): Likewise.
7986 (gimplify_expr): Likewise.
7987 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
7988 (verify_gimple_assign_single): Likewise.
7989 * tree-dump.c (dequeue_and_dump): Likewise.
7990 (tree_could_trap_p): Likewise.
7991 * tree-predcom.c (ref_at_iteration): Likewise.
7992 * tree-pretty-print.c (dump_generic_node): Likewise.
7993 (op_code_prio): Likewise.
7994 (op_symbol_code): Likewise.
7995 * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
7996 * tree-ssa-loop-im.c (for_each_index): Likewise.
7997 (gen_lsm_tmp_name): Likewise.
7998 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
7999 (find_interesting_uses_address): Likewise.
8000 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
8001 * tree-ssa-operands.c (get_expr_operands): Likewise.
8002 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
8003 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
8004 (ao_ref_init_from_vn_reference): Likewise.
8005 * tree.c (staticp): Likewise.
8006 (build1_stat): Likewise.
8007 (reference_alias_ptr_type): Likewise.
8008 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
8009 * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
8010 MISALIGNED_INDIRECT_REF handling.
8011
8012 2010-09-06 Richard Guenther <rguenther@suse.de>
8013
8014 PR tree-optimization/45534
8015 * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
8016 (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
8017 on the target.
8018 (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
8019 valid on the target.
8020
8021 2010-09-06 Andreas Schwab <schwab@redhat.com>
8022
8023 * configure.ac: Quote argument of AC_MSG_WARN.
8024 * configure: Regenerate.
8025
8026 2010-09-06 Alexander Monakov <amonakov@ispras.ru>
8027
8028 * sel-sched.c (move_cond_jump): Correct arguments to
8029 maybe_tidy_empty_bb.
8030 * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
8031
8032 2010-09-06 Andrey Belevantsev <abel@ispras.ru>
8033
8034 PR rtl-optimization/44919
8035 * sel-sched.c (move_cond_jump): Remove assert, check that
8036 the several blocks case can only happen with mutually exclusive
8037 insns instead. Rewrite the movement code to support moving through
8038 several basic blocks.
8039
8040 2010-09-06 Uros Bizjak <ubizjak@gmail.com>
8041
8042 * config/i386/i386.md (iptrsize): New mode attribute.
8043 (tp_seg): Ditto.
8044 (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
8045 mode iterator.
8046 (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
8047 (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
8048 (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
8049 (stack_tls_protect_set_<mode>): Ditto from
8050 stack_tls_protect_set_{si,di}. Use %@ to output segment register
8051 of thread base pointer load.
8052 (stack_tls_protect_test_<mode>): Ditto from
8053 stack_tls_protect_test_{si,di}. Use %@ to output segment register
8054 of thread base pointer load.
8055 (stack_protect_set): Rewrite using indirect functions.
8056 (stack_protect_test): Ditto.
8057 * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
8058 (ix86_print_operand): Handle '@'.
8059
8060 2010-09-05 Giuseppe Scrivano <gscrivano@gnu.org>
8061
8062 * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
8063 MINUS_EXPR.
8064
8065 2010-09-05 Mark Mitchell <mark@codesourcery.com>
8066
8067 * doc/invoke.texi: Document -Wdouble-promotion.
8068 * c-typeck.c (convert_arguments): Check for implicit conversions
8069 from float to double.
8070 (do_warn_double_promotion): New function.
8071 (build_conditional_expr): Use it.
8072 (build_binary_op): Likewise.
8073
8074 2010-09-05 Richard Guenther <rguenther@suse.de>
8075
8076 PR tree-optimization/45535
8077 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
8078 handle TMR_INDEX2. Make sure TMR_INDEX is not NULL before
8079 dereferencing it.
8080 (indirect_refs_may_alias_p): Likewise.
8081
8082 2010-09-05 Naveen H.S <naveen.S@kpitcummins.com>
8083
8084 * config/sh/sh.c (sh_option_override): Make static.
8085 Adjust comments. Declare.
8086 (sh_function_value_regno_p): Likewise.
8087 (sh_register_move_cost): Modify the arguments, make static.
8088 Adjust comments. Declare.
8089 (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
8090 TARGET_FUNCTION_VALUE_REGNO_P): Define.
8091 * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
8092 REGISTER_MOVE_COST): Delete.
8093 * config/sh/sh-protos.h (sh_override_options): Delete.
8094 (sh_register_move_cost): Delete.
8095 (sh_function_value_regno_p): Delete.
8096
8097 2010-09-04 Anatoly Sokolov <aesok@post.ru>
8098
8099 * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
8100 m32r_function_value_regno_p): New functions.
8101 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
8102 TARGET_FUNCTION_VALUE_REGNO_P): Declare.
8103 * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
8104 FUNCTION_VALUE_REGNO_P): Remove.
8105
8106 2010-09-04 Jan Hubicka <jh@suse.cz>
8107
8108 * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
8109 * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
8110 fold_read_from_constant_string.
8111
8112 * gimple.h (canonicalize_constructor_val): Declare.
8113 * gimple-fold.c (canonicalize_constructor_val): New function.
8114 (get_symbol_constant_value):Use it.
8115 * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
8116
8117 2010-09-04 Jan Hubicka <jh@suse.cz>
8118
8119 * tree-switch-conversion.c (build_one_array): Set constructor to be
8120 static.
8121 * varpool.c (varpool_finalize_decl): Compute const_value_known.
8122
8123 2010-09-04 Richard Guenther <rguenther@suse.de>
8124
8125 PR bootstrap/45519
8126 * tree-flow.h (force_gimple_operand_1): Declare.
8127 (force_gimple_operand_gsi_1): Likewise.
8128 * gimplify.c (force_gimple_operand_1): New worker taking a
8129 gimple predicate for ...
8130 (force_gimple_operand): ... which now wraps it.
8131 (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
8132 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
8133 last change.
8134 * tree-ssa-address.c (gimplify_mem_ref_parts): Use
8135 force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
8136 (create_mem_ref): Likewise.
8137
8138 2010-09-04 Uros Bizjak <ubizjak@gmail.com>
8139
8140 * config/i386/predicates.md (sse_reg_operand): New predicate.
8141 * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
8142 predicate for operand 1.
8143 (XFmode push splitter): Use fp_register_operand predicate
8144 for operand 1.
8145 (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
8146 (SF-DF float_extend push splitter): Add reload_completed insn
8147 predicate.
8148 ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
8149 MODEF mode macro. Add reload_completed insn predicate.
8150
8151 2010-09-04 Paolo Bonzini <bonzini@gnu.org>
8152
8153 * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
8154 (struct df_extract_ref): Remove.
8155 (union df_ref_d): Remove extract_ref member.
8156 (df_ref_create): Remove last three arguments.
8157 (DF_REF_LOC): Remove DF_REF_EXTRACT case.
8158 * df-scan.c (df_ref_record): Remove last three arguments, do not
8159 pass them to df_ref_create_structure.
8160 (df_uses_record): Remove first and last three arguments. Replace
8161 first argument with DF_REF_REGULAR, adjust calls to remove the
8162 width, offset and mode. Always call recursively on the second
8163 and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
8164 (df_ref_create_structure): Remove first argument.
8165 (struct df_scan_problem_data): Remove ref_extract_pool.
8166 (df_scan_free_internal): Do not free it.
8167 (df_scan_alloc): Do not allocate it.
8168 (df_ref_create): Remove last three arguments, do not pass them to
8169 df_ref_create_structure.
8170 (df_free_ref): Remove DF_REF_EXTRACT case.
8171 (df_notes_rescan): Adjust call to df_uses_record.
8172 (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
8173 Remove DF_REF_EXTRACT case.
8174 (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
8175 Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
8176 and SUBREG definitions.
8177 (df_get_conditional_uses): Remove references to width/offset/mode,
8178 adjust call to df_ref_create_structure.
8179 (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
8180 df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
8181 calls to df_uses_record and df_ref_record.
8182 * fwprop.c (update_df): Remove references to width/offset/mode,
8183 adjust call to df_ref_create.
8184
8185 2010-09-03 Jan Hubicka <jh@suse.cz>
8186
8187 * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
8188 (build_cdtor_fns): Update use of build_cdtor.
8189
8190 2010-09-03 Joseph Myers <joseph@codesourcery.com>
8191
8192 * doc/options.texi (SeparateAlias): Document.
8193 * opt-functions.awk (switch_flags): Handle SeparateAlias.
8194 * opth-gen.awk: Generate enumeration names for options marked
8195 SeparateAlias, but not for those marked Ignore.
8196 * opts-common.c (generate_canonical_option): Don't output separate
8197 argument for options marked CL_SEPARATE_ALIAS.
8198 (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
8199 * opts.h (CL_SEPARATE_ALIAS): New.
8200 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
8201 CL_COMMON): Adjust definitions.
8202 * config/i386/darwin.opt, config/mips/sde.opt: New.
8203 * common.opt (fdump-final-insns): New.
8204 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
8205 i386/darwin.opt.
8206 (mips*-sde-elf*): Add mips/sde.opt.
8207 * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
8208 -mno-data-in-code and -mcode-xonly here.
8209 * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
8210 * gcc.c (option_map): Add "j" to --dump entry.
8211 (translate_options): Don't translate -d to -foutput-class-dir= here.
8212
8213 2010-09-03 Sebastian Pop <sebastian.pop@amd.com>
8214
8215 * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
8216 DR_IS_WRITE.
8217 (compute_all_dependences): Same.
8218 (create_rdg_edge_for_ddr): Same.
8219 * tree-data-ref.h (DR_IS_WRITE): New.
8220 (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
8221 * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
8222 (write_memrefs_written_at_least_once): Same.
8223 * tree-predcom.c (suitable_component_p): Same.
8224 (determine_roots_comp): Same.
8225 (execute_load_motion): Same.
8226 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
8227 (vect_enhance_data_refs_alignment): Same.
8228 (vect_analyze_group_access): Same.
8229
8230 2010-09-03 Joern Rennecke <joern.rennecke@embecosm.com>
8231
8232 PR testsuite/42843
8233 * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
8234 (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
8235
8236 2010-09-03 Marcin Baczynski <marbacz@gmail.com>
8237
8238 * dwarf2out.c (file scope): Remove #if0'd code.
8239 (gen_subprogram_die): Same.
8240
8241 2010-09-03 Jakub Jelinek <jakub@redhat.com>
8242
8243 PR middle-end/45484
8244 * dwarf2out.c (flush_queued_reg_saves): Rename to...
8245 (dwarf2out_flush_queued_reg_saves): ... this. No longer static.
8246 (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
8247 * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
8248 * config/i386/i386.c (output_set_got): Call it.
8249
8250 2010-09-03 Michael Matz <matz@suse.de>
8251
8252 PR middle-end/45415
8253 * tree-sra.c (sra_modify_assign): If we modify the statement,
8254 say so.
8255
8256 * tree-ssa.c (verify_ssa): Check number of operands and links
8257 per statement to agree.
8258
8259 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
8260 Iain Sandoe <iains@gcc.gnu.org>
8261
8262 PR target/45476
8263 * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
8264 * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
8265 LIBGCC2_TF_CEXT, TF_SIZE): New defines.
8266
8267 2010-09-03 Richard Guenther <rguenther@suse.de>
8268
8269 * lto-streamer-out.c (output_function): Output function
8270 start and end loci.
8271 * lto-streamer-in.c (input_function): Input function start
8272 and end loci.
8273
8274 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8275
8276 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
8277 * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
8278 * configure: Regenerate.
8279 * aclocal.m4: Regenerate.
8280
8281 2010-09-03 Jan Hubicka <jh@suse.cz>
8282
8283 PR lto/44812
8284 * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
8285 on functions/variables in other partition.
8286
8287 2010-09-03 Jan Hubicka <jh@suse.cz>
8288
8289 * cgraph.h (struct varpool_node): Add const_value_known.
8290 (varpool_decide_const_value_known): Declare.
8291 * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
8292 * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
8293 (input_varpool_node): Restore const_value_known.
8294 * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
8295 initializer folding.
8296 * ipa.c (ipa_discover_readonly_nonaddressable_var,
8297 function_and_variable_visibility): Compute const_value_known.
8298 * gimple-fold.c (get_symbol_constant_value): Use varpool for
8299 initializer folding.
8300 * varpool.c (varpool_decide_const_value_known): New function.
8301
8302 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
8303
8304 * config/i386/i386.md: Remove empty preparation statements
8305 from splitters.
8306
8307 2010-09-03 Jan Hubicka <jh@suse.cz>
8308
8309 * passes.c (rest_of_decl_compilation): Do not add local vars into
8310 varpool.
8311 * varpool.c (varpool_get_node, varpool_node): Sanity check that only
8312 static or extern vars are in varpool.
8313 (varpool_finalize_decl): Sanity check that only static vars are
8314 finalized.
8315
8316 2010-09-03 Jakub Jelinek <jakub@redhat.com>
8317
8318 PR debug/45500
8319 * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
8320 not just generic vectors with BLKmode.
8321
8322 2010-09-03 Richard Guenther <rguenther@suse.de>
8323
8324 * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
8325 Move TMR_OFFSET to second operand. Add TMR_INDEX2.
8326 * tree.h (TMR_SYMBOL): Remove.
8327 (TMR_BASE, TMR_OFFSET): Adjust.
8328 (TMR_INDEX2): New.
8329 * alias.c (ao_ref_from_mem): Use TMR_BASE.
8330 * builtins.c (get_object_alignment): Merge TMR_BASE and
8331 TMR_SYMBOL handling.
8332 * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
8333 * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
8334 handling. Also allow TARGET_MEM_REF as base address.
8335 (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
8336 * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
8337 base. Gimplify TMR_INDEX2.
8338 * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
8339 * tree-dfa.c (get_ref_base_and_extent): Likewise.
8340 (get_addr_base_and_unit_offset): Likewise.
8341 * tree-eh.c (tree_could_trap_p): Likewise.
8342 * tree-pretty-print.c (dump_generic_node): Likewise.
8343 * tree-ssa-address.c (tree_mem_ref_addr): Simplify. Handle TMR_INDEX2.
8344 (create_mem_ref_raw): Merge symbol and base. Move 2ndary
8345 base to index2.
8346 (get_address_description): Reconstruct addres description
8347 from merged TMR_BASE and TMR_INDEX2.
8348 (maybe_fold_tmr): Fold propagated addresses.
8349 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
8350 MEM_REF and TARGET_MEM_REF paths.
8351 (indirect_refs_may_alias_p): Likewise.
8352 * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
8353 instead of TMR_SYMBOL.
8354 * tree-ssa-operands.c (get_tmr_operands): Simplify.
8355 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
8356 according to changes ...
8357 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
8358 Split TARGET_MEM_REF into two fields plus the base.
8359 * tree.c (mem_ref_offset): Simplify.
8360 * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
8361 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
8362 Strip NOPs when folding MEM_REF addresses.
8363 * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
8364 * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
8365 (fold_gimple_assign): ... not here.
8366
8367 2010-09-03 Mingjie Xing <mingjie.xing@gmail.com>
8368
8369 * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
8370 * config/mips/mips.c (mips_shift_truncation_mask): New function.
8371 (TARGET_SHIFT_TRUNCATION_MASK): Define.
8372
8373 2010-09-02 Richard Henderson <rth@redhat.com>
8374
8375 * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
8376 instead of readelf in the test.
8377 (gcc_cv_as_cfi_sections_directive): Check for correct relocation
8378 in the .debug_frame section for coff targets.
8379 * configure: Rebuild.
8380
8381 2010-09-02 Anatoly Sokolov <aesok@post.ru>
8382
8383 * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
8384 * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
8385 * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
8386 (m32c_class_likely_spilled_p): Make static. Change argument type to
8387 reg_class_t. Change result type to bool.
8388
8389 2010-09-02 Michael Meissner <meissner@linux.vnet.ibm.com>
8390
8391 * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
8392 to convert (double)(long) into a single FRIZ instruction or not
8393 when -ffast-math is used.
8394
8395 * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
8396 (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
8397 or FRIZ instruction if -ffast-math.
8398 * config/rs6000/rs6000.md (friz): Ditto.
8399
8400 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
8401
8402 2010-09-02 Joseph Myers <joseph@codesourcery.com>
8403
8404 * opth-gen.awk (quote, comma): Remove unused variables.
8405
8406 2010-09-02 Ryan Mansfield <rmansfield@qnx.com>
8407
8408 * arm.c (arm_override_options): Correct fall-back code to use
8409 SUBTARGET_CPU_DEFAULT.
8410
8411 2010-09-02 Julian Brown <julian@codesourcery.com>
8412
8413 * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
8414 unspecs.
8415 (vcond<mode>, vcondu<mode>): New expanders.
8416 (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
8417 comparisons with zero.
8418 (neon_vcle<mode>, neon_vclt<mode>): New patterns.
8419 * config/arm/constraints.md (Dz): New constraint.
8420
8421 2010-09-02 Anatoly Sokolov <aesok@post.ru>
8422
8423 * target.def (class_likely_spilled_p): New hook.
8424 * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
8425 * doc/tm.texi: Regenerate.
8426 * targhooks.c (default_class_likely_spilled_p): New function.
8427 * targhooks.h (default_class_likely_spilled_p): Declare.
8428 * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
8429 * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
8430 TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
8431 Use fixed_reg_set instead of fixed_regs.
8432 * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
8433 * calls.c (avoid_likely_spilled_reg): Ditto.
8434 * ira-conflicts.c (ira_build_conflicts): Ditto.
8435 * ira.c (update_equiv_regs): Ditto.
8436 * mode-switching.c (create_pre_exit): Ditto.
8437 * regmove.c (find_matches): Ditto.
8438 (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
8439 * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
8440 (small_register_class_p): New inline function.
8441 (push_secondary_reload, find_reusable_reload, find_reloads): Use
8442 small_register_class_p instead of SMALL_REGISTER_CLASS_P.
8443
8444 * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
8445 * config/i386/i386.c (ix86_class_likely_spilled_p): New.
8446 (TARGET_CLASS_LIKELY_SPILLED_P): Define.
8447
8448 2010-09-02 Richard Guenther <rguenther@suse.de>
8449
8450 PR tree-optimization/44937
8451 PR tree-optimization/45412
8452 * ipa-split.c (split_function): Properly remove PHI nodes.
8453
8454 2010-09-02 Joseph Myers <joseph@codesourcery.com>
8455
8456 * opts.h (struct cl_option): Add warn_message field.
8457 (struct cl_decoded_option): Add warn_message field.
8458 * doc/options.texi (Ignore, Warn): Document.
8459 * opt-functions.awk (needs_state_p): Don't consider aliases or
8460 ignored options to need state saved.
8461 * optc-gen.awk: Handle Warn and Ignore.
8462 * opth-gen.awk: Output OPT_SPECIAL_ignore.
8463 * opts-common.c (decode_cmdline_option): Set warn_message field.
8464 Handle ignored options.
8465 (decode_cmdline_options_to_array, generate_option,
8466 generate_option_input_file): Set warn_message field.
8467 (read_cmdline_option): Generate warnings from warn_message field.
8468 Handle ignored options.
8469 * common.opt (Wunreachable-code, fargument-alias,
8470 fargument-noalias, fargument-noalias-global,
8471 fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
8472 floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
8473 fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
8474 ftree-salias): Mark Ignore.
8475 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
8476 -mintel-syntax and -mno-intel-syntax here.
8477 * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
8478 using Warn.
8479 * opts.c (common_handle_option): Don't handle options marked as
8480 ignored.
8481 (enable_warning_as_error): Handle ignored options.
8482
8483 2010-09-02 Joseph Myers <joseph@codesourcery.com>
8484
8485 PR driver/44076
8486 * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
8487 alias_target fields.
8488 * opt-functions.awk (opt_sanitized_name): Don't handle
8489 finline-limit=, Wlarger-than= and ftemplate-depth= specially.
8490 * optc-gen.awk: Generate alias fields.
8491 * opth-gen.awk: Explicitly give values for OPT_* enum constants.
8492 Don't generate such constants for aliases.
8493 * opts-common.c (generate_canonical_option): New.
8494 (decode_cmdline_option): Handle aliases. Use
8495 generate_canonical_option for known options instead of copying the
8496 input option text.
8497 * doc/options.texi (Alias): Document.
8498 * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
8499 fstack-check, specs): Mark as aliases.
8500 * gcc.c (driver_handle_option): Canonicalize -L options to joined
8501 arguments.
8502 (driver_handle_option): Don't handle OPT_specs.
8503 * opts.c (common_handle_option): Don't handle options marked as
8504 aliases.
8505 (enable_warning_as_error): Handle aliases.
8506 * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
8507 OPT_Wlarger_than_eq.
8508 * tree-optimize.c (tree_rest_of_compilation): Use
8509 OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
8510
8511 2010-09-02 Uros Bizjak <ubizjak@gmail.com>
8512
8513 * config/i386/i386.md (nonmemory_operand): New mode attribute.
8514 (push memory peephole2): Macroize peepholes using SWI mode iterator.
8515 (move immediate to memory peephole2): Macroize peepholes using
8516 SWI124 mode iterator.
8517 (non-pairable NOT peephole2): Macroize peepholes using SWI124
8518 mode iterator.
8519 (simple lea add peephole2): Macroize peepholes using SWI48
8520 mode iterator.
8521 (simple lea mult peephole2): Ditto.
8522 (imul by 3,5,9 to lea peephole2): Ditto.
8523 (mov $-1, reg peephole2): Macroize peepholes using SWI248
8524 mode iterator.
8525 (imul $32bit_imm,mem,reg peephole2): Ditto.
8526 (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
8527
8528 2010-09-02 Ian Bolton <ian.bolton@arm.com>
8529
8530 * tree-ssa-loop-prefetch.c: Fix comment at head of file.
8531
8532 2010-09-02 Olivier Hainque <hainque@adacore.com>
8533
8534 PR middle-end/44763
8535 * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
8536 (allocno_priority_compare_func): Use it instead of a straight
8537 difference computation over priorities.
8538
8539 2010-09-02 Andi Kleen <ak@linux.intel.com>
8540
8541 * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
8542
8543 2010-09-02 Ira Rosen <irar@il.ibm.com>
8544
8545 * tree-vectorizer.h (get_later_stmt): New function.
8546 (vect_analyze_data_ref_dependences): Add argument.
8547 * tree-vect-loop.c (vect_analyze_loop): Update call to
8548 vect_analyze_data_ref_dependences.
8549 * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
8550 New function.
8551 (vect_analyze_data_ref_dependence): Add argument for basic block
8552 dependencies. Check dependencies in basic block vectorization.
8553 (vect_analyze_data_ref_dependences): Add argument and update call to
8554 vect_analyze_data_ref_dependences.
8555 * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
8556 (vect_bb_vectorizable_with_dependencies): New.
8557 (vect_slp_analyze_bb): Check dependencies in basic block.
8558 (vect_schedule_slp_instance): Insert stores before the last store in
8559 SLP instance.
8560
8561 2010-09-02 Uros Bizjak <ubizjak@gmail.com>
8562
8563 PR target/45476
8564 * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
8565 LIBGCC2_TF_CEXT, TF_SIZE): New defines.
8566
8567 2010-09-01 Jakub Jelinek <jakub@redhat.com>
8568
8569 PR middle-end/45458
8570 * bb-reorder.c (add_labels_and_missing_jumps): Treat
8571 bbs ending with throwing insns like blocks ending with a call.
8572 (fix_up_fall_thru_edges): Likewise.
8573
8574 2010-09-01 Nathan Froyd <froydnj@codesourcery.com>
8575
8576 * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
8577 (m32c_function_arg_advance): Delete.
8578 * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8579 * config/m32c/m32c.c (m32c_function_arg): Make static. Adjust
8580 comments. Take a const_tree and a bool. Declare.
8581 (m32c_function_arg_advance): Likewise.
8582 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8583
8584 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
8585
8586 PR target/45476
8587 * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
8588 LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
8589 * config/i386/mingw32.h: ... here.
8590
8591 2010-09-01 Andi Kleen <ak@linux.intel.com>
8592
8593 PR lto/45475
8594 * lto-streamer-in.c (lto_input_ts_target_option): Add.
8595 (lto_input_tree_pointers): Call lto_input_ts_target_option.
8596 * lto-streamer-out (lto_output_ts_target_option): Add.
8597 (lto_output_tree_pointers): Call lto_output_ts_target_option.
8598
8599 2010-09-01 Kai Tietz <kai.tietz@onevision.com>
8600
8601 PR/target 45452
8602 * config/i386/cygwin.h: Change order of specified import libraries.
8603 * config/i386/mingw32.h: Likewise.
8604 * config/i386/t-cygwin: Likewise.
8605 * config/i386/t-mingw32: Likewise.
8606 * config/i386/t-mingw-w32: Likewise.
8607 * config/i386/t-mingw-w64: Likewise.
8608
8609 2010-09-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8610
8611 * config/arm/neon-schedgen.ml (core): New type.
8612 (allCores): List of supported cores.
8613 (availability_table): Add supported cores.
8614 (collate_bypasses): Accept core as a parameter.
8615 (worst_case_latencies_and_bypasses): Accept core as a parameter.
8616 (emit_insn_reservations): Accept core as a parameter. Use tuneStr
8617 and coreStr to get tune attribute and prefix for functional units.
8618 (emit_bypasses): Accept core name and use it.
8619 (calculate_per_core_availability_table): New.
8620 (filter_core): New.
8621 (calculate_core_availability_table): New.
8622 (main): Use calculate_core_availablity_table.
8623 * config/arm/cortex-a8-neon.md: Update copyright year.
8624 Regenerated from ml file and merged in.
8625 (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
8626 cortex_a8_neon_mrc.
8627
8628 2010-09-01 Ian Bolton <ian.bolton@arm.com>
8629
8630 * Makefile.in (tree-switch-conversion.o): Update dependencies.
8631
8632 2010-09-01 Richard Guenther <rguenther@suse.de>
8633
8634 * alias.c (ao_ref_from_mem): Adjust.
8635 * builtins.c (get_object_alignment): Likewise.
8636 * cfgexpand.c (expand_debug_expr): Likewise.
8637 * gimple.c (get_base_address): Likewise.
8638 * tree-dfa.c (get_ref_base_and_extent): Likewise.
8639 (get_addr_base_and_unit_offset): Likewise. Fix for
8640 both TMR_SYMBOL and TMR_BASE being set.
8641 * tree-eh.c (tree_could_trap_p): Likewise.
8642 * gimplify.c (gimplify_expr): Do not attempt to gimplify
8643 TMR_SYMBOL. Always gimplify TMR_BASE.
8644 * tree-cfg.c (verify_types_in_gimple_reference): Verify
8645 TMR_BASE if there is a TMR_SYMBOL.
8646 * tree-pretty-print.c (dump_generic_node): Adjust.
8647 * tree-ssa-address.c (addr_for_mem_ref): Likewise.
8648 (tree_mem_ref_addr): Likewise.
8649 (create_mem_ref_raw): Likewise.
8650 (move_fixed_address_to_symbol): Likewise.
8651 (create_mem_ref): Likewise.
8652 (dump_mem_address): Likewise.
8653 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
8654 Fix for both TMR_SYMBOL and TMR_BASE being set.
8655 (indirect_refs_may_alias_p): Likewise.
8656 * tree-ssa-operands.c (get_tmr_operands): Adjust.
8657 * tree.def (TARGET_MEM_REF): Adjust documentation.
8658
8659 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
8660
8661 * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
8662 Rename from X86_TUNE_ADD_ESP_4.
8663 <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
8664 <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
8665 <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
8666 (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
8667 (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
8668 (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
8669 (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
8670 * config/i386/i386.c (initial_ix86_tune_features)
8671 <X86_TUNE_SINGLE_POP>: Invert members.
8672 <X86_TUNE_DOUBLE_POP>: Ditto.
8673 <X86_TUNE_SINGLE_PUSH>: Ditto.
8674 <X86_TUNE_DOUBLE_PUSH>: Ditto.
8675 * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
8676 No longer exported.
8677 (push peephole2 patterns): Macroize peepholes using P mode iterator.
8678 Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
8679 (pop peephole2 patterns): Macroize peepholes using P mode iterator.
8680 Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
8681
8682 2010-09-01 Eric Botcazou <ebotcazou@adacore.com>
8683
8684 * gimplify.c (gimplify_init_constructor): Do not create a temporary for
8685 a volatile LHS if the constructor has only one element.
8686
8687 2010-09-01 Mikael Pettersson <mikpe@it.uu.se>
8688
8689 PR bootstrap/45321
8690 * tree.c (stdarg_p): Make fntype parameter const.
8691 * tree.h (stdarg_p): Likewise.
8692 (function_args_iterator): Remove unused fntype field.
8693 (function_args_iter_init): Do not initialize fntype
8694 field. Make fntype parameter const.
8695
8696 2010-09-01 Richard Guenther <rguenther@suse.de>
8697
8698 * tree-vrp.c (adjust_range_with_scev): Use number of iteration
8699 estimate.
8700 (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
8701 (execute_vrp): Compute number of iteration estimates.
8702 * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
8703 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
8704 * tree-data-ref.c (estimated_loop_iterations): Adjust.
8705 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
8706 Infer loop bounds from undefined behavior based on a new parameter.
8707 (estimate_numbers_of_iterations): Likewise.
8708 (scev_probably_wraps_p): Adjust.
8709 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
8710
8711 2010-09-01 Nick Clifton <nickc@redhat.com>
8712
8713 * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
8714 where appropriate.
8715 (xstormy16_legitimate_address_p): Use true and false instead of 1
8716 and 0.
8717 (xstormy16_expand_prologue): Delete unused local variable 'insn'.
8718 (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
8719 magic constant 2.
8720 (xstormy16_expand_call): Fix comment at start of function.
8721
8722 2010-09-01 Nick Clifton <nickc@redhat.com>
8723
8724 * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
8725 when pushing accumulator register.
8726 (rx_get_stack_layout): Always save call clobbered registers inside
8727 interrupt handlers.
8728 * config/rx/rx-modes.def: Fix descriptive comment at start of file.
8729
8730 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
8731
8732 * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
8733 i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
8734
8735 * libgcc-std.ver (GCC_4.6.0): Define version.
8736
8737 2010-08-31 Eric Botcazou <ebotcazou@adacore.com>
8738
8739 * tree-nested.c (convert_all_function_calls): Iterate until after the
8740 sum of static chains in the nest doesn't change.
8741
8742 2010-08-31 Anatoly Sokolov <aesok@post.ru>
8743
8744 * config/m32c/m32c.c (classes_intersect): Remove.
8745 (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
8746 reg_classes_intersect_p instead of classes_intersect.
8747 (class_can_hold_mode): Change arguments type from enum reg_class to
8748 reg_class_t. Use reg_class_contents instead of class_contents.
8749 (m32c_register_move_cost): Make static. Change arguments type from
8750 enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
8751 classes_intersect. Use reg_class_contents instead of class_contents.
8752 (m32c_memory_move_cost): Make static. Change arguments type from
8753 enum reg_class to reg_class_t.
8754 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
8755 * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
8756 * config/m32c/m32c-protos.h (m32c_register_move_cost,
8757 m32c_memory_move_cost): Remove.
8758
8759 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
8760
8761 * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
8762 (arm_function_arg): Delete.
8763 (arm_needs_doubleword_align): Take a const_tree.
8764 * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8765 * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
8766 (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
8767 (arm_function_arg): Make static. Take a const_tree and a bool.
8768 (arm_function_arg_advance): Likewise.
8769 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8770
8771 2010-08-31 Andi Kleen <ak@linux.intel.com>
8772
8773 * common.opt (fwhopr=): Update for -fwhopr=jobserver
8774 * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
8775 * lto-wrapper.c (run_gcc): Add jobserver mode.
8776 * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
8777 argument.
8778
8779 2010-08-31 Uros Bizjak <ubizjak@gmail.com>
8780
8781 * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
8782 (popsi1): Ditto.
8783 (*popdi1_epilogue): Ditto.
8784 (*popsi1_epilogue): Ditto.
8785 (popsi, popdi peephole2 patterns): Update peepholes for changed
8786 pop{si,di}1 and *pop{si,di}1_epilogue patterns.
8787
8788 (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
8789 (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
8790
8791 * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
8792 (override_options): Do not initialize removed ix86_gen_pop1.
8793 (gen_pop): New static function.
8794 (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
8795 (release_scratch_register_on_entry): Ditto.
8796 (ix86_restore_reg_using_pop): Ditto.
8797 (ix86_expand_epilogue): Ditto.
8798
8799 2010-08-31 Jakub Jelinek <jakub@redhat.com>
8800
8801 PR middle-end/45461
8802 * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
8803
8804 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
8805
8806 * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
8807 semicolons.
8808
8809 2010-08-31 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8810
8811 * doc/extend.texi: Fix documentation of the return value of
8812 __builtin_choose_expr.
8813
8814 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
8815
8816 * config/v850/v850-protos.h (function_arg): Delete.
8817 * config/v850/v850.h (FUNCTION_ARG): Delete.
8818 (FUNCTION_ARG_ADVANCE): Move code to...
8819 * config/v850/v850.c (v850_function_arg_advance): ...here.
8820 (v850_function_arg): Make static. Take a const_tree and a bool.
8821 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8822
8823 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
8824
8825 * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
8826 these...
8827 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
8828 ...and these...
8829 * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
8830 ..to here..
8831 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
8832 ...and here.
8833 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8834
8835 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
8836
8837 * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
8838 Delete.
8839 * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8840 * config/rx/rx.c (rx_function_arg_size): Make static.
8841 (rx_function_arg): Likewise.
8842 (rx_function_arg_advance): New function.
8843 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8844
8845 2010-08-31 John Tytgat <John.Tytgat@aaug.net>
8846
8847 * config/arm/arm.c (arm_override_options): Remove superfluous test.
8848 Fix indentation.
8849
8850 2010-08-31 Eric Botcazou <ebotcazou@adacore.com>
8851
8852 * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
8853 (dwarf2out_decl) <CONST_DECL>: Likewise.
8854
8855 2010-08-30 Eric Botcazou <ebotcazou@adacore.com>
8856
8857 Stack usage support
8858 * common.opt (-fstack-usage): New option.
8859 * doc/invoke.texi (Debugging options): Document it.
8860 * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
8861 allocate_dynamic_stack_space.
8862 (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
8863 and propagate it to allocate_dynamic_stack_space.
8864 (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
8865 * calls.c (initialize_argument_information): Pass TRUE as 4th
8866 argument to allocate_dynamic_stack_space.
8867 (expand_call): Set current_function_has_unbounded_dynamic_stack_size
8868 to 1 when pushing a variable-sized argument onto the stack. Pass
8869 TRUE as 4th argument to allocate_dynamic_stack_space.
8870 Update current_function_pushed_stack_size.
8871 (emit_library_call_value_1): Likewise.
8872 * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
8873 CANNOT_ACCUMULATE. If flag_stack_usage, look into the size and
8874 attempt to find an upper bound. Remove redundant code for the
8875 SETJMP_VIA_SAVE_AREA case.
8876 * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
8877 * function.h (struct stack_usage): New structure.
8878 (current_function_static_stack_size): New macro.
8879 (current_function_dynamic_stack_size): Likewise.
8880 (current_function_pushed_stack_size): Likewise.
8881 (current_function_dynamic_alloc_count): Likewise.
8882 (current_function_has_unbounded_dynamic_stack_size): Likewise.
8883 (current_function_allocates_dynamic_stack_space): Likewise.
8884 (struct function): Add new field 'su'.
8885 * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
8886 add the value of the dynamic offset to the dynamic stack usage.
8887 (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
8888 for variable-sized objects.
8889 (prepare_function_start): Allocate cfun->su if flag_stack_usage.
8890 (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
8891 * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
8892 BUILT_IN_ALLOCA for variable-sized objects.
8893 * output.h (output_stack_usage): Declare.
8894 * toplev.c (stack_usage_file): New file pointer.
8895 (output_stack_usage): New function.
8896 (open_auxiliary_file): Likewise.
8897 (lang_dependent_init): Open file if flag_stack_usage is set.
8898 (finalize): Close file if stack_usage_file is not null.
8899 * tree.h (ALLOCA_FOR_VAR_P): New macro.
8900 * config/alpha/alpha.c (compute_frame_size): New function.
8901 (alpha_expand_prologue): Use it.
8902 (alpha_start_function): Likewise.
8903 (alpha_expand_epilogue): Likewise. Set stack usage info.
8904 * config/i386/i386.c (ix86_expand_prologue): Likewise.
8905 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
8906 * config/mips/mips.c (mips_expand_prologue): Likewise.
8907 * config/pa/pa.c (hppa_expand_prologue): Likewise.
8908 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
8909 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
8910
8911 2010-08-30 Zdenek Dvorak <ook@ucw.cz>
8912
8913 PR tree-optimization/45427
8914 * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
8915 Handle the case that the exit is never taken correctly.
8916 (number_of_iterations_ne): Pass exit_must_be_taken to
8917 number_of_iterations_ne_max.
8918
8919 2010-08-30 Catherine Moore <clm@codesourcery.com>
8920
8921 * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
8922 Infer -mdspr2 for the the 74K.
8923
8924 2010-08-30 Jakub Jelinek <jakub@redhat.com>
8925
8926 PR debug/45419
8927 * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
8928
8929 PR middle-end/45423
8930 * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
8931 and TRUTH_{AND,OR,XOR}_EXPR.
8932 * c-parser.c (c_parser_omp_atomic): Handle boolean
8933 {PRE,POST}_{INC,DEC}REMENT.
8934
8935 2010-08-30 Nathan Froyd <froydnj@codesourcery.com>
8936
8937 * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
8938 (function_arg): Delete.
8939 * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8940 (FUNCTION_INCOMING_ARG): Delete.
8941 * config/xtensa/xtensa.c (function_arg_advance): Rename to...
8942 (xtensa_function_arg_advance): ...this. Make static. Take a const_tree
8943 and a bool.
8944 (function_arg): Rename to...
8945 (xtensa_function_arg_1): ...this. Make static. Take a const_tree and
8946 a bool.
8947 (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
8948 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8949 (TARGET_FUNCTION_INCOMING_ARG): Define.
8950
8951 2010-08-30 Richard Guenther <rguenther@suse.de>
8952
8953 PR tree-optimization/21602
8954 * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
8955 using points-to information.
8956
8957 2010-08-30 H.J. Lu <hongjiu.lu@intel.com>
8958
8959 * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
8960
8961 2010-08-30 Richard Guenther <rguenther@suse.de>
8962
8963 PR tree-optimization/45449
8964 * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
8965 variables.
8966
8967 2010-08-30 Joseph Myers <joseph@codesourcery.com>
8968
8969 * opts.h (CL_ERR_NEGATIVE): Define.
8970 * opts.c (unknown_option_callback): Don't postpone warnings for
8971 options marked with CL_ERR_NEGATIVE.
8972 * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
8973 for negative versions of CL_REJECT_NEGATIVE options.
8974
8975 2010-08-30 Uros Bizjak <ubizjak@gmail.com>
8976
8977 * config/i386/i386.md (zero_extendsidi2_1): Rename from
8978 zero_extendsidi2_32.
8979 (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
8980 using SWI12 mode iterator.
8981 (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
8982 to define_insn_and_split pattern.
8983 (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
8984 using SWI24 mode iterator.
8985 (*zero_extendqi<mode>2_and): Macroize insn from
8986 *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
8987 (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
8988 *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
8989 SWI24 mode iterator.
8990 (*zero_extendqi<mode>2_movzbl): Ditto from
8991 *zero_extendqi{hi,si}2_movzbl.
8992 (extendsidi2_1): Rename from extendsidi2_32.
8993 (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
8994 SWI12 mode iterator.
8995
8996 2010-08-29 Eric Botcazou <ebotcazou@adacore.com>
8997
8998 * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
8999 general purpose registers.
9000 (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
9001 * config/ia64/ia64.md (*movcci): Change to named pattern. Deal
9002 with general purpose registers and memory operands. Add associated
9003 CCImode post-reload splitter.
9004 * config/ia64/div.md: Change BImode to CCImode throughout.
9005
9006 2010-08-28 Eric Botcazou <ebotcazou@adacore.com>
9007
9008 * config/ia64/ia64.md (cstorebi4): Fix thinko.
9009
9010 2010-08-28 Hariharan Sandanagobalane <hariharan@picochip.com>
9011
9012 * config/picochip/picochip.c (reorder_var_tracking_notes): This
9013 function was dropping debug insns which caused PR45299.
9014
9015 2010-08-28 Uros Bizjak <ubizjak@gmail.com>
9016
9017 * config/i386/sse.md (extsuffix): New code attribute.
9018 (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
9019 and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
9020 (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
9021 and sse4_1_zero_extendv4qiv4si2.
9022 (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
9023 and sse4_1_zero_extendv2qiv2di2.
9024 (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
9025 and sse4_1_zero_extendv4hiv4si2.
9026 (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
9027 and sse4_1_zero_extendv2hiv2di2.
9028 (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
9029 and sse4_1_zero_extendv2siv2di2
9030
9031 (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
9032 using any_extend code iterator.
9033 (*avx_<s>mulv8hi3_highpart): Macroize insn from
9034 *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
9035 (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
9036
9037 * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
9038 gen_sse4_1_sign_extend* functions.
9039 (struct builtin_description bdesc_args): Ditto.
9040
9041 2010-08-27 Xinliang David Li <davidxl@google.com>
9042
9043 PR/45422
9044 * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
9045 (iv_ca_set_no_cp): Update used inv expr count.
9046 (iv_ca_set_cp): Ditto.
9047 (iv_ca_new): Initialize new member.
9048 (iv_ca_free): Free memory.
9049
9050 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
9051
9052 * config/sh/sh-protos.h (sh_function_arg): Delete.
9053 (sh_function_arg_advance): Delete.
9054 * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
9055 (PASS_IN_REG_P): Eliminate cast.
9056 * config/sh/sh.c (sh_function_arg_advance): Make static. Take a
9057 const_tree and a bool.
9058 (sh_function_arg): Likewise.
9059 (sh_output_mi_thunk): Call sh_function_arg_advance) and
9060 sh_function_arg.
9061 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
9062
9063 2010-08-27 Naveen H.S <naveen.S@kpitcummins.com>
9064 Kaz Kojima <kkojima@gcc.gnu.org>
9065
9066 * config/sh/sh.c (push_regs): Emit movml for interrupt handler
9067 when possible.
9068 (sh_expand_epilogue): Likewise.
9069 * config/sh/sh.md (movml_push_banked): New insn.
9070 (movml_pop_banked): Likewise.
9071
9072 2010-08-28 Bernd Schmidt <bernds@codesourcery.com>
9073
9074 * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
9075 gen_regexp_oneof, gen_regexp_sequence): Use the string found
9076 in vector element 0 rather than the original string when there's
9077 only one element.
9078 (gen_regexp): Remove extra semicolon.
9079
9080 * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
9081 thumb2_movsf_vfp): Set attribute "insn".
9082 * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
9083 not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
9084 thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
9085 arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
9086 arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
9087 thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
9088 thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
9089 movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
9090 if_not_move, if_shift_move, if_move_shift, if_shift_shift,
9091 if_not_arith, if_arith_not, cond_move_not): Likewise.
9092
9093 2010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
9094
9095 * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
9096 New declaration.
9097 (rs6000_allocate_stack_temp): Ditto.
9098 (rs6000_expand_convert_si_to_sfdf): Ditto.
9099
9100 * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
9101 line. Update the options set if power6 or power7 server/embedded
9102 type options are used. If we give a warning for no vsx under
9103 -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
9104 (rs6000_allocate_stack_temp): New function to allocate a stack
9105 tempoary and adjust the address so it meets either REG+OFFSET or
9106 REG+REG addressing requirements.
9107 (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
9108 that they can be used with the LFIWAX/LFIWZX instrucitons.
9109 (rs6000_expand_convert_si_to_sfdf): New helper funciton for
9110 converting signed/unsigned SImode to either SFmode/DFmode.
9111
9112 * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
9113 whether certain instructions can be generated.
9114 (TARGET_FCTIDZ): Ditto.
9115 (TARGET_STFIWX): Ditto.
9116 (TARGET_LFIWAX): Ditto.
9117 (TARGET_LFIWZX): Ditto.
9118 (TARGET_FCFIDS): Ditto.
9119 (TARGET_FCFIDU): Ditto.
9120 (TARGET_FCFIDUS): Ditto.
9121 (TARGET_FCTIDUZ): Ditto.
9122 (TARGET_FCTIWUZ): Ditto.
9123
9124 * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
9125 (UNSPEC_FCTID): Ditto.
9126 (UNSPEC_LFIWAX): Ditto.
9127 (UNSPEC_LFIWZX): Ditto.
9128 (UNSPEC_FCTIWUZ): Ditto.
9129 (rreg): Use correct constraints.
9130 (SI_CONVERT_FP): New mode attribute for floating point conversion
9131 tests.
9132 (E500_CONVERT): Ditto.
9133 (lfiwax): New insns for converting from integer to floating point
9134 utilizing newer instructions. Attempt to optimize conversions
9135 that come from memory so that we don't load the value into a GPR,
9136 spill it to the stack and reload it into a FPR.
9137 (floatsi<mode>2_lfiwax): Ditto.
9138 (floatsi<mode>2_lfiwax_mem): Ditto.
9139 (floatsi<mode>2_lfiwax_mem2): Ditto.
9140 (lfiwzx): Ditto.
9141 (floatunssi<mode>2_lfiwzx): Ditto.
9142 (floatunssi<mode>2_lfiwzx_mem): Ditto.
9143 (floatunssi<mode>2_lfiwzx_mem2): Ditto.
9144 (floatdidf2_mem): Ditto.
9145 (floatunsdidf2_fcfidu): Ditto.
9146 (floatunsdidf2_mem): Ditto.
9147 (floatunsdisf2): Ditto.
9148 (floatunsdisf2_fcfidus): Ditto.
9149 (floatunsdisf2_mem): Ditto.
9150 (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
9151 Use FCFID on 32-bit hosts that support it.
9152 (floatsidf2_internal): Ditto.
9153 (floatunssisf2): Ditto.
9154 (floatunssidf2): Ditto.
9155 (floatunssidf2_internal): Ditto.
9156 (floatsisf2): Ditto.
9157 (floatdidf2): Ditto.
9158 (floatdidf2_fpr): Ditto.
9159 (floatunsdidf2): Ditto.
9160 (floatdisf2): Ditto.
9161 (floatdisf2_fcfids): Ditto.
9162 (floatdisf2_internal1): Ditto.
9163 (fixuns_truncsfsi2): Delete, merge into common pattern for both
9164 SF/DF. Add power7 support.
9165 (fix_truncsfsi2): Ditto.
9166 (fixuns_truncdfsi2): Ditto.
9167 (fixuns_truncdfdi2): Ditto.
9168 (fix_truncdfsi2): Ditto.
9169 (fix_truncdfsi2_internal): Ditto.
9170 (fix_truncdfsi2_internal_gfxopt): Ditto.
9171 (fix_truncdfsi2_mfpgpr): Ditto.
9172 (fctiwz): Ditto.
9173 (btruncdf2): Ditto.
9174 (btruncdf2_fpr): Ditto.
9175 (btructsf2): Ditto.
9176 (ceildf2): Ditto.
9177 (ceildf2_fpr): Ditto.
9178 (ceilsf2): Ditto.
9179 (floordf2): Ditto.
9180 (floordf2_fpr): Ditto.
9181 (floorsf2): Ditto.
9182 (rounddf2): Ditto.
9183 (rounddf2_fpr): Ditto.
9184 (roundsf2): Ditto.
9185 (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
9186 (fix_trunc<mode>di2): Ditto.
9187 (fixuns_trunc<mode>si2): Ditto.
9188 (fixuns_trunc<mode>di2): Ditto.
9189 (fctiwz_<mode>): Ditto.
9190 (btrunc<mode>2): Ditto.
9191 (btrunc<mode>2_fpr): Ditto.
9192 (ceil<mode>2): Ditto.
9193 (ceil<mode>2_fpr): Ditto.
9194 (floor<mode>2): Ditto.
9195 (float<mode>2_fpr): Ditto.
9196 (round<mode>2): Ditto.
9197 (round<mode>2_fpr): Ditto.
9198 (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
9199 (fixuns_trunc<mode>si2_stfiwx): Ditto.
9200 (fix_truncdfsi2_internal): Ditto.
9201 (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
9202 converted value on stack, loaded into GPR, and then stored into
9203 the final destination.
9204 (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
9205 FCTIDZ.
9206 (lrint<mode>di2): New insn, provide the lrint builtin functions.
9207 (ftruncdf2): Delete, unused.
9208 (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
9209
9210 * config/rs6000/vsx.md (toplevel): Update copyright year.
9211 (VSr2): Use "ws" contraint for DFmode, not "!r#r".
9212 (VSr3): Ditto.
9213
9214 2010-08-27 Basile Starynkevitch <basile@starynkevitch.net>
9215 Jeremie Salvucci <jeremie.salvucci@free.fr>
9216
9217 * gengtype.c (output_type_enum): Test the right union member.
9218
9219 2010-08-27 Uros Bizjak <ubizjak@gmail.com>
9220
9221 PR target/41484
9222 * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
9223 operands for operand 1.
9224 (sse4_1_extendv4qiv4si2): Ditto.
9225 (sse4_1_extendv2qiv2di2): Ditto.
9226 (sse4_1_extendv4hiv4si2): Ditto.
9227 (sse4_1_extendv2hiv2di2): Ditto.
9228 (sse4_1_extendv2siv2di2): Ditto.
9229 (sse4_1_zero_extendv8qiv8hi2): Ditto.
9230 (sse4_1_zero_extendv4qiv4si2): Ditto.
9231 (sse4_1_zero_extendv2qiv2di2): Ditto.
9232 (sse4_1_zero_extendv4hiv4si2): Ditto.
9233 (sse4_1_zero_extendv2hiv2di2): Ditto.
9234 (sse4_1_zero_extendv2siv2di2): Ditto.
9235 (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
9236 (*sse4_1_extendv4qiv4si2): Ditto.
9237 (*sse4_1_extendv2qiv2di2): Ditto.
9238 (*sse4_1_extendv4hiv4si2): Ditto.
9239 (*sse4_1_extendv2hiv2di2): Ditto.
9240 (*sse4_1_extendv2siv2di2): Ditto.
9241 (*sse4_1_zero_extendv8qiv8hi2): Ditto.
9242 (*sse4_1_zero_extendv4qiv4si2): Ditto.
9243 (*sse4_1_zero_extendv2qiv2di2): Ditto.
9244 (*sse4_1_zero_extendv4hiv4si2): Ditto.
9245 (*sse4_1_zero_extendv2hiv2di2): Ditto.
9246 (*sse4_1_zero_extendv2siv2di2): Ditto.
9247
9248 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
9249
9250 * config/mips/mips-protos.h (mips_function_arg_advance): Delete
9251 (mips_function_arg): Delete.
9252 (mips_function_arg_boundary): Take a const_tree.
9253 * config/mips/mips.c (mips_function_arg_boundary): Likewise.
9254 (mips_arg_info): Likewise.
9255 (mips_setup_incoming_varargs): Call mips_function_arg_advance
9256 instead of FUNCTION_ARG_ADVANCE.
9257 (mips_function_arg_advance): Adjust prototype. Make static.
9258 (mips_function_arg): Likewise.
9259 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
9260 * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
9261
9262 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
9263
9264 * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
9265 * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
9266 (function_arg): Delete.
9267 (function_arg_boundary): Take a const_tree.
9268 * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
9269 (rs6000_spe_function_arg): Likewise.
9270 (rs6000_parm_start): Likewise.
9271 (rs6000_arg_size): Likewise.
9272 (rs6000_darwin64_record_arg_advance_recurse): Likewise.
9273 (rs6000_darwin64_record_arg): Likewise. Take a bool instead of an int.
9274 (rs6000_mixed_function_arg): Likewise.
9275 (function_arg): Rename to...
9276 (rs6000_function_arg): ...this.
9277 (function_arg_advance): Rename to...
9278 (rs6000_function_arg_advance_1): ...this
9279 (rs6000_function_arg_advance): New function. Call it.
9280 (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
9281 (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
9282 (rs6000_function_value): Likewise.
9283 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
9284
9285 2010-08-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9286
9287 * config/arm/arm.md (enabled): Test the value of arch_enabled
9288 rather than just using it.
9289
9290 2010-08-27 Olivier Hainque <hainque@adacore.com>
9291 Eric Botcazou <ebotcazou@adacore.com>
9292
9293 * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
9294 cover all the possible offsets from this base.
9295 (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
9296
9297 2010-08-26 Jakub Jelinek <jakub@redhat.com>
9298
9299 PR tree-optimization/44485
9300 * calls.c (flags_from_decl_or_type): For const or pure
9301 noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
9302 together with ECF_CONST resp. ECF_PURE.
9303 * builtins.c (expand_builtin): Use flags_from_decl_or_type
9304 instead of querying flags directly.
9305 * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
9306 * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
9307
9308 2010-08-26 Richard Guenther <rguenther@suse.de>
9309
9310 PR tree-optimization/45255
9311 * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
9312 and externals are also invariant.
9313
9314 2010-08-25 Jakub Jelinek <jakub@redhat.com>
9315
9316 PR rtl-optimization/44858
9317 * combine.c (try_combine): If recog_for_combine added CLOBBERs to
9318 newi2pat, make sure they don't affect newpat.
9319
9320 PR rtl-optimization/45400
9321 * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
9322 SUBREG_REG if both modes are of MODE_INT class.
9323
9324 2010-08-25 Julian Brown <julian@codesourcery.com>
9325
9326 * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
9327 * config/arm/arm.md (generic_sched): No for Cortex-A5.
9328 (generic_vfp): Likewise.
9329 (cortex-a5.md): Include.
9330 * config/arm/cortex-a5.md: New.
9331
9332 2010-08-25 Richard Guenther <rguenther@suse.de>
9333
9334 * alias.c (get_alias_set): Assign a single alias-set to all pointers.
9335 * gimple.c (gimple_get_alias_set): Remove special handling
9336 for pointers.
9337
9338 2010-08-25 Bernd Schmidt <bernds@codesourcery.com>
9339
9340 PR middle-end/45355
9341 * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
9342 dead_or_set_p when computing i0_feeds_i2_n.
9343
9344 * combine.c (find_split_point): Undo canonicalization of multiply-add
9345 to (minus x (mult)) when it seems likely that this will increase the
9346 chances of a split.
9347
9348 2010-08-25 Richard Guenther <rguenther@suse.de>
9349
9350 PR lto/44562
9351 * lto-streamer.c (lto_record_common_node): Do not mess with
9352 TYPE_CANONICAL when not in lto.
9353 * gimple.c (gimple_register_type): Likewise.
9354
9355 2010-08-25 Richard Guenther <rguenther@suse.de>
9356
9357 PR tree-optimization/45316
9358 * tree-ssa-pre.c (eliminate): Properly clean EH info.
9359
9360 2010-08-25 Richard Guenther <rguenther@suse.de>
9361
9362 PR tree-optimization/45393
9363 * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
9364 and clean EH info. Avoid SSA update.
9365 (execute_cse_sincos): Cleanup the CFG if it has changed.
9366
9367 2010-08-25 Richard Guenther <rguenther@suse.de>
9368
9369 PR middle-end/45379
9370 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
9371 TARGET_MEM_REF in alignment computation.
9372
9373 2010-08-25 Jakub Jelinek <jakub@redhat.com>
9374
9375 PR tree-optimization/45059
9376 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
9377 type conversions from newop{1,2}. Assert t is a comparison and
9378 newop{1,2} after the stripping are gimple vals.
9379
9380 2010-08-25 Tejas Belagod <tejas.belagod@arm.com>
9381
9382 * config/arm/iterators.md (VU, SE, V_widen_l): New.
9383 (V_unpack, US): New.
9384 * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
9385 (vec_unpack<US>_lo_<mode>): Likewise.
9386 (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
9387 (neon_vec_unpack<US>_lo_<mode>): Likewise.
9388 (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
9389 (vec_widen_<US>mult_hi_<mode>): Likewise.
9390 (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
9391 (neon_vec_<US>mult_hi_<mode>"): Likewise.
9392 (neon_unpack<US>_<mode>): Widening move intermediate step for
9393 vectorizing without -mvectorize-with-neon-quad.
9394 (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
9395 for vectorizing without -mvectorize-with-neon-quad.
9396 * config/arm/predicates.md (vect_par_constant_high): Check for
9397 high-half lanes of a vector.
9398 (vect_par_constant_low): Check for low-half lanes of a vector.
9399
9400 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
9401
9402 * tree-if-conv.c (struct ifc_dr): New.
9403 (IFC_DR): New.
9404 (DR_WRITTEN_AT_LEAST_ONCE): New.
9405 (DR_RW_UNCONDITIONALLY): New.
9406 (memref_read_or_written_unconditionally): Use the cached values
9407 when possible.
9408 (write_memref_written_at_least_once): Same.
9409 (if_convertible_loop_p): Initialize and free DR->aux fields.
9410
9411 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
9412
9413 * gimple.c (gimple_could_trap_p_1): Not static anymore.
9414 Pass an extra bool parameter include_mem.
9415 (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
9416 (gimple_assign_rhs_could_trap_p): Same.
9417 * gimple.h (gimple_could_trap_p_1): Declared.
9418 * tree-data-ref.h (same_data_refs_base_objects): New.
9419 (same_data_refs): New.
9420 * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
9421 (write_memrefs_written_at_least_once): New.
9422 (ifcvt_memrefs_wont_trap): New.
9423 (operations_could_trap): New.
9424 (ifcvt_could_trap_p): New.
9425 (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
9426 Gets a vector of data refs.
9427 (if_convertible_stmt_p): Same.
9428 (if_convertible_loop_p_1): New.
9429 (if_convertible_loop_p): Call if_convertible_loop_p_1.
9430
9431 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
9432
9433 * common.opt (ftree-loop-if-convert-stores): New flag.
9434 * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
9435 * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI. Insert
9436 the created statement before GSI.
9437 (if_convertible_phi_p): Allow virtual phi nodes when
9438 flag_loop_if_convert_stores is set.
9439 (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
9440 Do not handle types that do not match is_gimple_reg_type.
9441 Remove loop and bb parameters. Call gimple_could_trap_p instead of
9442 when flag_loop_if_convert_stores is set, as LHS can contain
9443 memory refs.
9444 (if_convertible_stmt_p): Remove loop and bb parameters. Update calls
9445 to if_convertible_gimple_assign_stmt_p.
9446 (if_convertible_loop_p): Update call to if_convertible_stmt_p.
9447 (replace_phi_with_cond_gimple_assign_stmt): Renamed
9448 predicate_scalar_phi. Do not handle virtual phi nodes.
9449 (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
9450 Call predicate_scalar_phi.
9451 (insert_gimplified_predicates): Insert the gimplified predicate of a BB
9452 just after the labels for flag_loop_if_convert_stores, otherwise
9453 insert the predicate in the end of the BB.
9454 (predicate_mem_writes): New.
9455 (combine_blocks): Call predicate_all_scalar_phis. When
9456 flag_loop_if_convert_stores is set, call predicate_mem_writes.
9457 (tree_if_conversion): Call mark_sym_for_renaming when
9458 flag_loop_if_convert_stores is set.
9459 (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
9460 flag_loop_if_convert_stores is set.
9461
9462 2010-08-24 Anatoly Sokolov <aesok@post.ru>
9463
9464 * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
9465 pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
9466 (pa_function_value): Make static.
9467 (override_options): Rename to...
9468 (pa_option_override): ...this. Make static.
9469 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
9470 TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
9471 TARGET_OPTION_OVERRIDE): Define.
9472 * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
9473 LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
9474 Remove.
9475 * config/pa/pa-protos.h (override_options): Remove.
9476
9477 2010-08-24 Richard Guenther <rguenther@suse.de>
9478
9479 PR middle-end/45379
9480 * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
9481 if addr->index is NULL or zero.
9482 * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
9483 TARGET_MEM_REF more properly.
9484 (indirect_ref_may_alias_decl_p): Likewise.
9485 * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
9486 * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
9487
9488 2010-08-23 Anatoly Sokolov <aesok@post.ru>
9489
9490 * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
9491 (m32c_override_options): Rename to...
9492 (m32c_option_override): ...this. Make static.
9493 (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
9494 * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
9495 Remove.
9496 * config/m32c/m32c-protos.h (m32c_override_options,
9497 m32c_function_value_regno_p): Remove.
9498
9499 2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
9500
9501 * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
9502 Fix a typo in a previous commit.
9503
9504 2010-08-23 Kai Tietz <kai.tietz@onevision.com>
9505
9506 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
9507 Pre-initialize innerloop_iters to one.
9508
9509 2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
9510
9511 * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
9512 existing static function global.
9513
9514 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
9515 is changed to global.
9516
9517 * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
9518 may_be_nonaddressable_p on base, and don't collect this reference
9519 if the address of the base could not be taken.
9520
9521 2010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
9522
9523 * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
9524 enable the compiler to autovectorize mathmetical functions for
9525 power7 using the Mathematical Acceleration Subsystem library.
9526
9527 * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
9528 handle which vector math library we have.
9529 (rs6000_override_options): Add -mveclibabi=mass support.
9530 (rs6000_builtin_vectorized_libmass): New function to handle auto
9531 vectorizing math functions that are in the MASS library.
9532 (rs6000_builtin_vectorized_function): Call it.
9533
9534 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
9535 -mveclibabi=mass.
9536
9537 2010-08-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9538
9539 PR boehm-gc/34544
9540 * gthr-posix.h (__gthread_active_init): Delete.
9541 (__gthread_active_p): Do activity check here.
9542 Don't include errno.h on hppa-hpux. Update comment.
9543 * gthr-posix95.h (__gthread_active_init): Delete.
9544 (__gthread_active_p): Do activity check here.
9545 Don't include errno.h on hppa-hpux. Update comment.
9546 * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
9547 * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
9548 add -lpthread when -mt or -pthread is specified.
9549 * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
9550 (LINK_GCC_C_SEQUENCE_SPEC): Define.
9551 * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
9552 (stublib.c, pthread_default_stacksize_np-stub.o,
9553 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
9554 $(T)libgcc_stub.a): Add methods.
9555 * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
9556 (stublib.c, pthread_default_stacksize_np-stub.o,
9557 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
9558 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
9559 pthread_mutex_unlock): New stubs.
9560
9561 2010-08-22 Joseph Myers <joseph@codesourcery.com>
9562
9563 * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
9564 * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
9565 options.
9566 * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
9567 * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
9568 * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
9569 * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
9570 * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
9571 "-l".
9572 * cppspec.c: Include opts.h.
9573 (lang_specific_driver): Use cl_decoded_option structures.
9574 * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
9575 * doc/tm.texi: Regenerate.
9576 * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
9577 (driver_handle_option): Allow driver options needing no special
9578 processing.
9579 (process_command): Decode options before call to
9580 lang_specific_driver. Pass decoded options to
9581 lang_specific_driver.
9582 * gcc.h (lang_specific_driver): Update prototype.
9583 * gccspec.c: Include opts.h.
9584 (lang_specific_driver): Use cl_decoded_option structures.
9585 * opts-common.c (option_ok_for_language, generate_option,
9586 generate_option_input_file): New.
9587 (decode_cmdline_option): Use option_ok_for_language.
9588 (decode_cmdline_options_to_array): Use generate_option_input_file.
9589 (handle_generated_option): Use generate_option.
9590 * opts.h (generate_option, generate_option_input_file): Declare.
9591
9592 2010-08-22 Anatoly Sokolov <aesok@post.ru>
9593
9594 * config/mips/mips.c (mips_override_options): Rename to...
9595 (mips_option_override): ...this. Make static.
9596 (TARGET_OPTION_OVERRIDE): Define.
9597 (mips_in_small_data_p): Update comment.
9598 * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
9599 (FIXED_REGISTERS): Update comment.
9600 * config/mips/mips-protos.h (mips_override_options): Remove.
9601
9602 2010-08-21 Olivier Hainque <hainque@adacore.com>
9603
9604 * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
9605
9606 2010-08-21 Olivier Hainque <hainque@adacore.com>
9607
9608 * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
9609 ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
9610
9611 2010-08-20 Jan Hubicka <jh@suse.cz>
9612
9613 * tree-pass.h (pass_ipa_cdtor_merge): New function.
9614 * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
9615 heap allocated.
9616 (record_cdtor_fn): Move to ipa.c; do not test for
9617 have_ctors_dtors.
9618 (build_cdtor): Move to ipa.c; add code avoiding construction
9619 when target have ctors/dtors and there is only one ctor/dtor at given
9620 priority.
9621 (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
9622 sort; reverse order of constructors.
9623 (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
9624 (cgraph_finalize_function): Do not call record_cdtor_fn.
9625 (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
9626 (cgraph_build_static_cdtor): Move to ipa.c.
9627 * ipa.c: Include target.h and tree-iterator.h.
9628 (cgraph_build_static_cdtor, static_ctors, static_dtors,
9629 record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
9630 build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
9631 pass_ipa_cdtor_merge): New.
9632 * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
9633 * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
9634 bounds access.
9635
9636 2010-08-20 Jan Hubicka <jh@suse.cz>
9637
9638 PR c++/45307
9639 PR c++/17736
9640 * cgraph.h (cgraph_only_called_directly_p,
9641 cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
9642 static cdtors.
9643 * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
9644 are not needed.
9645 (cgraph_finalize_function): Static cdtors are reachable.
9646 (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
9647
9648 2010-08-20 Jan Hubicka <jh@suse.cz>
9649
9650 * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
9651 flag_wpa.
9652 * lto-streamer-out.c (lto_output): Likewise.
9653 * passes.c (ipa_write_optimization_summaries): Initialize statement
9654 uids.
9655
9656 2010-08-20 Olivier Hainque <hainque@adacore.com>
9657
9658 * tree.h (alias_diag_flags): New enum.
9659 (alias_pair): Add an 'emitted_diags' field.
9660 * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
9661 (assemble_alias): Initialize emitted_diags of new pairs.
9662
9663 2010-08-20 Eric Botcazou <ebotcazou@adacore.com>
9664
9665 * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
9666 * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9667 * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9668 (STACK_CHECK_PROTECT): Define.
9669 * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
9670 (output_probe_stack_range): Likewise.
9671 (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
9672 builtin stack checking is enabled.
9673 * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
9674 * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
9675 (probe_stack_range): New insn.
9676
9677 2010-08-20 H.J. Lu <hongjiu.lu@intel.com>
9678
9679 PR target/45336
9680 * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
9681 short first.
9682
9683 * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
9684 char first.
9685
9686 2010-08-20 Jakub Jelinek <jakub@redhat.com>
9687
9688 PR target/45336
9689 * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
9690 to cover zero extension into 64-bit register.
9691 (*sse2_pextrw): Likewise.
9692 (*sse4_1_pextrd_zext): New insn.
9693
9694 2010-08-20 Iain Sandoe <iains@gcc.gnu.org>
9695
9696 revert r163410, partially revert r163267.
9697 * config/rs6000/darwin.h (LIB_SPEC): Remove.
9698 * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
9699 Darwin versions.
9700
9701 2010-08-20 Jakub Jelinek <jakub@redhat.com>
9702
9703 PR middle-end/44974
9704 * builtins.c (expand_builtin): Don't optimize away
9705 calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
9706
9707 2010-08-20 Uros Bizjak <ubizjak@gmail.com>
9708
9709 * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
9710 (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
9711 alternative 1 of operand 2.
9712
9713 2010-08-20 Jakub Jelinek <jakub@redhat.com>
9714 Paolo Bonzini <bonzini@gnu.org>
9715
9716 * simplify-rtx.c (simplify_unary_operation_1): Optimize
9717 (sign_extend (zero_extend (...)) and
9718 ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
9719
9720 2010-08-20 Jakub Jelinek <jakub@redhat.com>
9721
9722 PR rtl-optimization/45353
9723 * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
9724 after bb_note is a BARRIER.
9725
9726 2010-08-20 Iain Sandoe <iains@gcc.gnu.org>
9727
9728 * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
9729 linking libgcc.a.
9730
9731 2010-08-20 Jakub Jelinek <jakub@redhat.com>
9732 Michael Matz <matz@suse.de>
9733
9734 * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
9735
9736 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
9737
9738 * ggc-common.c (ggc_mark_root_tab): New function, split out from...
9739 (ggc_mark_roots): ...here.
9740
9741 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
9742
9743 * vec.h (FOR_EACH_VEC_ELT): Define.
9744 * c-decl.c: Use it.
9745 * cfgloop.c: Likewise.
9746 * cfgloopmanip.c: Likewise.
9747 * cgraph.c: Likewise.
9748 * cgraphunit.c: Likewise.
9749 * combine.c: Likewise.
9750 * config/bfin/bfin.c: Likewise.
9751 * config/mips/mips.c: Likewise.
9752 * config/rs6000/rs6000.c: Likewise.
9753 * dbxout.c: Likewise.
9754 * df-scan.c: Likewise.
9755 * dominance.c: Likewise.
9756 * dse.c: Likewise.
9757 * dwarf2out.c: Likewise.
9758 * except.c: Likewise.
9759 * expr.c: Likewise.
9760 * function.c: Likewise.
9761 * gcse.c: Likewise.
9762 * genattr.c: Likewise.
9763 * ggc-common.c: Likewise.
9764 * gimplify.c: Likewise.
9765 * graphite-blocking.c: Likewise.
9766 * graphite-clast-to-gimple.c: Likewise.
9767 * graphite-dependences.c: Likewise.
9768 * graphite-interchange.c: Likewise.
9769 * graphite-poly.c: Likewise.
9770 * graphite-scop-detection.c: Likewise.
9771 * graphite-sese-to-poly.c: Likewise.
9772 * graphite.c: Likewise.
9773 * haifa-sched.c: Likewise.
9774 * ifcvt.c: Likewise.
9775 * implicit-zee.c: Likewise.
9776 * ipa-prop.c: Likewise.
9777 * ipa-struct-reorg.c: Likewise.
9778 * ipa.c: Likewise.
9779 * ira-build.c: Likewise.
9780 * ira-color.c: Likewise.
9781 * ira-emit.c: Likewise.
9782 * lambda-code.c: Likewise.
9783 * loop-invariant.c: Likewise.
9784 * loop-unroll.c: Likewise.
9785 * lower-subreg.c: Likewise.
9786 * lto-cgraph.c: Likewise.
9787 * lto-opts.c: Likewise.
9788 * lto-streamer-in.c: Likewise.
9789 * lto-streamer-out.c: Likewise.
9790 * lto-streamer.c: Likewise.
9791 * lto-symtab.c: Likewise.
9792 * matrix-reorg.c: Likewise.
9793 * opts.c: Likewise.
9794 * predict.c: Likewise.
9795 * print-tree.c: Likewise.
9796 * sdbout.c: Likewise.
9797 * sel-sched-dump.c: Likewise.
9798 * sel-sched-ir.c: Likewise.
9799 * sel-sched.c: Likewise.
9800 * sese.c: Likewise.
9801 * stor-layout.c: Likewise.
9802 * tree-cfg.c: Likewise.
9803 * tree-cfgcleanup.c: Likewise.
9804 * tree-chrec.c: Likewise.
9805 * tree-data-ref.c: Likewise.
9806 * tree-emutls.c: Likewise.
9807 * tree-inline.c: Likewise.
9808 * tree-into-ssa.c: Likewise.
9809 * tree-loop-distribution.c: Likewise.
9810 * tree-loop-linear.c: Likewise.
9811 * tree-mudflap.c: Likewise.
9812 * tree-outof-ssa.c: Likewise.
9813 * tree-parloops.c: Likewise.
9814 * tree-predcom.c: Likewise.
9815 * tree-pretty-print.c: Likewise.
9816 * tree-scalar-evolution.c: Likewise.
9817 * tree-ssa-live.c: Likewise.
9818 * tree-ssa-loop-im.c: Likewise.
9819 * tree-ssa-loop-ivcanon.c: Likewise.
9820 * tree-ssa-loop-ivopts.c: Likewise.
9821 * tree-ssa-loop-manip.c: Likewise.
9822 * tree-ssa-loop-niter.c: Likewise.
9823 * tree-ssa-loop-prefetch.c: Likewise.
9824 * tree-ssa-phiprop.c: Likewise.
9825 * tree-ssa-pre.c: Likewise.
9826 * tree-ssa-reassoc.c: Likewise.
9827 * tree-ssa-sccvn.c: Likewise.
9828 * tree-ssa-structalias.c: Likewise.
9829 * tree-ssa.c: Likewise.
9830 * tree-vect-data-refs.c: Likewise.
9831 * tree-vect-loop-manip.c: Likewise.
9832 * tree-vect-loop.c: Likewise.
9833 * tree-vect-patterns.c: Likewise.
9834 * tree-vect-slp.c: Likewise.
9835 * tree-vect-stmts.c: Likewise.
9836 * tree-vrp.c: Likewise.
9837 * tree.c: Likewise.
9838 * value-prof.c: Likewise.
9839 * var-tracking.c: Likewise.
9840 * varasm.c: Likewise.
9841 * vmsdbgout.c: Likewise.
9842
9843 2010-08-19 Nathan Sidwell <nathan@codesourcery.com>
9844 Richard Guenther <richard.guenther@gmail.com>
9845
9846 * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
9847 copy the src value and return a copy.
9848 * doc/extend.texi (Volatiles): Move from C++ to C and expand.
9849 (C++ Volatiles): Adjust to describe C++ semantics only.
9850
9851 2010-08-20 Joseph Myers <joseph@codesourcery.com>
9852
9853 * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
9854 be zero or nonzero.
9855 * doc/tm.texi: Regenerate.
9856 * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
9857 * df-scan.c (df_get_exit_block_use_set), reginfo.c
9858 (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
9859 Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
9860 * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
9861 to 1.
9862
9863 2010-08-20 Olivier Hainque <hainque@adacore.com>
9864
9865 * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
9866 an extra nop past a sibling call at the very end.
9867
9868 2010-08-19 Bernd Schmidt <bernds@codesourcery.com>
9869
9870 PR bootstrap/45350
9871 * combine.c (try_combine): Initialize i1_is_used and i2_is_used. Fix
9872 a comment.
9873
9874 2010-08-19 Nathan Froyd <froydnj@codesourcery.com>
9875
9876 * target.def (function_arg, function_incoming_arg): Remove const
9877 qualifier on CUMULATIVE_ARGS parameter.
9878 * targhooks.h (default_function_arg, default_function_incoming_arg):
9879 Likewise.
9880 * targhooks.c (default_function_arg, default_function_incoming_arg):
9881 Likewise.
9882 * config/i386/i386.c (ix86_function_arg): Likewise.
9883
9884 2010-08-19 Jakub Jelinek <jakub@redhat.com>
9885
9886 PR target/45336
9887 * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
9888 SIGN_EXTENDs or ZERO_EXTENDs.
9889
9890 2010-08-19 Bernd Schmidt <bernds@codesourcery.com>
9891
9892 PR target/42172
9893 * combine.c (combine_validate_cost): New arg I0. All callers changed.
9894 Take its cost into account if nonnull.
9895 (insn_a_feeds_b): New static function.
9896 (combine_instructions): Look for four-insn combinations.
9897 (can_combine_p): New args PRED2, SUCC2. All callers changed. Take
9898 them into account when computing all_adjacent and looking for other
9899 uses.
9900 (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC. All callers
9901 changed. Treat them like I1DEST and I1_NOT_IN_SRC.
9902 (try_combine): New arg I0. Handle four-insn combinations.
9903 (distribute_notes): New arg ELIM_I0. All callers changed. Treat it
9904 like ELIM_I1.
9905
9906 2010-08-19 Jason Merrill <jason@redhat.com>
9907
9908 PR c++/45307
9909 * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
9910 if ctor is empty.
9911 (gimplify_modify_expr_rhs): Adjust.
9912
9913 2010-08-19 Nathan Froyd <froydnj@codesourcery.com>
9914
9915 * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
9916 bitmap_bit_p.
9917 * config/bfin/bifn.c (bfin_discover_loop): Likewise.
9918 * dominance.c (iterate_fix_dominators): Likewise.
9919 * dse.c (set_usage_bits): Likewise.
9920 (set_position_unneeded, record_store): Likewise.
9921 * gimple-fold.c (get_maxval_strlen): Likewise.
9922 * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
9923 * ipa-inline.c (update_caller_keys): Likewise.
9924 * ipa-split.c (verify_non_ssa_vars): Likewise.
9925 * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
9926 (close_type_exposed_parameter, close_type_full_escape): Likewise.
9927 (close_addressof_down): Likewise.
9928 * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
9929 (setup_allocno_left_conflicts_size): Likewise.
9930 (ira_reassign_conflict_allocnos): Likewise.
9931 (ira_reassign_pseudos): Likewise.
9932 * ira-emit.c (change_loop): Likewise.
9933 * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
9934 * lto-streamer-out.c (write_symbol): Likewise.
9935 * predict.c (expr_expected_value_1): Likewise.
9936 * regstat.c (regstat_bb_compute_ri): Likewise.
9937 * sel-sched.c (create_block_for_bookkeeping): Likewise.
9938 (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
9939 * stmt.c (expand_case): Likewise.
9940 * tree-eh.c (emit_eh_dispatch): Likewise.
9941 * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
9942 * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
9943 Likewise.
9944 (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
9945 (rdg_build_components): Likewise.
9946 * tree-object-size.c (collect_object_sizes_for): Likewise.
9947 * tree-sra.c (convert_callers): Likewise.
9948 * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
9949 * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
9950 * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
9951
9952 2010-08-19 Uros Bizjak <ubizjak@gmail.com>
9953
9954 * config/i386/i386.md (*lea_1): Use P mode iterator.
9955 (lea add splitter): Also handle DImode operands.
9956 (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
9957 predicate. Do not use ix86_lea_for_add_ok.
9958 (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
9959 (lea ashift splitter): Also handle DImode operands.
9960 (DImode lea ashift splitter): Remove splitter.
9961
9962 2010-08-19 Uros Bizjak <ubizjak@gmail.com>
9963
9964 * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
9965 ix86_binary_operator_ok.
9966
9967 2010-08-19 Andrey Belevantsev <abel@ispras.ru>
9968
9969 PR rtl-optimization/44691
9970 * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
9971 is not a register.
9972
9973 2010-08-19 Ian Bolton <ian.bolton@arm.com>
9974
9975 PR target/45070
9976 * config/arm/arm.c (arm_output_epilogue): Ensure that return
9977 value of size 1-3 is handled correctly.
9978
9979 2010-08-19 Ian Bolton <ian.bolton@arm.com>
9980
9981 * tree-switch-conversion.c (gen_inbound_check): Ensure that the
9982 type for the conditional has wide enough range.
9983
9984 2010-08-18 Uros Bizjak <ubizjak@gmail.com>
9985
9986 PR target/45327
9987 * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
9988 ix86_binary_operator_ok.
9989
9990 2010-08-18 Uros Bizjak <ubizjak@gmail.com>
9991
9992 * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
9993 <default>: Swap operands 1 and 2 for alternative 2 to use existing
9994 code to output insn mnemonic. Fix comment.
9995 (*addsi_1_zext): Add r-r-0 alternative 1.
9996 <TYPE_LEA>: Split insn to lea.
9997 <default>: Handle alternative 1.
9998 (*addhi_1_lea): Add r-r-0 alternative 2. Use cond RTX instead of
9999 multi-level if_then_else RTX to set "type" attribute.
10000 <default>: Handle alternative 2.
10001 (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
10002 Use cond RTX instead of multi-level if_then_else RTX to set
10003 "type" attribute.
10004 <default>: Handle alternatives 2 and 4.
10005 (lea splitters): Update calls to ix86_lea_for_add_ok.
10006
10007 * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
10008 argument.
10009 * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
10010
10011 2010-08-18 Richard Guenther <rguenther@suse.de>
10012
10013 * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
10014 use operand helpers.
10015
10016 2010-08-18 Paolo Bonzini <bonzini@gnu.org>
10017
10018 PR middle-end/45292
10019 * optabs.c (expand_bool_compare_and_swap): Expand pending
10020 pops before trying the optab.
10021
10022 2010-08-18 Yao Qi <yao@codesourcery.com>
10023
10024 PR target/45094
10025 * config/arm/arm.c (output_move_double): Fix typo generating
10026 instructions ('ldr'->'str').
10027
10028 2010-08-18 Maxim Kuvyrkov <maxim@codesourcery.com>
10029
10030 PR rtl-optimization/42575
10031 * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
10032 live ranges.
10033
10034 2010-08-18 Marcus Shawcroft <marcus.shawcroft@arm.com>
10035
10036 * config/arm/arm-protos.h (arm_expand_sync): New.
10037 (arm_output_memory_barrier, arm_output_sync_insn): New.
10038 (arm_sync_loop_insns): New.
10039 * config/arm/arm.c (FL_ARCH7): New.
10040 (FL_FOR_ARCH7): Include FL_ARCH7.
10041 (arm_arch7): New.
10042 (arm_print_operand): Support %C markup.
10043 (arm_legitimize_sync_memory): New.
10044 (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
10045 (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
10046 (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
10047 (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
10048 (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
10049 (arm_process_output_sync_insn, arm_output_sync_insn): New.
10050 (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
10051 * config/arm/arm.h (struct arm_sync_generator): New.
10052 (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
10053 (TARGET_HAVE_MEMORY_BARRIER): New.
10054 (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
10055 * config/arm/arm.md: Include sync.md.
10056 (UNSPEC_MEMORY_BARRIER): New.
10057 (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
10058 (VUNSPEC_SYNC_OP):New.
10059 (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
10060 (sync_result, sync_memory, sync_required_value): New attributes.
10061 (sync_new_value, sync_t1, sync_t2): Likewise.
10062 (sync_release_barrier, sync_op): Likewise.
10063 (length): Add logic to length attribute defintion to call
10064 arm_sync_loop_insns when appropriate.
10065 * config/arm/sync.md: New file.
10066
10067 2010-08-17 Jakub Jelinek <jakub@redhat.com>
10068
10069 * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
10070 ENABLE_TREE_CHECKING.
10071 (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
10072 and GCC >= 4.3.
10073
10074 2010-08-17 H.J. Lu <hongjiu.lu@intel.com>
10075
10076 * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
10077 or optimizing for size, always avoid lea if possible.
10078
10079 * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
10080
10081 2010-08-17 Iain Sandoe <iains@gcc.gnu.org>
10082
10083 * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
10084 Dunmmy function with NULL return unless the target is
10085 OSX >= 10.6 (Darwin10).
10086
10087 2010-08-17 Jack Howarth <howarth@bromo.med.uc.edu>
10088
10089 * gcc.c (spec_function): Add remove-outfile.
10090 (remove_outfile_spec_function): New function.
10091 * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
10092 * invoke.texi (replace-outfile): Document.
10093
10094 2010-08-17 Uros Bizjak <ubizjak@gmail.com>
10095
10096 PR target/45296
10097 * reginfo.c (globalize_reg): Reject stack registers.
10098
10099 2010-08-17 Richard Guenther <rguenther@suse.de>
10100
10101 * tree-ssa-dom.c (struct edge_info): Use a VEC for the
10102 list of conditional equivalences.
10103 (free_all_edge_infos): Adjust.
10104 (record_equivalences_from_incoming_edge): Likewise.
10105 (record_cond): Likewise.
10106 (build_and_record_new_cond): Likewise.
10107 (record_conditions): Likewise.
10108 (dom_opt_leave_block): Likewise.
10109
10110 2010-08-17 Kai Tietz <kai.tietz@onevision.com>
10111
10112 * doc/invoke.texi (ms-extension): Add documentation.
10113
10114 2010-08-17 Richard Guenther <rguenther@suse.de>
10115
10116 * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
10117
10118 2010-08-17 Shujing Zhao <pearly.zhao@oracle.com>
10119
10120 PR c/40563
10121 * c-decl.c (diagnose_uninitialized_cst_member): New function.
10122 (finish_decl): Use it to issue a -Wc++-compat warning about
10123 uninitialized const field in struct or union.
10124
10125 (finish_struct): Use strip_array_types.
10126
10127 2010-08-17 Jakub Jelinek <jakub@redhat.com>
10128
10129 * function.c (block_fragments_nreverse, blocks_nreverse_all): New
10130 functions.
10131 (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
10132 (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL. Don't
10133 call block_nreverse here.
10134 (blocks_nreverse): Rename decl temporary to block.
10135
10136 2010-08-16 Bernd Schmidt <bernds@codesourcery.com>
10137
10138 * config/arm/thumb2.md (thumb2_notsi_shiftsi,
10139 thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
10140 thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
10141 thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
10142 thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
10143 thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
10144 thumb2_iorsi3): Delete.
10145 (orsi_notsi_si): No longer a named pattern.
10146 (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
10147 * config/arm/predicates.md (shift_amount_operand): New.
10148 (mult_operator): New.
10149 * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
10150 attr enabled): New.
10151 (iorsi3_insn): Renamed from arm_iorsi3. Handle a new alternative if
10152 arch matches t2.
10153 (not_shiftsi): Renamed from arm_notsi_shiftsi. Handle Thumb2 variant.
10154 (not_shiftsi_compare0): Likewise, renamed from
10155 arm_notsi_shiftsi_compare0.
10156 (not_shiftsi_compare0_scratch): Likweise, renamed from
10157 arm_notsi_shiftsi_compare0_scratch.
10158 (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
10159 (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
10160 (arith_shiftsi): Handle Thumb2 variant. Set insn_enabled attribute
10161 so that the register alternative is disabled when the shift_operator
10162 is MULT. Use "M" as the constraint for constants.
10163 (arith_shiftsi splitter): Enable for TARGET_32BIT.
10164 (arith_shiftsi_compare0): Handle Thumb2 variant. Use "M" as the
10165 constraint for constants.
10166 (arith_shiftsi_compare0_scratch): Likewise.
10167 (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
10168 Handle Thumb2 alternative.
10169
10170 2010-08-16 Joseph Myers <joseph@codesourcery.com>
10171
10172 * doc/options.texi (NoDriverArg): Document.
10173 * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
10174 -MDX and -MMDX.
10175 * opt-functions.awk (switch_flags): Handle NoDriverArg.
10176 * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
10177 marking for CL_NO_DRIVER_ARG options when in the driver.
10178 * opts.h (CL_NO_DRIVER_ARG): Define.
10179 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
10180 CL_COMMON): Update values.
10181
10182 2010-08-16 Joseph Myers <joseph@codesourcery.com>
10183
10184 * common.opt: Add driver options.
10185 (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
10186 * doc/options.texi (Driver, RejectDriver): Document.
10187 * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
10188 print_prog_name, print_multi_directory, print_sysroot,
10189 print_multi_os_directory, print_multi_lib,
10190 print_sysroot_headers_suffix, report_times, combine_flag,
10191 use_pipes, wrapper_string): Remove.
10192 (save_switch, driver_unknown_option_callback,
10193 driver_wrong_lang_callback, driver_post_handling_callback,
10194 driver_handle_option): New.
10195 (spec_lang, last_language_n_infiles): Make file-scope static
10196 instead of local to process_command.
10197 (process_command): Use decode_cmdline_options_to_array and
10198 read_cmdline_option for option processing. Compute have_c in
10199 prescan of decoded options.
10200 * opt-functions.awk (switch_flags): Handle Driver and
10201 RejectDriver.
10202 (var_type, var_type_struct): Handle Separate options as generating
10203 const char * variables.
10204 * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
10205 CL_TARGET to be passed by caller if required.
10206 (decode_cmdline_options_to_array): Update comment.
10207 * opts.c (complain_wrong_lang): Handle options only valid for the
10208 driver.
10209 (decode_options): Update call to decode_cmdline_options_to_array.
10210 (print_filtered_help): Ignore driver-only options.
10211 (print_specific_help): Ignore CL_DRIVER.
10212 (common_handle_option): Don't call print_specific_help for CL_DRIVER.
10213 * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
10214 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
10215 Update values.
10216
10217 2010-08-16 Richard Guenther <rguenther@suse.de>
10218
10219 * tree-cfg.c (verify_types_in_gimple_reference): Verify
10220 TARGET_MEM_REF a bit.
10221 * tree-ssa-address.c (addr_for_mem_ref): Adjust.
10222 (create_mem_ref_raw): Always create TMR_OFFSET, store the
10223 alias pointer type via it.
10224 (copy_mem_ref_info): Adjust.
10225 (maybe_fold_tmr): Likewise.
10226 * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
10227 (reference_alias_ptr_type): Likewise.
10228 * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
10229 adjust documentation of TMR_OFFSET operand.
10230 * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
10231 use the alias pointer type.
10232 * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
10233 initialize mem attrs but the TMR itself.
10234 * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
10235 similar to MEM_REF.
10236 * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
10237 * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
10238 (unshare_and_remove_ssa_names): Likewise.
10239 (copy_ref_info): Adjust.
10240 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
10241 TARGET_MEM_REF case.
10242 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
10243 at TMR_ORIGINAL.
10244 * tree.h (TMR_ORIGINAL): Remove.
10245 * gimple.c (get_base_address): For TARGET_MEM_REF with a
10246 symbol return that.
10247 * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
10248 with a symbol.
10249 (get_addr_base_and_unit_offset): Likewise.
10250 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
10251 TARGET_MEM_REFs.
10252 (indirect_ref_may_alias_decl_p): Likewise.
10253 (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
10254
10255 2010-08-15 Uros Bizjak <ubizjak@gmail.com>
10256
10257 * doc/invoke.texi (-fomit-frame-pointer): Document that starting
10258 with GCC version 4.6, the default setting (when not optimizing
10259 for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
10260 been changed to -fomit-frame-pointer.
10261
10262 2010-08-15 Iain Sandoe <iains@gcc.gnu.org>
10263
10264 * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
10265 Darwin10. Do not link libgcc.a for Darwin >= 9.
10266
10267 2010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
10268
10269 * doc/invoke.texi (Warning Options): Fix terminology and markup
10270 in the description of how unknown warning options are handled.
10271
10272 2010-08-15 Ira Rosen <irar@il.ibm.com>
10273
10274 * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
10275 in basic blocks.
10276 (vect_supportable_dr_alignment): Check alignment for basic blocks.
10277 * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
10278 data references.
10279 (vect_bb_vectorization_profitable_p): New function.
10280 (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
10281 check if it's worthwhile to vectorize the basic block.
10282
10283 2010-08-14 Anatoly Sokolov <aesok@post.ru>
10284
10285 * reload.h (register_move_cost, memory_move_secondary_cost,
10286 secondary_reload_class): Adjust prototype.
10287 * rtl.h (reg_class_subset_p): Adjust prototype.
10288 * reload.c (secondary_reload_class): Change arguments type from
10289 enum reg_class to reg_class_t. Change result type to reg_class_t.
10290 * reginfo.c (register_move_cost, reg_class_subset_p): Change
10291 arguments type from enum reg_class to reg_class_t.
10292 (memory_move_secondary_cost): Change arguments type from
10293 enum reg_class to reg_class_t. Change type of saved_flags to
10294 reg_class_t.
10295
10296 * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
10297 Remove macros.
10298 (mips_cost): Remove.
10299 (struct mips_rtx_cost_data): Moved to mips.c.
10300 * config/mips/mips-protos.h (mips_register_move_cost): Remove.
10301 * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
10302 (mips_cost): Make static.
10303 (mips_canonicalize_move_class): Change argument type to reg_class_t.
10304 Change result type to reg_class_t.
10305 (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
10306 type from enum reg_class to reg_class_t.
10307 (mips_register_move_cost): Make static. Change arguments
10308 type from enum reg_class to reg_class_t.
10309 (mips_memory_move_cost): New function.
10310 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
10311
10312 2010-08-14 Richard Sandiford <rdsandiford@googlemail.com>
10313
10314 PR rtl-optimization/43358
10315 * ira-lives.c (process_single_reg_class_operands): Adjust the costs
10316 of a single hard register, using simplify_subreg_regno to decide
10317 what that register should be.
10318
10319 2010-08-14 Mingjie Xing <mingjie.xing@gmail.com>
10320
10321 * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
10322 * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
10323 (loongson_pmull<V_suffix>): Rename to...
10324 (mul<mode>3): ...this and use MULT instead of an UNSPEC.
10325
10326 2010-08-13 Jack Howarth <howarth@bromo.med.uc.edu>
10327
10328 * configure.ac: Enable -fomit-frame-pointer on darwin
10329 which support dwarf2.
10330 * config/i386/i386.c (override_options): Same.
10331
10332 2010-08-13 Jie Zhang <jie@codesourcery.com>
10333
10334 * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
10335
10336 2010-08-12 Joseph Myers <joseph@codesourcery.com>
10337
10338 * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
10339 -MMD.
10340
10341 2010-08-12 Changpeng Fang <changpeng.fang@amd.com>
10342
10343 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
10344 up dot_prod pattern searching if a stmt is outside the loop.
10345
10346 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
10347 Uros Bizjak <ubizjak@gmail.com>
10348
10349 * config.gcc: Handle --enable-frame-pointer.
10350
10351 * configure.ac: Add --enable-frame-pointer.
10352 * configure: Regenerated.
10353
10354 * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
10355 (override_options): If not configured with --enable-frame-pointer,
10356 enable -fomit-frame-pointer (but not for TARGET_MACHO or when
10357 optimizing for size), -fasynchronous-unwind-tables and
10358 -maccumulate-outgoing-args by default.
10359
10360 2010-08-12 Jakub Jelinek <jakub@redhat.com>
10361
10362 * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
10363
10364 PR middle-end/45262
10365 * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
10366 -a overflows. Normalize the range.
10367
10368 2010-08-12 Richard Guenther <rguenther@suse.de>
10369
10370 PR tree-optimization/45232
10371 * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
10372 for types with undefined overflow.
10373 (reassociate_bb): Allow re-associating of bit and min/max
10374 operations for types with undefined overflow.
10375 * tree-ssa-forwprop.c (associate_plusminus): New function.
10376 (tree_ssa_forward_propagate_single_use_vars): Call it.
10377
10378 2010-08-12 Richard Guenther <rguenther@suse.de>
10379
10380 * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
10381 * tree-ssa-alias.c (get_ptr_info): Move ...
10382 * tree-ssanames.c (get_ptr_info): ... here. Initialize
10383 align and misalign fields conservatively.
10384 * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
10385 derive alignment information.
10386 (evaluate_stmt): Derive alignment information from memory
10387 allocation functions.
10388 * tree.h (get_pointer_alignment): Make unsigned.
10389 * builtins.c (get_object_alignment): Use alignment information we
10390 have computed for pointers.
10391 (get_pointer_alignment): Likewise. Make conservative, return
10392 and unsigned value.
10393 (expand_builtin_strlen): Adjust.
10394 (expand_builtin_memcmp): Likewise.
10395 (expand_builtin_strcmp): Likewise.
10396 (expand_builtin_strncmp): Likewise.
10397 (get_builtin_sync_mem): Use at least mode alignment.
10398 (fold_builtin_memset): Adjust.
10399 (fold_builtin_memory_op): Likewise.
10400 * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
10401 information also dump pointer alignment knowledge.
10402 (dump_gimple_stmt): Likewise.
10403
10404 2010-08-12 Uros Bizjak <ubizjak@gmail.com>
10405
10406 * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
10407 (EMPTY_FIELD_BOUNDARY): Remove.
10408 * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
10409
10410 2010-08-12 Jakub Jelinek <jakub@redhat.com>
10411
10412 PR debug/45259
10413 * caller-save.c (save_call_clobbered_regs): Only swap notes with
10414 DEBUG_INSNs if n_regs_saved.
10415
10416 2010-08-12 Wei Guozhi <carrot@google.com>
10417
10418 PR target/44999
10419 * config/arm/arm.md (andsi3): Change to zero extension if possible.
10420 * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
10421
10422 2010-08-11 Vladimir Makarov <vmakarov@redhat.com>
10423
10424 * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
10425
10426 * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
10427
10428 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10429
10430 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
10431 the case removed in the previous patch, when the only phi argument
10432 is defined in the same loop as the phi node itself. Handle it
10433 separately from the invariant case by both propagating it outside
10434 the region and replacing the phi node with an assign.
10435
10436 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10437
10438 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
10439 constant phi nodes with one argument are is_gimple_min_invariant
10440 and SSA_NAME_IS_DEFAULT_DEF.
10441
10442 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10443
10444 * graphite-cloog-util.c (oppose_constraint):
10445 Extend loop counter's value range (CLOOG_ORG).
10446 (cloog_matrix_to_ppl_constraint): Same.
10447 (new_Constraint_System_from_Cloog_matrix): Same.
10448 * graphite-cloog-compat.h (matrix_num_type): New.
10449
10450 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10451
10452 * graphite.c (graphite_initialize): Do not initialize
10453 CLooG and initialize the Parma Polyhedra Library
10454 manually when using CLOOG_ORG.
10455 (graphite_finalize): Do not finalize CLooG and finalize
10456 the Parma Polyhedra Library manually when using CLOOG_ORG.
10457 * graphite-cloog-compat.h (cloog_initialize): Hide function
10458 when using CLOOG_ORG.
10459 (cloog_finalize): Same.
10460
10461 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10462
10463 * graphite-clast-to-gimple.c (free_scattering): Change
10464 CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
10465 (CLOOG_ORG).
10466 (build_cloog_prog): Same.
10467 * graphite-cloog-compat.h (cloog_domain): Removed.
10468 (cloog_scattering): New.
10469 (cloog_set_domain): Removed.
10470 (cloog_set_scattering): New.
10471 (cloog_next_domain): Removed.
10472 (cloog_next_scattering): New.
10473 (cloog_set_next_domain): Removed.
10474 (cloog_set_next_scattering): New.
10475 (CloogScatteringList): New.
10476 (CloogScattering): New.
10477 (cloog_scattering_free): New.
10478 (new_Cloog_Scattering_from_ppl_Polyhedron): New.
10479 * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
10480 New.
10481
10482 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10483
10484 * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
10485 CloogState.
10486 (set_cloog_options): Same.
10487 (print_clast_stmt): Same.
10488 (scop_to_clast): Same.
10489 (print_generated_program): Same.
10490 (gloog): Same.
10491 * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
10492 (scop_to_clast): Extend with CloogState.
10493 * graphite-cloog-util.c: Include graphite-cloog-compat.h
10494 (new_Cloog_Domain_from_ppl_Polyhedron):
10495 Extend with CloogState. Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
10496 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
10497 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
10498 * graphite-cloog-util.h (build_cloog_prog): Same.
10499 * graphite-cloog-copat.h (build_cloog_prog): New.
10500 (CloogState): New.
10501 (cloog_state_malloc): New.
10502 (cloog_state_free): New.
10503 (cloog_loop_malloc): New.
10504 (cloog_options_malloc): New.
10505 (cloog_statement_alloc): New.
10506 (cloog_domain_from_cloog_matrix): New.
10507 (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
10508 (new_Cloog_Domain_from_ppl_Polyhedron): New.
10509
10510 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10511
10512 * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
10513 type of NAME now depends on used CLooG version.
10514 (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
10515 (gcc_type_for_clast_expr): Same.
10516 (print_clast_stmt): Replace pprint with clast_pprint.
10517 * graphite-cloog-compat.h: Provide compatibility macros for
10518 CLooG Legacy.
10519 (clast_name_p): New.
10520 (clast_expr_term): New.
10521 (clast_expr_red): New.
10522 (clast_expr_bin): New.
10523 (clast_pprint): New.
10524
10525 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10526
10527 * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
10528 compatible to newer CLooG releases (CLOOG_ORG).
10529 (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
10530 (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
10531 * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
10532 (build_cloog_prog) : New.
10533 (cloog_program_extract_scalars): New.
10534 (cloog_program_scatter): New.
10535
10536 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10537
10538 * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
10539 conditionally (CLOOG_ORG).
10540 * graphite-cloog-compat.h: New. Include graphite-cloog-compat.h.
10541 (cloog_statement_usr): New.
10542 (cloog_domain): Same.
10543 (cloog_set_domain): Same.
10544 (cloog_next_domain): Same.
10545 (cloog_set_next_domain): Same.
10546 (cloog_program_nb_scattdims): Same.
10547 (cloog_program_set_nb_scattdims): Same.
10548 (cloog_program_names): Same.
10549 (cloog_program_set_names): Same.
10550 (cloog_program_set_context): Same.
10551 (cloog_program_set_loop): Same.
10552 (cloog_program_blocklist): Same.
10553 (cloog_program_set_blocklist): Same.
10554 (cloog_program_scaldims): Same.
10555 (cloog_program_set_scaldims): Same.
10556 (cloog_names_nb_parameters): Same.
10557 (cloog_names_set_nb_parameters): Same.
10558 (cloog_names_parameters): Same.
10559 (cloog_names_set_parameters): Same.
10560 (cloog_names_set_nb_iterators): Same.
10561 (cloog_names_set_iterators): Same.
10562 (cloog_names_set_nb_scattering): Same.
10563 (cloog_names_set_scattering): Same.
10564 (cloog_statement_set_usr): Same.
10565 (cloog_loop_set_next): Same.
10566 (cloog_loop_set_domain): Same.
10567 (cloog_loop_set_block): Same.
10568 (cloog_block_list_next): Same.
10569 (cloog_block_list_set_next):
10570 (cloog_block_list_set_block): Same.
10571
10572 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10573
10574 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
10575 a bool.
10576 (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
10577 (rewrite_commutative_reductions_out_of_ssa_loop): Same.
10578 (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
10579 when something has been changed.
10580 (rewrite_commutative_reductions_out_of_ssa): Same.
10581
10582 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10583
10584 * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
10585 handle the case when def is in the sese region.
10586 (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
10587 for invariant expressions.
10588 (rewrite_cross_bb_phi_deps): Removed.
10589 (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
10590 (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
10591 rewrite_cross_bb_phi_deps.
10592
10593 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10594
10595 * graphite-sese-to-poly.c
10596 (rewrite_commutative_reductions_out_of_ssa_loop): Call
10597 scev_analyzable_p only on is_gimple_reg
10598
10599 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10600
10601 * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
10602 (rewrite_close_phi_out_of_ssa): Propagate constant values or
10603 parametric expressions outside the scop region.
10604 (rewrite_cross_bb_scalar_deps): Same.
10605 * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
10606
10607 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10608
10609 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
10610 SSA_NAME_DEF_STMT only on SSA_NAMEs.
10611
10612 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10613
10614 * tree-scalar-evolution.c (instantiate_scev_name): Do not
10615 instantiate default definitions.
10616
10617 2010-08-11 Vladimir Kargov <kargov@gmail.com>
10618 Sebastian Pop <sebastian.pop@amd.com>
10619
10620 * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
10621 (loop_exits_from_bb_p): New.
10622 * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
10623 (loop_exits_from_bb_p): Declared.
10624 * graphite-scop-detection.c (scopdet_basic_block_info): Call
10625 loop_exits_to_bb_p.
10626
10627 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10628
10629 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
10630 extra parameter for the region. Call scev_analyzable_p.
10631 (rewrite_reductions_out_of_ssa): Update call to
10632 rewrite_close_phi_out_of_ssa.
10633 (rewrite_cross_bb_phi_deps): Same.
10634 (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
10635 parameter for the region. Call scev_analyzable_p.
10636 (rewrite_commutative_reductions_out_of_ssa): Update call to
10637 rewrite_commutative_reductions_out_of_ssa_loop.
10638
10639 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10640
10641 * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
10642
10643 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10644
10645 * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
10646 SSA scalar phi nodes that can be scev_analyzable_p.
10647
10648 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10649
10650 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
10651 handle SSA_NAME_IS_DEFAULT_DEF.
10652
10653 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10654
10655 * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
10656
10657 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10658
10659 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
10660 case non close-phi nodes with one argument.
10661
10662 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10663
10664 * sese.h (scev_analyzable_p): Scevs could be expressions without
10665 chrecs and still be scev_analyzable_p.
10666
10667 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10668
10669 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
10670
10671 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10672
10673 * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
10674 * cfgloop.h (struct loop): Remove single_iv field.
10675 * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
10676 (scop_canonicalize_loops): Removed.
10677 (scop_ivs_can_be_represented): Do not use loop->single_iv. Iterate
10678 over all the loop phi nodes in loop->header.
10679 (build_poly_scop): Remove use of scop_canonicalize_loops.
10680
10681 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10682
10683 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
10684 handle GIMPLE_CALL.
10685
10686 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10687
10688 * tree-chrec.c (chrec_apply): Should only apply to the specified
10689 variable. Also handle multivariate chains of recurrences that
10690 satisfy evolution_function_is_affine_p. Also handle CASE_CONVERT.
10691
10692 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10693
10694 * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
10695 (debug_clast_name_indexes_1): Removed.
10696 (debug_clast_name_indexes): Removed.
10697 (pbb_to_depth_to_oldiv): Removed.
10698 (build_iv_mapping): Replace the use of rename_map with iv_map.
10699 (translate_clast_user): Remove uses of rename_map. Allocate and
10700 free iv_map.
10701 (translate_clast_for_loop): Remove uses of rename_map.
10702 (translate_clast_for): Same.
10703 (translate_clast_guard): Same.
10704 (translate_clast): Same.
10705 (gloog): Same.
10706 * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
10707 * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
10708 * sese.c (set_rename): Now static.
10709 (rename_variables_in_stmt): Removed.
10710 (rename_uses): New.
10711 (is_parameter): Removed.
10712 (is_iv): Removed.
10713 (expand_scalar_variables_call): Removed.
10714 (expand_scalar_variables_ssa_name): Removed.
10715 (expand_scalar_variables_expr): Removed.
10716 (expand_scalar_variables_stmt): Removed.
10717 (expand_scalar_variables): Removed.
10718 (rename_variables): Removed.
10719 (remove_condition): Removed.
10720 (get_true_edge_from_guard_bb): Removed.
10721 (get_false_edge_from_guard_bb): Removed.
10722 (struct igp): Removed.
10723 (default_before_guard): Removed.
10724 (convert_for_phi_arg): Removed.
10725 (add_guard_exit_phis): Removed.
10726 (insert_guard_phis): Removed.
10727 (graphite_copy_stmts_from_block): Now also uses iv_map and a
10728 region. Do not copy conditions. Do not copy induction variables.
10729 Call rename_uses.
10730 (copy_bb_and_scalar_dependences): Allocate a local rename_map for
10731 the translated statement. Use the iv_map for the induction
10732 variable renaming.
10733 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
10734 (set_rename): Removed declaration.
10735 (scev_analyzable_p): ...here.
10736 * tree-chrec.c (chrec_apply_map): New.
10737 * tree-chrec.h (chrec_apply_map): Declared.
10738
10739 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10740
10741 * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
10742 insert_loop_close_phis.
10743 * sese.c (name_defined_in_loop_p): Removed.
10744 (expr_defined_in_loop_p): Removed.
10745 (alive_after_loop): Removed.
10746 (close_phi_not_yet_inserted_p): Removed.
10747 (struct alep): Removed.
10748 (add_loop_exit_phis): Removed.
10749 (insert_loop_close_phis): Removed.
10750
10751 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10752
10753 * graphite-cloog-util.c
10754 (cloog_matrix_to_ppl_constraint): Fix flipped condition.
10755 * graphite-poly.c
10756 (psct_scattering_dim_for_loop_depth): Same.
10757
10758 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10759
10760 * graphite-cloog-util.h: Added cloog.h.
10761 * graphite-blocking.c: Removed cloog.h.
10762 * graphite-dependences.c: Same.
10763 * graphite-interchange.c: Same.
10764 * graphite-poly.c: Same.
10765 * graphite-ppl.c: Same.
10766 * graphite-scop-detection.c: Same.
10767 * graphite-sese-to-poly.c:
10768 Removed cloog.h.
10769 Removed graphite-clast-to-gimple.h.
10770 (check_poly_representation): Removed (unused).
10771 * graphite-sese-to-poly.h
10772 (check_poly_representation): Removed (unused).
10773
10774 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10775
10776 * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
10777 (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
10778 (graphite-cloog-util.o): New.
10779 (graphite-ppl.o): Added graphite-cloog-util.h.
10780 * graphite-clast-to-gimple.c:
10781 Added graphite-cloog-util.h to include statements.
10782 * graphite-cloog-util.c: New.
10783 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
10784 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
10785 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
10786 (new_C_Polyhedron_from_Cloog_Matrix): Same.
10787 (insert_constraint_into_matrix): Same.
10788 (ppl_Constrain_System_number_of_constraints): Same.
10789 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
10790 (oppose_constraint): Same.
10791 (cloog_matrix_to_ppl_constraint): Same.
10792 (new_Constraint_System_from_Cloog_Matrix): Same.
10793 * graphite-cloog-util.h: New.
10794 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
10795 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
10796 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
10797 (new_C_Polyhedron_from_Cloog_Matrix): Same.
10798 (insert_constraint_into_matrix): Same.
10799 * graphite-ppl.c:
10800 Added graphite-cloog-util.h to include statements.
10801 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
10802 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
10803 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
10804 (new_C_Polyhedron_from_Cloog_Matrix): Same.
10805 (insert_constraint_into_matrix): Same.
10806 (ppl_Constrain_System_number_of_constraints): Same.
10807 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
10808 (oppose_constraint): Same.
10809 (cloog_matrix_to_ppl_constraint): Same.
10810 (new_Constraint_System_from_Cloog_Matrix): Same.
10811 * graphite-ppl.h:
10812 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
10813 graphite-cloog-util.h.
10814 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
10815 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
10816 (new_C_Polyhedron_from_Cloog_Matrix): Same.
10817 (insert_constraint_into_matrix): Same.
10818
10819 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10820
10821 * graphite-clast-to-gimple.c
10822 (precision_for_value): Resolve value_* calls to matching mpz_* calls.
10823 (precision_for_interval): Same.
10824 (gcc_type_for_interval): Same.
10825 (compute_type_for_level): Same.
10826 * graphite-interchange.c
10827 (lst_interchange_profitable_p): Same.
10828 * graphite-poly.c
10829 (psct_scattering_dim_for_loop_depth): Same.
10830 * graphite-ppl.c
10831 (ppl_max_for_le_pointset): Same.
10832 (ppl_min_for_le_pointset): Same.
10833
10834 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10835
10836 * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
10837 (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
10838
10839 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10840
10841 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
10842 rewrite_close_phi_out_of_ssa.
10843
10844 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10845
10846 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
10847
10848 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10849
10850 * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
10851 rename_map.
10852 * sese.c (debug_rename_map): Same.
10853 (get_rename): Same.
10854 (set_rename): Same.
10855 (rename_variables_in_stmt): Same.
10856 (expand_scalar_variables_call): Same.
10857 (expand_scalar_variables_ssa_name): Same.
10858 (expand_scalar_variables_expr): Same.
10859 (expand_scalar_variables_stmt): Same.
10860 (expand_scalar_variables): Same.
10861 (rename_variables): Same.
10862 (graphite_copy_stmts_from_block): Same.
10863 (copy_bb_and_scalar_dependences): Same.
10864
10865 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10866
10867 * graphite-clast-to-gimple.c (copy_renames): Removed.
10868 (translate_clast_for): Do not call copy_renames.
10869 (translate_clast_guard): Same.
10870
10871 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10872
10873 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
10874 (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
10875 (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
10876 before rewrite_cross_bb_scalar_deps.
10877
10878 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10879
10880 * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
10881 Early return in when flag_associative_math is not set.
10882
10883 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10884
10885 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
10886 of SSA copies on edges except for loop->latch.
10887
10888 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10889
10890 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
10891 Split out of rewrite_reductions_out_of_ssa.
10892 * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
10893 Declared.
10894 * graphite.c (graphite_transform_loops): Call it.
10895
10896 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10897
10898 * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
10899
10900 2010-08-11 Alexander Monakov <amonakov@ispras.ru>
10901
10902 * dbgcnt.def (graphite_scop): New counter.
10903 * graphite.c: Include dbgcnt.h.
10904 (graphite_transform_loops): Use new counter to limit transformations.
10905 * Makefile.in (graphite.o): Depend on DBGCNT_H.
10906
10907 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10908
10909 * passes.c (init_optimization_passes): Add pass_graphite.
10910 Schedule a pass_copy_prop before pass_graphite_transforms.
10911 * timevar.def (TV_GRAPHITE): Declared.
10912 * tree-pass.h (pass_graphite): Declared.
10913 * tree-ssa-loop.c (pass_graphite): New.
10914
10915 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10916
10917 * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
10918 Remove calls to rename_nb_iterations and rename_sese_parameters.
10919 * graphite-clast-to-gimple.h (gloog): Update declaration.
10920 * graphite.c (graphite_transform_loops): Update call to gloog.
10921 * sese.c (rename_variables_in_expr): Removed.
10922 (rename_nb_iterations): Removed.
10923 (rename_sese_parameters): Removed.
10924 * sese.h (rename_nb_iterations): Removed.
10925 (rename_sese_parameters): Removed.
10926
10927 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10928
10929 * graphite-clast-to-gimple.c (gloog): Remove call to
10930 sese_adjust_liveout_phis.
10931 * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
10932 SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
10933 (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
10934 rewrite_phi_out_of_ssa.
10935 * sese.c (get_vdef_before_sese): Removed.
10936 (sese_adjust_vphi): Removed.
10937 (sese_adjust_liveout_phis): Removed.
10938 * sese.h (sese_adjust_liveout_phis): Removed.
10939
10940 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10941
10942 * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
10943 argument for the place after which to insert the out of SSA copy.
10944 (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
10945 (rewrite_phi_out_of_ssa): Same.
10946 (rewrite_cross_bb_scalar_deps): Same.
10947 (insert_copyout): Removed.
10948 (insert_copyin): Removed.
10949 (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
10950 insert_out_of_ssa_copy_on_edge instead of insert_copyout and
10951 insert_copyin.
10952
10953 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10954
10955 * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
10956 (rewrite_reductions_out_of_ssa): Same.
10957 (rewrite_commutative_reductions_out_of_ssa): Same.
10958 (build_poly_scop): Do not call these functions.
10959 * graphite-sese-to-poly.h (build_poly_scop): Declared.
10960 (rewrite_reductions_out_of_ssa): Declared.
10961 (rewrite_commutative_reductions_out_of_ssa): Declared.
10962 * graphite.c (graphite_transform_loops): Call on every scop
10963 rewrite_commutative_reductions_out_of_ssa before calling
10964 rewrite_reductions_out_of_ssa and build_scop_bbs.
10965
10966 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10967
10968 * graphite-dependences.c (dot_deps): Make system call to dotty run
10969 in background.
10970 (dot_deps_stmt): Same.
10971 * graphite-poly.c (dot_lst): Same.
10972
10973 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10974
10975 * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
10976 phi_arg_in_outermost_loop.
10977 (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
10978 (remove_invariant_phi): Same.
10979
10980 2010-08-11 Anatoly Sokolov <aesok@post.ru>
10981
10982 * target.def (output_addr_const_extra): New hook.
10983 * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
10984 * doc/tm.texi: Regenerate.
10985 * targhooks.c (default_asm_output_addr_const_extra): New function.
10986 * targhooks.h (default_asm_output_addr_const_extra): Declare.
10987 * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
10988 target hook.
10989
10990 * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
10991 * config/i386/i386-protos.h (output_addr_const_extra): Remove.
10992 * config/i386/i386.h (output_addr_const_extra): Rename to...
10993 (i386_asm_output_addr_const_extra): ...this. Make static.
10994 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
10995
10996 2010-08-11 Richard Henderson <rth@redhat.com>
10997
10998 * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
10999
11000 2010-08-11 Nick Clifton <nickc@redhat.com>
11001
11002 * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
11003 * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
11004 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
11005 stormy16-lib2-cmpsi.c.
11006
11007 * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
11008 -O2.
11009
11010 2010-08-11 Joseph Myers <joseph@codesourcery.com>
11011
11012 * opts.h (struct cl_option_handler_func): Make handler take
11013 cl_decoded_option structure as parameter, not individual elements.
11014 (struct cl_option_handlers): Make callbacks take cl_decoded_option
11015 structure as parameter, not individual elements.
11016 (handle_option): Take cl_decoded_option structure as parameter,
11017 not individual elements.
11018 (handle_generated_option): Declare.
11019 * opts-common.c (handle_option): Take cl_decoded_option structure
11020 as parameter, not individual elements. Update calls to callback
11021 and handler functions.
11022 (handle_generated_option): New.
11023 (read_cmdline_option): Update calls to callback functions and
11024 handle_option.
11025 * opts.c (common_handle_option, complain_wrong_lang,
11026 unknown_option_callback, post_handling_callback,
11027 lang_handle_option, target_handle_option): Take cl_decoded_option
11028 structure as parameter, not individual elements.
11029 (lang_handle_option, target_handle_option, common_handle_option):
11030 Assert option has at most one argument.
11031 (enable_warning_as_error): Call handle_generated_option instead of
11032 handle_option. Do not pass -Werror argument as argument of
11033 generated option.
11034
11035 2010-08-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11036
11037 * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
11038 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
11039 (SUBWORD_BOOL_CAS): Likewise.
11040 (SUBWORD_SYNC_OP): Likewise.
11041 (SUBWORD_TEST_AND_SET): Likewise.
11042 (FETCH_AND_OP_WORD): Parenthesise INF_OP
11043 (SUBWORD_SYNC_OP): Likewise.
11044 (OP_AND_FETCH_WORD): Likewise.
11045
11046 2010-08-10 Xinliang David Li <davidxl@google.com>
11047
11048 * tree-ssa-loop-ivopts.c (get_address_cost): Properly
11049 compute max/min offset in address.
11050
11051 2010-08-10 Vladimir Makarov <vmakarov@redhat.com>
11052
11053 * ira-live.c: Include sbitmap.h.
11054 (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
11055 Compress live ranges even more.
11056
11057 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
11058
11059 * coverage.c (ctr_labels): Delete.
11060
11061 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
11062
11063 PR bootstrap/45177
11064 * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
11065 test here from arm_gen_load_multiple_1.
11066 (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
11067 multiple_operation_profitable_p.
11068
11069 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
11070
11071 * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
11072 (fini_pre): Call free_aux_for_blocks. Delete unused bb variable.
11073
11074 2010-08-10 Richard Henderson <rth@redhat.com>
11075
11076 * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
11077 after saving registers. Assert that SSE registers are only saved
11078 with a sufficiently aligned frame.
11079 (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
11080 remove stack_realign_fp handling.
11081 (ix86_expand_prologue): Save int registers before stack_realign_fp,
11082 and do not mark the stack alignment as frame related.
11083 (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
11084
11085 * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
11086 saves when re-aligning the stack.
11087
11088 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
11089
11090 * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
11091 * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
11092 (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
11093
11094 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
11095
11096 * dwarf2out.c (struct die_struct): Move die_tag to the end.
11097
11098 2010-08-09 Sofiane Naci <sofiane.naci@arm.com>
11099
11100 * config/arm/iterators.md: New file.
11101 * config/arm/arm.md: Include iterators.md.
11102 (QHSI): Move to new file.
11103 (LTUGEU, cnb, optab, ior_xor): Likewise.
11104 * config/arm/iwmmxt.md (VMMX): Move to new file.
11105 (VSHFT, MMX_char): Likewise.
11106 * config/arm/neon.md (VD): Move to new file.
11107 (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
11108 (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
11109 (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
11110 (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
11111 (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
11112 (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
11113 (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
11114 (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
11115 (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
11116 (Is_d_reg, V_mode_nunits): Likewise.
11117 * config/arm/vec-common.md (VALL): Move to new file.
11118 (VALLW, VINT, VINTW): Likewise.
11119
11120 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
11121
11122 PR middle-end/45182
11123 * combine.c (make_compound_operation): Don't try to convert
11124 shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
11125
11126 2010-08-10 Richard Guenther <rguenther@suse.de>
11127
11128 * tree.h (get_object_alignment): Adjust prototype.
11129 * builtins.c (get_object_alignment): Return unsigned int,
11130 drop the align parameter. Handle MEM_REF, MISALIGNED_INDIRECT_REF
11131 and TARGET_MEM_REF properly.
11132 (get_pointer_alignment): Adjust.
11133 * emit-rtl.c (get_mem_align_offset): Adjust comment.
11134 (set_mem_attributes_minus_bitpos): Adjust.
11135 * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
11136
11137 2010-08-10 Richard Guenther <rguenther@suse.de>
11138
11139 * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
11140 (copy_prop_visit_assignment): Simplify.
11141 (copy_prop_visit_stmt): Also visit assignments from
11142 constants.
11143 (copy_prop_visit_phi_node): Use operand_equal_p.
11144
11145 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
11146
11147 * ipa-split.c (find_split_points): Free stack.
11148
11149 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
11150
11151 * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
11152 * tree.c (tree_node_kind): Delete corresponding entries.
11153
11154 2010-08-09 H.J. Lu <hongjiu.lu@intel.com>
11155
11156 * alias.c (may_alias_p): Remove unused ret.
11157
11158 2010-08-09 Bingfeng Mei <bmei@broadcom.com>
11159
11160 * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
11161 alias_sets_conflict_p.
11162 (walk_mems_1): Moved from alias.c.
11163 (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
11164 in alias.c.
11165 (add_inter_loop_mem_dep): Use insns_may_alias_p now.
11166 * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
11167 * alias.c (walk_mems_2): Moved to ddg.c.
11168 (walk_mems_1): Ditto.
11169 (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
11170 to ddg.c.
11171 (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
11172 disambiguation.
11173 *(may_alias_p): New function to check whether two memory expression
11174 may alias or not. Currently used in buidling inter-iteration memory
11175 dependence.
11176 *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
11177 (insn_alias_sets_conflict_p): Removed
11178 *rtl.h (may_alias_p): New function prototype.
11179
11180 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
11181
11182 * tree.c (nreverse): Assert that we don't have a BLOCK.
11183
11184 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
11185
11186 * builtins.c (fold_builtin_next_arg): Use stdarg_p.
11187 * config/arm/arm.c (arm_get_pcs_model): Likewise.
11188 * config/avr/avr.c (init_cumulative_args): Likewise.
11189 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
11190 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
11191 * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
11192 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
11193 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
11194 * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
11195 * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
11196 * dwarf2out.c (gen_subprogram_die): Likewise.
11197 * function.c (allocate_struct_function): Likewise.
11198 * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
11199 (deserves_ellipsis): Delete.
11200
11201 2010-08-09 Richard Guenther <rguenther@suse.de>
11202
11203 * tree-ssa-copy.c (cached_last_copy_of): Remove.
11204 (valueize_val): New function.
11205 (get_last_copy_of): Remove.
11206 (set_copy_of_val): Simplify.
11207 (dump_copy_of): Likewise.
11208 (copy_prop_visit_cond_stmt): Use valueize_val.
11209 (copy_prop_visit_phi_node): Properly handle unvisited names.
11210 Drop code managing copy-of chains.
11211 (init_copy_prop): Adjust.
11212 (fini_copy_prop): Likewise.
11213 (execute_copy_prop): Remove obsolete comment.
11214
11215 2010-08-09 Richard Guenther <rguenther@suse.de>
11216
11217 PR middle-end/44632
11218 * function.c (gimplify_parameters): Do not clear addressable
11219 bit of the original parameter.
11220
11221 2010-08-09 Richard Guenther <rguenther@suse.de>
11222
11223 PR middle-end/45212
11224 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
11225 alignment from MEM_REF offset only if we took it from the
11226 base object.
11227
11228 2010-08-09 Eric Fisher <joefoxreal@gmail.com>
11229
11230 * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
11231
11232 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
11233
11234 * c-tree.h (build_arg_info): Declare.
11235 * c-decl.c (build_arg_info): Define.
11236 (get_parm_info): Call it. Delete initialization code.
11237 * c-parser.c (c_parser_parms_declarator): Likewise.
11238 (c_parser_parms_list_declaractor): Likewise.
11239
11240 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
11241
11242 * c-tree.h (c_arg_tag): Define. Define a VEC containing it.
11243 (struct c_arg_info): Change type of tags field.
11244 * c-decl.c (grokdeclarator): Update for changed type of tags field.
11245 (get_parm_info): Likewise.
11246 (store_parm_decls_newstyle): Likewise.
11247
11248 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
11249
11250 * config/rs6000/rs6000.c (branch_island): Define. Define a VEC of it.
11251 (branch_island_list): Delete.
11252 (branch_islands): Declare.
11253 (add_compiler_branch_island): Adjust for branch_islands instead of
11254 branch_island_list.
11255 (macho_branch_islands): Likewise.
11256 (no_previous_def): Likewise.
11257 (get_prev_label): Likewise.
11258
11259 2010-08-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11260
11261 PR boehm-gc/34544
11262 * gthr-posix.h (__gthread_start): Delete.
11263 (__gthread_active_init): Use pthread_default_stacksize_np instead of
11264 pthread_create to determine if hpux pthreads are active.
11265 * gthr-posix95.h (__gthread_start): Delete.
11266 (__gthread_active_init): Likewise use pthread_default_stacksize_np.
11267
11268 2010-08-08 Kai Tietz <kai.tietz@onevision.com>
11269
11270 * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
11271 _WIN64 not expanded.
11272
11273 2010-08-07 Uros Bizjak <ubizjak@gmail.com>
11274 H.J. Lu <hongjiu.lu@intel.com>
11275
11276 PR target/45213
11277 * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
11278 to output 32bit SFmode immediate as 8 byte sign extended value.
11279
11280 2010-08-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
11281
11282 * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
11283 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
11284 (SUBWORD_BOOL_CAS): Likewise.
11285 (SUBWORD_SYNC_OP): Likewise.
11286 (SUBWORD_TEST_AND_SET): Likewise.
11287 (FETCH_AND_OP_WORD): Parenthesise INF_OP
11288 (SUBWORD_SYNC_OP): Likewise.
11289 (OP_AND_FETCH_WORD): Likewise.
11290
11291 2010-08-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11292
11293 * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
11294 * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
11295 (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
11296 (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
11297 generic part.
11298 (cortex_a9_sched_adjust_cost): New function.
11299 (xscale_sched_adjust_cost): New function.
11300 * config/arm/arm-protos.h (struct tune_params): New field
11301 sched_adjust_cost.
11302 * config/arm/arm-cores.def: Adjust costs for cortex-a9.
11303
11304 2010-08-06 Eric Botcazou <ebotcazou@adacore.com>
11305
11306 PR target/44942
11307 * config/sparc/sparc.c (function_arg_advance): Always take into account
11308 the padding, if any.
11309
11310 2010-08-06 Richard Guenther <rguenther@suse.de>
11311
11312 * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
11313 (dump_lattice_value): Dump it.
11314 (get_default_value): Adjust.
11315 (get_constant_value): Likewise.
11316 (set_value_varying): Likewise.
11317 (set_lattice_value): Make sure to not go up the lattice
11318 with bitwise constant values.
11319 (get_value_for_expr): Handle ADDR_EXPRs.
11320 (value_to_double_int): New function.
11321 (get_value_from_alignment): Likewise.
11322 (do_dbg_cnt): Adjust.
11323 (ccp_lattice_meet): Handle partially constant values.
11324 (bit_value_unop_1): New function.
11325 (bit_value_binop_1): Likewise.
11326 (bit_value_unop): Likewise.
11327 (bit_value_binop): Likewise.
11328 (evaluate_stmt): Track partially constant values if
11329 flag_tree_bit_ccp is set.
11330 (ccp_fold_stmt): Dump if we folded a predicate.
11331 (ccp_visit_stmt): Adjust.
11332 * common.opt (ftree-bit-ccp): New flag.
11333 * doc/invoke.texi (ftree-bit-ccp): Document.
11334 * opts.c (decode_options): Enable bit-CCP at -O1.
11335
11336 2010-08-06 Alan Modra <amodra@gmail.com>
11337
11338 * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
11339 and -mrelocatable-lib description.
11340
11341 2010-08-05 Bernd Schmidt <bernds@codesourcery.com>
11342
11343 From Martin Thuresson <martint@google.com>
11344 * postreload.c (reload_cse_simplify_operands): Use
11345 SET_REGNO_RAW instead of SET_REGNO.
11346 * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
11347 SET_REGNO.
11348 * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
11349 instead of SET_REGNO.
11350 * rtl.h (SET_REGNO_RAW): New macro.
11351
11352 2010-08-05 Eric Botcazou <ebotcazou@adacore.com>
11353
11354 * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
11355 computations. Fix formatting issues.
11356 (num_sign_bit_copies1): Likewise.
11357 (canonicalize_condition): Likewise.
11358
11359 2010-08-05 Richard Henderson <rth@redhat.com>
11360
11361 * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
11362 (floor_log2): Use clz_hwi.
11363 (exact_log2): Use ctz_hwi.
11364 * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
11365 * builtins.c (fold_builtin_bitop): Use them.
11366 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
11367 * combine.c (get_pos_from_mask): Use ctz_hwi.
11368 * double-int.c (double_int_ctz): Likewise.
11369 * explow.c (force_reg): Likewise.
11370 * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
11371
11372 2010-08-05 Richard Henderson <rth@redhat.com>
11373
11374 PR target/45189
11375 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
11376 the alignment constant is properly sign-extended.
11377
11378 2010-08-05 Richard Guenther <rguenther@suse.de>
11379
11380 * expr.c (store_expr): Use emit_block_move only if both
11381 source and target are MEMs. Use store_bit_field if only
11382 the target is a MEM.
11383
11384 2010-08-05 Richard Henderson <rth@redhat.com>
11385
11386 PR debug/45188
11387 * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
11388 (INCOMING_RETURN_ADDR_RTX): Likewise.
11389 (dwarf2out_do_frame): Remove conditional compilation.
11390 (dwarf2out_frame_init): Likewise.
11391
11392 2010-08-05 Nicolas Setton <setton@adacore.com>
11393
11394 * gcov.c (flag_display_progress): New static variable.
11395 (main): Display progress info on standard output if requested.
11396 (options): Add -d/--display-progress.
11397 (print_usage): Print them.
11398 (process_args): Handle them.
11399 * doc/gcov.texi: Document them.
11400
11401 2010-08-05 Martin Jambor <mjambor@suse.cz>
11402
11403 * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
11404 (ipcp_insert_stage): Redirect only edges not flagged with
11405 indirect_inlining_edge. Call ipcp_discover_new_direct_edges for all
11406 discovered constants.
11407
11408 2010-08-05 Martin Jambor <mjambor@suse.cz>
11409
11410 * ipa-prop.h (enum ipa_lattice_type): Changed comments.
11411 (struct ipa_param_descriptor): New fields types and
11412 cannot_devirtualize.
11413 (ipa_param_cannot_devirtualize_p): New function.
11414 (ipa_param_types_vec_empty): Likewise.
11415 (ipa_make_edge_direct_to_target): Declare.
11416 * ipa-cp.c: Fixed first stage driver name in initial comment,
11417 described devirtualization there too.
11418 (ipcp_analyze_node): Call ipa_analyze_params_uses.
11419 (ipcp_print_all_lattices): Print devirtualization info.
11420 (ipa_set_param_cannot_devirtualize): New function.
11421 (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
11422 lattice to BOTTOM.
11423 (ipcp_init_stage): Merged into...
11424 (ipcp_generate_summary): ...its caller.
11425 (ipcp_change_tops_to_bottom): Also process type lists.
11426 (ipcp_add_param_type): New function.
11427 (ipcp_copy_types): Likewise.
11428 (ipcp_propagate_types): Likewise.
11429 (ipcp_propagate_stage): Also propagate types.
11430 (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
11431 Also return true if propagated types require it.
11432 (ipcp_update_callgraph): Dump redirection info.
11433 (ipcp_process_devirtualization_opportunities): New function.
11434 (ipcp_const_param_count): Include known type information.
11435 (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
11436 on new node. Fixed formatting.
11437 * ipa-prop.c (make_edge_direct_to_target): Renamed to
11438 ipa_make_edge_direct_to_target and changed all callers. Made
11439 externally visible.
11440 (ipa_node_duplication_hook): Duplicate types vector.
11441 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
11442 redirect outgoing calls for which we can't get a decl from the
11443 statement. Check that we can get a decl from the call statement.
11444 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
11445 ipa_analyze_params_uses only when ipa-cp is disabled.
11446 * tree-inline.c (get_indirect_callee_fndecl): Removed.
11447 (expand_call_inline): Do not call get_indirect_callee_fndecl.
11448 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
11449 * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
11450
11451 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
11452
11453 * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
11454 temporary. Emit move from temporary to accum, so REG_EQUAL note will
11455 be attached to this insn in correct mode.
11456
11457 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
11458
11459 * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
11460 using REGNO of base_reg directly.
11461
11462 2010-08-05 Jie Zhang <jie@codesourcery.com>
11463
11464 PR tree-optimization/45144
11465 * tree-sra.c (type_consists_of_records_p): Return false
11466 if the record contains bit-field.
11467
11468 2010-08-04 Richard Henderson <rth@redhat.com>
11469
11470 * config/i386/i386.c (struct ix86_frame): Remove padding and
11471 to_allocate members.
11472 (ix86_compute_frame_layout): Don't store them.
11473 (ix86_can_use_return_insn_p): Use a more direct and more obviously
11474 correct condition for the position of the stack pointer.
11475 (ix86_expand_prologue): Compute remaining stack allocation based
11476 on the ultimate stack pointer offset.
11477 (ix86_expand_epilogue): Use more obvious expressions testing for
11478 the stack pointer already pointing to the saved registers.
11479
11480 * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
11481 duplication deconstructing the frame pointer. Simplify
11482 deallocation of the local stack frame.
11483
11484 * reg-notes.def (CFA_EXPRESSION): New.
11485 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
11486 (dwarf2out_frame_debug_cfa_expression): New.
11487 (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
11488
11489 * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
11490 * config/i386/i386.c (ix86_expand_prologue): Set it.
11491 (ix86_expand_epilogue): Clear it.
11492 (ix86_emit_save_reg_using_mov): For registers saved in a realigned
11493 context, add REG_CFA_EXPRESSION notes.
11494
11495 * config/i386/i386.h (struct machine_frame_state): Rename from
11496 machine_cfa_state. Add members tracking SP and FP regardless
11497 of the current CFA register.
11498 (ix86_cfa_state): Remove.
11499 * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
11500 and sse_reg_save_offset members.
11501 (ix86_compute_frame_layout): Set them.
11502 (gen_push): Increment sp_offset too.
11503 (choose_baseaddr_len, choose_baseaddr): New.
11504 (ix86_emit_save_reg_using_mov): New.
11505 (ix86_emit_save_regs_using_mov): Use it.
11506 (ix86_emit_save_sse_regs_using_mov): Likewise.
11507 (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
11508 compare vs the saved red_zone_offset.
11509 (pro_epilogue_adjust_stack): Adjust sp_offset.
11510 (ix86_adjust_stack_and_probe): Likewise.
11511 (ix86_expand_prologue): Set up, use, and validate the new
11512 frame_state_info members. Use gen_frame_mem.
11513 (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
11514 (ix86_emit_restore_reg_using_pop): Likewise. Use and update the
11515 new frame_state_info members.
11516 (ix86_emit_leave): Likewise.
11517 (ix86_emit_restore_regs_using_mov): Likewise. Don't check for
11518 out-of-range stack pointer offsets here.
11519 (ix86_emit_restore_sse_regs_using_mov): Likewise.
11520 (ix86_expand_epilogue): Use and validate the new frame_state_info
11521 members. Break up and simplify the logic selecting the
11522 restore_regs_via_mov code path. Ensure that there will be no
11523 out-of-range stack pointer offsets.
11524
11525 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
11526
11527 * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
11528 argument name to reflect the expected tree; fix indentation.
11529 (ix86_asm_output_function_label): Output the entire 32-bit
11530 ms_hook here as bytes ...
11531 (ix86_expand_prologue): ... not here as insns. Attach the
11532 unwind info for the ms_hook to a blockage insn.
11533 (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
11534 (ix86_ms_bitfield_layout_p): Fix indentation.
11535 * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
11536
11537 * config/i386/i386.c (ix86_using_red_zone): New.
11538 (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
11539 ix86_expand_prologue, ix86_force_to_memory): Use it.
11540
11541 * config/i386/i386.c (ix86_expand_prologue): Simplify logic
11542 saving the int registers.
11543
11544 * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
11545 and DWARF2_UNWIND_INFO conditional compilation.
11546
11547 2010-08-04 Richard Henderson <rth@redhat.com>
11548
11549 PR debug/45171
11550 * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
11551 an is_naming_typedef_decl.
11552
11553 2010-08-04 Bernd Schmidt <bernds@codesourcery.com>
11554
11555 PR rtl-optimization/45162
11556 * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
11557 * dce.c (word_dce_process_block): Likewise.
11558
11559 2010-08-04 Steve Ellcey <sje@cup.hp.com>
11560
11561 PR target/44583
11562 * config/ia64/constraints.md (Z): New.
11563 * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
11564 (xfreg_or_signed_fp01_operand): New.
11565 * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
11566 with fr_reg_or_signed_fp01_operand and constraint G with Z.
11567 (subsf3): Ditto.
11568 (*maddsf4): Ditto.
11569 (*msubsf4): Ditto.
11570 (adddf3): Ditto.
11571 (adddf3_trunc): Ditto.
11572 (subdf3): Ditto.
11573 (*subdf3_trunc): Ditto.
11574 (*madddf4): Ditto.
11575 (*madddf4_trunc): Ditto.
11576 (*msubdf4): Ditto.
11577 (*msubdf4_trunc): Ditto.
11578 (addxf3): Replace xfreg_or_fp01_operand with
11579 xfreg_or_signed_fp01_operand and constraint G with Z.
11580 (*addxf3_truncsf): Ditto.
11581 (*addxf3_truncdf): Ditto.
11582 (subxf3): Ditto.
11583 (*subxf3_truncsf): Ditto.
11584 (*subxf3_truncdf): Ditto.
11585 (*maddxf4): Ditto.
11586 (*maddxf4_truncsf): Ditto.
11587 (*maddxf4_truncdf): Ditto.
11588 (*msubxf4): Ditto.
11589 (*msubxf4_truncsf): Ditto.
11590 (*msubxf4_truncdf): Ditto.
11591
11592 2010-08-04 Richard Guenther <rguenther@suse.de>
11593
11594 * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
11595 if either alias-set is zero.
11596
11597 2010-08-04 Richard Guenther <rguenther@suse.de>
11598
11599 * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
11600 * tree-ssa-ccp.c: ... here.
11601 * tree-ssa-copy.c: ... and here.
11602 * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
11603 value_range_t): Move ...
11604 * tree-vrp.c: ... here.
11605 * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
11606 (substitute_and_fold): Adjust prototype.
11607 * tree-ssa-propagate.c (replace_uses_in): Adjust.
11608 (replace_phi_args_in): Likewise.
11609 (substitute_and_fold): Take callback to query lattice instead
11610 of pointer to lattice. Replace SSA name defs with lattice
11611 values first.
11612 * tree-ssa-ccp.c (ccp_finalize): Adjust.
11613 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
11614 (get_value): New function.
11615 (fini_copy_prop): Adjust.
11616 * tree-vrp.c (vrp_finalize): Adjust.
11617
11618 2010-08-04 Richard Guenther <rguenther@suse.de>
11619
11620 PR middle-end/45176
11621 * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
11622 points-to set for original MEM_REF.
11623
11624 2010-08-04 Richard Guenther <rguenther@suse.de>
11625
11626 * tree-ssa-ccp.c (get_constant_value): New function.
11627 (get_rhs_assign_op_for_ccp): Remove.
11628 (valueize_op): New function.
11629 (ccp_fold): Use get_constant_value and valueize_op.
11630 (fold_const_aggregate_ref): Likewise.
11631 (ccp_fold_stmt): Likewise.
11632 (visit_assignment): Simplify.
11633
11634 2010-08-04 Richard Guenther <rguenther@suse.de>
11635
11636 * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
11637 * double-int.h (double_int_ctz): Declare.
11638 * double-int.c (double_int_ctz): New function.
11639
11640 2010-08-04 Hariharan Sandanagobalane <hariharan@picochip.com>
11641
11642 * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
11643 Define.
11644 picochip_expand_movmemhi : Expand movmem pattern.
11645 * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
11646 Declare.
11647 * config/picochip/picochip.md (movmemhi) : New pattern.
11648
11649 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
11650
11651 * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
11652
11653 2010-08-03 Bernd Schmidt <bernds@codesourcery.com>
11654
11655 * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
11656 NEG as operand of a MULT by merging it with the other operand.
11657 * combine.c (make_compound_operation): Use trunc_int_for_mode when
11658 generating a MULT with constant. Canonicalize PLUS and MINUS involving
11659 MULT.
11660 * config/arm/constraints.md (M): Examine only 32 bits of a
11661 HOST_WIDE_INT.
11662 * config/arm/predicates.md (power_of_two_operand): Likewise.
11663
11664 2010-08-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11665
11666 * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
11667 non-NOTE insns.
11668
11669 2010-08-03 Jan Hubicka <jh@suse.cz>
11670
11671 * ipa-split.c (struct split_point): Add split_part_set_retval.
11672 (find_retval): Forward declare.
11673 (test_nonssa_use, mark_nonssa_use): Special case return by reference.
11674 (consider_split): Compute current->split_part_set_retval.
11675 (visit_bb): Do not look into return value.
11676 (split_function): Handle !split_part_set_retval
11677
11678 2010-08-03 Martin Jambor <mjambor@suse.cz>
11679
11680 * tree-sra.c (completely_scalarize_record): New parameter REF, create
11681 its own access->expr intead of using build_ref_for_offset.
11682
11683 2010-08-03 Joseph Myers <joseph@codesourcery.com>
11684
11685 * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
11686 * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
11687 * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
11688 * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
11689 * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
11690 * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
11691 * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
11692 DEFAULT_SWITCH_TAKES_ARG.
11693 * config/rx/rx.opt (-patch=): Remove option.
11694 * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
11695 * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
11696 * doc/invoke.texi (RX Options): Remove -patch=.
11697 * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
11698 (option_map): Remove --profile-blocks, --quiet and --silent.
11699
11700 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
11701
11702 * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
11703 * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
11704 (ix86_expand_branch): Add op0 and op1 arguments. Do not access
11705 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
11706 Update calls to ix86_expand_compare and ix86_expand_branch.
11707 (ix86_expand_setcc): Add op0 and op1 arguments. Update calls to
11708 ix86_expand_compare.
11709 (ix86_expand_compare): Add op0 and op1 arguments. Do not access
11710 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
11711 Make static.
11712 (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
11713 and ix86_compare_op1. Update calls to ix86_expand_compare.
11714 (ix86_expand_int_movcc): Ditto.
11715 (ix86_expand_fp_movcc): Ditto. Update calls to ix86_expand_setcc.
11716 * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
11717 (ix86_expand_setcc): Ditto.
11718 (ix86_expand_compare): Remove prototype.
11719 * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
11720 ix86_compare_op0 and ix86_compare_op1. Update calls
11721 to ix86_expand_branch to directly pass operands[1] and operands[2].
11722 (cbranchxf4): Ditto.
11723 (cbranch<MODEF:mode>4): Ditto.
11724 (cbranchcc4): Ditto.
11725 (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
11726 Update calls to ix86_expand_setcc to directly pass operands[2] and
11727 operands[3].
11728 (cstorexf4): Ditto.
11729 (cstore<MODEF:mode>4): Ditto.
11730 (cstorecc4): Ditto.
11731
11732 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
11733
11734 PR target/45063
11735 * caller-save.c (save_call_clobbered_regs): Remove regs from
11736 hard_regs_saved when they are set.
11737
11738 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
11739
11740 PR target/41089
11741 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
11742 as volatile.
11743
11744 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
11745
11746 * common.opt (ftree-loop-distribute-patterns): New.
11747 * invoke.texi (-ftree-loop-distribute-patterns): Documented.
11748 * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
11749 at -O3.
11750 * tree-data-ref.c (stores_zero_from_loop): New.
11751 * tree-data-ref.h (stores_zero_from_loop): Declared.
11752 * tree-loop-distribution.c (tree_loop_distribution): Call
11753 stores_zero_from_loop.
11754 (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
11755
11756 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
11757
11758 * postreload.c (reload_cse_simplify_operands): Take attribute enabled
11759 into account.
11760
11761 * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
11762 * config/arm/arm.c (thumb1_code): New variable.
11763 (arm_override_options): Set it.
11764 (thumb1_final_prescan_insn): Keep track of condition code status.
11765 (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
11766 jumps that depend on them.
11767 * config/arm/arm.h (thumb1_code): Declare variable.
11768 (struct machine_function): Guard with #ifndef GENERATOR_FILE. Add
11769 members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
11770 thumb1_cc_mode.
11771 (CC_STATUS_INIT): New macro.
11772 * config/arm/constraints.md (Pd): New constraint.
11773 * config/arm/predicates.md (noov_comparison_operator): New predicate.
11774 * config/arm/arm.md (is_thumb1): New define_attr.
11775 (conds): Set default to "clob" when generating Thumb1 code.
11776 (thumb1_bicsi3): Renamed from bicsi3. All uses changed. Condition
11777 code are set. Use two-operand assembly syntax.
11778 (thumb1_subsi3_insn): Condition codes are set. Now a properly named
11779 pattern.
11780 (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
11781 codes are set. Use two-operand assembly syntax.
11782 (zero_extendhisi splitter): Remove constraints.
11783 (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
11784 thumb1_movsf_insn): Set conds attribute as appropriate.
11785 (cbranchsi4_insn): Use condition code status from struct
11786 machine_function to determine whether the comparison can be eliminated.
11787 Discourage the alternative using high registers.
11788 (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
11789 orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
11790 bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
11791 subsi3_cbranch): Delete.
11792 (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
11793 one subtract and one cbranch insn.
11794
11795 * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
11796 thumb2_movdf_soft_insn): Delete patterns.
11797 * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
11798 arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
11799 (pool_range, neg_pool_range): Use them to define defaults.
11800 (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
11801 and allow for TARGET_32BIT.
11802
11803 PR target/40457
11804 * config/arm/arm.h (arm_regs_in_sequence): Declare.
11805 * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
11806 load_multiple_sequence, store_multiple_sequence): Delete
11807 declarations.
11808 (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
11809 declarations.
11810 * config/arm/ldmstm.md: New file.
11811 * config/arm/arm.c (arm_regs_in_sequence): New array.
11812 (load_multiple_sequence): Now static. New args SAVED_ORDER,
11813 CHECK_REGS. All callers changed.
11814 If SAVED_ORDER is nonnull, copy the computed order into it.
11815 If CHECK_REGS is false, don't sort REGS. Handle Thumb mode.
11816 (store_multiple_sequence): Now static. New args NOPS_TOTAL,
11817 SAVED_ORDER, REG_RTXS and CHECK_REGS. All callers changed.
11818 If SAVED_ORDER is nonnull, copy the computed order into it.
11819 If CHECK_REGS is false, don't sort REGS. Set up REG_RTXS just
11820 like REGS. Handle Thumb mode.
11821 (arm_gen_load_multiple_1): New function, broken out of
11822 arm_gen_load_multiple.
11823 (arm_gen_store_multiple_1): New function, broken out of
11824 arm_gen_store_multiple.
11825 (arm_gen_multiple_op): New function, with code from
11826 arm_gen_load_multiple and arm_gen_store_multiple moved here.
11827 (arm_gen_load_multiple, arm_gen_store_multiple): Now just
11828 wrappers around arm_gen_multiple_op. Remove argument UP, all callers
11829 changed.
11830 (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
11831 * config/arm/predicates.md (commutative_binary_operator): New.
11832 (load_multiple_operation, store_multiple_operation): Handle more
11833 variants of these patterns with different starting offsets. Handle
11834 Thumb-1.
11835 * config/arm/arm.md: Include "ldmstm.md".
11836 (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
11837 ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
11838 stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
11839 peepholes): Delete.
11840 * config/arm/ldmstm.md: New file.
11841 * config/arm/arm-ldmstm.ml: New file.
11842
11843 * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
11844 if statement which adds extra costs to frame-related expressions.
11845
11846 2010-08-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11847
11848 * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
11849
11850 2010-08-01 Uros Bizjak <ubizjak@gmail.com>
11851
11852 PR target/45142
11853 * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
11854 alternative 2.
11855 (vec_set<mode>_0 splitter): Use SSEMODE4S mode iterator to also
11856 split V4SI operands.
11857
11858 2010-08-01 Anatoly Sokolov <aesok@post.ru>
11859
11860 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
11861 * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
11862 * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
11863 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
11864
11865 2010-07-31 Kai Tietz <kai.tietz@onevision.com>
11866
11867 * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
11868 LOCAL_INCLUDE_DIR.
11869
11870 2010-07-31 Richard Sandiford <rdsandiford@googlemail.com>
11871
11872 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
11873 used in the call to optab_for_tree_code. Fix the second
11874 is_widening_mult_p call. Check that both unwidened operands
11875 have the same sign.
11876
11877 2010-07-31 John Tytgat <John.Tytgat@aaug.net>
11878
11879 * config/arm/arm.c (arm_function_arg): Remove superfluous test.
11880
11881 2010-07-31 Anatoly Sokolov <aesok@post.ru>
11882
11883 * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
11884
11885 2010-07-30 DJ Delorie <dj@redhat.com>
11886
11887 * config/rx/predicates.md (rx_constshift_operand): New.
11888 * config/rx/rx.md (zs_cond): New.
11889 (cbranchsi4): Remove mode.
11890 (*cbranchsi4_<code>): Likewise.
11891 (*tstbranchsi4_<code>): New.
11892 (*tstbranchsi4r_<code>): New.
11893 (*tstbranchsi4m_eq): New.
11894 (*tstbranchsi4m_ne): New.
11895 (cbranchsf4): Remove mode.
11896 (*cbranchsf4_<code>): Likewise.
11897
11898 2010-07-30 Bernd Schmidt <bernds@codesourcery.com>
11899
11900 * rtlanal.c (simplify_subreg_regno): Don't treat
11901 HARD_FRAME_POINTER_REGNUM specially.
11902
11903 2010-07-30 Joseph Myers <joseph@codesourcery.com>
11904
11905 * common.opt (-G): Don't define option here.
11906 * config/g.opt: New.
11907 * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
11908 rs6000/powerpc and score targets.
11909 * opts.c (common_handle_option): Don't handle -G here.
11910 * config/alpha/alpha.c (alpha_handle_option): Handle -G.
11911 * config/frv/frv.c (frv_handle_option): Handle -G.
11912 * config/ia64/ia64.c (ia64_handle_option): Handle -G.
11913 * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
11914 * config/m32r/m32r.c (m32r_handle_option): Handle -G.
11915 * config/mips/mips.c (mips_handle_option): Handle -G.
11916 * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
11917 * config/score/score.c (score_handle_option): Handle -G.
11918
11919 2010-07-30 Anatoly Sokolov <aesok@post.ru>
11920
11921 * config/mmix/mmix.c: Include basic-block.h.
11922
11923 2010-07-30 Jakub Jelinek <jakub@redhat.com>
11924
11925 PR debug/45055
11926 PR rtl-optimization/45137
11927 * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
11928 prototypes.
11929 * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
11930 New functions.
11931 * combine.c (next_nonnote_nondebug_insn): Removed.
11932 * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
11933 * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
11934 * sched-deps.c (sched_analyze_insn): Likewise.
11935 (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
11936 * rtlanal.c (canonicalize_condition): Likewise.
11937 * postreload.c (reload_combine_recognize_pattern): Likewise.
11938 (reload_cse_move2add): Use next_nonnote_nondebug_insn.
11939
11940 2010-07-29 Uros Bizjak <ubizjak@gmail.com>
11941
11942 * config/i386/i386.md (int_cond): Remove code iterator.
11943 (fp_cond): Ditto.
11944 (cbranch<mode>4): Use ordered_comparison_operator predicate
11945 for operator0.
11946 (cstore<mode>4): Ditto for operator1.
11947 (mov<SWIM:mode>cc and corresponding splitter): Ditto.
11948 (add<mode>cc): ditto.
11949
11950 2010-07-30 Richard Guenther <rguenther@suse.de>
11951
11952 PR middle-end/45141
11953 * expr.c (expand_expr_real_1): Check for not handled base address.
11954
11955 2010-07-30 Richard Guenther <rguenther@suse.de>
11956
11957 * ipa-prop.c (ipa_modify_formal_parameters): Use
11958 build_distinct_type_copy.
11959
11960 2010-07-30 Anthony Green <green@moxielogic.com>
11961
11962 * config/moxie/rtems.h: New file.
11963 * config.gcc: Add moxie-rtems support.
11964
11965 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
11966
11967 * dce.c (run_word_dce): Take flag_dce into account. Clear and restore
11968 df flags as in run_fast_df_dce.
11969
11970 2010-07-29 Jakub Jelinek <jakub@redhat.com>
11971
11972 Revert:
11973 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
11974
11975 * rtl.def (NOTE): Swap operands 4 and 5.
11976 * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
11977 NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
11978 Adjust accordingly.
11979 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
11980
11981 2010-07-29 Jakub Jelinek <jakub@redhat.com>
11982
11983 PR debug/45110
11984 * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
11985 (gen_formal_types_die): Add DW_AT_object_pointer in methods.
11986 (gen_subprogram_die): Likewise. Remove it when removing declaration's
11987 formal parameters.
11988 (gen_decl_die): Change return type to dw_die_ref, return what
11989 gen_formal_parameter_die returned.
11990
11991 2010-07-29 Martin Jambor <mjambor@suse.cz>
11992
11993 * dbgcnt.def (eipa_sra): New counter.
11994 * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
11995
11996 2010-07-29 Xinliang David Li <davidxl@google.com>
11997
11998 PR bootstrap/45119
11999 * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
12000 in revision 162652.
12001
12002 2010-07-29 Richard Guenther <rguenther@suse.de>
12003
12004 * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
12005 (TV_TREE_STORE_CCP): Likewise.
12006 (TV_TREE_REDPHI): Likewise.
12007
12008 2010-07-29 Richard Guenther <rguenther@suse.de>
12009
12010 * double-int.h (double_int_and_not): New function.
12011 * combine.c (try_combine): Use it.
12012 * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
12013
12014 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
12015
12016 PR rtl-optimization/42575
12017 * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
12018 Argument AU removed. All callers changed. Ignore artificial refs.
12019 Use return value of df_word_lr_simulate_defs to decide whether an insn
12020 is necessary.
12021 (fast_dce): Rename arg to WORD_LEVEL.
12022 (run_word_dce): Renamed from rest_of_handle_fast_byte_dce. No longer
12023 static.
12024 (pass_fast_rtl_byte_dce): Delete.
12025 * dce.h (run_word_dce): Declare.
12026 * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
12027 All callers changed. Simplify code to only deal with two-word regs.
12028 * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
12029 (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
12030 (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
12031 (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
12032 (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
12033 (df_word_lr_mark_ref): Declare.
12034 (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
12035 df_word_lr_simulate_uses): Declare or rename from byte variants.
12036 (df_byte_lr_simulate_artificial_refs_at_top,
12037 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
12038 df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
12039 declarations.
12040 (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
12041 (enum df_mm): Delete.
12042 * df-byte-scan.c: Delete file.
12043 * df-problems.c (df_word_lr_problem_data): Renamed from
12044 df_byte_lr_problem_data, all members deleted except for
12045 WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS. Uses changed.
12046 (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
12047 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
12048 df_byte_lr_get_regno_len, df_byte_lr_check_regs,
12049 df_byte_lr_confluence_0): Delete functions.
12050 (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
12051 callers changed.
12052 (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
12053 Don't initialize members that were deleted, don't try to discover data
12054 about registers. Ignore hard regs.
12055 (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
12056 (df_word_lr_mark_ref): New function.
12057 (df_word_lr_bb_local_compute): Renamed from
12058 df_byte_bb_lr_local_compute; all callers changed. Use
12059 df_word_lr_mark_ref. Assert that artificial refs don't include
12060 pseudos. Ignore hard registers.
12061 (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
12062 Assert that exit block uses don't contain pseudos.
12063 (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
12064 (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
12065 callers changed. Ignore hard regs.
12066 (df_word_lr_transfer_function): Renamed from
12067 df_byte_lr_transfer_function; all callers changed.
12068 (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
12069 (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
12070 changed.
12071 (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
12072 callers changed.
12073 (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
12074 confluence operator 0 set to NULL.
12075 (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
12076 callers changed.
12077 (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
12078 Return bool, true if bitmap changed or insn otherwise necessary.
12079 All callers changed. Simplify using df_word_lr_mark_ref.
12080 (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
12081 all callers changed. Simplify using df_word_lr_mark_ref.
12082 * lower-subreg.c: Include "dce.h"
12083 (decompose_multiword_subregs): Call run_word_dce if df available.
12084 * Makefile.in (lower-subreg.o): Adjust dependencies.
12085 (df-byte-scan.o): Delete.
12086 * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
12087
12088 2010-07-29 Richard Guenther <rguenther@suse.de>
12089
12090 * tree.c (build_vector): Assert that the vector constant
12091 has enough elements.
12092 (build_vector_from_ctor): Pad with trailing zeros.
12093
12094 2010-07-29 Richard Guenther <rguenther@suse.de>
12095
12096 PR tree-optimization/45120
12097 * tree-ssa-structalias.c (get_constraint_for_component_ref):
12098 Handle offset in DEREFs properly.
12099 (get_constraint_for_1): Handle MEM_REF offset properly.
12100
12101 2010-07-29 Richard Guenther <rguenther@suse.de>
12102
12103 PR middle-end/45034
12104 * convert.c (convert_to_integer): Always use an unsigned
12105 type for narrowed negate and bitwise not.
12106
12107 2010-07-29 Ira Rosen <irar@il.ibm.com>
12108
12109 * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
12110 to outer loop when creating reduction epilogue for double reduction,
12111 and switch back to the inner loop when updating the phi nodes.
12112 Update uses of outer loop exit phi nodes in double reduction (instead
12113 of uses of reduction).
12114
12115 2010-07-28 Michael Meissner <meissner@linux.vnet.ibm.com>
12116
12117 * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
12118 popcount on power7 and parity on power6 systems.
12119 (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
12120 (rs6000_emit_parity): Add support for power6 prtyd/prtyw
12121 instructions.
12122
12123 * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
12124 (UNSPEC_PARITY): Ditto.
12125 (SFDF): New iterator for SF/DF.
12126 (rreg2): New mode attribute for floating register constraint.
12127 (TARGET_FLOAT): New mode attribute for whether single/double float
12128 is supported.
12129 (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
12130 pattern.
12131 (parity<mode>2_cmpb): New insn for parity on power6 and newer
12132 machines.
12133 (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
12134 pattern. Add support for fcpsgn instruction added in power6.
12135 (copysignsf3): Delete.
12136 (copysigndf3): Delete.
12137 (copysign<mode>3_fcpsgn): New insn to generate fcpsgn. Use UNSPEC
12138 instead of if_then_else in RTL to avoid problems with -0.
12139
12140 * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
12141 of if_then_else to mirror scalar code.
12142 (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
12143 rs6000.md.
12144
12145 * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
12146 instead of if_then_else.
12147
12148 2010-07-28 Xinliang David Li <davidxl@google.com>
12149
12150 * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
12151 (dump_cand): Dump var_before/after.
12152 (htab_inv_expr_eq): New function.
12153 (htab_inv_expr_hash): New function.
12154 (tree_ssa_iv_optimize_init): Support pseudo invariants.
12155 (add_candidate_1): consider base type precision.
12156 (set_use_iv_cost): New parameter.
12157 (adjust_setup_cost): Use profile information.
12158 (get_address_cost): Do not hard code width in computing address
12159 offset limits.
12160 (compare_aff_trees): New function.
12161 (get_loop_invariant_expr_id): New function.
12162 (get_computation_cost_at): New parameter and use profile information.
12163 (get_computation_cost): New parameter.
12164 (determine_use_iv_cost_generic): Pass new parameter.
12165 (determine_use_iv_cost_address): Ditto.
12166 (determine_use_iv_cost_condition): Ditto.
12167 (autoinc_possible_for_pair): Ditto.
12168 (determine_use_iv_costs): More dumps.
12169 (iv_ca_get_num_inv_exprs): New function.
12170 (iv_ca_recount_cost): Consider loop invariants in register pressure
12171 cost.
12172 (iv_ca_add_use): New parameter.
12173 (iv_ca_dump): Better dumping.
12174 (iv_ca_extend): New parameter.
12175 (try_add_cand_for): Attempt to get better partial solution.
12176 (try_improve_iv_set): Pass new parameter to iv_ca_extend.
12177 (create_new-ivs): More dumps.
12178 (rewrite_use_compare): Ditto.
12179 (free_loop_data): More cleanup.
12180 (treee_ssa_iv_optimize_finalize): Ditto.
12181
12182 2010-07-28 Kai Tietz <kai.tietz@onevision.com>
12183
12184 * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
12185 * config/i386/i386.c (ix86_profile_before_prologue): New.
12186 (override_options): Add special handling for -mfentry.
12187 (ix86_function_regparm): Likewise.
12188 (ix86_function_sseregparm): Likewise.
12189 (ix86_frame_pointer_required): Likewise.
12190 (ix86_expand_prologue): Check for ms_hook_prologue.
12191 (x86_function_profiler): Adjust mcount output.
12192 (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
12193 * config/i386/i386.opt (mfentry): New.
12194 * doc/invoke.texi (mfentry): Add documentation.
12195 * doc/tm.texi: Regenerated..
12196 * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
12197 * final.c (final_start_function): Replace macro
12198 PROFILE_BEFORE_PROLOGUE by target hook.
12199 * function.c (thread_prologue_and_epilogue_insns): Likewise.
12200 * target.def (profile_before_prologue): New hook.
12201 * targhooks.c (default_profile_before_prologue): New.
12202 * targhooks.h (default_profile_before_prologue): New.
12203
12204 2010-07-28 Jakub Jelinek <jakub@redhat.com>
12205
12206 PR debug/45105
12207 * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
12208
12209 PR debug/45103
12210 * dwarf2out.c (dwarf2out_var_location): Always consider
12211 NOTE_DURING_CALL_P notes, even when not followed by real instructions.
12212
12213 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
12214
12215 PR rtl-optimization/45107
12216 * gcse.c (hash_scan_set): Use max_distance for gcse-las.
12217
12218 2010-07-28 Richard Guenther <rguenther@suse.de>
12219
12220 * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
12221 (set_lattice_value): Do not query an old default value.
12222 (get_value_for_expr): New function. Properly canonicalize
12223 float values.
12224 (ccp_visit_phi_node): Use it.
12225
12226 2010-07-28 Chung-Lin Tang <cltang@codesourcery.com>
12227
12228 * config/arm/arm.c (arm_pcs_default): Remove static.
12229 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
12230 __ARM_PCS_VFP to indicate soft/hard-float calling convention.
12231 (arm_pcs_default): Declare.
12232
12233 2010-07-28 Iain Sandoe <iains@gcc.gnu.org>
12234
12235 * config/rs6000/rs6000.c (rs6000_override_options):
12236 Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
12237 ... to darwin_rs6000_override_options.
12238 (rs6000_return_in_memory): Update preceding comment for darwin
12239 64 bit ABI. Use TARGET_MACHO inline.
12240 (rs6000_darwin64_struct_check_p): New.
12241 (function_arg_advance): Use rs6000_darwin64_struct_check_p.
12242 (function_arg): Likewise.
12243 (rs6000_arg_partial_bytes): Likewise.
12244 (rs6000_function_value): Likewise.
12245
12246 2010-07-28 Andi Kleen <ak@linux.intel.com>
12247
12248 * lto-opts.c (lto_file_read_options): Add loop over all inputs.
12249
12250 2010-07-28 Richard Guenther <rguenther@suse.de>
12251
12252 PR middle-end/44903
12253 * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
12254 targets try harder to not generate unaligned accesses.
12255
12256 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
12257
12258 PR rtl-optimization/45101
12259 * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
12260 for gcse-las.
12261
12262 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
12263
12264 PR tree-optimization/44885
12265 * tree-sra.c (find_param_candidates): Skip pointer types to arrays
12266 with non-aliased component.
12267
12268 2010-07-28 Joseph Myers <joseph@codesourcery.com>
12269
12270 * config/darwin-driver.c (SWITCH_TAKES_ARG,
12271 WORD_SWITCH_TAKES_ARG): Remove.
12272 * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
12273 * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
12274 DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
12275 (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
12276 definitions from gcc.c.
12277 * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
12278 defaults.h.
12279 * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
12280 Move to defaults.h.
12281 * opts-common.c: Include tm.h.
12282 (decode_cmdline_option): Use SWITCH_TAKES_ARG and
12283 WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
12284 Handle more than one argument. Set canonical_option_num_elements.
12285 (decode_cmdline_options_to_array): Set
12286 canonical_option_num_elements and trailing elements of
12287 canonical_option.
12288 * opts.h (struct cl_decoded_option): Allow four elements in
12289 canonical_option. Add field canonical_option_num_elements.
12290 * Makefile.in (opts-common.o): Update dependencies.
12291
12292 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
12293
12294 PR middle-end/44790
12295 PR middle-end/44993
12296 * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change. Make
12297 sure the base has address_mode before adding the offset.
12298
12299 2010-07-27 Xinliang David Li <davidxl@google.com>
12300
12301 * tree-flow.h (create_mem_ref): Add one new parameter.
12302 * tree-ssa-address.c (create_mem_ref): New parameter.
12303 (addr_to_parts): Ditto.
12304 (move_variant_to_index): New function.
12305 * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
12306
12307 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
12308
12309 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
12310 4 and 5.
12311 * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
12312 NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
12313 NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
12314 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
12315 CODE_LABELs and NOTEs.
12316 * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
12317 * combine.c (try_combine): Likewise.
12318 * ira.c (setup_prohibited_mode_move_regs): Likewise.
12319 * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
12320
12321 2010-07-27 Joseph Myers <joseph@codesourcery.com>
12322
12323 * coretypes.h (struct cl_option_handlers): Declare.
12324 * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
12325 * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
12326 * langhooks-def.h (lhd_handle_option): Declare.
12327 (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
12328 * langhooks.c (lhd_handle_option): New.
12329 * langhooks.h (struct lang_hooks): Update prototype and return
12330 value type of handle_option hook.
12331 * optc-gen.awk: Generate target_flags_explicit definition for the
12332 driver.
12333 * opts-common.c: Include diagnostic.h.
12334 (handle_option): Move from opts.c. Update prototype and return
12335 value type. Use handlers structure.
12336 (read_cmdline_option): Move from opts.c. Update prototype. Use
12337 handlers structure.
12338 (set_option): Move from opts.c.
12339 * opts.c (common_handle_option): Update prototype and return value
12340 type. Update calls to handle_option and enable_warning_as_error.
12341 (unknown_option_callback, post_handling_callback,
12342 lang_handle_option, target_handle_option): New.
12343 (handle_option, read_cmdline_option): Move to opts-common.c.
12344 (read_cmdline_options): Update prototype. Update call to
12345 read_cmdline_option.
12346 (decode_options): Initialize and use handlers structure.
12347 (set_option): Move to opts-common.c.
12348 (enable_warning_as_error): Update prototype. Update call to
12349 handle_option.
12350 * opts.h (struct cl_option_handler_func, struct
12351 cl_option_handlers): New.
12352 (handle_option, enable_warning_as_error): Update prototypes.
12353 (read_cmdline_option): Declare.
12354 * Makefile.in (opts-common.o): Update dependencies.
12355
12356 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12357
12358 * config/arm/arm.c (params.h): Include.
12359 (arm_override_options): Tune gcse-unrestricted-cost.
12360 * config/arm/t-arm (arm.o): Define dependencies.
12361
12362 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12363
12364 PR target/42495
12365 PR middle-end/42574
12366 * basic-block.h (get_dominated_to_depth): Declare.
12367 * dominance.c (get_dominated_to_depth): New function, use
12368 get_all_dominated_blocks as a base.
12369 (get_all_dominated_blocks): Use get_dominated_to_depth.
12370
12371 * gcse.c (occr_t, VEC (occr_t, heap)): Define.
12372 (hoist_exprs): Remove.
12373 (alloc_code_hoist_mem, free_code_hoist_mem): Update.
12374 (compute_code_hoist_vbeinout): Add debug print outs.
12375 (hoist_code): Partially rewrite, simplify. Use get_dominated_to_depth.
12376
12377 * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
12378 quadratic behavior.
12379 * params.h (MAX_HOIST_DEPTH): New macro.
12380 * doc/invoke.texi (max-hoist-depth): Document.
12381
12382 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12383
12384 PR rtl-optimization/40956
12385 * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
12386 constants.
12387
12388 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12389
12390 PR target/42495
12391 PR middle-end/42574
12392 * config/arm/arm.c (legitimize_pic_address): Use
12393 gen_calculate_pic_address pattern to emit calculation of PIC address.
12394 (will_be_in_index_register): New function.
12395 (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
12396 (thumb1_legitimate_address_p): Use it provided !strict_p.
12397 * config/arm/arm.md (calculate_pic_address): New expand and split.
12398
12399 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12400
12401 PR target/42495
12402 PR middle-end/42574
12403 * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
12404 * config/arm/arm.md (define_split "J", define_split "K"): Make
12405 IRA/reload friendly.
12406
12407 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12408
12409 * gcse.c (insert_insn_end_basic_block): Update signature, remove
12410 unused checks.
12411 (pre_edge_insert, hoist_code): Update.
12412
12413 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12414
12415 PR target/42495
12416 PR middle-end/42574
12417 * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
12418
12419 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12420
12421 * gcse.c (hoist_code): Generate new pseudo for every new set insn.
12422
12423 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12424
12425 PR rtl-optimization/40956
12426 PR target/42495
12427 PR middle-end/42574
12428 * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
12429 for hoisting.
12430 (hoist_code): Count occurences in current block too.
12431
12432 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12433
12434 * gcse.c (struct expr:max_distance): New field.
12435 (doing_code_hoisting_p): New static variable.
12436 (want_to_gcse_p): Change signature. Allow constrained hoisting of
12437 simple expressions, don't change behavior for PRE. Set max_distance.
12438 (insert_expr_in_table): Set new max_distance field.
12439 (hash_scan_set): Update.
12440 (hoist_expr_reaches_here_p): Stop search after max_distance
12441 instructions.
12442 (find_occr_in_bb): New static function. Use it in ...
12443 (hoist_code): Calculate sizes of basic block before any changes are
12444 done. Pass max_distance to hoist_expr_reaches_here_p.
12445 (one_code_hoisting_pass): Set doing_code_hoisting_p.
12446
12447 * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
12448 (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
12449 * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
12450 macros.
12451 * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
12452 Document.
12453
12454 2010-07-27 Jeff Law <law@redhat.com>
12455 Maxim Kuvyrkov <maxim@codesourcery.com>
12456
12457 * gcse.c (compute_transpout, transpout): Remove, move logic
12458 to prune_expressions.
12459 (compute_pre_data): Move pruning of trapping expressions ...
12460 (prune_expressions): ... here. New static function.
12461 (compute_code_hoist_data): Use it.
12462 (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
12463
12464 2010-07-27 Xinliang David Li <davidxl@google.com>
12465
12466 * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
12467 (rewrite_use_address): Adjust iv update position when needed.
12468
12469 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
12470
12471 * dbgcnt.def (hoist_insn): New debug counter.
12472 * gcse.c (hoist_code): Use it.
12473
12474 2010-07-27 Xinliang David Li <davidxl@google.com>
12475
12476 * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
12477 (niter_for_single_dom_exit): Passes additional parameter.
12478 (iv_period): Fix comments.
12479 (may_eliminate_iv): Handles multiple exit loops properly.
12480 (free_tree_niter_desc): New function.
12481 (free_loop_data): Frees up loop iteration descriptors.
12482
12483 2010-07-27 Jakub Jelinek <jakub@redhat.com>
12484
12485 PR target/44542
12486 * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
12487 of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
12488 instead of MAX_SUPPORTED_STACK_ALIGNMENT.
12489 (expand_one_var): Don't consider DECL_ALIGN for variables for
12490 which expand_one_stack_var_at has been already called.
12491
12492 PR testsuite/44701
12493 * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
12494 constraints on IA-64.
12495
12496 2010-07-27 Jie Zhang <jie@codesourcery.com>
12497
12498 PR target/44290
12499 Revert:
12500 2010-07-23 Jie Zhang <jie@codesourcery.com>
12501
12502 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
12503 false if ! tree_versionable_function_p.
12504
12505 2010-07-27 Jakub Jelinek <jakub@redhat.com>
12506
12507 * dwarf2out.c (add_data_member_location_attribute): Use
12508 add_AT_unsigned instead of add_AT_int if offset is non-negative.
12509
12510 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
12511
12512 * postreload.c (try_replace_in_use): New static function.
12513 (reload_combine_recognize_const_pattern): Use it here. Allow
12514 substituting into a final add insn, and substituting into a memory
12515 reference in an insn that sets the reg.
12516
12517 2010-07-27 Joseph Myers <joseph@codesourcery.com>
12518
12519 * common.opt (o): Add MissingArgError.
12520 * doc/options.texi (MissingArgError): Document.
12521 * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
12522 * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
12523 * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
12524 (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
12525 * langhooks.h (struct lang_hooks): Remove missing_argument.
12526 * optc-gen.awk: Handle MissingArgError and output new structure
12527 field initializers.
12528 * opts.c (read_cmdline_option): Use missing_argument_error field
12529 instead of missing_argument langhook.
12530 * opts.h (struct cl_option): Add missing_argument_error field.
12531 * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
12532
12533 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
12534
12535 PR target/29090
12536 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
12537 Darwin64 ABI, for zero-sized objects.
12538
12539 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
12540
12541 PR target/35491
12542 PR target/29090
12543
12544 Merge from Apple local 4.2.1.
12545 2005-05-11 Stan Shebs <shebs@apple.com>
12546 Fix 64-bit varargs for Darwin (Radar 4028089).
12547 * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
12548 * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
12549 Add argument, add case for 8-byte register half-filled with a float.
12550 (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
12551 single-precision floats specially.
12552
12553 2010-07-27 Ira Rosen <irar@il.ibm.com>
12554
12555 PR tree-optimization/44152
12556 * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
12557 complex numbers for further check.
12558 (vect_supported_load_permutation_p): Check nodes with
12559 complex numbers.
12560
12561 2010-07-27 Joseph Myers <joseph@codesourcery.com>
12562
12563 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
12564 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
12565 (LANG_HOOKS_INIT_OPTIONS): Update default definition.
12566 (LANG_HOOKS_INITIALIZER): Add new hooks.
12567 * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
12568 * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
12569 and complain_wrong_lang_p. Update init_options prototype.
12570 * c-objc-common.c (c_initialize_diagnostics): First call
12571 c_common_initialize_diagnostics.
12572 * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
12573 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
12574 * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
12575 * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
12576 (hook_uint_void_0): New.
12577 * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
12578 (hook_uint_void_0): New.
12579 * opts-common.c (decode_cmdline_option,
12580 decode_cmdline_options_to_array): Also fill in canonical_option field.
12581 * opts.c (complain_wrong_lang): Use langhook to determine whether
12582 to complain instead of special-casing LTO.
12583 (decode_options): Separate lang_mask determination with
12584 option_lang_mask hook from call of init_options hook.
12585 * opts.h (struct cl_decoded_option): Add canonical_option.
12586
12587 2010-07-27 Jakub Jelinek <jakub@redhat.com>
12588
12589 PR tree-optimization/45083
12590 * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
12591
12592 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
12593
12594 * postreload.c (reload_combine_recognize_const_pattern): Move test
12595 for limiting the insn movement to the right scope.
12596
12597 PR rtl-optimization/45051
12598 * reload1.c (delete_output_reload): Use refers_to_regno_p rather
12599 than reg_mentioned_p.
12600
12601 2010-07-26 Richard Henderson <rth@redhat.com>
12602
12603 PR target/44132
12604 * tree-emutls.c: New file.
12605 * Makefile.in (OBJS-common): Add it.
12606 * tree-pass.h (pass_ipa_lower_emutls): Declare.
12607 * passes.c (init_optimization_passes): Add it.
12608
12609 * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
12610 pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
12611 * expr.c (emutls_var_address): Delete.
12612 (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
12613 * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
12614 (emutls_finish): Delete.
12615 * toplev.c (compile_file): Don't call it.
12616 * tree.h (emutls_decl): Delete.
12617 * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
12618 (emutls_finish, emutls_finalize_control_var): Delete.
12619 (emutls_object_type): Move to tree-emutls.c.
12620 (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
12621 default_emutls_var_fields, get_emutls_object_type,
12622 get_emutls_init_templ_addr, emutls_decl, emutls_common_1
12623 default_emutls_var_init): Likewise.
12624 (get_variable_section): Don't special case emutls.
12625 (assemble_variable, do_assemble_alias, categorize_decl_for_section,
12626 default_elf_select_section, default_unique_section,
12627 default_encode_section_info): Likewise.
12628 * varpool.c (decide_is_variable_needed): Likewise.
12629 * gimple-iterator.c (update_call_edge_frequencies): New
12630 (gsi_insert_on_edge_immediate): Use it.
12631 (gsi_insert_seq_on_edge_immediate): Likewise.
12632 (gsi_commit_one_edge_insert): Likewise.
12633
12634 * config/i386/i386.c (x86_64_elf_select_section): Don't handle
12635 SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
12636 (x86_64_elf_unique_section): Likewise.
12637
12638 2010-07-26 Jan Hubicka <jh@suse.cz>
12639
12640 * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
12641 GTY((skip)).
12642
12643 2010-07-26 Anatoly Sokolov <aesok@post.ru>
12644
12645 * target.def (output_source_filename): New hook.
12646 * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
12647 * doc/tm.texi: Regenerate.
12648 * toplev.c (output_file_directive) Remove function.
12649 * toplev.h (output_file_directive) Remove.
12650 * output.h (default_asm_output_source_filename,
12651 output_file_directive): Declare.
12652 * varasm.h (default_asm_output_source_filename,
12653 output_file_directive): New functions.
12654
12655 * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
12656 * config/mips/mips-protos.h (mips_output_filename): Remove.
12657 * config/mips/mips.c (mips_output_filename): Make Static.
12658 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
12659
12660 2010-07-26 Richard Guenther <rguenther@suse.de>
12661
12662 PR tree-optimization/43784
12663 * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
12664 if the destination is used by the call.
12665
12666 2010-07-26 Richard Guenther <rguenther@suse.de>
12667
12668 PR middle-end/45073
12669 * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
12670 SSA updating on being in SSA form.
12671
12672 2010-07-26 Richard Guenther <rguenther@suse.de>
12673
12674 PR middle-end/45056
12675 * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
12676
12677 2010-07-26 Richard Guenther <rguenther@suse.de>
12678
12679 PR tree-optimization/45071
12680 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
12681 adjust op->opcode.
12682
12683 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
12684
12685 * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
12686 save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
12687 save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
12688 save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
12689 save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
12690 save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
12691 save_r31, return_r31, save_interrupt, return_interrupt,
12692 save_all_interrupt, return_all_interrupt, L_save_r2_r31,
12693 L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
12694 L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
12695 new ABI requirements.
12696 (save_r6_r9, L_callt_save_r6_r9): Remove.
12697 * config/v850/predicates.md (even_reg_operand, disp23_operand,
12698 const_float_1_operand const_float_0_operand): New Predicates.
12699 (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
12700 pattern_is_ok_for_epilogue): Update as per the ABI requirements.
12701 * config/v850/t-v850: Update multilibs for new target variants.
12702 (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
12703 * config/v850/t-v850e: Likewise.
12704 * config/v850/v850.c (v850_issue_rate): New.
12705 (v850_strict_argument_naming): New.
12706 (function_arg): Modify to generate a different ABI.
12707 (print_operand): Update case 'z' to support float modes.
12708 (output_move_single): Modify to generate appropriate and better
12709 assembly.
12710 (v850_float_z_comparison_operator, v850_select_cc_mode,
12711 v850_float_nz_comparison_operator, v850_gen_float_compare,
12712 v850_gen_compare): New functions to support comparison of float values.
12713 (ep_memory_offset): Add support for V850E2 targets.
12714 (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
12715 (INTERRUPT_REGPARM_NUM): Remove.
12716 (compute_register_save_size): Add extra case to save/restore long call.
12717 (use_prolog_function): New function to support prologue.
12718 (expand_prologue): Add support for V850E2 targets and modified
12719 as per the current ABI requirements.
12720 (expand_epilogue): Likewise.
12721 (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
12722 (construct_save_jarl): Likewise.
12723 (construct_dispose_instruction): Update as per the current ABI
12724 requirements.
12725 (construct_prepare_instruction): Likewise.
12726 * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
12727 (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
12728 (CPP_SPEC): Updated to support v850e2 targets.
12729 (STRICT_ALIGNMENT): Modified.
12730 (FIRST_PSEUDO_REGISTER): Updated to add even registers.
12731 (FIXED_REGISTERS): Likewise.
12732 (CALL_USED_REGISTERS): Likewise.
12733 (CONDITIONAL_REGISTER_USAGE): Updated.
12734 (HARD_REGNO_MODE_OK): Updated.
12735 (reg_class): Updated to add even registers.
12736 (REG_CLASS_NAMES): Likewise.
12737 (REG_CLASS_CONTENTS): Likewise.
12738 (REGNO_REG_CLASS): Updated for CC registers.
12739 (REG_CLASS_FROM_LETTER): Added support for even registers.
12740 (REGNO_OK_FOR_BASE_P): Updated for CC registers.
12741 (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
12742 ARG_POINTER_REGNUM): Updated.
12743 (FUNCTION_ARG_ADVANCE): Define.
12744 (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
12745 (OUTGOING_REG_PARM_STACK_SPACE): Remove.
12746 (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
12747 (GO_IF_LEGITIMATE_ADDRESS): Updated.
12748 (SELECT_CC_MODE): Define.
12749 (REGISTER_NAMES): Updated to add psw and fcc registers.
12750 (ADDITIONAL_REGISTER_NAMES): Updated.
12751 (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
12752 (JUMP_TABLES_IN_TEXT_SECTION): Updated.
12753 * config/v850/v850.md (define_constants): Define new constants.
12754 (type): Update store,bit1,macc,div,fpu and single attributes.
12755 (cpu): New attribute.
12756 (cc): Add set_z attribute.
12757 (unsign23byte_load, sign23byte_load, unsign23hword_load,
12758 sign23hword_load, 23word_load, 23byte_store, 23hword_store,
12759 23word_store): New instructions for 23-bit displacement load and store.
12760 (movqi_internal, movhi_internal): Update the attributes.
12761 (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
12762 (movsi_internal_v850e, movsi_internal, movsf_internal): Update
12763 the attributes.
12764 (v850_tst1): Modified using CC_REGNUM.
12765 (tstsi): Remove.
12766 (cmpsi): Modified as define_expand from define_insn.
12767 (cmpsi_insn, cmpsf, cmpdf): New instructions.
12768 (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
12769 udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
12770 v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
12771 one_cmplsi2): Clobber the CC_REGNUM register.
12772 (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
12773 v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
12774 v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
12775 (setf_insn, set_z_insn, set_nz_insn): New instructions for
12776 v850e2v3 target.
12777 (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
12778 (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
12779 targets.
12780 (sasf_1, sasf_2): Remove.
12781 (sasf): New instruction.
12782 (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
12783 targets. CC_REGNUM register is clobbered and attributes are
12784 updated.
12785 (branch_z_normal, branch_z_invert, branch_nz_normal,
12786 branch_nz_invert): New branch related instructions.
12787 (jump): Updated the attributes.
12788 (switch): Update to support new targets. CC_REGNUM register is
12789 clobbered and attributes are updated.
12790 (call_internal_short, call_internal_long, call_value_internal_short,
12791 call_value_internal_long): Updated the attributes.
12792 (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
12793 clobbered and attributes are updated.
12794 (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
12795 Update to support new targets. CC_REGNUM register is clobbered.
12796 (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
12797 instructions.
12798 (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
12799 are updated.
12800 (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
12801 divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
12802 negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
12803 floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
12804 rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
12805 cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
12806 cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
12807 cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
12808 movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
12809 movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
12810 point instructions defined for V850e2v3 target.
12811 (callt_save_interrupt, callt_return_interrupt, return_interrupt):
12812 Add support for V850E2 targets and CC_REGNUM register is clobbered.
12813 (callt_save_all_interrupt, callt_restore_all_interrupt): Add
12814 support for new targets.
12815 * config/v850/v850-modes.def: New file.
12816 * config/v850/v850.opt(mstrict-align): Remove.
12817 (mno-strict-align, mjump-tables-in-data-section, mv850e2,
12818 mv850e2v3): New command line options for V850.
12819 * config.gcc: Update the newly added files.
12820 * doc/invoke.texi: Update the newly added command line options for
12821 V850 target.
12822
12823 2010-07-26 Richard Guenther <rguenther@suse.de>
12824
12825 PR tree-optimization/45052
12826 * ipa-pure-const.c (check_stmt): Check volatileness.
12827
12828 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
12829
12830 PR target/44707
12831 * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
12832 * config/sparc/sparc.c: Include reload.h.
12833 (legitimize_tls_address): Rename into...
12834 (sparc_legitimize_tls_address): ...this.
12835 (legitimize_pic_address): Rename into...
12836 (sparc_legitimize_pic_address): ...this.
12837 (sparc_expand_move): Adjust to above renaming.
12838 (sparc_tls_referenced_p): Likewise.
12839 (sparc_legitimize_tls_address): Likewise.
12840 (sparc_legitimize_pic_address): Likewise.
12841 (sparc_legitimize_address): Likewise.
12842 (sparc_output_mi_thunk): Likewise.
12843 (sparc_legitimize_reload_address): New global function. Recognize
12844 (lo_sum (high ...) ...) patterns generated by earlier passes.
12845 * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
12846
12847 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
12848
12849 PR target/44484
12850 * config/sparc/predicates.md (memory_reg_operand): Delete.
12851 * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
12852 (*sync_compare_and_swap): Encode the address form in the pattern.
12853 (*sync_compare_and_swapdi_v8plus): Likewise.
12854
12855 2010-07-24 Gerald Pfeifer <gerald@pfeifer.com>
12856
12857 * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
12858 Streamline paragraph on compatibility with the system compiler.
12859
12860 2010-07-24 Steven Bosscher <steven@gcc.gnu.org>
12861
12862 PR middle-end/45035
12863 * alias.c (true_dependence_1): Fix thinko in merge of old
12864 true_dependence and canon_true_dependence.
12865
12866 2010-07-23 Jan Hubicka <jh@suse.cz>
12867
12868 * lto-streamer-out.c (write_symbol): Fix visibilities of external
12869 references.
12870
12871 2010-07-23 Le-Chun Wu <lcwu@google.com>
12872
12873 * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
12874 * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
12875 and an unnecessary assignment.
12876 * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
12877 self-assign warning.
12878 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
12879 unnecessary self-init.
12880
12881 2010-07-23 Richard Guenther <rguenther@suse.de>
12882
12883 PR lto/43071
12884 * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
12885 for -flto and -fwhopr.
12886
12887 2010-07-23 Kai Tietz <kai.tietz@onevision.com>
12888
12889 PR target/41943
12890 * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
12891 (stmp-int-hdrs): Prefix/postfix headers by include_next.
12892 * config.gcc (user_headers_inc_next_pre): New.
12893 (user_headers_inc_next_post): Likewise.
12894 (*-w64-mingw*): Use for float.h post-fixing, and for
12895 stddef.h/stdarg.h pre-fixing by include_next.
12896 * configure.ac (user_headers_inc_next_post): New.
12897 (user_headers_inc_next_pre): New.
12898 * configure: Regenerated.
12899
12900 2010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12901
12902 * configure.ac: Don't disable TLS on Solaris 8/9 by default
12903 Set tga_func for Solaris 2/x86 resp. SPARC.
12904 Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
12905 (LIB_THREAD_LDFLAGS_SPEC): Define.
12906 (LIB_TLS_SPEC): Define. Check for required Sun ld version.
12907 * configure: Regenerate.
12908 * config.in: Regenerate.
12909 * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
12910 -pthread, -threads, LIB_TLS_SPEC with -pthread.
12911 * doc/install.texi (Specific, *-*-solaris2*): Document use of
12912 alternate thread libraries on Solaris 8.
12913 Document TLS patch requirements.
12914 * doc/sourcebuild.texi (Add Options): Sort alphabetically.
12915 Document tls.
12916
12917 PR target/18788
12918 * config/sol2.h (LIB_SPEC): Link with thread libraries even with
12919 -shared.
12920
12921 2010-07-23 Jakub Jelinek <jakub@redhat.com>
12922
12923 * tree.h (struct tree_base): Add nameless_flag bitfield.
12924 (TYPE_NAMELESS, DECL_NAMELESS): Define.
12925 * omp-low.c (create_omp_child_function, scan_omp_parallel,
12926 scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
12927 DECL_ARTIFICIAL where needed.
12928 * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
12929 (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
12930 has DECL_NAMELESS set.
12931
12932 2010-07-23 Martin Jambor <mjambor@suse.cz>
12933
12934 PR tree-optimization/44915
12935 * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
12936 * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
12937 (analyze_function): Likewise.
12938
12939 2010-07-23 Martin Jambor <mjambor@suse.cz>
12940
12941 PR tree-optimization/44914
12942 * tree-sra.c (sra_modify_function_body): Return true if CFG was
12943 changed, add purging dead eh edges.
12944 (ipa_sra_modify_function_body): Return true if CFG was changed,
12945 simplify purging dead eh edges.
12946 (modify_function): Return true if CFG was changed.
12947 (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
12948 was changed.
12949 (ipa_early_sra): Likewise.
12950
12951 2010-07-23 Jie Zhang <jie@codesourcery.com>
12952
12953 PR target/44290
12954 * attribs.c (decl_attributes): Insert "noinline" and "noclone"
12955 if "naked".
12956 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
12957 false if ! tree_versionable_function_p.
12958
12959 2010-07-23 Nathan Froyd <froydnj@codesourcery.com>
12960
12961 * builtins.def (BUILT_IN_ARGS_INFO): Remove.
12962 * ipa-pure-const.c (special_builtlin_state): Remove
12963 BUILT_IN_ARGS_INFO case.
12964 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
12965 * builtins.c (expand_builtin): Likewise.
12966 (expand_builtin_args_info): Remove.
12967 * doc/tm.texi (__builtin_args_info): Remove.
12968 (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
12969 * doc/tm.text.in: Likewise.
12970
12971 2010-07-23 Richard Guenther <rguenther@suse.de>
12972
12973 * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
12974 (lto_symtab_merge_decls_2): Likewise.
12975 * tree-ssa.c (useless_type_conversion_p): Likewise.
12976 * lto-streamer-in.c (input_gimple_stmt): Likewise.
12977 * gimple.c (gtc_visited2, gtc_ob2): Remove.
12978 (struct type_pair_d): Make same_p an array indexed by mode.
12979 Update comment.
12980 (lookup_type_pair): Update initialization.
12981 (struct sccs): Adjust same_p type.
12982 (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
12983 Adjust.
12984 (print_gimple_types_stats): Likewise.
12985 * gimple.h (enum gtc_mode): New.
12986 (gimple_types_compatible_p): Adjust prototype.
12987
12988 2010-07-23 Daniel Jacobowitz <dan@codesourcery.com>
12989
12990 * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
12991 again after processing insn.
12992
12993 2010-07-23 Jie Zhang <jie@codesourcery.com>
12994
12995 * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
12996 proper words when !tree_versionable_function_p.
12997
12998 2010-07-23 Richard Guenther <rguenther@suse.de>
12999
13000 PR tree-optimization/45037
13001 * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
13002
13003 2010-07-23 Jie Zhang <jie@codesourcery.com>
13004
13005 * doc/extend.texi: Remove IP2K from the description of naked attribute.
13006 Add MCORE instead.
13007
13008 2010-07-10 Andi Kleen <ak@linux.intel.com>
13009
13010 PR lto/44992
13011 * lto-opts.c (lto_write_options): Add NULL file_data argument to
13012 lto_get_section_name.
13013 * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
13014 * lto-streamer-out.c (produce_asm): Likewise.
13015 (copy_function): Likewise.
13016 (produce_symtab): Likewise.
13017 (produce_asm_for_decls): Likewise.
13018 * lto-streamer.c (lto_get_section_name): Add file_data argument.
13019 Rewrite to add random postfix to LTO sections.
13020 * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
13021 (lto_get_section_name): Add file_data argument to prototype.
13022
13023 2010-07-10 Andi Kleen <ak@linux.intel.com>
13024
13025 * lto-section-in.c (lto_section_name): Synchronize names
13026 with lto_get_section_name.
13027
13028 2010-07-10 Andi Kleen <ak@linux.intel.com>
13029
13030 * lto-opts.c (lto_read_file_options): Check for missing section.
13031
13032 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
13033
13034 * ira.c (check_allocation): Correctly handle the case where an allocno
13035 with two objects was allocated to a single reg.
13036
13037 2010-07-22 Richard Sandiford <rdsandiford@googlemail.com>
13038
13039 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
13040 (is_widening_mult_p): Likewise.
13041 (convert_to_widen): Use them.
13042 (convert_plusminus_to_widen): Likewise. Handle fixed-point types as
13043 well as integer ones.
13044
13045 2010-07-22 Steven Bosscher <steven@gcc.gnu.org>
13046
13047 * alias.c (true_dependence_1): New function, merged version of
13048 true_dependence and canon_true_dependence.
13049 (true_dependence): Simplify.
13050 (canon_true_dependence): Simplify.
13051
13052 2010-07-22 Richard Henderson <rth@redhat.com>
13053
13054 PR target/45027
13055 * config/i386/i386.c (setup_incoming_varargs_64): Force the use
13056 of V4SFmode for the SSE saves; increase stack alignment if needed.
13057 (ix86_gimplify_va_arg): Don't increase stack alignment here.
13058
13059 2010-07-22 Jakub Jelinek <jakub@redhat.com>
13060
13061 PR bootstrap/45028
13062 * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
13063 call cprop_find_used_regs again via note_uses.
13064
13065 2010-07-22 Eric Botcazou <ebotcazou@adacore.com>
13066
13067 * alias.c (get_alias_set): Fix formatting issues.
13068
13069 2010-07-22 Steve Ellcey <sje@cup.hp.com>
13070
13071 PR middle-end/44878
13072 * stmt.c (expand_value_return): Call promote_function_mode with
13073 a for_return argument of 2 when returning by reference.
13074
13075 2010-07-22 Dodji Seketeli <dodji@redhat.com>
13076
13077 PR debug/45024
13078 * dwarf2out.c (scope_die_for): Don't fall back to the compilation
13079 unit DIE if we can find the scope DIE.
13080
13081 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
13082
13083 * ira-build.c (ira_create_object): New arg SUBWORD; all callers
13084 changed. Initialize OBJECT_SUBWORD.
13085 (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
13086 (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
13087 all callers changed.
13088 (merge_hard_reg_conflicts): Iterate over allocno subobjects.
13089 (finish_allocno): Likewise.
13090 (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
13091 (remove_low_level_allocnos): Likewise.
13092 (update_bad_spill_attribute): Likewise.
13093 (setup_min_max_allocno_live_range_point): Likewise.
13094 (sort_conflict_id_map): Likewise.
13095 (ira_flattening): Likewise. Use ior_hard_reg_conflicts.
13096 (ior_hard_reg_conflicts): New function.
13097 (ior_allocate_object_conflicts): Renamed first argument to OBJ.
13098 (compress_conflict_vecs): Iterate over objects, not allocnos.
13099 (ira_add_live_range_to_object): New function.
13100 (object_range_compare_func): Renamed from allocno_range_compare_func.
13101 All callers changed.
13102 (setup_min_max_conflict_allocno_ids): For allocnos with multiple
13103 subobjects, widen the min/max range of the lowest-order object to
13104 potentially include all other such low-order objects.
13105 * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
13106 (check_allocation): Likewise. Use more fine-grained tests for register
13107 conflicts.
13108 * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
13109 allocno subobjects.
13110 (assign_hard_reg): Keep multiple sets of conflicts. Make finer-grained
13111 choices about which bits to set in each set. Don't use
13112 ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
13113 using the multiple sets we computed.
13114 (push_allocno_to_stack): Iterate over allocno subobjects.
13115 (all_conflicting_hard_regs_coalesced): New static function.
13116 (setup_allocno_available_regs_num): Use it.
13117 (setup_allocno_left_conflicts_size): Likewise. Iterate over allocno
13118 subobjects.
13119 (coalesced_allocno_conflict): Test subobject 0 in each allocno.
13120 (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
13121 by ALLOCNO_NUM_OBJECTS.
13122 (calculate_spill_cost): Likewise.
13123 (color_pass): Express if statement in a more normal way.
13124 (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
13125 (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
13126 (setup_slot_coalesced_allocno_live_ranges): Likewise.
13127 (allocno_reload_assign): Likewise.
13128 (ira_reassign_pseudos): Likewise.
13129 (fast_allocation): Likewise.
13130 * ira-conflicts.c (build_conflict_bit_table): Likewise.
13131 (print_allocno_conflicts): Likewise.
13132 (ira_build_conflicts): Likewise.
13133 (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p. All
13134 callers changed. Test subword 0 of each allocno for conflicts.
13135 (build_object_conflicts): Renamed from build_allocno_conflicts. All
13136 callers changed. Iterate over allocno subobjects.
13137 * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
13138 * ira-int.h (struct ira_allocno): New member: num_objects.
13139 Rename object to objects and change it into an array.
13140 (ALLOCNO_OBJECT): Add new argument N.
13141 (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
13142 (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
13143 (ior_hard_reg_conflicts): Declare.
13144 (ira_add_live_range_to_object): Declare.
13145 (ira_allocno_object_iterator): New.
13146 (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
13147 (FOR_EACH_ALLOCNO_OBJECT): New macro.
13148 * ira-lives.c (objects_live): Renamed from allocnos_live; all
13149 uses changed.
13150 (allocnos_processed): New sparseset.
13151 (make_object_born): Renamed from make_allocno_born; take an
13152 ira_object_t argument. All callers changed.
13153 (make_object_dead): Renamed from make_allocno_dead; take an
13154 ira_object_t argument. All callers changed.
13155 (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
13156 All callers changed.
13157 (mark_pseudo_regno_live): Iterate over allocno subobjects.
13158 (mark_pseudo_regno_dead): Likewise.
13159 (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
13160 functions.
13161 (mark_ref_live): Detect subword accesses and call
13162 mark_pseudo_regno_subword_live as appropriate.
13163 (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
13164 (process_bb_nodes_live): Deal with object-related updates first; set
13165 and test bits in allocnos_processed to avoid computing allocno
13166 statistics more than once.
13167 (create_start_finish_chains): Iterate over objects, not allocnos.
13168 (print_object_live_ranges): New function.
13169 (print_allocno_live_ranges): Use it.
13170 (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
13171 and objects_live.
13172
13173 2010-07-22 Richard Guenther <rguenther@suse.de>
13174
13175 PR lto/42451
13176 * gimple.c (gtc_next_dfs_num): New global.
13177 (struct sccs): Make value a union, add integer same_p member.
13178 (gtc_visit): New function.
13179 (gimple_types_compatible_p_1): New function, split out from ...
13180 (gimple_types_compatible_p): ... here. Start a DFS walk here.
13181 (iterative_hash_gimple_type): Adjust for sccs change.
13182
13183 2010-07-22 Martin Jambor <mjambor@suse.cz>
13184
13185 PR tree-optimization/44891
13186 * tree-sra.c: Include gimple-pretty-print.h.
13187 (replace_uses_with_default_def_ssa_name): Renamed to
13188 get_repl_default_def_ssa_name, return the new SSA name instead of
13189 replacing the old one.
13190 (sra_modify_assign): Dump a message when removing a load, if the LHS
13191 is an SSA_NAME, do not do any propagation, just set the RHS to a
13192 default definition SSA NAME, type convert if necessary.
13193 * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
13194
13195 2010-07-22 Richard Guenther <rguenther@suse.de>
13196
13197 PR tree-optimization/45017
13198 * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
13199 TYPE_PRECISION of integral types in addition to size.
13200
13201 2010-07-22 Maxim Kuvyrkov <maxim@codesourcery.com>
13202
13203 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
13204 when no C library is specified.
13205
13206 2010-07-22 Martin Jambor <mjambor@suse.cz>
13207
13208 * ipa-prop.h (struct ipa_node_params): Updated comment.
13209 (struct ipa_edge_args): Likewise.
13210 * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
13211
13212 2010-07-22 Martin Jambor <mjambor@suse.cz>
13213
13214 * cgraphunit.c (verify_edge_count_and_frequency): New function.
13215 (verify_cgraph_node): Verify frequencies of indirect edges.
13216 * tree-inline.c (tree_function_versioning): Update frequencies of
13217 indirect edges.
13218
13219 2010-07-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
13220
13221 PR target/43698
13222 * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
13223 Set *arm_rev to be predicable.
13224
13225 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
13226
13227 * config/darwin.h (LINK_COMMAND_SPEC): Split into...
13228 (LINK_COMMAND_SPEC_A): New.
13229 (DSYMUTIL): New.
13230 (DSYMUTIL_SPEC): New.
13231 * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
13232 (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
13233
13234 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
13235
13236 * calls.c (load_register_parameters): Move check for zero
13237 sized items so that only the call to
13238 mem_overlaps_already_clobbered_arg_p () is protected.
13239
13240 2010-07-22 Jan Hubicka <jh@suse.cz>
13241
13242 * ipa-pure-const.c (varying_state): Break out from ...
13243 (get_function_state): ... here; always return varying_state
13244 when state would be NULL otherwise.
13245 (remove_node_data): Do not free varying state.
13246
13247 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
13248
13249 PR bootstrap/44970
13250 PR middle-end/45009
13251 * postreload.c: Include "target.h".
13252 (reload_combine_closest_single_use): Don't take DEBUG_INSNs
13253 into account.
13254 (fixup_debug_insns): Don't copy the rtx.
13255 (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
13256 Don't copy when replacing. Call fixup_debug_insns in the case where
13257 we merged one add with another.
13258 (reload_combine_recognize_pattern): Fail if there aren't any uses.
13259 Try harder to determine whether we're picking a valid index register.
13260 Don't set store_ruid for an insn we're going to scan in the
13261 next iteration.
13262 (reload_combine): Remove unused code.
13263 (reload_combine_note_use): When updating use information for
13264 an old insn, ignore a use that occurs after store_ruid.
13265 * Makefile.in (postreload.o): Update dependencies.
13266
13267 * function.c (record_hard_reg_sets): Restrict the previous change
13268 to cases where the incoming nominal mode is the same as the
13269 incoming promoted mode and everything happens in MODE_INT.
13270
13271 2010-07-21 Jakub Jelinek <jakub@redhat.com>
13272
13273 PR debug/45015
13274 * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
13275 ASM_OPERANDS_OUTPUT_IDX.
13276 (adjust_insn): For inline asm with multiple sets ensure first
13277 ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
13278 the insn.
13279
13280 2010-07-21 Richard Henderson <rth@redhat.com>
13281
13282 * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
13283 comparison for avoiding xmm register saves. Emit the xmm register
13284 saves explicitly.
13285 * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
13286 (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
13287 (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
13288 Remove patterns and the associated splitters.
13289
13290 2010-07-21 Changpeng Fang <changpeng.fang@amd.com>
13291
13292 * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
13293 and imagine parts of a complex, so that they can have the same
13294 base and fall into the same group.
13295
13296 2010-07-21 Richard Guenther <rguenther@suse.de>
13297
13298 PR lto/45018
13299 * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
13300 of TYPE_DECLs. Do not follow TYPE_NEXT_VARIANT,
13301 TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
13302
13303 2010-07-21 Martin Jambor <mjambor@suse.cz>
13304
13305 PR tree-optimization/44900
13306 * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
13307 (sra_modify_assign): Move gsi to the next statmenent unconditionally.
13308
13309 2010-07-21 Bernd Schmidt <bernds@codesourcery.com>
13310
13311 PR middle-end/44738
13312 * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
13313
13314 2010-07-21 Richard Guenther <rguenther@suse.de>
13315
13316 PR middle-end/45013
13317 * tree-ssa.c (useless_type_conversion_p): Dispatch to
13318 gimple_types_compatible_p only when in lto.
13319 * gimple.c (gimple_types_compatible_p): Use canonical types
13320 to speed up comparison.
13321
13322 2010-07-21 Richard Guenther <rguenther@suse.de>
13323
13324 * tree-flow.h (referenced_var): Move define ...
13325 * tree-flow-inline.h (referenced_var): ... here as an inline
13326 function. Assert here ...
13327 * tree-dfa.c (referenced_var_lookup): ... instead of here.
13328 * tree-ssa.c (maybe_optimize_var): Check if the variable
13329 is in referenced vars.
13330 (execute_update_addresses_taken): Remove old broken check.
13331 * gimple-pretty-print.c (pp_points_to_solution): Use
13332 referenced_var_lookup.
13333 * tree-into-ssa.c (dump_decl_set): Likewise.
13334
13335 2010-07-21 Jakub Jelinek <jakub@redhat.com>
13336
13337 PR debug/45003
13338 * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
13339 * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
13340 ZERO_EXTEND here.
13341
13342 2010-07-20 Richard Henderson <rth@redhat.com>
13343
13344 * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
13345
13346 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
13347
13348 * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
13349 computing the sum of the stack pointer and a large constant.
13350 * config/arm/constraints.md (M): Remove superfluous parentheses.
13351 (Pc): New constraint.
13352
13353 2010-07-20 Jakub Jelinek <jakub@redhat.com>
13354
13355 PR debug/45006
13356 * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
13357 operand's type if exp is tcc_unary class tree.
13358
13359 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
13360
13361 * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
13362 Reverse sense of if_then_else condition.
13363
13364 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
13365
13366 * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
13367 * config/rs6000/rs6000.c (rs6000_override_options): Set
13368 rs6000_block_move_inline_limit appropriately.
13369 (expand_block_move): Use rs6000_block_move_inline_limit.
13370 * doc/invoke.texi (mblock-move-inline-limit): Document.
13371
13372 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
13373
13374 * postreload.c (fixup_debug_insns): Remove arg REGNO. New args
13375 FROM and TO. All callers changed. Don't look for tracked uses,
13376 just scan the RTL for DEBUG_INSNs and substitute.
13377 (reload_combine_recognize_pattern): Call fixup_debug_insns.
13378 (reload_combine): Ignore DEBUG_INSNs.
13379
13380 2010-07-20 Jakub Jelinek <jakub@redhat.com>
13381
13382 * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
13383 depth to 8 from 5.
13384
13385 PR debug/45003
13386 * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
13387 or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
13388 instead of the result's type.
13389
13390 2010-07-20 Richard Guenther <rguenther@suse.de>
13391
13392 PR tree-optimization/44977
13393 * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
13394 SSA form.
13395
13396 2010-07-20 Richard Guenther <rguenther@suse.de>
13397
13398 * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
13399 (lto_symtab_merge_decls_2): Likewise.
13400 * gimple.h (gimple_types_compatible_p): Declare.
13401 * gimple.c (gimple_queue_type_fixup): Remove.
13402 (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
13403 (gimple_compatible_complete_and_incomplete_type_p): New function.
13404 (gimple_types_compatible_p): Adjust.
13405 (gimple_register_type): Remove type fixup code.
13406 (print_gimple_types_stats): Adjust.
13407 (free_gimple_type_tables): Likewise.
13408 * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
13409 * tree-ssa.c (useless_type_conversion_p): Likewise.
13410
13411 2010-07-20 Richard Guenther <rguenther@suse.de>
13412
13413 PR middle-end/44971
13414 PR middle-end/44988
13415 * tree-ssa.c (maybe_optimize_var): New function split out from ...
13416 (execute_update_addresses_taken): ... here.
13417 (non_rewritable_mem_ref_base): Likewise.
13418 (execute_update_addresses_taken): Do not iterate over all referenced
13419 vars but just all local decls and parms.
13420 Properly check call and asm arguments and rewrite call arguments.
13421
13422 2010-07-20 Maxim Kuvyrkov <maxim@codesourcery.com>
13423
13424 * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
13425 to top level.
13426 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
13427 definitions ...
13428 * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
13429 New macro.
13430 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
13431
13432 2010-07-19 Richard Sandiford <rdsandiford@googlemail.com>
13433
13434 * gengtype.c (start_root_entry): New function, split out from
13435 write_root. Check whether V is null and raise an error if so.
13436 (write_field_root): Check for V being null. Don't raise an error here;
13437 set V to null instead.
13438 (write_root): Update comment above function. Use start_root_entry.
13439
13440 2010-07-19 Xinliang David Li <davidxl@google.com>
13441
13442 PR testsuite/44932
13443 * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
13444 def edges.
13445 (find_uninit_use): Add dump.
13446 (is_use_properly_guarded): Ditto.
13447 (warn_uninitialized_phi): Ditto.
13448 (execute_late_warn_uninitialized): Ditto.
13449
13450 2010-07-19 Richard Guenther <rguenther@suse.de>
13451
13452 PR middle-end/44941
13453 * expr.c (emit_block_move_hints): Move zero size check first.
13454 Move asserts to more useful places.
13455 * calls.c (load_register_parameters): Check for zero size.
13456
13457 2010-07-19 Richard Henderson <rth@redhat.com>
13458
13459 * tree-optimize.c (execute_all_early_local_passes): New. Change
13460 cgraph_state here ...
13461 (execute_early_local_optimizations): ... not here. Remove.
13462 (pass_early_local_passes, pass_all_early_optimizations): Update.
13463
13464 2010-07-19 Bernd Schmidt <bernds@codesourcery.com>
13465
13466 * postreload.c (reload_combine_closest_single_use): Ignore the
13467 number of uses for DEBUG_INSNs.
13468 (fixup_debug_insns): New static function.
13469 (reload_combine_recognize_const_pattern): Use it. Don't let the
13470 main loop be affected by DEBUG_INSNs.
13471 Really disallow moving adds past a jump insn.
13472 (reload_combine_recognize_pattern): Don't update use_ruid here.
13473 (reload_combine_note_use): Do it here.
13474 (reload_combine): Use control_flow_insn_p rather than JUMP_P.
13475
13476 2010-07-19 Bingfeng Mei <bmei@broadcom.com>
13477
13478 * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
13479 of a loop.
13480 * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
13481
13482 2010-07-19 Iain Sandoe <iains@gcc.gnu.org>
13483
13484 * config/i386/darwin.h: Define darwin_emit_branch_islands.
13485 (TARGET_MACHO_BRANCH_ISLANDS): New.
13486 (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
13487 * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
13488 default value.
13489 * config/i386/i386.c (output_pic_addr_const): Do not emit
13490 branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
13491 (x86_output_mi_thunk): Adjust symbol creation.
13492 * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
13493 Remove out of date comment.
13494 * config/rs6000/rs6000.c (print_operand): Adjust symbol.
13495 (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
13496 (DARWIN_GENERATE_ISLANDS): Ditto.
13497 (output_call): Do not emit branch islands unless
13498 darwin_emit_branch_islands is set.
13499 * config/darwin.c: Declare darwin_emit_branch_islands.
13500 (machopic_indirect_data_reference): Do not emit unless
13501 darwin_emit_branch_islands is set.
13502 (darwin_override_options): Set darwin_emit_branch_islands
13503 where it is needed.
13504 * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
13505
13506 2010-07-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13507
13508 * doc/sourcebuild.texi (Effective-Target Keywords): Document
13509 sse_runtime, sse2_runtime.
13510
13511 2010-07-18 Richard Sandiford <rdsandiford@googlemail.com>
13512
13513 * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
13514 low half of a single-register SCmode return value before ORing
13515 it with the high half.
13516 * config/mips/mips16.S (MERGE_GPRf): Likewise.
13517
13518 2010-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13519
13520 PR target/44805
13521 * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
13522 on all targets.
13523
13524 2010-07-17 Bernd Schmidt <bernds@codesourcery.com>
13525
13526 PR target/42235
13527 * postreload.c (reload_cse_move2add): Return bool, true if anything.
13528 changed. All callers changed.
13529 (move2add_use_add2_insn): Likewise.
13530 (move2add_use_add3_insn): Likewise.
13531 (reload_cse_regs): If reload_cse_move2add changed anything, rerun
13532 reload_combine.
13533 (RELOAD_COMBINE_MAX_USES): Bump to 16.
13534 (last_jump_ruid): New static variable.
13535 (struct reg_use): New members CONTAINING_MEM and RUID.
13536 (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
13537 (reload_combine_split_one_ruid, reload_combine_split_ruids,
13538 reload_combine_purge_insn_uses, reload_combine_closest_single_use
13539 reload_combine_purge_reg_uses_after_ruid,
13540 reload_combine_recognize_const_pattern): New static functions.
13541 (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
13542 is true for our reg and that we have available index regs.
13543 (reload_combine_note_use): New args RUID and CONTAINING_MEM. All
13544 callers changed. Use them to initialize fields in struct reg_use.
13545 (reload_combine): Initialize last_jump_ruid. Be careful when to
13546 take PREV_INSN of the scanned insn. Update REAL_STORE_RUID fields.
13547 Call reload_combine_recognize_const_pattern.
13548 (reload_combine_note_store): Update REAL_STORE_RUID field.
13549
13550 2010-07-16 Jason Merrill <jason@redhat.com>
13551
13552 * Makefile.in (opts-common.o): Depend on options.h.
13553
13554 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
13555
13556 * tree.c (build_common_builtin_nodes): Use build_function_type_list
13557 instead of build_function_type.
13558 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
13559 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
13560
13561 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
13562
13563 * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
13564 do all the work.
13565 (rs6000_emit_int_cmove): Use function pointers for insn generation.
13566 Don't force values into registers unnecessarily.
13567 (output_isel): Assert that we're not given conditions we can't handle.
13568 Delete corresponding code.
13569 * config/rs6000/rs6000.md (isel_signed_<mode>): Use
13570 scc_comparison_operator constraint. Permit 0 for the consequent
13571 operand. Permit any GPR for the alternative operand.
13572 (isel_unsigned_<mode>): Likewise.
13573
13574 2010-07-16 Jakub Jelinek <jakub@redhat.com>
13575
13576 PR target/44942
13577 * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
13578 argument to const_tree.
13579 * config/i386/i386.c (function_arg_advance): If padding needs to be
13580 inserted before argument, increment cum->words by number of padding
13581 words as well.
13582 (contains_aligned_value_p): Change argument to const_tree.
13583 (ix86_function_arg_boundary): Change second argument to const_tree.
13584
13585 2010-07-16 Bernd Schmidt <bernds@codesourcery.com>
13586
13587 PR target/42235
13588 * function.c (record_hard_reg_sets): New static function.
13589 (assign_parm_setup_reg): If an optab for extending exists and the
13590 generated code clobbbers no hard regs, emit the insn directly and
13591 create a REG_EQUIV note.
13592
13593 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
13594
13595 * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
13596 TREE_CHAIN.
13597 * c-typeck.c (push_init_level): Likewise.
13598 (process_init_element): Likewise.
13599
13600 2010-07-15 Anatoly Sokolov <aesok@post.ru>
13601
13602 * tree.h (enum tree_index): Add TI_INTEGER_THREE.
13603 (integer_three_node): Add.
13604 * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
13605 NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
13606 * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
13607 of call build_int_cst.
13608 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
13609 * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
13610 (find_interesting_uses_address): Ditto.
13611 * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
13612 * tree-eh.c (lower_eh_constructs_2): Ditto.
13613 * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
13614 * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
13615 * expmed.c (expand_divmod): Ditto.
13616 * tree-mudflap.c (mx_register_decls): Ditto.
13617 * varasm.c (array_size_for_constructor): Ditto.
13618 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
13619 * c-parser.c (c_parser_postfix_expression): Ditto.
13620
13621 2010-07-15 Bernd Schmidt <bernds@codesourcery.com>
13622
13623 * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
13624 New static variables.
13625 (reload_combine_recognize_pattern): New static function, broken out
13626 of reload_combine.
13627 (reload_combine): Use it. Only initialize first_index_reg and
13628 last_index_reg once.
13629
13630 2010-07-15 Richard Henderson <rth@redhat.com>
13631
13632 * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
13633 when done.
13634
13635 2010-07-15 Jan Hubicka <jh@suse.cz>
13636
13637 * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
13638 comdats for broken gold.
13639 (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
13640
13641 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
13642
13643 * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
13644
13645 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
13646
13647 * tree.h (DECL_CHAIN): Define.
13648 * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
13649 * c-decl.c: Likewise.
13650 * c-parser.c: Likewise.
13651 * c-typeck.c: Likewise.
13652 * cfgexpand.c: Likewise.
13653 * cgraph.c: Likewise.
13654 * cgraphunit.c: Likewise.
13655 * combine.c: Likewise.
13656 * config/alpha/alpha.c: Likewise.
13657 * config/arm/arm.c: Likewise.
13658 * config/frv/frv.c: Likewise.
13659 * config/i386/i386.c: Likewise.
13660 * config/i386/winnt-cxx.c: Likewise.
13661 * config/ia64/ia64.c: Likewise.
13662 * config/iq2000/iq2000.c: Likewise.
13663 * config/mep/mep.c: Likewise.
13664 * config/mips/mips.c: Likewise.
13665 * config/pa/som.h: Likewise.
13666 * config/rs6000/rs6000.c: Likewise.
13667 * config/s390/s390.c: Likewise.
13668 * config/sh/sh.c: Likewise.
13669 * config/sh/symbian-cxx.c: Likewise.
13670 * config/sparc/sparc.c: Likewise.
13671 * config/spu/spu.c: Likewise.
13672 * config/stormy16/stormy16.c: Likewise.
13673 * config/vxworks.c: Likewise.
13674 * config/xtensa/xtensa.c: Likewise.
13675 * coverage.c: Likewise.
13676 * dbxout.c: Likewise.
13677 * dwarf2out.c: Likewise.
13678 * emit-rtl.c: Likewise.
13679 * expr.c: Likewise.
13680 * function.c: Likewise.
13681 * gimple-low.c: Likewise.
13682 * gimple-pretty-print.c: Likewise.
13683 * gimplify.c: Likewise.
13684 * integrate.c: Likewise.
13685 * ipa-inline.c: Likewise.
13686 * ipa-prop.c: Likewise.
13687 * ipa-split.c: Likewise.
13688 * ipa-struct-reorg.c: Likewise.
13689 * ipa-type-escape.c: Likewise.
13690 * langhooks.c: Likewise.
13691 * lto-cgraph.c: Likewise.
13692 * omp-low.c: Likewise.
13693 * stor-layout.c: Likewise.
13694 * tree-cfg.c: Likewise.
13695 * tree-complex.c: Likewise.
13696 * tree-dfa.c: Likewise.
13697 * tree-dump.c: Likewise.
13698 * tree-inline.c: Likewise.
13699 * tree-mudflap.c: Likewise.
13700 * tree-nested.c: Likewise.
13701 * tree-object-size.c: Likewise.
13702 * tree-pretty-print.c: Likewise.
13703 * tree-sra.c: Likewise.
13704 * tree-ssa-live.c: Likewise.
13705 * tree-ssa-loop-niter.c: Likewise.
13706 * tree-ssa-math-opts.c: Likewise.
13707 * tree-ssa-reassoc.c: Likewise.
13708 * tree-ssa-sccvn.c: Likewise.
13709 * tree-ssa-structalias.c: Likewise.
13710 * tree-tailcall.c: Likewise.
13711 * tree-vrp.c: Likewise.
13712 * tree.c: Likewise.
13713 * var-tracking.c: Likewise.
13714 * varasm.c: Likewise.
13715
13716 2010-07-15 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13717
13718 PR target/44877
13719 * config/spu/spu.c (spu_expand_builtin_1): Allow references
13720 (as well as pointers) as argument to mask_for_load builtins.
13721
13722 2010-07-15 Richard Guenther <rguenther@suse.de>
13723
13724 PR tree-optimization/44946
13725 * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
13726 with accessing only padding properly.
13727
13728 2010-07-15 Jan Hubicka <jh@suse.cz>
13729
13730 * ipa.c (function_and_variable_visibility): Variables marked as used
13731 should not be localized.
13732
13733 2010-07-15 Jan Hubicka <jh@suse.cz>
13734
13735 * cgraph.c: Include lto-streamer.h
13736 (change_decl_assembler_name): Work when assembler name hash is at place.
13737 (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
13738 be sure to rename it to avoid name clash.
13739 * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
13740 Localize hidden symbols only when locally defined.
13741
13742 2010-07-15 Uros Bizjak <ubizjak@gmail.com>
13743
13744 * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
13745
13746 2010-07-15 Magnus Granberg <zorry@gentoo.org>
13747 Kevin F. Quinn <kevquinn@gentoo.org>
13748
13749 * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
13750 * common.opt: Add -Wtrampolines.
13751 * doc/invoke.texi: Add -Wtrampolines.
13752
13753 2010-07-15 Jie Zhang <jie@codesourcery.com>
13754
13755 * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
13756 cortex_a8_issue_ls.
13757
13758 2010-07-15 Dave Korn <dave.korn.cygwin@gmail.com>
13759
13760 * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
13761 * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
13762
13763 2010-07-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13764
13765 * config/spu/spu.c (reg_names): Remove prototype.
13766 (call_used_regs): Likewise.
13767
13768 2010-07-14 Dave Korn <dave.korn.cygwin@gmail.com>
13769
13770 * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
13771 "unused" with attribute "used".
13772 (__JCR_END__): Likewise.
13773 * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
13774 "used" attribute.
13775 (__JCR_LIST__): Replace attribute "unused" with attribute "used".
13776
13777 2010-07-14 Richard Guenther <rguenther@suse.de>
13778
13779 * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
13780 (maybe_fixup_decls): Likewise.
13781 (input_gimple_stmt): Do not fixup anything.
13782 * lto-streamer-out.c (output_gimple_stmt): Make sure all
13783 non-automatic variable uses are wrapped inside a MEM_REF.
13784
13785 2010-07-14 Richard Henderson <rth@redhat.com>
13786
13787 * passes.c (rest_of_decl_compilation): Do not call assemble_variable
13788 for functions.
13789 * varasm.c (assemble_variable): Remove early exit for functions;
13790 assert that we're given a variable.
13791
13792 2010-07-14 Jie Zhang <jie@codesourcery.com>
13793
13794 * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
13795 cortex_a8_default when neon_type is not none.
13796
13797 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
13798
13799 * lower-subreg.c (subreg_context): New static bitmap.
13800 (decompose_multiword_subregs): Allocate and free it.
13801 (find_decomposable_subregs): Set a bit in it for a register that
13802 occurs in a subreg that changes mode but not size.
13803 (can_decompose_p): Test it instead of non_decomposable_context.
13804
13805 2010-07-14 Richard Guenther <rguenther@suse.de>
13806
13807 PR tree-optimization/44824
13808 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
13809 is_gimple_mem_ref_addr.
13810 (tree_ssa_forward_propagate_single_use_vars): Do not propagate
13811 non-decl_address_invariant_p addresses.
13812
13813 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
13814
13815 * reload.c (find_reloads): Revert code to penalize small register
13816 classes that was brought in with the IRA merge.
13817
13818 2010-07-14 Richard Guenther <rguenther@suse.de>
13819
13820 * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
13821 as base of ARRAY_REFs.
13822
13823 2010-07-14 Richard Guenther <rguenther@suse.de>
13824
13825 PR middle-end/44930
13826 * tree-pretty-print.c (do_niy): Do not print a newline.
13827
13828 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
13829
13830 * ira-int.h (struct ira_object): New.
13831 (ira_object_t): New typedef. Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
13832 (struct ira_allocno): Remove members min, max,
13833 conflict_allocno_array, conflict_id, conflict_allocno_array_size,
13834 conflict_allocnos_num and conflict_vec_p. Add new member object.
13835 (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
13836 OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
13837 OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
13838 OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
13839 ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
13840 ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
13841 ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
13842 ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
13843 an ira_object_t rather than ira_allocno_t. All uses changed.
13844 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
13845 contains a vector of ira_object_t; all uses changed.
13846 (ira_objects_num): Declare variable.
13847 (ira_create_allocno_object): Declare function.
13848 (ira_conflict_vector_profitable_p): Adjust prototype.
13849 (ira_allocate_conflict_vec): Renamed from
13850 ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
13851 (ira_allocate_object_conflicts): Renamed from
13852 ira_allocate_allocno_conflicts; first arg now ira_object_t.
13853 (struct ira_object_iterator): New.
13854 (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
13855 (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
13856 to conflict_vec_p. All uses changed.
13857 (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
13858 Changed to take into account that conflicts are now tracked for
13859 objects.
13860 * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
13861 Args changed to accept ira_object_t. All uses changed.
13862 (allocnos_conflict_p): New static function.
13863 (collected_conflict_objects): Renamed from collected_allocno_objects;
13864 now a vector of ira_object_t. All uses changed.
13865 (build_conflict_bit_table): Changed to take into account that
13866 conflicts are now tracked for objects.
13867 (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
13868 (print_allocno_conflicts, ira_build_conflicts): Likewise.
13869 * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
13870 setup_allocno_left_conflicts_size, allocno_reload_assign,
13871 fast_allocation): Likewise.
13872 * ira-lives.c (make_hard_regno_born, make_allocno_born)
13873 process_single_reg_class_operands, process_bb_node_lives): Likewise.
13874 * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
13875 Likewise.
13876 * ira-build.c (ira_objects_num): New variable.
13877 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
13878 contains a vector of ira_object_t; all uses changed.
13879 (ira_object_id_map_vec): Corresponding change.
13880 (object_pool): New static variable.
13881 (initiate_allocnos): Initialize it.
13882 (finish_allocnos): Free it.
13883 (ira_create_object, ira_create_allocno_object, create_allocno_objects):
13884 New functions.
13885 (ira_create_allocno): Don't set members that were removed.
13886 (ira_set_allocno_cover_class): Don't change conflict hard regs.
13887 (merge_hard_reg_conflicts): Changed to take into account that
13888 conflicts are now tracked for objects.
13889 (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
13890 allocate_conflict_bit_vec, ira_allocate_object_conflicts,
13891 compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
13892 setup_min_max_allocno_live_range_point, allocno_range_compare_func,
13893 setup_min_max_conflict_allocno_ids, ): Likewise.
13894 (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
13895 to ira_object_t; all callers changed.
13896 (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
13897 to ira_object_t, all callers changed.
13898 (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
13899 to ira_object_t, all callers changed.
13900 (conflict_check, curr_conflict_check_tick): Renamed from
13901 allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
13902 changed.
13903 (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
13904 arg changed to ira_object_t, all callers changed.
13905 (create_cap_allocno): Call ira_create_allocno_object.
13906 (finish_allocno): Free the corresponding object.
13907 (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
13908 callers changed. Adjusted for dealing with objects.
13909 (ira_build): Call create_allocno_objects after ira_costs. Adjusted for
13910 dealing with objects.
13911 * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
13912
13913 * ira-int.h (struct live_range): Rename allocno member to object
13914 and change type to ira_object_t.
13915 (struct ira_object): New member live_ranges.
13916 (struct ira_allocno): Remove member live_ranges.
13917 (ALLOCNO_LIVE_RANGES): Remove.
13918 (OBJECT_LIVE_RANGES): New macro.
13919 (ira_create_live_range, ira_copy_live_range_list,
13920 ira_merge_live_range_list, ira_live_ranges_intersect_p,
13921 ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
13922 * ira-build.c (ira_create_object): Initialize live ranges here.
13923 (ira_create_allocno): Not here.
13924 (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
13925 changed to ira_object_t, all callers changed.
13926 (copy_live_range): Rename from copy_allocno_live_range, all callers
13927 changed.
13928 (ira_copy_live_range_list): Rename from
13929 ira_copy_allocno_live_range_list, all callers changed.
13930 (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
13931 all callers changed.
13932 (ira_live_ranges_intersect_p): Rename from
13933 ira_allocno_live_ranges_intersect_p, all callers changed.
13934 (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
13935 callers changed.
13936 (ira_finish_live_range_list): Rename from
13937 ira_finish_allocno_live_range_list, all callers changed.
13938 (change_object_in_range_list): Rename from change_allocno_in_range_list,
13939 last arg changed to ira_object_t, all callers changed.
13940 (finish_allocno): Changed to expect live ranges in the allocno's object.
13941 (move_allocno_live_ranges, copy_allocno_live_ranges,
13942 update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
13943 ira_flattening, ira_build): Likewise.
13944 * ira-color.c (allocnos_have_intersected_live_ranges_p,
13945 slot_coalesced_allocno_live_ranges_intersect,
13946 setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
13947 * ira-conflicts.c (build_conflict_bit_table): Likewise.
13948 * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
13949 * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
13950 make_allocno_dead, create_start_finish_chains,
13951 remove_some_program_points_and_update_live_ranges,
13952 ira_debug_live_range_list): Likewise.
13953
13954 * ira-int.h (ira_object_conflict_iterator): Rename from
13955 ira_allocno_conflict_iterator.
13956 (ira_object_conflict_iter_init): Rename from
13957 ira_allocno_conflict_iter_init, second arg changed to
13958 * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
13959 FOR_EACH_ALLOCNO_CONFLICT.
13960 * ira-color.c (assign_hard_reg, push_allocno_to_stack)
13961 setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
13962 ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
13963 * ira-conflicts.c (print_allocno_conflicts): Likewise.
13964
13965 2010-07-13 Joern Rennecke <joern.rennecke@embecosm.com>
13966
13967 PR other/44874
13968 * tree-dump.c (dump_options): Add enumerate_locals entry.
13969 Add TDF_NOID exclusion to all entry.
13970 * tree-dump.h (dump_enumerated_decls): Declare.
13971 * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
13972 Don't display type uid.
13973 (print_declaration): Don't crash on TREE_TYPE (t) == 0.
13974 * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
13975 * tree-ssa-live.c: Include gimple.h.
13976 (numbered_tree_d): New struct.
13977 (numbered_tree): New typedef.
13978 (DEF_VEC_O (numbered_tree): New.
13979 (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
13980 (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
13981 (dump_enumerated_decls): Likewise.
13982 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
13983 debug info and flag_dump_final_insns, call dump_enumerated_decls.
13984 * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
13985 * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
13986
13987 2010-07-13 Richard Sandiford <rdsandiford@googlemail.com>
13988
13989 * expmed.h (MAX_BITS_PER_WORD): Move to...
13990 * defaults.h (MAX_BITS_PER_WORD): ...here.
13991
13992 2010-07-13 DJ Delorie <dj@redhat.com>
13993
13994 * config/h8300/h8300.c (h8300_init_once): Default to
13995 -fstrict_volatile_bitfields.
13996
13997 * config/sh/sh.c (sh_override_options): Default to
13998 -fstrict_volatile_bitfields.
13999
14000 * config/rx/rx.c (rx_option_override): New.
14001
14002 * config/m32c/m32c.c (m32c_override_options): Default to
14003 -fstrict_volatile_bitfields.
14004
14005 2010-07-13 Nathan Froyd <froydnj@codesourcery.com>
14006
14007 * tree.h (build_function_call_expr): Delete.
14008 (build_call_expr_loc_array): New function.
14009 (build_call_expr_loc_vec): New function.
14010 * tree-flow.h (struct omp_region): Change type of ws_args field
14011 to a VEC.
14012 * builtins.c (build_function_call_expr): Delete.
14013 (build_call_expr_loc_array): New function.
14014 (build_call_expr_loc): Call it. Use XALLOCAVEC.
14015 (build_call_expr): Likewise.
14016 (build_call_expr_loc_vec): New function.
14017 * cgraphunit.c (build_cdtor): Call build_call_expr instead of
14018 build_function_call_expr.
14019 * expr.c (emutls_var_address): Likewise.
14020 * varasm.c (emutls_common_1): Likewise.
14021 * omp-low.c (expand_omp_atomic_mutex): Likewise.
14022 (expand_omp_taskreg): Adjust for new type of region->ws_args.
14023 (get_ws_args_for): Return a VEC instead of a tree.
14024 (expand_parallel_call): Call build_call_expr_loc_vec instead of
14025 build_function_call_expr.
14026 * stor-layout.c (self_referential_size): Likewise.
14027
14028 2010-07-13 Jakub Jelinek <jakub@redhat.com>
14029
14030 PR testsuite/44701
14031 * recog.c (constrain_operands): Allow side-effects in memory
14032 operands if either < or > constraint is used, rather than if
14033 both < and > is used.
14034
14035 2010-07-13 Richard Guenther <rguenther@suse.de>
14036
14037 PR middle-end/44911
14038 * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
14039 MEM_REF pointer type dumping. Avoid recursing for TYPE_DECLs
14040 without name.
14041
14042 2010-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
14043
14044 PR target/44761
14045 * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
14046 to variable emited.
14047 * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
14048 * config/sh/sh.md (symGOT_load): Likewise.
14049 (symDTPOFF2reg): Likewise.
14050 (symTPOFF2reg): Likewise.
14051
14052 2010-07-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14053
14054 * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
14055 * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
14056
14057 2010-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14058
14059 * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
14060 explanation.
14061 Find ucontext_t * on Solaris 11.
14062 (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
14063 Handle new Solaris 11 __sighndlr patterns.
14064
14065 2010-07-13 Jakub Jelinek <jakub@redhat.com>
14066
14067 PR debug/44901
14068 * vec.h (VEC_block_remove): Fix comment.
14069 * tree-ssa-live.c (remove_unused_locals): Don't use
14070 VEC_unordered_remove on local_decls, instead replace a single
14071 vector element in each iteration if at least one element had
14072 to be removed and VEC_truncate at the end.
14073 * omp-low.c (expand_omp_taskreg): Likewise.
14074
14075 2010-07-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
14076
14077 * c-decl.c (finish_function): Fix typo in comment.
14078
14079 2010-07-12 H.J. Lu <hongjiu.lu@intel.com>
14080
14081 PR bootstrap/44921
14082 * postreload.c (move2add_use_add3_insn): Silence gcc warning
14083 on min_regno.
14084
14085 2010-07-12 Jakub Jelinek <jakub@redhat.com>
14086
14087 * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
14088 (simplify_stmt_using_ranges): Use it.
14089
14090 2010-07-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14091
14092 * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
14093 member. Do not mark as GTY(()).
14094 * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
14095 (spu_builtin_decls): New static variable.
14096 (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
14097 (spu_init_builtins): Likewise.
14098 (spu_builtin_mul_widen_even): Likewise.
14099 (spu_builtin_mul_widen_odd): Likewise.
14100 (spu_builtin_mask_for_load): Likewise.
14101 (spu_builtin_vec_perm): Likewise.
14102 * config/spu/spu-c.c: Include "target.h".
14103 (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
14104 of using spu_builtins[].fndecl.
14105
14106 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14107
14108 * config/mips/mips.c (mips_override_options): Make -mflip-mips16
14109 imply -minterlink-mips16.
14110
14111 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14112
14113 * config/mips/mips.h (mips16_globals): Declare.
14114 (SWITCHABLE_TARGET): Define.
14115 * config/mips/mips.c: Include target-globals.h.
14116 (mips16_globals): New variable.
14117 (mips_set_mips16_mode): Use save_target_globals and
14118 restore_target_globals instead of target_reinit.
14119
14120 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14121
14122 * reginfo.c (init_reg_sets): Don't zero globals here. Update comment
14123 to say that the function can be called more than once.
14124 * target-globals.c (save_target_globals): Call init_reg_sets.
14125
14126 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14127
14128 * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
14129 * bb-reorder.h: New file.
14130 * bb-reorder.c (default_target_bb_reorder): New variable.
14131 (this_target_bb_reorder): New conditional variable.
14132 (uncond_jump_length): Redefine as a macro.
14133 * target-globals.h (this_target_bb_reorder): Declare.
14134 (target_globals): Add a bb_reorder field.
14135 (restore_target_globals): Copy the bb_reorder field to
14136 this_target_bb-reorder.
14137 * target-globals.c: Include bb-reorder.h.
14138 (default_target_globals): Initialize the bb_reorder field.
14139 (save_target_globals): Likewise.
14140
14141 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14142
14143 * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
14144 * gcse.h: New file.
14145 * gcse.c: Include gcse.h.
14146 (default_target_gcse): New variable.
14147 (this_target_gcse): New conditional variable.
14148 (can_copy): Redefine as a macro.
14149 (can_copy_init_p): New macro.
14150 (can_copy_p): Remove can_copy_init_p.
14151 * target-globals.h (this_target_gcse): Declare.
14152 (target_globals): Add a gcse field.
14153 (restore_target_globals): Copy the gcse field to this_target_gcse.
14154 * target-globals.c: Include gcse.h.
14155 (default_target_globals): Initialize the gcse field.
14156 (save_target_globals): Likewise.
14157
14158 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14159
14160 * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
14161 and x_ira_prohibited_mode_move_regs_initialized_p.
14162 (ira_prohibited_mode_move_regs): Redefine as a macro.
14163 * ira.c (ira_prohibited_mode_move_regs): Delete.
14164 (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
14165
14166 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14167
14168 * reload.h (target_reload): Add x_cached_reg_save_code and
14169 x_cached_reg_restore_code.
14170 * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
14171 Redefine as macros.
14172
14173 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14174
14175 * Makefile.in (target-globals.o): Depend on builtins.h.
14176 * builtins.h: New file.
14177 * builtins.c: Include builtins.h.
14178 (default_target_builtins): New variable.
14179 (this_target_builtins): New conditional variable.
14180 (apply_args_mode, apply_result_mode): Redefine as macros.
14181 * target-globals.h (this_target_builtins): Declare.
14182 (target_globals): Add a builtins field.
14183 (restore_target_globals): Copy the builtins field to
14184 this_target_builtins.
14185 * target-globals.c: Include builtins.h.
14186 (default_target_globals): Initialize the builtins field.
14187 (save_target_globals): Likewise.
14188
14189 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14190
14191 * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
14192 (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
14193 from expmed.c.
14194 (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
14195 (alg_hash, alg_hash_used_p): New macros.
14196 * expmed.c (init_expmed): Clear alg_hash if reinitializing.
14197 (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
14198 (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
14199
14200 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14201
14202 * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
14203 x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
14204 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
14205 (this_op_costs, costs_classes): Redefine as macros.
14206 (record_reg_classes): Don't take op_costs as a parameter.
14207 (record_operand_costs): Likewise. Update calls to record_reg_classes.
14208 (scan_one_insn): Update call to record_operand_costs.
14209
14210 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14211
14212 * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
14213 * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
14214 (target_ira_int): New structure.
14215 (default_target_ira_int): Declare.
14216 (this_target_ira_int): Declare as a variable or define as a macro.
14217 (ira_reg_mode_hard_regset, ira_register_move_cost)
14218 (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
14219 (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
14220 (prohibited_class_mode_regs, ira_important_classes_num)
14221 (ira_important_classes, ira_reg_class_intersect)
14222 (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
14223 (ira_reg_class_union): Redefine as macros.
14224 * ira.h (target_ira): New structure.
14225 (default_target_ira): Declare.
14226 (this_target_ira): Declare as a variable or define as a macro.
14227 (ira_available_class_regs, ira_hard_regno_cover_class)
14228 (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
14229 (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
14230 (ira_class_hard_regs_num): Redefine as macros.
14231 * ira.c (default_target_ira, default_target_ira_int): New variables.
14232 (this_target_ira, this_target_ira_int): New conditional variables.
14233 (ira_reg_mode_hard_regset, ira_memory_move_cost)
14234 (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
14235 (ira_class_subset_p): Delete.
14236 (no_unit_alloc_regs): Redefine as a macro.
14237 (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
14238 (ira_class_hard_regs_num, ira_class_hard_reg_index)
14239 (ira_available_class_regs): Delete.
14240 (alloc_reg_class_subclasses): Redefine as a macro.
14241 (ira_reg_class_cover_size, ira_reg_class_cover)
14242 (ira_important_classes_num, ira_important_classes)
14243 (ira_important_class_nums, ira_class_translate): Delete.
14244 (cover_class_order): Document the variable's lifetime.
14245 (reorder_important_classes): Don't set ira_important_class_nums.
14246 (ira_reg_class_intersect, ira_reg_classes_intersect_p)
14247 (ira_reg_class_super_classes, ira_reg_class_union)
14248 (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
14249 Delete.
14250 (setup_reg_class_nregs): Don't set ira_max_regs.
14251 (prohibited_class_mode_regs): Delete.
14252 * target-globals.h (this_target_ira, this_target_ira_int): Declare.
14253 (target_globals): Add ira and ira_int fields.
14254 (restore_target_globals): Copy the ira field to this_target_ira
14255 and the ira_int field to this_target_ira_int.
14256 * target-globals.c: Include ira-int.h.
14257 (default_target_globals): Initialize the ira and ira_int fields.
14258 (save_target_globals): Likewise.
14259
14260 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14261
14262 * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
14263 * cfgloop.h (target_cfgloop): New structure.
14264 (default_target_cfgloop): Declare.
14265 (this_target_cfgloop): Declare as a variable or define as a macro.
14266 (target_avail_regs, target_clobbered_regs, target_res_regs)
14267 (target_reg_cost, target_spill_cost): Redefine as macros.
14268 * cfgloopanal.c (default_target_cfgloop): New variable.
14269 (this_target_cfgloop): New conditional variable.
14270 (target_avail_regs, target_clobbered_regs, target_res_regs)
14271 (target_reg_cost, target_spill_cost): Delete.
14272 * target-globals.h (this_target_cfgloop): Declare.
14273 (target_globals): Add a cfgloop field.
14274 (restore_target_globals): Copy the cfgloop field to
14275 this_target_cfgloop.
14276 * target-globals.c: Include cfgloop.h.
14277 (default_target_globals): Initialize the cfgloop field.
14278 (save_target_globals): Likewise.
14279
14280 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14281
14282 * regs.h (target_regs): Add x_direct_load, x_direct_store and
14283 x_float_extend_from_mem.
14284 (direct_load, direct_store, float_extend_from_mem): New macros.
14285 * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
14286
14287 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14288
14289 * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
14290 (target-globals.o): Depend on $(LIBFUNCS_H).
14291 * libfuncs.h: Include hashtab.h.
14292 (libfunc_entry): Moved from optabs.c.
14293 (target_libfuncs): New structure.
14294 (default_target_libfuncs): Declare.
14295 (this_target_libfuncs): Declare as a variable or define as a macro.
14296 (libfunc_table): Redefine as a macro.
14297 * optabs.c (default_target_libfuncs): New variable.
14298 (this_target_libfuncs): New conditional variable.
14299 (libfunc_table): Delete.
14300 (libfunc_entry): Moved to optabs.h.
14301 (libfunc_hash): Redefine as a macro.
14302 (hash_libfunc, eq_libfunc): Fix comments.
14303 (init_optabs): Use libfunc_hash to detect cases where the function
14304 has already been called. Clear the hash table instead of
14305 recreating it.
14306 * target-globals.h (this_target_libfuncs): Declare.
14307 (target_globals): Add a libfuncs field.
14308 (restore_target_globals): Copy the libfuncs field to
14309 this_target_libfuncs.
14310 * target-globals.c: Include libfuncs.h.
14311 (default_target_globals): Initialize the libfuncs field.
14312 (save_target_globals): Likewise.
14313
14314 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14315
14316 * Makefile.in (LIBFUNCS_H): New variable. Use instead of libfuncs.h
14317 in all dependency lists.
14318
14319 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14320
14321 * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
14322 * optabs.h (target_optabs): New structure.
14323 (default_target_optabs): Declare.
14324 (this_target_optabs): Declare as a variable or define as a macro.
14325 (optab_table, convert_optab_table, direct_optab_table): Redefine
14326 as macros.
14327 * optabs.c (default_target_optabs): New variable.
14328 (this_target_optabs): New conditional variable.
14329 (optab_table, convert_optab_table, direct_optab_table): Delete.
14330 * target-globals.h (this_target_optabs): Declare.
14331 (target_globals): Add a optabs field.
14332 (restore_target_globals): Copy the optabs field to
14333 this_target_optabs.
14334 * target-globals.c: Include expr.h and optabs.h.
14335 (default_target_globals): Initialize the optabs field.
14336 (save_target_globals): Likewise.
14337
14338 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14339
14340 * flags.h (target_flagstate): Add x_flag_excess_precision.
14341 (flag_excess_precision): Redefine as a macro.
14342 * toplev.c (flag_excess_precision): Delete.
14343
14344 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14345
14346 * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
14347 * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
14348 * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
14349 (no_caller_save_reg_set): Redefine as a macro.
14350 * reload.h (target_reload): Add x_caller_save_initialized_p and
14351 x_regno_save_mode.
14352 (caller_save_initialized_p): Redefine as a macro.
14353 * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
14354 (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
14355 (regno_save_mode): Redefine as a macro.
14356
14357 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14358
14359 * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
14360 * expmed.h: New file.
14361 * expmed.c (default_target_costs): New variable.
14362 (this_target_costs): New conditional variable.
14363 (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
14364 (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
14365 (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
14366 * target-globals.h (this_target_expmed): Declare.
14367 (target_globals): Add a expmed field.
14368 (restore_target_globals): Copy the expmed field to
14369 this_target_expmed.
14370 * target-globals.c: Include expmed.h.
14371 (default_target_globals): Initialize the expmed field.
14372 (save_target_globals): Likewise.
14373
14374 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14375
14376 * Makefile.in (target-globals.o): Depend on reload.h.
14377 * reload.h (target_reload): New structure.
14378 (default_target_reload): Declare.
14379 (this_target_reload): Declare as a variable or define as a macro.
14380 (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
14381 * reload1.c (default_target_reload): New variable
14382 (this_target_reload): New conditional variable.
14383 (indirect_symref_ok, double_reg_address_ok): Delete.
14384 (spill_indirect_levels): Redefine as a macro.
14385 * target-globals.h (this_target_reload): Declare.
14386 (target_globals): Add a reload field.
14387 (restore_target_globals): Copy the reload field to
14388 this_target_reload.
14389 * target-globals.c: Include hard-reg-set.h.
14390 (default_target_globals): Initialize the reload field.
14391 (save_target_globals): Likewise.
14392
14393 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14394
14395 * rtl.h (target_rtl): Add x_static_reg_base_value.
14396 * alias.c (static_reg_base_value): Redefine as a macro.
14397
14398 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14399
14400 * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
14401 (GTFILES): Remove reginfo.c.
14402 * rtl.h (target_rtl): Add x_top_of_stack.
14403 (top_of_stack): New macro.
14404 * reginfo.c: Don't include ggc.h or gt-reginfo.h.
14405 (top_of_stack): Delete.
14406
14407 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14408
14409 * regs.h (target_regs): Add x_hard_regs_of_mode,
14410 x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
14411 x_may_move_out_cost and x_last_mode_for_init_move_cost.
14412 (have_regs_of_mode, contains_reg_of_mode, move_cost)
14413 (may_move_in_cost, may_move_out_cost): Redefine as macros.
14414 * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
14415 (may_move_in_cost, may_move_out_cost): Delete.
14416 (last_mode_for_init_move_cost): Redefine as a macro.
14417
14418 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14419
14420 * hard-reg-set.h (target_hard_regs): New structure.
14421 (default_target_hard_regs): Declare.
14422 (this_target_hard_regs): Declare as a variable or define as a macro.
14423 (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
14424 (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
14425 (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
14426 (reg_class_size, reg_class_subclasses, reg_class_subunion)
14427 (reg_class_superunion, reg_names): Redefine as macros.
14428 * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
14429 (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
14430 (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
14431 (reg_class_contents, reg_class_size, reg_class_subclasses)
14432 (reg_class_subunion, reg_class_superunion, reg_names): Delete.
14433 (default_target_hard_regs): New variable
14434 (this_target_hard_regs, initial_call_really_used_regs)
14435 (initial_reg_alloc_order): New conditional variables.
14436 (initial_reg_names): New variable.
14437 (init_reg_sets): Assert that initial_call_really_used_regs,
14438 initial_reg_alloc_order and initial_reg_names
14439 are all the same size as their variable counterparts. Use them to
14440 initialize those counterparts.
14441 * target-globals.h (this_target_hard_regs): Declare.
14442 (target_globals): Add a hard_regs field.
14443 (restore_target_globals): Copy the hard_regs field to
14444 this_target_hard_regs.
14445 * target-globals.c: Include hard-reg-set.h.
14446 (default_target_globals): Initialize the hard_regs field.
14447 (save_target_globals): Likewise.
14448
14449 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14450
14451 * Makefile.in (target-globals.o): Depend on $(RTL_H).
14452 * rtl.h (target_rtl): New structure.
14453 (default_target_rtl): Declare.
14454 (this_target_rtl): Declare as a variable or define as a macro.
14455 (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
14456 Redefine as macros.
14457 * emit-rtl.c (default_target_rtl): New variable.
14458 (this_target_rtl): New conditional variable.
14459 (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
14460 (return_address_pointer_rtx): Delete.
14461 (initial_regno_reg_rtx): New macro.
14462 (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
14463 (init_emit_regs): Likewise.
14464 * target-globals.h (this_target_rtl): Declare.
14465 (target_globals): Add a rtl field.
14466 (restore_target_globals): Copy the rtl field to this_target_rtl.
14467 * target-globals.c: Include rtl.h.
14468 (default_target_globals): Initialize the rtl field.
14469 (save_target_globals): Likewise.
14470
14471 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14472
14473 * Makefile.in (target-globals.o): Depend on $(REGS_H).
14474 * regs.h (target_reg_modes): New structure.
14475 (default_target_reg_modes): Declare.
14476 (this_target_reg_modes): Declare as a variable or define as a macro.
14477 (hard_regno_nregs, reg_raw_mode): Redefine as macros.
14478 * reginfo.c (default_target_reg_modes): New variable.
14479 (this_target_reg_modes): New conditional variable.
14480 (hard_regno_nregs, reg_raw_mode): Delete.
14481 * target-globals.h (this_target_regs): Declare.
14482 (target_globals): Add a regs field.
14483 (restore_target_globals): Copy the regs field to this_target_regs.
14484 * target-globals.c: Include regs.h.
14485 (default_target_globals): Initialize the regs field.
14486 (save_target_globals): Likewise.
14487
14488 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
14489
14490 * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
14491 * doc/tm.texi: Regenerate.
14492 * Makefile.in (OBJS-common): Add target-globals.o.
14493 (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
14494 and target-globals.h.
14495 (target-globals.o): New rule.
14496 (GTFILES): Include $(srcdir)/target-globals.h.
14497 * defaults.h (SWITCHABLE_TARGET): Define.
14498 * gengtype.c (open_base_files): Add target-globals.h to the
14499 list of includes.
14500 * target-globals.h: New file.
14501 * target-globals.c: Likewise.
14502
14503 * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
14504 * flags.h (target_flag_state): New structure.
14505 (default_target_flag_state): Declare.
14506 (this_target_flag_state): Declare as a variable or define as a macro.
14507 (align_loops_log): Redefine as a macro.
14508 (align_loops_max_skip, align_jumps_log): Likewise.
14509 (align_jumps_max_skip, align_labels_log): Likewise.
14510 (align_labels_max_skip, align_functions_log): Likewise.
14511 * toplev.c (default_target_flag_state): New variable.
14512 (this_target_flag_state): New conditional variable.
14513 (align_loops_log): Delete.
14514 (align_loops_max_skip, align_jumps_log): Likewise.
14515 (align_jumps_max_skip, align_labels_log): Likewise.
14516 (align_labels_max_skip, align_functions_log): Likewise.
14517 * target-globals.h (this_target_flag_state): Declare.
14518 (target_globals): Add a flag_state field.
14519 (restore_target_globals): Copy the flag_state field to
14520 this_target_flag_state.
14521 * target-globals.c: Include flags.h.
14522 (default_target_globals): Initialize the flag_state field.
14523 (save_target_globals): Likewise.
14524
14525 2010-07-12 Jie Zhang <jie@codesourcery.com>
14526
14527 * postreload.c (reg_symbol_ref[]): New.
14528 (move2add_use_add2_insn): New.
14529 (move2add_use_add3_insn): New.
14530 (reload_cse_move2add): Handle SYMBOL + OFFSET case.
14531 (move2add_note_store): Likewise.
14532
14533 2010-07-12 Joern Rennecke <joern.rennecke@embecosm.com>
14534
14535 PR rtl-optimization/44752
14536 * genautomata.c (main): Don't emit an empty file even if there
14537 is no automaton.
14538
14539 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14540
14541 * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
14542 ix86_solaris_return_in_memory.
14543 * config/i386-protos.h: Reflect this.
14544 * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
14545 * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
14546 Move ...
14547 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
14548
14549 2010-07-12 Jie Zhang <jie@codesourcery.com>
14550
14551 * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
14552 align the stack when it's going to be saved.
14553
14554 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14555
14556 PR pch/14940
14557 * config/host-solaris.c (mmap_fixed): New function.
14558 (sol_gt_pch_get_address): Use it.
14559 (sol_gt_pch_use_address): Likewise.
14560
14561 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14562
14563 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
14564 pentiumpro on Solaris 8 and 9/x86.
14565 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
14566 Document SSE/SSE2 support.
14567 * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
14568
14569 2010-07-12 Andi Kleen <ak@linux.intel.com>
14570
14571 * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
14572 instead of gcc_assert to print better error message for multiple
14573 prevailing defs.
14574
14575 2010-07-12 Uros Bizjak <ubizjak@gmail.com>
14576
14577 * config/i386/i386.c (ix86_asm_output_function_label): Change format
14578 string placeholder from 0x%x to %#x.
14579 (ix86_code_end): Use putc to output '\n'.
14580 (ix86_print_operand) <case ';'>: Use putc to output ';'.
14581
14582 2010-07-11 Kai Tietz <kai.tietz@onevision.com>
14583
14584 * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
14585 in directive -export.
14586
14587 2010-07-10 Anatoly Sokolov <aesok@post.ru>
14588
14589 * reginfo.h (reg_classes_intersect_p): Change arguments type to
14590 reg_class_t.
14591 * rtl.h (reg_classes_intersect_p): Adjust prototype.
14592
14593 * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
14594 Remove macros.
14595 * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
14596 rs6000_memory_move_cost): Remove
14597 * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
14598 TARGET_MEMORY_MOVE_COST): Define.
14599 (rs6000_register_move_cost): Make static. Change arguments type from
14600 enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
14601 (rs6000_memory_move_cost): Make static. Change arguments type from
14602 'enum reg_class' to reg_class_t.
14603
14604 2010-07-10 Sandra Loosemore <sandra@codesourcery.com>
14605
14606 PR middle-end/42505
14607 * tree-inline.c (estimate_num_insns): Refactor builtin complexity
14608 lookup code into....
14609 * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
14610 new functions.
14611 * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
14612 * cfgloopanal.c (target_clobbered_regs): Define.
14613 (init_set_costs): Initialize target_clobbered_regs.
14614 (estimate_reg_pressure_cost): Add call_p argument. When true,
14615 adjust the number of available registers to exclude the
14616 call-clobbered registers.
14617 * cfgloop.h (target_clobbered_regs): Declare.
14618 (estimate_reg_pressure_cost): Adjust declaration.
14619 * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
14620 (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
14621 (determine_set_costs): Dump target_clobbered_regs.
14622 (loop_body_includes_call): New function.
14623 (tree_ssa_iv_optimize_loop): Use it to initialize new field.
14624 * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
14625 call_p flag through.
14626 (best_gain_for_invariant): Likewise.
14627 (find_invariants_to_move): Likewise.
14628 (move_single_loop_invariants): Likewise, using already-computed
14629 has_call field.
14630
14631 2010-07-10 Richard Guenther <rguenther@suse.de>
14632 Joern Rennecke <joern.rennecke@embecosm.com>
14633
14634 PR debug/44832
14635 * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
14636 (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
14637 unless they have DECL_IGNORED_P set.
14638
14639 2010-07-10 Richard Guenther <rguenther@suse.de>
14640
14641 PR lto/44889
14642 * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
14643 helper function.
14644 (gimple_types_compatible_p): Similar to pointed-to
14645 types allow and merge a mix of complete and incomplete aggregate.
14646 Use gimple_fixup_complete_and_incomplete_subtype_p for that.
14647 (iterative_hash_gimple_type): Adjust for that.
14648
14649 2010-07-10 Richard Sandiford <r.sandiford@uk.ibm.com>
14650
14651 * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
14652
14653 2010-07-10 Iain Sandoe <iains@gcc.gnu.org>
14654
14655 PR objc/44140
14656 * config/darwin.c (output_objc_section_asm_op): Save and restore
14657 section when outputting ObjC section list.
14658
14659 2010-07-09 Jan Hubicka <jh@suse.cz>
14660
14661 * lto-streamer-out.c (produce_symtab): Do not write alias
14662 cgraph/varpool nodes.
14663
14664 2010-07-09 Jan Hubicka <jh@suse.cz>
14665
14666 * tree-inline.c (declare_return_variable): Fix ICE while
14667 inlining DECL_BY_VALUE function not in SSA form
14668
14669 2010-07-09 Changpeng Fang <changpeng.fang@amd.com>
14670
14671 PR tree-optimization/44576
14672 * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
14673 New. Pull out from is_loop_prefetching_profitable to implement
14674 the trip count to ahead ratio heuristic.
14675 (mem_ref_count_reasonable_p): New. Pull out from
14676 is_loop_prefetching_profitable to implement the instruction to
14677 memory reference ratio heuristic. Also consider not reasonable if
14678 the memory reference count is above a threshold (to avoid
14679 explosive compilation time.
14680 (insn_to_prefetch_ratio_too_small_p): New. Pull out from
14681 is_loop_prefetching_profitable to implement the instruction to
14682 prefetch ratio heuristic.
14683 (is_loop_prefetching_profitable): Removed.
14684 (loop_prefetch_arrays): Distribute the cost analysis across the
14685 function to allow early exit of the prefetch analysis.
14686 is_loop_prefetching_profitable is splitted into three functions,
14687 with each one called as early as possible.
14688 (PREFETCH_MAX_MEM_REFS_PER_LOOP): New. Threshold above which the
14689 number of memory references in a loop is considered too many.
14690
14691 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
14692
14693 * reload.c (find_reloads): Don't clear badop if we have a winreg
14694 alternative, but not win, and the class only has fixed regs.
14695 * hard-reg-set.h (class_only_fixed_regs): Declare.
14696 * reginfo.c (class_only_fixed_regs): New array.
14697 (init_reg_sets_1): Initialize it.
14698 * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
14699 discourage alternatives using the stack pointer.
14700
14701 * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
14702
14703 * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
14704
14705 * config/arm/arm.md (cbranchqi4): Fix array size.
14706 (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
14707 calculating length.
14708
14709 2010-07-09 Richard Guenther <rguenther@suse.de>
14710
14711 * gimple.c (struct type_fixup_s): New struct and VEC type.
14712 (gimple_register_type_fixups): New static global.
14713 (gimple_queue_type_fixup): New function.
14714 (gimple_types_compatible_p): Queue type fixups instead of
14715 applying them here.
14716 (gimple_register_type): Apply queued fixups for the
14717 canonical type. Empty the type fixup queue.
14718
14719 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
14720
14721 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
14722 * configure: Regenerate.
14723 * config.in: Ditto.
14724
14725 2010-07-09 Jakub Jelinek <jakub@redhat.com>
14726 Denys Vlasenko <dvlasenk@redhat.com>
14727 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
14728
14729 PR tree-optimization/28632
14730 * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
14731 (extract_range_from_binary_expr): Further optimize
14732 BIT_AND_EXPR and BIT_IOR_EXPR.
14733
14734 2010-07-09 Sebastian Pop <sebastian.pop@amd.com>
14735
14736 * tree-if-conv.c (fold_or_predicates): New.
14737 (add_to_predicate_list): Call it.
14738
14739 2010-07-09 Richard Guenther <rguenther@suse.de>
14740
14741 PR middle-end/44890
14742 * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
14743 if base is a pointer.
14744 * tree-cfg.c (verify_expr): Update MEM_REF checking.
14745
14746 2010-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
14747
14748 PR target/44877
14749 * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
14750 POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
14751 builtin mask for load/store builtins.
14752
14753 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
14754
14755 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
14756 for "lock addl".
14757 * configure: Regenerate.
14758 * config/i386/i386.c (ix86_print_operand) <case ';'>:
14759 Remove TARGET_MACHO.
14760
14761 2010-07-09 Peter Bergner <bergner@vnet.ibm.com>
14762
14763 * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
14764 default ISA flags.
14765 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
14766
14767 2010-07-09 Tom de Vries <tjvries@xs4all.nl>
14768
14769 * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
14770
14771 2010-07-09 Hariharan Sandanagobalane <hariharan@picochip.com>
14772
14773 * config/picochip/picochip.md (commsTestPort): Emit more
14774 efficient sequence for tstport instruction.
14775
14776 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
14777
14778 * config/i386/i386.c (ix86_veclib_handler): Make static.
14779
14780 2010-07-09 Richard Guenther <rguenther@suse.de>
14781
14782 PR tree-optimization/44852
14783 * tree-ssa-alias.c: Include toplev.h for exact_log2.
14784 (indirect_ref_may_alias_decl_p): Properly handle negative offsets
14785 in MEM_REF.
14786 (indirect_refs_may_alias_p): Likewise.
14787 * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
14788
14789 2010-07-09 Richard Guenther <rguenther@suse.de>
14790
14791 PR tree-optimization/44882
14792 * tree-vect-stmts.c (vectorizable_store): Do not assert alias
14793 sets do conflict.
14794 (vectorizable_load): Likewise.
14795
14796 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
14797
14798 PR target/40657
14799 * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
14800 All callers changed.
14801 Handle the case when we're called for the epilogue.
14802 (thumb_unexpanded_epilogue): Use it.
14803 (thumb1_expand_epilogue): Likewise.
14804
14805 2010-07-09 Jakub Jelinek <jakub@redhat.com>
14806
14807 * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
14808 both ranges are range_int_cst_p with non-negative minimum,
14809 try harder to derive smaller range.
14810
14811 2010-07-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
14812
14813 * genrecog.c: Include diagnostic-core.h before toplev.h.
14814 * genoutput.c: Likewise.
14815 * genextract.c: Likewise.
14816 * genautomata.c: Likewise.
14817 * genemit.c: Likewise.
14818 * genpeep.c: Likewise.
14819 * genattrtab.c: Likewise.
14820 * genconditions.c: Likewise.
14821 * genpreds.c: Likewise.
14822
14823 2010-07-08 Andi Kleen <ak@linux.intel.com>
14824
14825 * lto-section-in.c (lto_section_name): Add missing comma.
14826
14827 2010-07-08 Anatoly Sokolov <aesok@post.ru>
14828
14829 * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
14830 * config/ia64/ia64-protos.h (ia64_override_options): Remove.
14831 * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
14832 (ia64_override_options): Rename to...
14833 (ia64_option_override): ... this one. Make static.
14834
14835 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
14836
14837 PR middle-end/44843
14838 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
14839 pointed-to type of the offset in a MEM_REF to compute the alignment.
14840
14841 2010-07-08 Kai Tietz <kai.tietz@onevision.com>
14842
14843 * final.c (final_scan_insn): Replace
14844 TARGET_UNWIND_INFO macro check by unwind_emit
14845 hook NULL check.
14846 * targhooks.c (default_unwind_emit): Removed.
14847 * targhooks.h (default_unwind_emit): Likewise.
14848 * target.def (unwind_emit): Set default value to NULL.
14849
14850 * config/i386/i386-protos.h (ix86_asm_output_function_label):
14851 New prototype.
14852 * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
14853 for NULL fntype argument and allow 64-bit targets.
14854 (ix86_asm_output_function_label): New function.
14855 (ix86_expand_prologue): Handle 64-bit ms hook prologue.
14856 (ix86_handle_fndecl_attribute): Likewise.
14857 * doc/extend.texi (ms_hook_prologue): Adjust documentation.
14858 * doc/doc/tm.texi: Regenerated.
14859 * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
14860 (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
14861 * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
14862 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
14863 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
14864 * config/elfos.h: Likewise.
14865 * config/i386/cygming.h: Likewise.
14866 * config/netbsd-aout.h: Likewise.
14867 * config/openbsd.h: Likewise.
14868 * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
14869 by ix86_asm_output_function_label function call.
14870 * varasm.c (assemble_start_function): Use
14871 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
14872
14873 2010-07-08 Jan Hubicka <jh@suse.cz>
14874
14875 * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
14876 New function.
14877 * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
14878 Declare.
14879 * ipa-cp.c (ipcp_estimate_growth): Use it.
14880 * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
14881 Likewise.
14882
14883 2010-07-08 Jan Hubicka <jh@suse.cz>
14884
14885 * tree-inline.c (declare_return_variable): Allocate annotation for new
14886 temporary.
14887
14888 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
14889
14890 PR tree-optimization/44710
14891 * tree-if-conv.c (parse_predicate): New.
14892 (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
14893 Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
14894
14895 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
14896
14897 * common.opt (ftree-loop-if-convert): New flag.
14898 * doc/invoke.texi (ftree-loop-if-convert): Documented.
14899 * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
14900 when flag_tree_loop_if_convert is set.
14901
14902 2010-07-08 Uros Bizjak <ubizjak@gmail.com>
14903
14904 * config/i386/i386.c: Use short syntax for function calls
14905 through function pointers.
14906 * config/i386/i386.md: Ditto.
14907
14908 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
14909
14910 * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
14911
14912 2010-07-08 Richard Guenther <rguenther@suse.de>
14913
14914 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
14915 stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
14916
14917 2010-07-08 Jakub Jelinek <jakub@redhat.com>
14918
14919 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
14920 instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
14921 (loc_list_from_tree): Likewise.
14922 (output_loc_operands): Handle outputting DW_OP_const[48]u
14923 with loc->dtprel set.
14924 (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
14925
14926 2010-07-08 Jan Hubicka <jh@suse.cz>
14927
14928 * ipa.c: Include pointer-set.h
14929 (cgraph_externally_visible_p): New attribute ALIASED;
14930 when in LTO, hidden symbols are local unless they are aliased.
14931 (function_and_variable_visibility): Compute aliased nodes;
14932 handle LTO and hidden symbol on functions and vars.
14933 * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
14934 for COMDAT symbols; handle COMDAT_GROUPS also at vars.
14935
14936 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
14937
14938 * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
14939 * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
14940 * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
14941 * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
14942 * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
14943 * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
14944 (ix86_gen_probe_stack_range): Likewise.
14945 (override_options): Set them.
14946 (ix86_target_stack_probe): New function.
14947 (ix86_compute_frame_layout): Force use of push instructions to
14948 save registers if stack checking with probes is enabled.
14949 (get_scratch_register_on_entry): New function.
14950 (release_scratch_register_on_entry): Likewise.
14951 (ix86_adjust_stack_and_probe): Likewise.
14952 (output_adjust_stack_and_probe): Likewise.
14953 (ix86_emit_probe_stack_range): Likewise.
14954 (output_probe_stack_range): Likewise.
14955 (ix86_expand_prologue): Emit stack checking code if static built-in
14956 stack checking is enabled.
14957 Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
14958 * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
14959 (output_adjust_stack_and_probe): Likewise.
14960 (output_probe_stack_range): Likewise.
14961 * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
14962 (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
14963 TARGET_STACK_PROBE.
14964 (allocate_stack_worker_64): Likewise.
14965 (allocate_stack): Likewise.
14966 (adjust_stack_and_probe): New insn.
14967 (probe_stack_range): Likewise.
14968
14969 2010-07-08 Richard Guenther <rguenther@suse.de>
14970
14971 PR tree-optimization/44831
14972 * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
14973 a MEM_REF preserving TBAA info of the original dereference.
14974 Dereference the original pointer if the address is not invariant.
14975 (propagate_with_phi): Fixup type checks wrt MEM_REFs. Require
14976 at least one invariant address that we are going to dereference.
14977
14978 2010-07-08 Richard Guenther <rguenther@suse.de>
14979
14980 PR tree-optimization/44861
14981 * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
14982 information when building MEM_REFs.
14983 (vectorizable_load): Likewise.
14984 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
14985
14986 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
14987
14988 * config/sol2-c.c: Do not include diagnostic-core.h.
14989
14990 2010-07-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14991
14992 PR bootstrap/44768
14993 * cfgexpand.c (estimated_stack_frame_size): Make self-contained
14994 with respect to current_function_decl. Pass decl of the function.
14995 * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
14996 * ipa-inline.c (compute_inline_parameters): Pass decl to
14997 estimated_stack_frame_size.
14998
14999 2010-07-08 Richard Guenther <rguenther@suse.de>
15000
15001 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
15002 New function.
15003 (valueize_refs): Call it.
15004
15005 2010-07-08 Richard Guenther <rguenther@suse.de>
15006
15007 PR rtl-optimization/44838
15008 * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
15009 SSA form do not use pointer equivalence.
15010
15011 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
15012
15013 * dwarf2out.c (AT_linkage_name): Delete.
15014 (add_linkage_attr): New function.
15015 (add_linkage_name): Call it to emit the linkage attribute.
15016 (dwarf2out_finish): Likewise.
15017 (move_linkage_attr): Explicitly accept both attribute variants.
15018
15019 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
15020
15021 * toplev.h: Do not include diagnostic-core.h.
15022 Include diagnostic-core.h in every file that includes toplev.h.
15023 * c-tree.h: Do not include toplev.h.
15024 * pretty-print.h: Update comment.
15025 * Makefile.in: Update dependencies.
15026 * alias.c: Include diagnostic-core.h in every file that includes
15027 toplev.h.
15028 * attribs.c: Likewise.
15029 * auto-inc-dec.c: Likewise.
15030 * bb-reorder.c: Likewise.
15031 * bt-load.c: Likewise.
15032 * caller-save.c: Likewise.
15033 * calls.c: Likewise.
15034 * cfg.c: Likewise.
15035 * cfganal.c: Likewise.
15036 * cfgbuild.c: Likewise.
15037 * cfgcleanup.c: Likewise.
15038 * cfghooks.c: Likewise.
15039 * cfgloop.c: Likewise.
15040 * combine.c: Likewise.
15041 * config/alpha/alpha.c: Likewise.
15042 * config/arc/arc.c: Likewise.
15043 * config/arm/arm.c: Likewise.
15044 * config/arm/pe.c: Likewise.
15045 * config/avr/avr.c: Likewise.
15046 * config/bfin/bfin.c: Likewise.
15047 * config/cris/cris.c: Likewise.
15048 * config/crx/crx.c: Likewise.
15049 * config/darwin-c.c: Likewise.
15050 * config/darwin.c: Likewise.
15051 * config/fr30/fr30.c: Likewise.
15052 * config/frv/frv.c: Likewise.
15053 * config/h8300/h8300.c: Likewise.
15054 * config/host-darwin.c: Likewise.
15055 * config/i386/i386.c: Likewise.
15056 * config/i386/netware.c: Likewise.
15057 * config/i386/nwld.c: Likewise.
15058 * config/i386/winnt-cxx.c: Likewise.
15059 * config/i386/winnt-stubs.c: Likewise.
15060 * config/i386/winnt.c: Likewise.
15061 * config/ia64/ia64-c.c: Likewise.
15062 * config/ia64/ia64.c: Likewise.
15063 * config/iq2000/iq2000.c: Likewise.
15064 * config/lm32/lm32.c: Likewise.
15065 * config/m32c/m32c-pragma.c: Likewise.
15066 * config/m32c/m32c.c: Likewise.
15067 * config/m32r/m32r.c: Likewise.
15068 * config/m68hc11/m68hc11.c: Likewise.
15069 * config/m68k/m68k.c: Likewise.
15070 * config/mcore/mcore.c: Likewise.
15071 * config/mep/mep-pragma.c: Likewise.
15072 * config/mep/mep.c: Likewise.
15073 * config/mmix/mmix.c: Likewise.
15074 * config/mn10300/mn10300.c: Likewise.
15075 * config/moxie/moxie.c: Likewise.
15076 * config/pa/pa.c: Likewise.
15077 * config/pdp11/pdp11.c: Likewise.
15078 * config/picochip/picochip.c: Likewise.
15079 * config/rs6000/rs6000-c.c: Likewise.
15080 * config/rs6000/rs6000.c: Likewise.
15081 * config/rx/rx.c: Likewise.
15082 * config/s390/s390.c: Likewise.
15083 * config/score/score.c: Likewise.
15084 * config/score/score3.c: Likewise.
15085 * config/score/score7.c: Likewise.
15086 * config/sh/sh.c: Likewise.
15087 * config/sh/symbian-base.c: Likewise.
15088 * config/sh/symbian-c.c: Likewise.
15089 * config/sh/symbian-cxx.c: Likewise.
15090 * config/sol2-c.c: Likewise.
15091 * config/sol2.c: Likewise.
15092 * config/sparc/sparc.c: Likewise.
15093 * config/spu/spu.c: Likewise.
15094 * config/stormy16/stormy16.c: Likewise.
15095 * config/v850/v850-c.c: Likewise.
15096 * config/v850/v850.c: Likewise.
15097 * config/vax/vax.c: Likewise.
15098 * config/vxworks.c: Likewise.
15099 * config/xtensa/xtensa.c: Likewise.
15100 * convert.c: Likewise.
15101 * cse.c: Likewise.
15102 * cselib.c: Likewise.
15103 * dbgcnt.c: Likewise.
15104 * dbxout.c: Likewise.
15105 * ddg.c: Likewise.
15106 * dominance.c: Likewise.
15107 * emit-rtl.c: Likewise.
15108 * explow.c: Likewise.
15109 * expmed.c: Likewise.
15110 * fixed-value.c: Likewise.
15111 * fold-const.c: Likewise.
15112 * fwprop.c: Likewise.
15113 * gcse.c: Likewise.
15114 * ggc-common.c: Likewise.
15115 * ggc-page.c: Likewise.
15116 * ggc-zone.c: Likewise.
15117 * gimple-low.c: Likewise.
15118 * gimplify.c: Likewise.
15119 * graph.c: Likewise.
15120 * haifa-sched.c: Likewise.
15121 * ifcvt.c: Likewise.
15122 * implicit-zee.c: Likewise.
15123 * integrate.c: Likewise.
15124 * ira-build.c: Likewise.
15125 * ira-color.c: Likewise.
15126 * ira-conflicts.c: Likewise.
15127 * ira-costs.c: Likewise.
15128 * ira-lives.c: Likewise.
15129 * ira.c: Likewise.
15130 * lists.c: Likewise.
15131 * loop-doloop.c: Likewise.
15132 * loop-iv.c: Likewise.
15133 * lto-opts.c: Likewise.
15134 * lto-symtab.c: Likewise.
15135 * main.c: Likewise.
15136 * modulo-sched.c: Likewise.
15137 * optabs.c: Likewise.
15138 * params.c: Likewise.
15139 * plugin.c: Likewise.
15140 * postreload-gcse.c: Likewise.
15141 * postreload.c: Likewise.
15142 * predict.c: Likewise.
15143 * profile.c: Likewise.
15144 * real.c: Likewise.
15145 * regcprop.c: Likewise.
15146 * reginfo.c: Likewise.
15147 * regmove.c: Likewise.
15148 * reorg.c: Likewise.
15149 * resource.c: Likewise.
15150 * rtl.c: Likewise.
15151 * rtlanal.c: Likewise.
15152 * sched-deps.c: Likewise.
15153 * sched-ebb.c: Likewise.
15154 * sched-rgn.c: Likewise.
15155 * sdbout.c: Likewise.
15156 * sel-sched-dump.c: Likewise.
15157 * sel-sched-ir.c: Likewise.
15158 * simplify-rtx.c: Likewise.
15159 * stmt.c: Likewise.
15160 * stor-layout.c: Likewise.
15161 * store-motion.c: Likewise.
15162 * targhooks.c: Likewise.
15163 * tree-cfg.c: Likewise.
15164 * tree-cfgcleanup.c: Likewise.
15165 * tree-dump.c: Likewise.
15166 * tree-eh.c: Likewise.
15167 * tree-inline.c: Likewise.
15168 * tree-nomudflap.c: Likewise.
15169 * tree-object-size.c: Likewise.
15170 * tree-optimize.c: Likewise.
15171 * tree-outof-ssa.c: Likewise.
15172 * tree-phinodes.c: Likewise.
15173 * tree-profile.c: Likewise.
15174 * tree-ssa-ccp.c: Likewise.
15175 * tree-ssa-coalesce.c: Likewise.
15176 * tree-ssa-live.c: Likewise.
15177 * tree-ssa-loop-niter.c: Likewise.
15178 * tree-ssa-loop-prefetch.c: Likewise.
15179 * tree-ssa-loop.c: Likewise.
15180 * tree-ssa-structalias.c: Likewise.
15181 * tree-ssa-uninit.c: Likewise.
15182 * tree-ssa.c: Likewise.
15183 * tree-vect-data-refs.c: Likewise.
15184 * tree-vect-loop-manip.c: Likewise.
15185 * tree-vect-loop.c: Likewise.
15186 * tree-vect-patterns.c: Likewise.
15187 * tree-vect-stmts.c: Likewise.
15188 * tree-vrp.c: Likewise.
15189 * varasm.c: Likewise.
15190 * vec.c: Likewise.
15191 * web.c: Likewise.
15192 * xcoffout.c: Likewise.
15193
15194 2010-07-07 Richard Sandiford <rdsandiford@googlemail.com>
15195
15196 * gengtype.c (write_field_root): New function.
15197 (write_root): Use it.
15198
15199 2010-07-07 Wei Guozhi <carrot@google.com>
15200
15201 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
15202 of lowest bits to lshift/compare): Add a missing line.
15203
15204 2010-07-07 Wei Guozhi <carrot@google.com>
15205
15206 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
15207 of lowest bits to lshift/compare): New.
15208
15209 2010-07-07 Tom Tromey <tromey@redhat.com>
15210
15211 * doc/tm.texi: Update.
15212 * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
15213 Add @hook.
15214 * target.def (want_debug_pub_sections): New hook.
15215 * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
15216 * dwarf2out.c (add_pubname_string): Check
15217 targetm.want_debug_pub_sections.
15218 (add_pubname): Likewise.
15219 (add_pubtype): Likewise.
15220
15221 2010-07-07 Jie Zhang <jie@codesourcery.com>
15222
15223 * genautomata.c (output_automata_list_min_issue_delay_code):
15224 Correctly decompress min_issue_delay.
15225
15226 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
15227
15228 PR rtl-optimization/44404
15229 * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
15230 possible, use reg_overlap_mentioned_p instead.
15231
15232 2010-07-07 Duncan Sands <baldrick@free.fr>
15233
15234 PR middle-end/41355
15235 * tree.c (build_function_type_skip_args): Copy the original type using
15236 build_distinct_type_copy rather than copy_node.
15237
15238 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
15239
15240 PR target/44850
15241 * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
15242 revision 161876.
15243 (ix86_expand_prologue): Likewise.
15244 (ix86_handle_fndecl_attribute): Likewise.
15245 (ix86_asm_declare_function_name): Likewise.
15246 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
15247 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
15248 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
15249 * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
15250 * doc/extend.texi: Likewise.
15251
15252 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
15253
15254 PR target/44844
15255 * config/i386/i386.md (rdrand<mode>): Changed to expand to
15256 retry if the carry flag isn't valid.
15257 (rdrand<mode>_1): New.
15258
15259 2010-07-07 Richard Guenther <rguenther@suse.de>
15260
15261 PR middle-end/44790
15262 * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
15263 for expanding the constant offset for MEM_REFs.
15264
15265 2010-07-07 Richard Guenther <rguenther@suse.de>
15266
15267 * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
15268 * tree-ssa-propagate.c (valid_gimple_call_p): Make static. Fix.
15269 * gimple.h (is_gimple_operand): Remove.
15270 * gimple.c (is_gimple_operand): Likewise.
15271 (walk_gimple_op): Fix wi->val_only setting for calls.
15272 * tree-cfg.c (verify_gimple_call): Fix argument validation.
15273 * tree-profile.c (tree_gen_ic_func_profiler): Do not create
15274 invalid gimple calls.
15275
15276 2010-07-06 Jan Hubicka <jh@suse.cz>
15277
15278 * lto-cgraph.c (output_cgraph): Add missing declaration.
15279
15280 2010-07-06 Jan Hubicka <jh@suse.cz>
15281
15282 * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
15283 partition.
15284
15285 2010-07-06 Alexandre Oliva <aoliva@redhat.com>
15286
15287 * doc/gimple.texi (GIMPLE_DEBUG): Document.
15288 * doc/rtl.texi (Debug Information): New node.
15289 (NOTE_INSN_VAR_LOCATION): Document.
15290 (debug_insn): Likewise.
15291 * doc/generic.texi (DEBUG_EXPR_DECL): Document.
15292
15293 2010-07-07 Jan Hubicka <jh@suse.cz>
15294
15295 With parts by Richard Guenther.
15296
15297 PR middle-end/44813
15298 * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
15299 for functions passed by reference.
15300 * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
15301 in memory when passed by reference.
15302 * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
15303 beggining.
15304 * ipa-split.c (split_function): Cleanup way return value is passed;
15305 handle SSA DECL_BY_REFERENCE retvals.
15306 * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
15307 DECL_BY_REFERENCE is set.
15308 * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
15309 find_what_p_points_to): Handle RESULT_DECL.
15310 * tree-inline.c (declare_return_variable): Get new entry_block argument;
15311 when passing by reference ensure that RESULT_DECL is gimple_val.
15312 (remap_gimple_op_r): Remap RESULT_DECL ssa name.
15313 (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
15314
15315 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
15316
15317 PR rtl-optimization/44787
15318 * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
15319 * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
15320
15321 2010-07-06 Jan Hubicka <jh@suse.cz>
15322
15323 * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
15324 (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
15325 with body can prevail.
15326 (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
15327 (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
15328 * cgraph.c (cgraph_get_node_or_alias): New function.
15329 * cgraph.h (cgraph_get_node_or_alias): Declare.
15330
15331 2010-07-06 Kai Tietz <kai.tietz@onevision.com>
15332
15333 * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
15334 support.
15335 (ix86_expand_prologue): Likewise.
15336 (ix86_handle_fndecl_attribute): Likewise.
15337 (ix86_asm_declare_function_name): New function for
15338 ASM_DECLARE_FUNCTION_NAME.
15339 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
15340 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
15341 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
15342 * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
15343 * doc/extend.texi: Adjust documentation about ms_hook_prologue
15344 attribute.
15345
15346 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
15347
15348 * config/i386/i386.md (immediate_operand): New mode attribute.
15349
15350 (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
15351 pro_epilogue_adjust_stack and pro_epilogue_adjust_stack_rex64
15352 using P mode iterator.
15353 (pro_epilogue_adjust_stack_di_2): Rename from
15354 pro_epilogue_adjust_stack_rex64_2.
15355
15356 * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
15357
15358 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
15359
15360 * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
15361 through gen_mov_insv_1 function pointer.
15362 (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
15363 gen_truncxf<mode>2 through gen_truncxf function pointer.
15364 (remainder<mode>3): Ditto.
15365 (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
15366 (allocate_stack): Call gen_allocate_stack_worker_64 or
15367 gen_allocate_stack_worker_32 through gen_allocate_stack_worker
15368 function pointer.
15369 (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
15370 function pointer.
15371
15372 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
15373
15374 * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
15375 operand constraint instead of <r><i>m.
15376
15377 2010-07-06 Richard Guenther <rguenther@suse.de>
15378
15379 PR middle-end/44828
15380 * convert.c (convert_to_integer): Watch out for overflowing
15381 MULT_EXPR as well.
15382
15383 2010-07-05 Jan Hubicka <jh@suse.cz>
15384
15385 * lto-streamer.c (write_symbol_vec): Rename to ...
15386 (write_symbol) ... this one; write only symbol given and when
15387 present in cache. Sanity check that what is defined is present
15388 in cgraph/varpool with body/finalized decl.
15389 (write_symbols_of_kind): Remove.
15390 (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
15391 pairs to produce symtab.
15392 (produce_asm_for_decls): Update call of produce_symtab; don't do so
15393 when doing WPA streaming.
15394
15395 2010-07-05 Jan Hubicka <jh@suse.cz>
15396
15397 * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
15398 function is still available to fold into.
15399
15400 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
15401
15402 * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
15403 * function.h (struct_function): Change type of local_decls field
15404 to a VEC.
15405 (add_local_decl): New function.
15406 (FOR_EACH_LOCAL_DECL): New macro.
15407 * cfgexpand.c (init_vars_expansion): Adjust for new type of
15408 cfun->local_decls.
15409 (estimated_stack_frame_size): Likewise.
15410 (expand_used_vars): Likewise.
15411 * cgraphbuild.c (build_cgraph_edges): Likewise.
15412 * function.c (instantiate_decls_1): Likewise.
15413 * ipa-struct-reorg.c (build_data_structure): Likewise.
15414 * ipa-type-escape.c (analyze_function): Likewise.
15415 * lto-streamer-in.c (input_function): Likewise.
15416 * lto-streamer-out.c (output_function): Likewise.
15417 * tree-ssa-live.c (remove_unused_locals): Likewise.
15418 * tree.c (free_lang_data_in_decl): Likewise.
15419 (find_decls_types_in_node): Likewise.
15420 * omp-low.c (remove_exit_barrier): Likewise.
15421 (expand_omp_taskreg): Likewise.
15422 (list2chain): Rename to...
15423 (vec2chain): ...this. Adjust.
15424 * cgraphunit.c (assemble_thunk): Call add_local_decl.
15425 * tree-cfg.c (replace_by_duplicate_decl): Likewise.
15426 * gimple-low.c (record_vars_into): Likewise.
15427 * tree-inline.c (remap_decls): Likewise.
15428 (declare_return_variable): Likewise.
15429 (declare_inline_vars): Likewise.
15430 (copy_forbidden): Adjust for new type of cfun->local_decls.
15431 (add_local_variables): New function.
15432 (expand_call_inline): Call it.
15433 (tree_function_versioning): Likewise.
15434
15435 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
15436
15437 AVX Programming Reference (June, 2010)
15438 * config/i386/cpuid.h (bit_F16C): New.
15439 (bit_RDRND): Likewise.
15440 (bit_FSGSBASE): Likewise.
15441
15442 * config/i386/i386-builtin-types.def: Add
15443 "DEF_FUNCTION_TYPE (UINT16)", function types for
15444 float16 <-> float conversions and
15445 "DEF_FUNCTION_TYPE (VOID, UINT64)".
15446
15447 * config/i386/i386-c.c (ix86_target_macros_internal): Support
15448 OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
15449 OPTION_MASK_ISA_F16C.
15450
15451 * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
15452 (OPTION_MASK_ISA_RDRND_SET): Likewise.
15453 (OPTION_MASK_ISA_F16C_SET): Likewise.
15454 (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
15455 (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
15456 (OPTION_MASK_ISA_F16C_UNSET): Likewise.
15457 (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
15458 (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
15459 (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
15460 (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
15461 (override_options): Handle them.
15462 (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
15463 (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
15464 IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
15465 IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
15466 IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
15467 IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
15468 IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
15469 IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
15470 IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
15471 (bdesc_args): Likewise.
15472 (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
15473 V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
15474 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
15475 VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
15476 Handle non-memory store.
15477
15478 * config/i386/i386.h (TARGET_FSGSBASE): New.
15479 (TARGET_RDRND): Likewise.
15480 (TARGET_F12C): Likewise.
15481
15482 * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
15483 (UNSPEC_VCVTPS2PH): Likewise.
15484 (UNSPECV_RDFSBASE): Likewise.
15485 (UNSPECV_RDGSBASE): Likewise.
15486 (UNSPECV_WRFSBASE): Likewise.
15487 (UNSPECV_WRGSBASE): Likewise.
15488 (UNSPECV_RDRAND): Likewise.
15489 (rdfsbase<mode>): Likewise.
15490 (rdgsbase<mode>): Likewise.
15491 (wrfsbase<mode>): Likewise.
15492 (wrgsbase<mode>): Likewise.
15493 (rdrand<mode>): Likewise.
15494
15495 * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
15496
15497 * config/i386/immintrin.h (_rdrand_u16): New.
15498 (_rdrand_u32): Likewise.
15499 (_readfsbase_u32): Likewise.
15500 (_readfsbase_u64): Likewise.
15501 (_readgsbase_u32): Likewise.
15502 (_readgsbase_u64): Likewise.
15503 (_writefsbase_u32): Likewise.
15504 (_writefsbase_u64): Likewise.
15505 (_writegsbase_u32): Likewise.
15506 (_writegsbase_u64): Likewise.
15507 (_rdrand_u64): Likewise.
15508 (_cvtsh_ss): Likewise.
15509 (_mm_cvtph_ps): Likewise.
15510 (_mm256_cvtph_ps): Likewise.
15511 (_cvtss_sh): Likewise.
15512 (_mm_cvtps_ph): Likewise.
15513 (_mm256_cvtps_ph): Likewise.
15514
15515 * config/i386/sse.md (vcvtph2ps): New.
15516 (*vcvtph2ps_load): Likewise.
15517 (vcvtph2ps256): Likewise.
15518 (vcvtps2ph): Likewise.
15519 (*vcvtps2ph): Likewise.
15520 (*vcvtps2ph_store): Likewise.
15521 (vcvtps2ph256): Likewise.
15522
15523 * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
15524
15525 * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
15526
15527 2010-07-05 Joern Rennecke <joern.rennecke@embecosm.com>
15528
15529 PR bootstrap/44512
15530 * genenums.c (main): Output include of insn-constants.h
15531 * Makefile.in (insn-enums.o): Depend on insn-constants.h.
15532
15533 2010-07-05 Uros Bizjak <ubizjak@gmail.com>
15534
15535 * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
15536 (override_options): Initialize it.
15537 (ix86_expand_prologue): Use it.
15538
15539 2010-07-05 Jakub Jelinek <jakub@redhat.com>
15540
15541 * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
15542
15543 2010-07-05 Anatoly Sokolov <aesok@post.ru>
15544
15545 * double-int.h (fit_double_type): Remove declaration.
15546 * double-int.c (fit_double_type): Remove function.
15547 * tree.h (int_fits_type_p): Adjust prototype.
15548 * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
15549 instead of fit_double_type.
15550 (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
15551 instead of fit_double_type and build_int_cst_wide.
15552 * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
15553 instead of fit_double_type and build_int_cst_wide.
15554 (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
15555 of fit_double_type.
15556
15557 2010-07-05 Jan Hubicka <jh@suse.cz>
15558
15559 * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
15560 in_other_partition.
15561 * lto-cgraph.c (referenced_from_other_partition_p,
15562 reachable_from_other_partition_p): Use in_other_partition flags.
15563 (output_node, output_varpool_node): COMDAT nodes always have private
15564 copies and thus are never used from other partition.
15565
15566 2010-07-05 Anatoly Sokolov <aesok@post.ru>
15567
15568 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
15569 * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
15570 * config/ia64/ia64.c Include reload.h.
15571 (ia64_memory_move_cost): New function.
15572 (TARGET_MEMORY_MOVE_COST): Define.
15573 (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
15574 memory_move_cost.
15575
15576 2010-07-05 Sandra Loosemore <sandra@codesourcery.com>
15577
15578 PR middle-end/42505
15579 * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
15580 comments about cost model.
15581 (try_add_cand_for): Add second strategy for choosing initial set
15582 based on original IVs, controlled by ORIGINALP argument.
15583 (get_initial_solution): Add ORIGINALP argument.
15584 (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
15585 (find_optimal_iv_set): Try two different strategies for choosing
15586 the IV set, and return the one with lower cost.
15587
15588 2010-07-05 Richard Guenther <rguenther@suse.de>
15589
15590 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
15591
15592 2010-07-05 Richard Guenther <rguenther@suse.de>
15593
15594 * tree.c (reference_alias_ptr_type): New function.
15595 * tree.h (reference_alias_ptr_type): Declare.
15596 * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
15597 allow non-TARGET_MEM_REF new refs.
15598 (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
15599 * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
15600 Build a MEM_REF instead of a TARGET_MEM_REF if possible.
15601 (create_mem_ref): Get alias pointer type. Adjust calls to
15602 create_mem_ref_raw.
15603 (maybe_fold_tmr): Likewise.
15604 * tree-flow.h (create_mem_ref): Adjust prototype.
15605
15606 2010-07-05 Jakub Jelinek <jakub@redhat.com>
15607
15608 PR c++/44808
15609 * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
15610 *from_p is VAR_DECL.
15611
15612 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
15613
15614 * tree.h (build_call_list): Remove.
15615 * tree.c (build_call_list): Remove.
15616
15617 2010-07-05 Richard Guenther <rguenther@suse.de>
15618
15619 * double-int.h (double_int_sub): Declare.
15620 * double-int.c (double_int_sub): New function.
15621 * dwarf2out.c (field_byte_offset): Use it.
15622 * fixed-value.c (do_fixed_add): Likewise.
15623 (do_fixed_multiply): Likewise.
15624 (do_fixed_divide): Likewise.
15625 * tree-predcom.c (add_ref_to_chain): Likewise.
15626 (determine_roots_comp): Likewise.
15627 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
15628
15629 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
15630
15631 * vec.h (VEC_splice, VEC_safe_splice): New macros. Add function
15632 implementations.
15633
15634 2010-07-05 Bernd Schmidt <bernds@codesourcery.com>
15635
15636 * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
15637 * arm-modes.def (CC_NOTB): Don't define.
15638 * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
15639 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
15640 (LTUGEU): New code_iterator.
15641 (cnb, optab): New corresponding code_attrs.
15642 (addsi3_carryin_<optab>): Renamed from addsi3_carryin. Change pattern
15643 to canonical form. Operands 1 and 2 are commutative. Parametrize
15644 using LTUGEU.
15645 (addsi3_carryin_shift_<optab>): Likewise.
15646 (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
15647 Operands 1 and 2 are commutative. Parametrize using LTUGEU.
15648 (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
15649 (subsi3_compare): Renamed from subsi3_compare0_c.
15650 Change CC_NOTB to CC.
15651 (arm_subsi3_insn): Allow constants for operand 0.
15652 (compare_scc peephole for eq case): New.
15653 (compare_scc splitters): Change CC_NOTB to CC.
15654
15655 2010-07-05 Richard Guenther <rguenther@suse.de>
15656
15657 * tree-ssa-loop-im.c (for_each_index): Do not handle
15658 ALIGN_INDIRECT_REF.
15659 (gen_lsm_tmp_name): Likewise.
15660 * tree-dump.c (dequeue_and_dump): Likewise.
15661 * tree-pretty-print.c (dump_generic_node): Likewise.
15662 (op_code_prio): Likewise.
15663 (op_symbol_code): Likewise.
15664 * tree.c (staticp): Likewise.
15665 (build1_stat): Likewise.
15666 * tree.h (INDIRECT_REF_P): Likewise.
15667 * fold-const.c (maybe_lvalue_p): Likewise.
15668 (operand_equal_p): Likewise.
15669 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
15670 (ao_ref_init_from_vn_reference): Likewise.
15671 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
15672 (find_interesting_uses_address): Likewise.
15673 * dwarf2out.c (loc_list_from_tree): Likewise.
15674 * gimplify.c (gimplify_expr): Likewise.
15675 * tree-eh.c (tree_could_trap_p): Likewise.
15676 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
15677 * cfgexpand.c (expand_debug_expr): Likewise.
15678 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
15679 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
15680 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
15681 * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
15682 * tree-ssa-operands.c (get_expr_operands): Likewise.
15683 * expr.c (safe_from_p): Likewise.
15684 (expand_expr_real_1): Likewise. TER BIT_AND_EXPRs into MEM_REFs.
15685 * tree-vect-data-refs.c (vect_setup_realignment): Build
15686 BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
15687 * tree-vect-stmts.c (vectorizable_load): Likewise.
15688 * tree.def (ALIGN_INDIRECT_REF): Remove.
15689
15690 2010-07-05 Richard Guenther <rguenther@suse.de>
15691
15692 PR tree-optimization/44784
15693 * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
15694 for inserted stmts.
15695 (find_or_generate_expression): Fix SCCVN insertion check.
15696
15697 2010-07-05 Nathan Sidwell <nathan@codesourcery.com>
15698
15699 * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
15700 * config/rs6000/e500crtsav64gprctr.asm: Likewise.
15701 * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
15702 directives.
15703
15704 2010-07-05 Ira Rosen <irar@il.ibm.com>
15705
15706 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
15707 statements that are not vectorized.
15708 * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
15709 in INSIDE_COST.
15710
15711 2010-07-05 Mikael Pettersson <mikpe@it.uu.se>
15712
15713 PR bootstrap/44820
15714 * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
15715
15716 2010-07-05 Richard Guenther <rguenther@suse.de>
15717
15718 * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
15719 RESULT_DECLs properly.
15720
15721 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
15722
15723 PR rtl-optimization/44695
15724 * config/i386/i386.md (extract_code): Removed.
15725 (<u>divmodqi4): Likewise.
15726 (divmodqi4): New.
15727 (udivmodqi4): Likewise.
15728 (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
15729 (udivmodhiqi3): Likewise.
15730
15731 2010-07-04 Jan Hubicka <jh@suse.cz>
15732
15733 * lto-cgraph.c (input_edge): Do not care about resolution decisions.
15734
15735 2010-07-04 Jan Hubicka <jh@suse.cz>
15736
15737 * cgraphunit.c (init_cgraph): Only initialize dump file if it
15738 is not already initialized.
15739
15740 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
15741
15742 * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
15743 (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
15744 (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
15745 (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
15746 (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
15747 (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
15748 (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
15749 (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
15750 (sync_new_nand_optab): Redefine as macros.
15751 (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
15752 Delete.
15753 (direct_optab_index): New enum.
15754 (direct_optab_d): New structure.
15755 (direct_optab): New typedef.
15756 (direct_optab_table): Declare.
15757 (direct_optab_handler, set_direct_optab_handler): New functions.
15758 (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
15759 (sync_lock_release_optab): New macros.
15760 * optabs.c (direct_optab_table): New variable.
15761 (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
15762 (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
15763 cmpstr_optab and cmpstrn_optab.
15764 (emit_conditional_move): Likewise for movcc_optab.
15765 (can_conditionally_move_p): Likewise for movcc_gen_code.
15766 (init_insn_codes): Clear direct_optab_table.
15767 (init_optabs): Don't initialize the new "direct optabs" here.
15768 (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
15769 vcond_gen_code.
15770 (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
15771 (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
15772 (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
15773 (expand_sync_operation): Likewise other sync_*_optabs.
15774 (expand_sync_fetch_operation): Likewise. Rename sync_compare_and_swap
15775 to sync_compare_and_swap_optab.
15776 (expand_sync_lock_test_and_set): Use direct_optab_handler for
15777 sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
15778 to the names of both.
15779 * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
15780 cmpstr_optab and cmpstrn_optab.
15781 (expand_builtin_lock_release): Likewise sync_lock_release.
15782 * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
15783 (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
15784 (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
15785 (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
15786 (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
15787 (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
15788 (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
15789 (sync_lock_test_and_set, sync_lock_release): Delete.
15790 (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
15791 (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
15792 * genopinit.c (optabs): Use set_direct_optab_handler for the new
15793 macro optabs.
15794 * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
15795 the "optab" local variable. Use direct_optab_handler for optab and
15796 sync_compare_and_swap_optab.
15797 * reload1.c (reload_in_optab, reload_out_optab): Delete.
15798 * targhooks.c (default_secondary_reload): Use direct_optab_handler for
15799 reload_in_optab and reload_out_optab.
15800 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
15801 * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
15802 * config/pa/pa.c (pa_secondary_reload): Likewise.
15803 * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
15804 for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
15805 (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
15806 (VMSupportsCS8_builtin): Likewise.
15807
15808 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
15809
15810 * optabs.h (optab_handlers): Change type of insn_code to int.
15811 (optab_handler, set_optab_handler, convert_optab_handler)
15812 (set_convert_optab_handler): Treat the insn_code field as "insn_code -
15813 CODE_FOR_nothing".
15814 * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
15815 (init_insn_codes): Zero both the above arrays.
15816 (init_optabs): Never call init_insn_codes first time around.
15817
15818 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
15819
15820 * optabs.h (optab_handler, convert_optab_handler): Turn into
15821 inline functions that return an insn code.
15822 (set_optab_handler, set_convert_optab_handler): New functions.
15823 * builtins.c: Replace optab_handler(X)->insn_code with
15824 optab_handler or set_optab_handler thoughout. Likewise
15825 convert_optab_handler(X)->insn_code with convert_optab_handler
15826 and set_convert_optab_handler.
15827 * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
15828 reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
15829 tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
15830 tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
15831 tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
15832 config/spu/spu.c: Likewise.
15833
15834 2010-07-04 Kaz Kojima <kkojima@gcc.gnu.org>
15835
15836 PR target/44531
15837 * config.gcc (sh*-*-*): Use regular expressions instead of
15838 the 'i' modifier for sed substitutions.
15839
15840 2010-07-04 Jeremie Salvucci <jeremie.salvucci@free.fr>
15841
15842 * gimple.c (gimple_body): Comments added.
15843
15844 2010-07-04 Richard Guenther <rguenther@suse.de>
15845
15846 PR middle-end/44809
15847 * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
15848 of an INDIRECT_REF.
15849
15850 2010-07-04 Richard Guenther <rguenther@suse.de>
15851
15852 PR tree-optimization/44479
15853 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
15854 extra SSA name copy statements which preserves points-to
15855 information.
15856 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
15857 Copy points-to information for all pointers. Properly handle
15858 MEM_REFs.
15859 (vect_create_data_ref_ptr): Likewise. Avoid extra SSA name
15860 copy statements.
15861 * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
15862 dependency.
15863
15864 2010-07-04 Richard Guenther <rguenther@suse.de>
15865
15866 PR middle-end/44785
15867 * tree-inline.c (initialize_inlined_parameters): Do not
15868 re-use pointer-map slot over remap_type call.
15869
15870 2010-07-04 Richard Guenther <rguenther@suse.de>
15871
15872 * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
15873
15874 2010-07-04 Richard Guenther <rguenther@suse.de>
15875
15876 PR tree-optimization/44656
15877 * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
15878 again after value-replacing in the defintions lhs.
15879
15880 2010-07-04 Ira Rosen <irar@il.ibm.com>
15881 Revital Eres <eres@il.ibm.com>
15882
15883 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
15884 Document new arguments.
15885 * doc/tm.texi: Regenerate.
15886 * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
15887 Handle unaligned store.
15888 * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
15889 * target.def (builtin_vectorization_cost): Add new arguments.
15890 * target.h (enum vect_cost_for_stmt): Add unaligned_store.
15891 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
15892 of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
15893 (vect_vfa_segment_size): Fix indentation.
15894 * tree-vectorizer.h (struct _vect_peel_info): New.
15895 (struct _vect_peel_extended_info): New.
15896 (struct _loop_vec_info): Add new field for peeling hash table and a
15897 macro for its access.
15898 (VECT_MAX_COST): Define.
15899 (vect_get_load_cost): Declare.
15900 (vect_get_store_cost, vect_get_known_peeling_cost,
15901 vect_get_single_scalar_iteraion_cost): Likewise.
15902 (vect_supportable_dr_alignment): Add new argument.
15903 * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
15904 field.
15905 (destroy_loop_vec_info): Free peeling hash table.
15906 (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
15907 (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
15908 vect_analyze_slp. Fix indentation.
15909 (vect_get_single_scalar_iteraion_cost): New function.
15910 (vect_get_known_peeling_cost): Likewise.
15911 (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
15912 Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
15913 statement. Move outside cost calculation inside unknown peeling case.
15914 Call vect_get_known_peeling_cost for known amount of peeling.
15915 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
15916 reference to the print message of forced alignment.
15917 (vect_verify_datarefs_alignment): Update call to
15918 vect_supportable_dr_alignment.
15919 (vect_get_data_access_cost): New function.
15920 (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
15921 vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
15922 vect_peeling_hash_choose_best_peeling): Likewise.
15923 (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
15924 to store all the accesses in the loop and find best possible access to
15925 align using peeling for known alignment case. For unknown alignment
15926 check if stores are preferred or if peeling is worthy.
15927 (vect_find_same_alignment_drs): Analyze pairs of loads too.
15928 (vect_supportable_dr_alignment): Add new argument and check aligned
15929 accesses according to it.
15930 * tree-vect-stmts.c (vect_get_stmt_cost): New function.
15931 (cost_for_stmt): Call vect_get_stmt_cost.
15932 (vect_model_simple_cost): Likewise.
15933 (vect_model_store_cost): Call vect_get_stmt_cost. Call
15934 vect_get_store_cost to calculate the cost of the statement.
15935 (vect_get_store_cost): New function.
15936 (vect_model_load_cost): Call vect_get_stmt_cost. Call
15937 vect_get_load_cost to calculate the cost of the statement.
15938 (vect_get_load_cost): New function.
15939 (vectorizable_store): Update call to vect_supportable_dr_alignment.
15940 (vectorizable_load): Likewise.
15941 * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
15942 * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
15943 arguments. Handle unaligned store.
15944 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
15945 (rs6000_builtin_support_vector_misalignment): Return true for word and
15946 double word alignments for VSX.
15947 * tree-vect-slp.c (vect_build_slp_tree): Update calls to
15948 vect_supportable_dr_alignment and builtin_vectorization_cost.
15949
15950 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15951
15952 PR target/44597
15953 * config/pa/predicates.md (prefetch_cc_operand): Remove.
15954 (prefetch_nocc_operand): Likewise.
15955 * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
15956 (prefetch_20): New insn.
15957 (prefetch_cc): Remove.
15958 (prefetch_nocc): Likewise.
15959
15960 2010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
15961
15962 * expr.c (vector_mode_valid_p): Move to c-common.c.
15963 * expr.h (vector_mode_valid_p): Do not declare here.
15964 * system.h: Poison GCC_EXPR_H in front-ends.
15965 * Makefile.in: Update dependencies.
15966
15967 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15968
15969 PR target/44705
15970 * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
15971
15972 2010-07-03 Jan Hubicka <jh@suse.cz>
15973
15974 * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
15975 TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
15976 * cfgexpand.c (gimple_expand_cfg): Use new timevars.
15977 * var-tracking.c (vt_find_locations, variable_tracking_main_1):
15978 Likewise.
15979
15980 * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
15981 Update timevars.V
15982 * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
15983 (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
15984 TV_IPA_LTO_DECL_OUT): New.
15985 * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
15986
15987 2010-07-03 Jan Hubicka <jh@suse.cz>
15988
15989 * ipa-inline.c (update_edge_key): Break out from ...
15990 update_callers_keys): ... here;
15991 (update_callee_keys): Update only the edges from caller to callee.
15992 (update_all_calle_keys): Do what update_calle_keys did.
15993 (decide_inlining_of_small_functions): Avoid recomputing of all
15994 callees when badness increase.
15995
15996 2010-07-03 Jie Zhang <jie@codesourcery.com>
15997
15998 * config/arm/arm.c (arm_attr_length_move_neon): New.
15999 * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
16000 * config/arm/neon.md (define_mode_attr V_slen): Remove.
16001 (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
16002 to compute length attribute.
16003
16004 2010-07-03 Jie Zhang <jie@codesourcery.com>
16005
16006 * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
16007 as predicate for operand 1 and remove its constraint.
16008 * config/arm/predicates.md (vfp_register_operand): New.
16009 * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
16010 (*push_fp_multi): Likewise.
16011
16012 2010-07-03 Eric Botcazou <ebotcazou@adacore.com>
16013
16014 * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
16015
16016 2010-07-03 Jan Hubicka <jh@suse.cz>
16017
16018 * config/i386/i386.c (override_options): Revert accidental commit.
16019
16020 2010-07-02 Le-Chun Wu <lcwu@google.com>
16021
16022 PR c++/44128
16023 * doc/invoke.texi: Update documentation of -Wshadow.
16024
16025 2010-07-02 Daniel Jacobowitz <dan@codesourcery.com>
16026 Julian Brown <julian@codesourcery.com>
16027 Sandra Loosemore <sandra@codesourcery.com>
16028
16029 * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
16030 comparisons. Adjust to take both operands.
16031 (arm_select_cc_mode): Handle DImode comparisons.
16032 (arm_gen_compare_reg): Generate a scratch register for DImode
16033 comparisons which require one. Use xor for Thumb equality checks.
16034 (arm_const_double_by_immediates): New.
16035 (arm_print_operand): Allow 'Q' and 'R' for constants.
16036 (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
16037 * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
16038 arm_canonicalize_comparison.
16039 * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
16040 * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
16041 prototype.
16042 (arm_const_double_by_immediates): Declare.
16043 * config/arm/constraints.md (Di): New constraint.
16044 * config/arm/predicates.md (arm_immediate_di_operand)
16045 (arm_di_operand, cmpdi_operand): New.
16046 * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
16047 (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
16048 (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
16049 (cstoredi4): Handle non-Cirrus also.
16050
16051 2010-07-02 Julian Brown <julian@codesourcery.com>
16052 Sandra Loosemore <sandra@codesourcery.com>
16053
16054 PR target/43703
16055 * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
16056 (smax<mode>3): Disable for NEON float modes when
16057 flag_unsafe_math_optimizations is false.
16058 * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
16059 (*mul<mode>3_neon)
16060 (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
16061 (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
16062 for NEON float modes when flag_unsafe_math_optimizations is false.
16063 (quad_halves_<code>v4sf): Only enable if
16064 flag_unsafe_math_optimizations is true.
16065 * doc/invoke.texi (ARM Options): Add note about floating point
16066 vectorization requiring -funsafe-math-optimizations.
16067
16068 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
16069 Julian Brown <julian@codesourcery.com>
16070
16071 * config/arm/neon.md (UNSPEC_VABA): Delete.
16072 (UNSPEC_VABAL): Delete.
16073 (UNSPEC_VABS): Delete.
16074 (UNSPEC_VMUL_N): Delete.
16075 (adddi3_neon): New.
16076 (subdi3_neon): New.
16077 (mul<mode>3add<mode>_neon): Make the pattern named.
16078 (mul<mode>3neg<mode>add<mode>_neon): Likewise.
16079 (neon_vadd<mode>): Replace with define_expand, and move the remaining
16080 unspec parts...
16081 (neon_vadd<mode>_unspec): ...to this.
16082 (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
16083 (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
16084 (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
16085 (neon_vaba<mode>): Rewrite in terms of vabd.
16086 (neon_vabal<mode>): Rewrite in terms of vabdl.
16087 (neon_vabs<mode>): Rewrite without unspec.
16088 * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
16089 (*arm_subdi3): Likewise.
16090 * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
16091 No_op attribute to disable assembly output checks.
16092 * config/arm/arm_neon.h: Regenerated.
16093 * doc/arm-neon-intrinsics.texi: Regenerated.
16094
16095 2010-07-02 Jan Hubicka <jh@suse.cz>
16096
16097 * ipa-split.c (split_function): For aggregate values, set the return
16098 slot optimization bit. When passing DECL_BY_REFERENCE, produce
16099 *<retval> = fncall.part ().
16100 (execute_split_functions): Do not care about DECL_BY_REFERENCE.
16101
16102 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
16103
16104 * config/arm/neon.md (UNSPEC_VAND): Delete.
16105 (UNSPEC_VBIC): Delete.
16106 (UNSPEC_VCLZ): Delete.
16107 (UNSPEC_VCNT): Delete.
16108 (UNSPEC_VEOR): Delete.
16109 (UNSPEC_VORN): Delete.
16110 (UNSPEC_VORR): Delete.
16111 (iordi3_neon): Rewrite RTL without unspec. Add alternatives to handle
16112 core registers too.
16113 (anddi3_neon): Likewise.
16114 (orndi3_neon): Likewise.
16115 (bicdi3_neon): Likewise.
16116 (xordi3_neon): Likewise.
16117 (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
16118 rid of unspec and handle unused operand.
16119 (neon_vcnt<mode>): Similarly, with popcount<mode>2.
16120 * config/arm/predicates.md (imm_for_neon_logic_operand):
16121 Require TARGET_NEON.
16122 (imm_for_neon_inv_logic_operand): Likewise.
16123 * config/arm/arm.md (define_split for logical_binary_operator):
16124 Disable for NEON registers.
16125 (anddi3): Add new define_expand, and rename the insn. Disable
16126 this insn for NEON, where anddi3_neon now applies.
16127 (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
16128 (iordi3): As for anddi3.
16129 (xordi3): Likewise.
16130 * config/arm/neon.ml (Vand): Split DImode variants and mark them
16131 as No_op to disable testing for exact instruction match.
16132 (Vorr): Likewise.
16133 (Veor): Likewise.
16134 (Vbic): Likewise.
16135 (Vorn): Likewise.
16136 * config/arm/arm_neon.h: Regenerated.
16137 * doc/arm-neon-intrinsics.texi: Regenerated.
16138
16139 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
16140
16141 * expr.h (emit_stack_probe): Declare.
16142 * explow.c (emit_stack_probe): Make global.
16143 (anti_adjust_stack_and_probe): Fix comments.
16144 * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
16145 * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
16146 * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
16147 * config/sparc/sparc.c: Include except.h.
16148 (sparc_emit_probe_stack_range): New function.
16149 (output_probe_stack_range): Likewise.
16150 (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
16151 built-in stack checking is enabled.
16152 * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
16153 * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
16154 (probe_stack_range): New insn.
16155
16156 2010-07-02 Richard Guenther <rguenther@suse.de>
16157
16158 PR target/43958
16159 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
16160 for argument alignment.
16161
16162 2010-07-02 Jan Hubicka <jh@suse.cz>
16163
16164 * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
16165 walk backwards from entry_bb to check only those basic block of header
16166 that might lead to execution of split part.
16167 (consider_split) ... here.
16168 (find_return_bb): Allow assignment in return BB.
16169 (find_retval): New.
16170 (split_function): Fix name of cloned function; take care of updating
16171 return value in return_bb containing move.
16172
16173 2010-07-02 Andreas Schwab <schwab@linux-m68k.org>
16174
16175 PR target/44771
16176 * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
16177 used variable insn.
16178
16179 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
16180
16181 * implicit-zee.c (combine_reaching_defs): Fix long lines.
16182 (is_set_with_extension_DI): Delete.
16183 (struct zero_extend_info): New structure.
16184 (add_removable_zero_extend): New function.
16185 (find_removable_zero_extends): Use note_stores to find SETs.
16186 (find_and_remove_ze): Fix long line, remove superfluous parentheses.
16187
16188 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
16189
16190 * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
16191 is_miss_rate_acceptable. Pull total_positions computation
16192 out of the loops. Early return if miss_positions exceeds
16193 the acceptable threshold.
16194 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
16195 is_miss_rate_acceptable after renaming of compute_miss_rate.
16196
16197 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
16198
16199 PR middle-end/44576
16200 * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
16201 of 1000) for miss rate if the address diference is greater than or
16202 equal to the cache line size (the two reference will never hit the
16203 same cache line).
16204
16205 2010-07-02 Bernd Schmidt <bernds@codesourcery.com>
16206
16207 PR target/42835
16208 * config/arm/arm-modes.def (CC_NOTB): New mode.
16209 * config/arm/arm.c (get_arm_condition_code): Handle it.
16210 * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
16211 * config/arm/arm.md (subsi3_compare0_c): New pattern.
16212 (compare_scc): Now a define_and_split. Add a number of extra
16213 splitters before it.
16214
16215 PR target/42172
16216 * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
16217 and ZERO_EXTEND.
16218 (arm_rtx_costs_1): Likewise.
16219 (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
16220 * config/arm/arm.md (is_arch6): New attribute.
16221 (zero_extendhisi2, zero_extendqisi2, extendhisi2,
16222 extendqisi2): Tighten the code somewhat, avoiding invalid
16223 RTL to occur in the expander patterns.
16224 (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
16225 (thumb1_zero_extendhisi2_v6): Delete.
16226 (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
16227 (thumb1_extendhisi2_v6): Delete.
16228 (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
16229 (thumb1_extendqisi2_v6): Delete.
16230 (zero_extendhisi2 for register input splitter): New.
16231 (zero_extendqisi2 for register input splitter): New.
16232 (thumb1_extendhisi2 for register input splitter): New.
16233 (extendhisi2 for register input splitter): New.
16234 (extendqisi2 for register input splitter): New.
16235 (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
16236 (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
16237 and add support for a register alternative requiring a split.
16238 (thumb1_zero_extendqisi2): Likewise.
16239 (arm_zero_extendqisi2): Likewise.
16240 (arm_extendhisi2): Likewise.
16241 (arm_extendqisi2): Likewise.
16242
16243 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
16244
16245 * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
16246 instead of an unspec.
16247 (neon_expand_vector_init): Likewise.
16248 * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
16249 (UNSPEC_VDUP_LANE): Delete.
16250 (UNSPEC VDUP_N): Delete.
16251 (UNSPEC_VGET_HIGH): Delete.
16252 (UNSPEC_VGET_LANE): Delete.
16253 (UNSPEC_VGET_LOW): Delete.
16254 (UNSPEC_VMVN): Delete.
16255 (UNSPEC_VSET_LANE): Delete.
16256 (V_double_vector_mode): New.
16257 (vec_set<mode>_internal): Make code emitted match that for the
16258 corresponding intrinsics.
16259 (vec_setv2di_internal): Likewise.
16260 (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
16261 (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
16262 (neon_vset_lane<mode>): Combine double and quad patterns and
16263 expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
16264 (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
16265 (neon_vdup_n<mode>): Rewrite RTL without unspec.
16266 (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
16267 (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
16268 with neon_vdup_lanev2di, adjusting the pattern from the latter
16269 to be predicable for consistency.
16270 (neon_vdup_lane<mode>_internal): New.
16271 (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
16272 to avoid using an unspec.
16273 (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
16274 (neon_vdup_lanev2di): Turn into a define_expand.
16275 (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
16276 (neon_vget_high<mode>): Replace with....
16277 (neon_vget_highv16qi): New pattern using canonical RTL.
16278 (neon_vget_highv8hi): Likewise.
16279 (neon_vget_highv4si): Likewise.
16280 (neon_vget_highv4sf): Likewise.
16281 (neon_vget_highv2di): Likewise.
16282 (neon_vget_low<mode>): Replace with....
16283 (neon_vget_lowv16qi): New pattern using canonical RTL.
16284 (neon_vget_lowv8hi): Likewise.
16285 (neon_vget_lowv4si): Likewise.
16286 (neon_vget_lowv4sf): Likewise.
16287 (neon_vget_lowv2di): Likewise.
16288
16289 * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
16290 test for this emitting vmov.
16291 (Vset_lane): Likewise.
16292 (Vdup_n): Likewise.
16293 (Vmov_n): Likewise.
16294
16295 * doc/arm-neon-intrinsics.texi: Regenerated.
16296
16297 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
16298
16299 * config/arm/neon.md (vec_extractv2di): Correct error in register
16300 numbering to reconcile with neon_vget_lanev2di.
16301
16302 2010-07-02 Richard Guenther <rguenther@suse.de>
16303
16304 * tree-ssa-structalias.c (pt_solution_set_var): New function.
16305 * tree-ssa-alias.h (pt_solution_set_var): Declare.
16306 * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
16307 points-to information.
16308
16309 2010-07-02 Christian Borntraeger <borntraeger@de.ibm.com>
16310
16311 * config/s390/s390.c (override_options): Adopt prefetching
16312 at -O3 to handle flag_prefetch_loop_arrays as a tristate.
16313
16314 2010-07-02 Jan Hubicka <jh@suse.cz>
16315
16316 * df-problems.c (df_kill_notes): Do not collect dead notes.
16317 (df_set_note): Just call add_reg_note.
16318 (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
16319 df_create_unused_note): Do not deal with lists of old notes.
16320 (df_note_bb_compute): Likewise.
16321
16322 2010-07-02 Richard Guenther <rguenther@suse.de>
16323
16324 * tree-ssa-structalias.c (find_func_aliases): Handle
16325 pointer alignment via BIT_AND_EXPR.
16326 * tree-vrp.c (extract_range_from_binary_expr): Likewise.
16327
16328 2010-07-02 Richard Guenther <rguenther@suse.de>
16329
16330 * tree-data-ref.c (initialize_data_dependence_relation): Handle
16331 mismatching number of dimensions properly.
16332
16333 2010-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16334
16335 PR target/44707
16336 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
16337 (lo_sum (high ...) ...) patterns generated by earlier passes.
16338
16339 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16340
16341 * doc/install.texi (Prerequisites): Document Perl requirement on
16342 Solaris 2.
16343 (Specific, *-*-solaris2*): Document GNU c++filt requirement.
16344
16345 2010-07-02 Richard Guenther <rguenther@suse.de>
16346
16347 PR middle-end/44777
16348 * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
16349
16350 2010-07-02 Jan Hubicka <jh@suse.cz>
16351
16352 PR middle-end/44706
16353 * predict.c (predict_paths_for_bb): Handle case when control dependence
16354 BB has only abnormal edges.
16355
16356 2010-07-02 Richard Guenther <rguenther@suse.de>
16357
16358 PR tree-optimization/44748
16359 * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
16360 the embedded conversion in MEM_REFs.
16361
16362 2010-07-01 López-Ibáñez <manu@gcc.gnu.org>
16363
16364 * reload.c: Include toplev.h.
16365 * recog.c: Likewise.
16366 * Makefile.in: Adjust dependencies.
16367
16368 2010-07-01 Jakub Jelinek <jakub@redhat.com>
16369
16370 PR debug/44694
16371 * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
16372 or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
16373
16374 2010-07-01 Richard Guenther <rguenther@suse.de>
16375
16376 * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
16377 types for offsets.
16378
16379 2010-07-01 Joern Rennecke <joern.rennecke@embecosm.com>
16380
16381 PR target/44732
16382 * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
16383 Fix argument types.
16384
16385 2010-07-01 Bernd Schmidt <bernds@codesourcery.com>
16386
16387 PR target/44727
16388 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
16389 Make sure operand 0 dies.
16390
16391 2010-07-01 Richard Guenther <rguenther@suse.de>
16392
16393 PR middle-end/42834
16394 PR middle-end/44468
16395 * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
16396 * doc/generic.texi (References to storage): Document MEM_REF.
16397 * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
16398 (print_call_name): Likewise.
16399 * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
16400 (build_simple_mem_ref_loc): New function.
16401 (mem_ref_offset): Likewise.
16402 * tree.h (build_simple_mem_ref_loc): Declare.
16403 (build_simple_mem_ref): Define.
16404 (mem_ref_offset): Declare.
16405 * fold-const.c: Include tree-flow.h.
16406 (operand_equal_p): Handle MEM_REF.
16407 (build_fold_addr_expr_with_type_loc): Likewise.
16408 (fold_comparison): Likewise.
16409 (fold_unary_loc): Fold
16410 VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
16411 (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
16412 fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
16413 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
16414 (ptr_deref_may_alias_ref_p_1): Likewise.
16415 (ao_ref_base_alias_set): Properly differentiate base object for
16416 offset and TBAA.
16417 (ao_ref_init_from_ptr_and_size): Use MEM_REF.
16418 (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
16419 (indirect_refs_may_alias_p): Likewise.
16420 (refs_may_alias_p_1): Likewise. Remove pointer SSA name def
16421 chasing code.
16422 (ref_maybe_used_by_call_p_1): Handle MEM_REF.
16423 (call_may_clobber_ref_p_1): Likewise.
16424 * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
16425 * expr.c (expand_assignment): Handle MEM_REF.
16426 (store_expr): Handle MEM_REFs from STRING_CSTs.
16427 (store_field): If expanding a MEM_REF of a non-addressable
16428 decl use bitfield operations.
16429 (get_inner_reference): Handle MEM_REF.
16430 (expand_expr_addr_expr_1): Likewise.
16431 (expand_expr_real_1): Likewise.
16432 * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
16433 * alias.c (ao_ref_from_mem): Handle MEM_REF.
16434 (get_alias_set): Likewise. Properly handle VIEW_CONVERT_EXPRs.
16435 * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
16436 (dr_analyze_indices): Likewise.
16437 (dr_analyze_alias): Likewise.
16438 (object_address_invariant_in_loop_p): Likewise.
16439 * gimplify.c (mark_addressable): Handle MEM_REF.
16440 (gimplify_cond_expr): Build MEM_REFs.
16441 (gimplify_modify_expr_to_memcpy): Likewise.
16442 (gimplify_init_ctor_preeval_1): Handle MEM_REF.
16443 (gimple_fold_indirect_ref): Adjust.
16444 (gimplify_expr): Handle MEM_REF. Gimplify INDIRECT_REF to MEM_REF.
16445 * tree.def (MEM_REF): New tree code.
16446 * tree-dfa.c: Include toplev.h.
16447 (get_ref_base_and_extent): Handle MEM_REF.
16448 (get_addr_base_and_unit_offset): New function.
16449 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
16450 * gimple-fold.c (may_propagate_address_into_dereference): Handle
16451 MEM_REF.
16452 (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
16453 accesses if the array has just one dimension. Remove always true
16454 parameter. Do not require type compatibility here.
16455 (maybe_fold_offset_to_component_ref): Remove.
16456 (maybe_fold_stmt_indirect): Remove.
16457 (maybe_fold_reference): Remove INDIRECT_REF handling.
16458 Fold back to non-MEM_REF.
16459 (maybe_fold_offset_to_address): Simplify. Deal with type
16460 mismatches here.
16461 (maybe_fold_reference): Likewise.
16462 (maybe_fold_stmt_addition): Likewise. Also handle
16463 &ARRAY + I in addition to &ARRAY[0] + I.
16464 (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
16465 (gimple_get_relevant_ref_binfo): Handle MEM_REF.
16466 * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
16467 * tree-ssa.c (useless_type_conversion_p): Make most pointer
16468 conversions useless.
16469 (warn_uninitialized_var): Handle MEM_REF.
16470 (maybe_rewrite_mem_ref_base): New function.
16471 (execute_update_addresses_taken): Implement re-writing of MEM_REFs
16472 to SSA form.
16473 * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
16474 INDIRECT_REF handling.
16475 (copy_tree_body_r): Handle MEM_REF.
16476 * gimple.c (is_gimple_addressable): Adjust.
16477 (is_gimple_address): Likewise.
16478 (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
16479 invariant base are invariant.
16480 (is_gimple_min_lval): Adjust.
16481 (is_gimple_mem_ref_addr): New function.
16482 (get_base_address): Handle MEM_REF.
16483 (count_ptr_derefs): Likewise.
16484 (get_base_loadstore): Likewise.
16485 * gimple.h (is_gimple_mem_ref_addr): Declare.
16486 (gimple_call_fndecl): Handle invariant MEM_REF addresses.
16487 * tree-cfg.c (verify_address): New function, split out from ...
16488 (verify_expr): ... here. Use for verifying ADDR_EXPRs and
16489 the address operand of MEM_REFs. Verify MEM_REFs. Reject
16490 INDIRECT_REFs.
16491 (verify_types_in_gimple_min_lval): Handle MEM_REF. Disallow
16492 INDIRECT_REF. Allow conversions.
16493 (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
16494 a register does not change its size.
16495 (verify_types_in_gimple_reference): Verify MEM_REF.
16496 (verify_gimple_assign_single): Disallow INDIRECT_REF.
16497 Handle MEM_REF.
16498 * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
16499 New.
16500 (mark_address_taken): Handle MEM_REF.
16501 (get_indirect_ref_operands): Pass through opf_not_non_addressable.
16502 (get_asm_expr_operands): Pass opf_not_non_addressable.
16503 (get_expr_operands): Handle opf_[not_]non_addressable.
16504 Handle MEM_REF. Remove INDIRECT_REF handling.
16505 * tree-vrp.c (check_array_ref): Handle MEM_REF.
16506 (search_for_addr_array): Likewise.
16507 (check_array_bounds): Likewise.
16508 (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
16509 * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
16510 (ref_always_accessed_p): Likewise.
16511 (gen_lsm_tmp_name): Likewise. Handle ADDR_EXPR.
16512 * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
16513 Handle MEM_REF.
16514 * cgraphbuild.c (mark_load): Properly check for NULL result
16515 from get_base_address.
16516 (mark_store): Likewise.
16517 * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
16518 * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
16519 handling for MEM_REF.
16520 * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
16521 &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
16522 * builtins.c (stabilize_va_list_loc): Use the function ABI
16523 valist type if we couldn't canonicalize the argument type.
16524 Always dereference with the canonical va-list type.
16525 (maybe_emit_free_warning): Handle MEM_REF.
16526 (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
16527 memmove to memcpy.
16528 * builtins.c (fold_builtin_memory_op): Use ref-all types
16529 for all memcpy foldings.
16530 * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
16531 (build_outer_var_ref): Likewise.
16532 (scan_omp_1_op): Likewise.
16533 (lower_rec_input_clauses): Likewise.
16534 (lower_lastprivate_clauses): Likewise.
16535 (lower_reduction_clauses): Likewise.
16536 (lower_copyprivate_clauses): Likewise.
16537 (expand_omp_atomic_pipeline): Likewise.
16538 (expand_omp_atomic_mutex): Likewise.
16539 (create_task_copyfn): Likewise.
16540 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
16541 Remove old union trick. Initialize constant offsets.
16542 (ao_ref_init_from_vn_reference): Likewise. Do not handle
16543 INDIRECT_REF. Init base_alias_set properly.
16544 (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
16545 (vn_reference_fold_indirect): Adjust for MEM_REFs.
16546 (valueize_refs): Fold MEM_REFs. Re-evaluate constant offset
16547 for ARRAY_REFs.
16548 (may_insert): Remove.
16549 (visit_reference_op_load): Do not test may_insert.
16550 (run_scc_vn): Remove parameter, do not fiddle with may_insert.
16551 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
16552 a field to store the constant offset this op applies.
16553 (run_scc_vn): Adjust prototype.
16554 * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
16555 * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
16556 MEM_REF. Propagate &foo + CST as &MEM[&foo, CST]. Do not
16557 bother about volatile qualifiers on pointers.
16558 (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
16559 * tree-ssa-loop-ivopts.c
16560 * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
16561 (strip_offset_1): Likewise.
16562 (find_interesting_uses_address): Replace INDIRECT_REF handling with
16563 MEM_REF handling.
16564 (get_computation_cost_at): Likewise.
16565 * ipa-pure-const.c (check_op): Handle MEM_REF.
16566 * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
16567 * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
16568 and constants.
16569 * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
16570 * tree-parloops.c (take_address_of): Adjust for MEM_REF.
16571 (eliminate_local_variables_1): Likewise.
16572 (create_call_for_reduction_1): Likewise.
16573 (create_loads_for_reductions): Likewise.
16574 (create_loads_and_stores_for_name): Likewise.
16575 * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
16576 (ssa_accessed_in_tree): Handle MEM_REF.
16577 (ssa_accessed_in_assign_rhs): Likewise.
16578 (update_type_size): Likewise.
16579 (analyze_accesses_for_call_stmt): Likewise.
16580 (analyze_accesses_for_assign_stmt): Likewise.
16581 (transform_access_sites): Likewise.
16582 (transform_allocation_sites): Likewise.
16583 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
16584 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
16585 not handle INDIRECT_REF.
16586 * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
16587 (cond_store_replacement): Likewise.
16588 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
16589 MEM_REF, no not handle INDIRECT_REFs.
16590 (insert_into_preds_of_block): Properly initialize avail.
16591 (phi_translate_1): Fold MEM_REFs. Re-evaluate constant offset
16592 for ARRAY_REFs. Properly handle reference lookups that
16593 require a bit re-interpretation.
16594 (can_PRE_operation): Do not handle INDIRECT_REF. Handle MEM_REF.
16595 * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
16596 (build_ref_for_offset_1): Remove.
16597 (build_ref_for_offset): Build MEM_REFs.
16598 (gate_intra_sra): Disable for now.
16599 (sra_ipa_modify_expr): Handle MEM_REF.
16600 (ipa_early_sra_gate): Disable for now.
16601 * tree-sra.c (create_access): Swap INDIRECT_REF handling for
16602 MEM_REF handling.
16603 (disqualify_base_of_expr): Likewise.
16604 (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
16605 MEM_REF handling.
16606 (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
16607 Use mem_ref_offset. Remove bogus folding.
16608 (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
16609 (make_fancy_name_1): Add support for MEM_REF.
16610 * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
16611 * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
16612 * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
16613 (compute_complex_ancestor_jump_func): Likewise.
16614 (ipa_analyze_virtual_call_uses): Likewise.
16615 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
16616 INDIRECT_REF folding with more generalized MEM_REF folding.
16617 (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
16618 (forward_propagate_addr_into_variable_array_index): Also handle
16619 &ARRAY + I in addition to &ARRAY[0] + I.
16620 * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
16621 * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
16622 creates assignments with overlap.
16623 * tree-nested.c (get_static_chain): Adjust for MEM_REF.
16624 (get_frame_field): Likewise.
16625 (get_nonlocal_debug_decl): Likewise.
16626 (convert_nonlocal_reference_op): Likewise.
16627 (struct nesting_info): Add mem_refs pointer-set.
16628 (create_nesting_tree): Allocate it.
16629 (convert_local_reference_op): Insert to be folded mem-refs.
16630 (fold_mem_refs): New function.
16631 (finalize_nesting_tree_1): Perform defered folding of mem-refs
16632 (free_nesting_tree): Free the pointer-set.
16633 * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
16634 (vectorizable_load): Likewise.
16635 * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
16636 (propagate_with_phi): Likewise.
16637 * tree-object-size.c (addr_object_size): Handle MEM_REFs
16638 instead of INDIRECT_REFs.
16639 (compute_object_offset): Handle MEM_REF.
16640 (plus_stmt_object_size): Handle MEM_REF.
16641 (collect_object_sizes_for): Dispatch to plus_stmt_object_size
16642 for &MEM_REF.
16643 * tree-flow.h (get_addr_base_and_unit_offset): Declare.
16644 (symbol_marked_for_renaming): Likewise.
16645 * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
16646 (fold-const.o): Add $(TREE_FLOW_H).
16647 * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
16648 (find_func_clobbers): Likewise.
16649 * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
16650 (decompose_access): Likewise.
16651 (replace_field_acc): Likewise.
16652 (replace_field_access_stmt): Likewise.
16653 (insert_new_var_in_stmt): Likewise.
16654 (get_stmt_accesses): Likewise.
16655 (reorg_structs_drive): Disable.
16656 * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
16657 (ix86_canonical_va_list_type): Likewise.
16658
16659 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
16660
16661 PR other/44566
16662 * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
16663 * target.def (struct gcc_target): Replace enum reg_class with
16664 reg_class_t in hook argument / return types.
16665 * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
16666 (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
16667 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
16668 * targhooks.h (default_branch_target_register_class): Likewise.
16669 (default_ira_cover_classes, default_secondary_reload): Likewise.
16670 (default_memory_move_cost, default_register_move_cost): Likewise.
16671 * targhooks.c (default_branch_target_register_class): Likewise.
16672 (default_ira_cover_classes, default_secondary_reload): Likewise.
16673 (default_memory_move_cost, default_register_move_cost): Likewise.
16674 * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
16675 * bt-load.c (branch_target_load_optimize): Likewise.
16676 * ira.c (setup_cover_and_important_classes): Likewise.
16677 * ira-costs.c (copy_cost): Likewise.
16678 * reload1.c (emit_input_reload_insns): Likewise.
16679 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
16680 * config/frv/frv.c (frv_secondary_reload): Likewise.
16681 * config/s390/s390.c (s390_secondary_reload): Likewise.
16682 * config/i386/i386.c (i386_ira_cover_classes): Likewise.
16683 (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
16684 (ix86_register_move_cost): Likewise.
16685 * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
16686 * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
16687 * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
16688 * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
16689 * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
16690 (rs6000_ira_cover_classes): Likewise.
16691 * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
16692 * config/picochip/picochip-protos.h (picochip_secondary_reload):
16693 Likewise.
16694 * config/pa/pa.c (pa_secondary_reload): Likewise.
16695 * config/mips/mips.c (mips_ira_cover_classes): Likewise.
16696 * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
16697 * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
16698 * doc/tm.texi: Regenerate.
16699
16700 2010-06-30 Sebastian Pop <sebastian.pop@amd.com>
16701
16702 PR bootstrrap/44726
16703 * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
16704 use.
16705 (build_alias_set_optimal_p): Likewise.
16706 (build_base_obj_set_for_drs): Likewise.
16707
16708 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
16709
16710 * target.def: Remove comment about licensing problems of function
16711 declarations.
16712
16713 * target.def (declare_constant_name): Change exp to expr. Use DEFHOOK.
16714 * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
16715 * doc/tm.texi: Regenerate.
16716
16717 * target.def (builtin_reciprocal): Change tm_fn to md_fn. Use DEFHOOK.
16718 * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
16719
16720 * target.def (enum_va_list_p): Use DEFHOOK.
16721 * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
16722 Rename ptype to ptree.
16723 * doc/tm.texi: Regenerate.
16724
16725 * target.def (fold_builtin): Rename nargs to n_args. Use DEFHOOK.
16726 * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
16727 * doc/tm.texi: Regenerate.
16728
16729 * target.def (memory_move_cost): Use DEFHOOK.
16730 * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
16731 Rename regclass AKA class to rclass.
16732 * doc/tm.texi: Regenerate.
16733
16734 * target.def (pragma_parse): Use DEFHOOK.
16735 * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
16736 s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
16737 * doc/tm.texi: Regenerate.
16738
16739 * target.def (pass_by_reference): Use DEFHOOK.
16740 * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
16741 * doc/tm.texi: Regenerate.
16742
16743 * target.def (resolve_overloaded_builtin): Rename params to arglist.
16744 Use DEFHOOK.
16745 * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
16746 * doc/tm.texi: Regenerate.
16747
16748 * target.def (return_pops_args): Use DEFHOOK.
16749 * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
16750 Rename stack-size to size.
16751 * doc/tm.texi: Regenerate.
16752
16753 * target.def (dfa_new_cycle): Use DEFHOOK. Rename dump_file to dump,
16754 last-sched_cycle to last_clock, cur_cycle to clock.
16755 * doc/tm.texi.in: Use @hook.
16756 * doc/tm.texi: Regenerate.
16757
16758 * target.def (print_operand, print_operand_address): Update comment.
16759 (print_operand_punct_valid_p): Likewise.
16760
16761 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
16762
16763 * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
16764 to rtl.h.
16765 (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
16766 * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
16767 * rtl-error.h: New.
16768 * regrename.c: Do not include toplev.h. Include rtl-error.h.
16769 * rtl-error.c: Likewise.
16770 * reload.c: Likewise.
16771 * recog.c: Likewise.
16772 * sel-sched.c: Likewise.
16773 * function.c: Likewise.
16774 * reg-stack.c: Likewise.
16775 * cfgrtl.c: Likewise.
16776 * reload1.c: Likewise.
16777 * final.c: Include rtl-error.
16778 * Makefile.in: Adjust dependencies.
16779
16780 2010-06-30 Jan Hubicka <jh@suse.cz>
16781
16782 PR middle-end/PR44706
16783 * ipa-split (split_function): Refine conditions when to use DECL_RESULT
16784 to return the value.
16785
16786 2010-06-30 Michael Matz <matz@suse.de>
16787
16788 PR bootstrap/44699
16789 * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
16790 * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
16791 a gimple reg, attach the original VDEF to the last store in the
16792 sequence.
16793
16794 2010-06-30 Iain Sandoe <iains@gcc.gnu.org>
16795
16796 PR other/44034
16797 * config/darwin.c (darwin_override_options): Use renamed
16798 targetm.asm_out.emit_unwind_label.
16799
16800 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
16801
16802 PR tree-optimization/39799
16803 * tree-inline.c (remap_ssa_name): Initialize variable only if
16804 SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
16805
16806 2010-06-30 Nathan Froyd <froydnj@codesourcery.com>
16807
16808 * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
16809
16810 2010-06-30 Richard Guenther <rguenther@suse.de>
16811
16812 PR target/44722
16813 * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
16814 against oscillation with reverse peephole2.
16815
16816 2010-06-30 H.J. Lu <hongjiu.lu@intel.com>
16817
16818 PR target/44721
16819 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
16820 Fix last commit.
16821
16822 2010-06-30 Nick Clifton <nickc@redhat.com>
16823
16824 * config/rx/rx-modes.def: New file.
16825 * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
16826 (CC_REGNUM): Define.
16827 (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
16828 register.
16829 (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
16830 (SELECT_CC_MODE): Define.
16831 * config/rx/rx.md (CC_REG): Define. Update all patterns to use
16832 (reg:CC CC_REG) instead of (cc0).
16833 (attr "cc"): Delete.
16834 (cbranchsi4): Do not split compare and branch here. Instead move
16835 it to...
16836 (cbranchsi4_<code>): ... here. New patterns.
16837 (cmpsi): Call rx-compare_redundant to find out if it is necessary
16838 to emit the compare instruction.
16839 * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
16840 cc_status flags.
16841 (rx_get_stack_layout): Iterate up to before CC_REGNUM not
16842 FIRST_PSEUDO_REGNUM.
16843 (rx_expand_prologue, rx_expand_epilogue): Likewise.
16844 (rx_notice_update_cc): Delete.
16845 (rx_cc_modes_compatible): New function.
16846 (flags_needed_for_conditional): New function.
16847 (flags_from_mode): New function.
16848 (rx_compare_redundant): New function - scans backwards through
16849 insn list to find out if condition flags are already set correctly.
16850 (TARGET_CC_MODES_COMPATIBLE): Define.
16851 * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
16852
16853 * config/rx/rx.h (BRANCH_COST): Define.
16854 (REGISTER_MOVE_COST): Define.
16855 * config/rx/predicates (rx_source_operand): Allow all constant types.
16856 * config/rx/rx.md (addsi3): Add alternative for swapped operands.
16857 (tstsi4): New pattern.
16858 * config/rx/rx.c (rx_memory_move_cost): Define.
16859 (TARGET_MEMORY_MOVE_COST): Define.
16860
16861 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
16862
16863 * tree.h (block_may_fallthru): Declare here.
16864 * tree-flow.h (block_may_fallthru): Do not declare here.
16865 * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
16866 bitmap.h
16867 * Makefile.in (c-typeck.o): Update dependencies.
16868
16869 2010-06-30 Jakub Jelinek <jakub@redhat.com>
16870
16871 PR debug/44694
16872 * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
16873 * cselib.c (cfa_base_preserved_regno): New static variable.
16874 (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
16875 of REGNO (cfa_base_preserved_val->locs->loc).
16876 (cselib_preserve_cfa_base_value): Add regno argument, set
16877 cfa_base_preserved_regno to it.
16878 (cselib_invalidate_regno): Allow removal of registers other than
16879 cfa_base_preserved_regno from cfa_base_preserved_val.
16880 (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
16881 * var-tracking.c (adjust_mems): Replace sp or hfp even outside
16882 of MEM addresses, if not on LHS.
16883 (reverse_op): Don't add reverse ops for cfa_base_rtx.
16884 (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
16885
16886 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
16887
16888 * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
16889 static variables.
16890 (peep2_buf_position): New static function.
16891 (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
16892 peephole2_optimize): Use it.
16893 (peep2_attempt, peep2_update_life): New static functions, broken out
16894 of peephole2_optimize.
16895 (peep2_fill_buffer): New static function.
16896 (peephole2_optimize): Change the main loop to try to fill the buffer
16897 with the maximum number of insns before matching them against
16898 peepholes. Use a forward scan. Remove special case for targets with
16899 conditional execution.
16900 * genrecog.c (change_state): Delete dead code.
16901 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
16902 Rewrite so as not to expect the second insn to have had a peephole
16903 applied yet.
16904
16905 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
16906
16907 * genhooks.c (emit_findices): Cast field precision to int.
16908 (emit_documentation): Likewise.
16909
16910 2010-06-29 Jakub Jelinek <jakub@redhat.com>
16911
16912 PR tree-optimization/43801
16913 * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
16914 if old_decl was DECL_ONE_ONLY.
16915
16916 PR debug/44668
16917 * dwarf2out.c (add_accessibility_attribute): New function.
16918 (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
16919 instead of adding DW_AT_accessibility manually.
16920 (gen_enumeration_type_die, gen_struct_or_union_type_die,
16921 gen_typedef_die): Use it.
16922
16923 2010-06-29 Douglas B Rupp <rupp@gnat.com>
16924
16925 * vmsdbgout.c (full_name): Just output the file name if not native.
16926
16927 2010-06-29 Douglas B Rupp <rupp@gnat.com>
16928
16929 * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
16930 (funcnam_table): New static table.
16931 (funcnum_table): New static table.
16932 (write_rtnbeg): Write value saved in funcnum_table.
16933 (write_rtnend): Write value saved in funcnum_table.
16934 (vmsdbgout_begin_function): Save current function info in
16935 (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
16936 (vmsdbgout_finish): Iterate over funcnum_table.
16937
16938 2010-06-29 Douglas B Rupp <rupp@gnat.com>
16939
16940 * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
16941 (vmsdbgout_type_decl): Declare
16942 (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
16943 (FUNC_EPILOGUE_LABEL): New macro
16944 (vmsdbgout_begin_epilogue): New function.
16945 (vmsdbgout_type_decl): New function.
16946
16947 2010-06-29 Douglas B Rupp <rupp@gnat.com>
16948
16949 * vmsdbg.h: Update copyright.
16950
16951 2010-06-29 Douglas B Rupp <rupp@gnat.com>
16952
16953 * vmsdbg.h (DST_K_TBG): New DST constant.
16954 * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
16955 (write_modbeg): Cast module_language to avoid warning.
16956 (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
16957
16958 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
16959
16960 PR other/44034
16961 * target.def, doc/tm.texi.in, genhooks.c: New files.
16962 * target.h: Instead of defining individual hook members,
16963 define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
16964 include target.def.
16965 * target-def.h: Instead of defining individual hook initializers,
16966 include target-hooks-def.h.
16967 * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
16968 targetm.live_on_entry -> targetm.extra_live_on_entry
16969 targetm.sched.md_finish ->targetm.sched.finish
16970 targetm.sched.md_init -> targetm.sched.init
16971 targetm.sched.md_init_global -> targetm.sched.init_global
16972 targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
16973 targetm.asm_out.except_table_label ->
16974 targetm.asm_out.emit_except_table_label
16975 targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
16976 targetm.target_help -> targetm.help
16977 targetm.vectorize.builtin_support_vector_misalignment ->
16978 targetm.vectorize.support_vector_misalignment
16979 targetm.file_start_app_off -> targetm.asm_file_start_app_off
16980 targetm.file_start_file_directive ->
16981 targetm.asm_file_start_file_directive
16982 * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
16983 * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
16984 * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
16985 TARGET_VECTOR_ALIGNMENT_REACHABLE ->
16986 TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
16987 TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
16988 TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
16989 TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
16990 * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
16991 * Makefile.in (TARGET_H): Depend on target.def.
16992 (TARGET_DEF_H): Depend on target-hooks-def.h.
16993 (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
16994 (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
16995 * doc/tm.texi: Regenerate.
16996
16997 * Makefile.in (s-tm-texi): Remove stray tab / rule.
16998
16999 * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
17000 (targetm.sched.init): Likewise.
17001
17002 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
17003
17004 PR bootstrap/44713
17005 * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
17006 (function_arg_advance_32): Const-ify TYPE parameter.
17007 (function_arg_advance_64): Likewise. Change type of NAMED to bool.
17008 (ix86_function_arg_advance): Change type of NAMED to bool.
17009 (function_arg_32): Const-ify CUM and TYPE parameters.
17010 (function_arg_64): Likewise. Change type of NAMED to bool.
17011 (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
17012 to bool.
17013 (ix86_function_arg): Change type of NAMED to bool.
17014 (ix86_setup_incoming_varargs): Call ix86_function_arg_advance. Pass
17015 last argument as a bool.
17016
17017 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
17018
17019 * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
17020 (OVERRIDE_OPTIONS): Add note of obsolescence.
17021 Replace references with references to TARGET_OPTION_OVERRIDE.
17022 (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
17023 the macro).
17024 * targhooks.c (default_target_option_override): New function.
17025 * targhooks.h (default_target_option_override): Declare.
17026 * target.h (struct gcc_target): Add override member to
17027 target_option member.
17028 * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
17029 targetm.target_option.override call.
17030 * target-def.h (TARGET_OPTION_OVERRIDE): Define.
17031 (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
17032
17033 2010-06-29 Jan Hubicka <jh@suse.cz>
17034
17035 * tree-inline.c: Replace incomming by incomin and clonning by cloning.
17036
17037 2010-06-29 Jan Hubicka <jh@suse.cz>
17038
17039 * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
17040 unreachable.
17041 (rebuild_frequencies): New function.
17042 * predict.h (rebuild_frequencies): Declare.
17043 * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
17044 entry block and edge reaching new_entry.
17045 (tree_function_versioning): When doing partial cloning, rebuild
17046 frequencies when done.
17047 * passes.c (execute_function_todo): Use rebild_frequencies.
17048
17049 2010-06-29 Richard Guenther <rguenther@suse.de>
17050
17051 * tree-dfa.c (dump_variable): Remove noalias_state dumping.
17052 * tree-flow.h (enum noalias_state): Remove.
17053 (struct var_ann_d): Remove noalias_state member.
17054
17055 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
17056
17057 PR target/43902
17058 * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
17059 (maddhisi4): Renamed from mulhisi3addsi. Operands renumbered.
17060 (maddhidi4): Likewise.
17061
17062 Revert parts of the change for PR25130.
17063 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
17064 MEM_ALIAS_SET.
17065
17066 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
17067
17068 * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
17069 targetm.calls.function_incoming_arg, and
17070 targetm.calls.function_arg_advance instead of FUNCTION_ARG,
17071 FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
17072 * target.h (struct gcc_target): Add function_arg_advance,
17073 function_arg, and function_incoming_arg fields.
17074 * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
17075 (TARGET_FUNCTION_INCOMING_ARG): Define.
17076 (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
17077 and TARGET_FUNCTION_INCOMING_ARG.
17078 * targhooks.h (default_function_arg_advance): Declare.
17079 (default_function_arg, default_function_incoming_arg): Declare.
17080 * targhooks.c (default_function_arg_advance): New function.
17081 (default_function_arg, default_function_incoming_arg): New function.
17082 * config/i386/i386.c (function_arg_advance): Rename to...
17083 (ix86_function_arg_advance): ...this. Make static.
17084 (function_arg): Rename to...
17085 (ix86_function_arg): ...this. Make static.
17086 (TARGET_FUNCTION_ARG_ADVANCE): Define.
17087 (TARGET_FUNCTION_ARG): Define.
17088 * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
17089 (FUNCTION_ARG): Delete.
17090 * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
17091 (function_arg): Delete prototype.
17092
17093 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
17094
17095 * reginfo.c (init_reg_sets_1): Adjust comments.
17096 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
17097 * calls.c (prepare_call_address): Likewise.
17098 (emit_call_1): Use targetm.calls.return_pops_args.
17099 (expand_call): Likewise.
17100 * function.c (assign_parms): Likewise.
17101 * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
17102 * target.h (struct gcc_target) [struct calls]: Add
17103 return_pops_args field.
17104 * targhooks.h (default_return_pops_args): Declare.
17105 * targhooks.c (default_return_pops_args): Define.
17106 * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
17107 (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
17108 * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
17109 (TARGET_RETURN_POPS_ARGS): ...this. Use deftypefn. Adjust
17110 documentation.
17111 * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
17112 * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
17113 * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
17114 * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
17115 * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
17116 * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
17117 * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
17118 * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
17119 * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
17120 * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
17121 * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
17122 * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
17123 * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
17124 * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
17125 * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
17126 * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
17127 * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
17128 * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
17129 * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
17130 * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
17131 * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
17132 * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
17133 * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
17134 * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
17135 * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
17136 * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
17137 * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
17138 * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
17139 * config/score/score.h (RETURN_POPS_ARGS): Likewise.
17140 * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
17141 * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
17142 * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
17143 * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
17144 * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
17145 * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
17146 * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
17147 * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
17148 * config/i386/i386.c (ix86_return_pops_args): Make static.
17149 Constify arguments.
17150 (TARGET_RETURN_POPS_ARGS): Define.
17151 * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
17152 * config/m68k/m68k.c (m68k_return_pops_args): ...here. New function.
17153 (TARGET_RETURN_POPS_ARGS): Define.
17154 * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
17155 * config/vax/vax.c (vax_return_pops_args): ...here. New function.
17156 (TARGET_RETURN_POPS_ARGS): Define.
17157
17158 2010-06-29 Richard Guenther <rguenther@suse.de>
17159
17160 PR middle-end/44667
17161 * tree-inline.c (initialize_inlined_parameters): Make sure
17162 to remap the inlined parameter variable substitutions types.
17163
17164 2010-06-29 Eric Botcazou <ebotcazou@adacore.com>
17165
17166 PR rtl-optimization/44659
17167 * combine.c (make_compound_operation) <SUBREG>: Do not return the
17168 result of force_to_mode if it partially re-expanded the compound.
17169
17170 2010-06-28 Jan Hubicka <jh@suse.cz>
17171
17172 PR middle-end/44671
17173 * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
17174 RESULT_DECL.
17175
17176 2010-06-28 Anatoly Sokolov <aesok@post.ru>
17177
17178 * double-int.h (force_fit_type_double): Remove declaration.
17179 * double-int.c (force_fit_type_double): Move to tree.c.
17180 * tree.h (force_fit_type_double): Declare.
17181 * tree.h (force_fit_type_double): Moved from double-int.c. Use
17182 double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
17183 double_int_to_tree instead of fit_double_type and build_int_cst_wide.
17184 * convert.c (convert_to_pointer): Adjust call to
17185 force_fit_type_double.
17186 * tree-vrp.c (extract_range_from_assert,
17187 extract_range_from_unary_expr): Adjust call to force_fit_type_double.
17188 * fold-const.c: Update comment.
17189 (int_const_binop, fold_convert_const_int_from_int,
17190 fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
17191 extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
17192 fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
17193 round_up_loc): Adjust call to force_fit_type_double.
17194
17195 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
17196
17197 * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
17198
17199 2010-06-28 Martin Jambor <mjambor@suse.cz>
17200
17201 * tree-sra.c (convert_callers): New parameter, change fndecls of
17202 recursive calls.
17203 (modify_function): Pass the old decl to convert_callers.
17204
17205 2010-06-28 Martin Jambor <mjambor@suse.cz>
17206
17207 * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
17208 ipa_check_create_node_params and ipa_initialize_node_params with
17209 checking asserts they are not necessary.
17210
17211 2010-06-28 Jan Hubicka <jh@suse.cz>
17212
17213 PR tree-optimization/44687
17214 * ipa-split.c (split_function): Use DECL_RESULT to store return value.
17215
17216 2010-06-28 Martin Jambor <mjambor@suse.cz>
17217
17218 PR c++/44535
17219 * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
17220 (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
17221 instead of BINFO_BASE_BINFO.
17222
17223 2010-06-28 Michael Matz <matz@suse.de>
17224
17225 PR middle-end/44592
17226 * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
17227 proper VDEF chain for intermediate stores in the sequence.
17228
17229 2010-06-28 Jan Hubicka <jh@suse.cz>
17230
17231 PR tree-optimization/44357
17232 * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
17233 uninlinable functions.
17234
17235 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
17236
17237 * config.gcc (powerpc*-*-*): Handle titan.
17238 * config/rs6000/rs6000.c (titan_cost): New costs.
17239 (rs6000_override_options): Add "titan" to processor_target_table.
17240 Add Titan to branch alignment logic.
17241 Correctly set rs6000_cost for titan.
17242 * config/rs6000/rs6000.md (cpu): Add titan. Include "titan.md".
17243 * config/rs6000/titan.md: New file.
17244 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
17245
17246 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
17247
17248 * tree-browser.c (TB_history_stack): Convert to a VEC.
17249 (TB_SET_HEAD): Adjust for new type of TB_history_stack.
17250 (TB_history_prev): Likewise.
17251
17252 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
17253
17254 * vec.h (vec_heap_free): Add parentheses around free.
17255
17256 2010-06-28 Steven Bosscher <steven@gcc.gnu.org>
17257
17258 * system.h: Poison GCC_EXCEPT_H for front-end files.
17259
17260 * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
17261 langhook.
17262 * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
17263 Define to NULL by default.
17264 * except.h: Define GCC_EXCEPT_H.
17265 (doing_eh): Remove prototype.
17266 (init_eh, init_eh_for_function): Move prototypes to toplev.h.
17267 (lang_protect_cleanup_actions): Remove.
17268 * except.c (lang_protect_cleanup_actions): Remove.
17269 (doing_eh): Remove.
17270 (gen_eh_region): Don't check doing_eh here.
17271 * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
17272 * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
17273 instead of lang_protect_cleanup_actions.
17274 * omp-low.c (maybe_catch_exception): Likewise.
17275 * Makefile.in: Update dependencies.
17276
17277 2010-06-28 Bingfeng Mei <bmei@broadcom.com>
17278
17279 * cgraph.h (struct varpool_node): new used_from_object_file flag.
17280 (struct cgraph_local_info): new used_from_object_file flag.
17281 * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
17282 (cgraph_clone_node): initialize used_from_object_file.
17283 (cgraph_create_virtual_clone): initialize used_from_object_file.
17284 * lto-symbtab.c (lto_symtab_merge_decls_1): Set
17285 used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
17286 when compiling with -fwhole-program.
17287 (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
17288 internal resolver.
17289 * ipa.c (function_and_variable_visibility): Set externally_visible
17290 flag of varpool_node if used_from_object_file flag is set.
17291 (cgraph_externally_visible_p): check used_from_object_file flag.
17292 * doc/invoke.texi (-fwhole-program option): Change description of
17293 externally_visible attribute accordingly.
17294 * doc/extend.texi (externally_visible): Ditto.
17295
17296 2010-06-27 Jan Hubicka <jh@suse.cz>
17297
17298 * params.def (max-inline-insns-auto): Default to 40.
17299 * doc/invoke.texi (max-inline-insns-auto): Document the change.
17300
17301 2010-06-27 Jan Hubicka <jh@suse.cz>
17302
17303 PR middle-end/44671
17304 PR middle-end/44686
17305 * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
17306 signature change.
17307 * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
17308 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
17309
17310 2010-06-27 Anatoly Sokolov <aesok@post.ru>
17311
17312 * target.h (struct gcc_target): Add register_move_cost field.
17313 * target-def.h (TARGET_REGISTER_MOVE_COST): New.
17314 (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
17315 * targhooks.c (default_register_move_cost): New function.
17316 * targhooks.h (default_register_move_cost): Declare function.
17317 * defaults.h (REGISTER_MOVE_COST): Delete.
17318 * ira-int.h (ira_register_move_cost): Update comment.
17319 * ira.c (ira_register_move_cost): Update comment.
17320 * reload.h (register_move_cost): Declare.
17321 * reginfo.c (register_move_cost): New function.
17322 (move_cost): Update comment.
17323 (init_move_cost, memory_move_secondary_cost): Replace
17324 REGISTER_MOVE_COST with register_move_cost.
17325 * postreload.c (reload_cse_simplify_set): (Ditto.).
17326 * reload.c (find_valid_class, find_reloads): (Ditto.).
17327 * reload1.c (choose_reload_regs): (Ditto.).
17328 * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
17329 (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
17330 * doc/md.texi (can_create_pseudo_p): Update documentation.
17331
17332 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
17333 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
17334 * config/i386/i386.h (ix86_memory_move_cost): Make static.
17335 (TARGET_MEMORY_MOVE_COST): Define.
17336
17337 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
17338 * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
17339 * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
17340 (TARGET_MEMORY_MOVE_COST): Define.
17341
17342 2010-06-27 Richard Guenther <rguenther@suse.de>
17343
17344 PR tree-optimization/44683
17345 * tree-ssa-dom.c (record_edge_info): Record equivalences for the
17346 false edge from the inverted condition.
17347
17348 2010-06-27 Richard Guenther <rguenther@suse.de>
17349
17350 PR middle-end/44684
17351 * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
17352 (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
17353 for register LHS. Or non-store assignments.
17354
17355 2010-06-26 Eric Botcazou <ebotcazou@adacore.com>
17356
17357 * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
17358 (sparc_emit_set_const64): Likewise. Remove disabled code.
17359 * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
17360 (sparc_emit_set_const64): Likewise.
17361
17362 2010-06-26 Catherine Moore <clm@codesourcery.com>
17363
17364 * config/mips/mips.md (alu_type): New attribute.
17365 (type): Infer type from alu_type.
17366 (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
17367 *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
17368 *subsi3_extended, negsi2, negdi2, *low<mode>,
17369 *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
17370 xor<mode>3, *nor<mode>3,
17371 *zero_extend<GPR:mode>_trunc<SHORT:mode>,
17372 *zero_extendhi_truncqi): Set alu_type instead of type.
17373
17374 2010-06-26 Douglas B Rupp <rupp@gnat.com>
17375
17376 * config/alpha/alpha.c (alpha_need_linkage): Adjust
17377 splay_tree_new_ggc call.
17378 (alpha_use_linkage): Likewise.
17379
17380 2010-06-26 Joseph Myers <joseph@codesourcery.com>
17381
17382 * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
17383 * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
17384 * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
17385 (static_specs): Remove switches_need_spaces.
17386 (process_command, do_self_spec): Hardcode handling "-o" instead of
17387 checking switches_need_spaces.
17388 * system.h (SWITCHES_NEED_SPACES): Poison.
17389
17390 2010-06-26 Richard Guenther <rguenther@suse.de>
17391
17392 PR tree-optimization/44393
17393 * tree-loop-distribution.c (generate_loops_for_partition): Fix
17394 stmt removal and VOP renaming.
17395 (generate_memset_zero): Remove redundant stmt updating.
17396 * tree-flow.h (mark_virtual_ops_in_bb): Remove.
17397 * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
17398
17399 2010-06-26 Jan Hubicka <jh@suse.cz>
17400
17401 * ipa-split.c (consider_split): PHI in entry block is OK as long as all
17402 edges comming from header are equivalent.
17403 (visit_bb): Handle PHIs correctly.
17404 * tree-inline.c (copy_phis_for_bb): Be able to copy
17405 PHI from entry edge.
17406 (copy_cfg_body): Produce edge from entry BB before copying PHIs.
17407
17408 2010-06-26 Richard Guenther <rguenther@suse.de>
17409
17410 PR middle-end/44674
17411 * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
17412 decls. Handle LABEL_DECLs like FUNCTION_DECLs.
17413
17414 2010-06-26 Joseph Myers <joseph@codesourcery.com>
17415
17416 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
17417 add_infile, alloc_switch): New.
17418 (process_command): Remove variable lang_n_infiles. Process
17419 options in a single pass. Use new functions for allocating
17420 infiles and switches arrays. Properly skip operands of
17421 -Xpreprocessor and -Xassembler.
17422
17423 2010-06-26 Jan Hubicka <jh@suse.cz>
17424
17425 PR middle-end/44671
17426 * cgraphunit.c (cgraph_function_versioning): Remove wrong
17427 cgraph_make_decl_local call; fix typo copying RTL data.
17428
17429 2010-06-25 DJ Delorie <dj@redhat.com>
17430
17431 * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
17432 (m32c_output_aligned_common): Likewise.
17433 * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
17434 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
17435 * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
17436 (m32c_register_pragmas): Register it.
17437 * config/m32c/m32c.c (m32c_get_pragma_address): New.
17438 (m32c_insert_attributes): Set #pragma address decls volatile.
17439 (pragma_entry_eq): New.
17440 (pragma_entry_hash): New.
17441 (m32c_note_pragma_address): New.
17442 (m32c_get_pragma_address): New.
17443 (m32c_output_aligned_common): New.
17444 * doc/extend.texi: Document the new pragma.
17445
17446 * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
17447 also.
17448 * config/m32c/predicates.md (m32c_any_operand): Check the code
17449 instead of memory_operand so as to allow matching volatile MEMs.
17450 (m32c_nonimmediate_operand): Likewise.
17451 (mra_operand): Allow volatiles.
17452
17453 2010-06-25 Alexandre Oliva <aoliva@redhat.com>
17454
17455 PR debug/44610
17456 * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
17457 address if the offset is unknown.
17458
17459 2010-06-25 Douglas B Rupp <rupp@gnat.com>
17460
17461 * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
17462 * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
17463 * config/ia64/ia64-protos.h (ia64_start_function): Declare.
17464 * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
17465 to ia64_start_function. Invoke it.
17466 * config/ia64/ia64.c (ia64_start_function): Call new function
17467 dwarf2out_vms_debug_main_pointer.
17468
17469 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
17470
17471 * tree-if-conv.c (insert_gimplified_predicates): Do not insert
17472 statements computing the true predicate.
17473
17474 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
17475
17476 * tree-if-conv.c (init_bb_predicate): Initialize the predicate
17477 to boolean_true_node.
17478 (reset_bb_predicate): New.
17479 (predicate_bbs): Call reset_bb_predicate.
17480
17481 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
17482
17483 * tree-if-conv.c (combine_blocks): Remove FIXME comment.
17484 (tree_if_conversion): Returns true when something has been changed.
17485 (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
17486 changed something.
17487
17488 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
17489
17490 * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
17491 * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
17492 * tree-if-conv.c: Include dbgcnt.h.
17493 (tree_if_conversion): Use if_conversion_tree to count the number of
17494 if-convertible loops.
17495
17496 2010-06-25 Changpeng Fang <changpeng.fang@amd.com>
17497
17498 * common.opt (fprefetch-loop-arrays): Re-define
17499 -fprefetch-loop-arrays as a tri-state option with the initial
17500 value of -1.
17501 * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
17502 pass only when flag_prefetch_loop_arrays > 0.
17503 * toplev.c (process_options): Note that, with tri-states,
17504 flag_prefetch_loop_arrays>0 means prefetching is enabled.
17505 * config/i386/i386.c (override_options): Enable prefetching at -O3
17506 for a set of CPUs that sw prefetching is helpful.
17507 (software_prefetching_beneficial_p): New. Return TRUE if software
17508 prefetching is beneficial for the given CPU.
17509
17510 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
17511
17512 PR rtl-optimization/44326
17513 * implicit-zee.c (find_removable_zero_extends): Replace
17514 INSN_P with NONDEBUG_INSN_P.
17515
17516 2010-06-25 Martin Jambor <mjambor@suse.cz>
17517
17518 * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
17519 (struct ipa_node_params): Removed the modification_analysis_done flag.
17520 (ipa_is_param_modified): Removed.
17521 (ipa_analyze_node): Declare.
17522 (ipa_compute_jump_functions): Remove declaration.
17523 (ipa_count_arguments): Likewise.
17524 (ipa_detect_param_modifications): Likewise.
17525 (ipa_analyze_params_uses): Likewise.
17526 * ipa-prop.c (struct param_analysis_info): New type.
17527 (visit_store_addr_for_mod_analysis): Removed.
17528 (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
17529 moved down in the file.
17530 (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
17531 (ipa_count_arguments): Made static.
17532 (mark_modified): New function.
17533 (is_parm_modified_before_call): New function.
17534 (compute_pass_through_member_ptrs): New parameter parms_info, call
17535 is_parm_modified_before_call instead of ipa_is_param_modified.
17536 (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
17537 it to compute_pass_through_member_ptrs.
17538 (ipa_compute_jump_functions): New parameter parms_info, pass it to
17539 ipa_compute_jump_functions_for_edge. Call ipa_initialize_node_params
17540 on the callee if it is analyzed. Made static.
17541 (ipa_analyze_indirect_call_uses): New parameter parms_info, call
17542 is_parm_modified_before_call instead of ipa_is_param_modified.
17543 (ipa_analyze_call_uses): New parameter parms_info, pass it to
17544 ipa_analyze_indirect_call_uses.
17545 (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
17546 ipa_analyze_call_uses.
17547 (ipa_analyze_params_uses): New parameter parms_info, pass it to
17548 ipa_analyze_stmt_uses. Also perform the used analysis. Made static.
17549 (ipa_analyze_node): New function.
17550 (ipa_print_node_params): Do not dump the modified flag.
17551 (ipa_write_node_info): Assert uses_analysis_done rather than streaming
17552 it. Do not stream the modified parameter flag.
17553 (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
17554 it. Do not stream the modified parameter flag.
17555 * ipa-cp.c (ipcp_analyze_node): Removed.
17556 (ipcp_init_stage): Iterate only once over the nodes, analyze each one
17557 with only a call to ipa_analyze_node.
17558 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
17559 node with only a call to ipa_analyze_node.
17560
17561 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
17562
17563 * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
17564
17565 2010-06-25 Jan Hubicka <jh@suse.cz>
17566
17567 * tree-pass.h (pass_split_functions): Declare.
17568 * opts.c (decode_options): Enable function splitting at -O2
17569 * timevar.def (TV_IPA_FNSPLIT): New macro.
17570 * ipa-split.c: New file.
17571 * common.opt (-fpartial-inlining): New flag.
17572 * Makefile.in (ipa-split.o): New object file.
17573 * passes.c (init_optimization_passes): Add ipa-split.
17574 * params.def (partial-inlining-entry-probability): New parameters.
17575 * doc/invoke.texi (-fpartial-inlining): New.
17576
17577 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
17578
17579 PR 44665
17580 * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
17581 * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
17582 (gimplify_expr): Likewise.
17583
17584 2010-06-25 Martin Jambor <mjambor@suse.cz>
17585
17586 * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
17587 statements instead of bailing out on them.
17588 (ipa_analyze_indirect_call_uses): Do not require that loads from the
17589 parameter are in the same BB as the condition. Update comments.
17590
17591 2010-06-25 Jakub Jelinek <jakub@redhat.com>
17592
17593 PR middle-end/43866
17594 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
17595 true or always false, return NULL_TREE.
17596 (tree_unswitch_single_loop): Optimize conditions even when reaching
17597 max-unswitch-level parameter. If num > 0, optimize first all conditions
17598 using entry checks, then do still reachable block discovery and consider
17599 only conditions in still reachable basic blocks in the loop.
17600
17601 PR tree-optimization/44539
17602 * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
17603 the call doesn't have LHS, but has VDEF.
17604
17605 2010-06-25 Joseph Myers <joseph@codesourcery.com>
17606
17607 * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
17608 * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
17609 * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
17610 (process_command): Remove code conditional on MODIFY_TARGET_NAME.
17611 * system.h (MODIFY_TARGET_NAME): Poison.
17612
17613 2010-06-25 Alan Modra <amodra@gmail.com>
17614
17615 * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
17616 * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
17617 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
17618 CMODEL_LARGE as default.
17619 * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
17620 (offsettable_ok_by_alignment): Delete.
17621 (rs6000_emit_move): Remove mcmodel=medium optimization.
17622
17623 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
17624
17625 With large parts from Jim Wilson:
17626 PR target/43902
17627 * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
17628 WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
17629 * optabs.c (optab_for_tree_code): Likewise.
17630 (expand_widen_pattern_expr): Likewise.
17631 * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
17632 out of execute_optimize_widening_mul.
17633 (convert_plusminus_to_widen): New function.
17634 (execute_optimize_widening_mul): Use the two new functions.
17635 * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
17636 Remove code to generate widening multiply-accumulate. Add support
17637 for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
17638 * gimple-pretty-print.c (dump_ternary_rhs): New function.
17639 (dump_gimple_assign): Call it when appropriate.
17640 * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
17641 * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
17642 (expand_gimple_stmt_1): Likewise.
17643 (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
17644 WIDEN_MULT_MINUS_EXPR.
17645 * tree-ssa-operands.c (get_expr_operands): Likewise.
17646 * tree-inline.c (estimate_operator_cost): Likewise.
17647 * gimple.c (extract_ops_from_tree_1): Renamed from
17648 extract_ops_from_tree. Add new arg for a third operand; fill it.
17649 (gimple_build_assign_stat): Support operations with three operands.
17650 (gimple_build_assign_with_ops_stat): Likewise.
17651 (gimple_assign_set_rhs_from_tree): Likewise.
17652 (gimple_assign_set_rhs_with_ops_1): Renamed from
17653 gimple_assign_set_rhs_with_ops. Add new arg for a third operand.
17654 (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
17655 (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
17656 WIDEN_MULT_MINUS_EXPR.
17657 * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
17658 (extract_ops_from_tree_1): Adjust declaration.
17659 (gimple_assign_set_rhs_with_ops_1): Likewise.
17660 (gimple_build_assign_with_ops): Pass NULL for last operand.
17661 (gimple_build_assign_with_ops3): New macro.
17662 (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
17663 gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
17664 functions.
17665 * tree-cfg.c (verify_gimple_assign_ternary): New static function.
17666 (verify_gimple_assign): Call it.
17667 * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
17668 (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
17669 functions for dealing with three-operand statements.
17670 * tree.c (commutative_ternary_tree_code): New function.
17671 * tree.h (commutative_ternary_tree_code): Declare it.
17672 * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
17673 ternary statements.
17674 (gimple_assign_nonzero_warnv_p): Likewise.
17675 * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
17676 * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
17677 (ccp_fold): Use it. Handle GIMPLE_TERNARY_RHS.
17678 * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
17679 (struct hashtable_expr): New member ternary in the union.
17680 (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
17681 (hashable_expr_equal_p): Fix indentation. Handle EXPR_TERNARY.
17682 (iterative_hash_hashable_expr): Likewise.
17683 (print_expr_hash_elt): Handle EXPR_TERNARY.
17684 * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
17685 * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
17686 statements. Handle GIMPLE_TERNARY_RHS.
17687
17688 2010-06-25 Jan Hubicka <jh@suse.cz>
17689
17690 * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
17691
17692 2010-06-25 Shujing Zhao <pearly.zhao@oracle.com>
17693
17694 PR c/44517
17695 * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
17696 parameters are not good.
17697 (c_parser_parameter_declaration): Error unknown type name if the type
17698 name can't start declaration specifiers.
17699
17700 2010-06-25 Joseph Myers <joseph@codesourcery.com>
17701
17702 * gcc.c (translate_options): Don't mention +e in comment.
17703 (process_command): Don't handle +e specially.
17704
17705 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
17706
17707 * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
17708
17709 * ira-build.c (merge_hard_reg_conflicts): New function.
17710 (create_cap_allocno, copy_info_to_removed_store_destinations,
17711 propagate_some_info_from_allocno, propagate_allocno_info): Use it.
17712 (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
17713 (remove_unnecessary_allocnos, remove_low_level_allocnos)
17714 copy_nifo_to_removed_store_destination): Use them.
17715 * ira-lives.c (make_hard_regno_born): New function, split out of
17716 make_regno_born.
17717 (make_allocno_born): Likewise.
17718 (make_hard_regno_dead): New function, split out of make_regno_dead.
17719 (make_allocno_dead): Likewise.
17720 (inc_register_pressure): New function, split out of set_allocno_live.
17721 (dec_register_pressure): New function, split out of clear_allocno_live.
17722 (mark_pseudo_regno_live): New function, split out of mark_reg_live.
17723 (mark_hard_reg_live): Likewise. Use inc_register_pressure.
17724 (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
17725 (mark_hard_reg_dead): Likewise. Use dec_register_pressure.
17726 (make_pseudo_conflict): Use mark_pseudo_regno_dead and
17727 mark_pseudo_regno_live.
17728 (process_bb_node_lives): Use mark_pseudo_regno_live,
17729 make_hard_regno_born and make_allocno_dead.
17730 (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
17731 set_allocno_live, clear_allocno_live): Delete functions.
17732
17733 * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
17734 * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
17735 functions.
17736 (ira_flattening): Use ira_parent_allocno.
17737 * ira-conflicts.c (process_regs_for_copy, propagate_copies)
17738 build_allocno_conflicts): Use ira_parent_or_cap_allocno.
17739
17740 * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
17741 statement.
17742
17743 * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
17744 TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
17745 minmax_set_iter_cond, minmax_set_iter_next,
17746 FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
17747 CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
17748 ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
17749 ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET. All
17750 uses changed.
17751
17752 * ira-int.h (struct live_range, live_range_t): Renamed from struct
17753 ira_allocno_live_range and allocno_live_range_t; all uses changed.
17754 * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
17755 All uses changed.
17756
17757 2010-06-24 Richard Earnshaw <rearnsha@arm.com>
17758
17759 * thumb2.md (thumb2_tlobits_cbranch): Delete.
17760 (peephole2 to convert zero_extract/compare of single bit to
17761 lshift/compare): New.
17762
17763 2010-06-24 Anatoly Sokolov <aesok@post.ru>
17764
17765 * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
17766 recursive call and call to 'int_const_binop'.
17767 (build_range_check, fold_cond_expr_with_comparison, unextend,
17768 fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
17769 multiple_of_p): Adjust call to const_binop.
17770
17771 2010-06-24 Uros Bizjak <ubizjak@gmail.com>
17772
17773 * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
17774 determine size of XFmode operand.
17775 (XFmode extended DFmode push splitter): Ditto.
17776 (XFmode extended SFmode push splitter): Ditto.
17777
17778 2010-06-24 H.J. Lu <hongjiu.lu@intel.com>
17779
17780 PR target/44588
17781 * config/i386/i386.md (extract_code): New.
17782 (<u>divmodqi4): Likewise.
17783 (divmodhiqi3): Likewise.
17784 (udivmodhiqi3): Likewise.
17785 (<u>divqi3): Remvoved.
17786
17787 2010-06-24 Jakub Jelinek <jakub@redhat.com>
17788
17789 PR middle-end/44492
17790 * recog.h (struct recog_data): Add is_asm field.
17791 * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
17792 present in constraints of inline-asm operand and memory operand
17793 contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
17794 (extract_insn): Initialize recog_data.is_asm.
17795 * doc/md.texi (Constraints): Document operand side-effect rules.
17796
17797 2010-06-24 Andi Kleen <ak@linux.intel.com>
17798
17799 * c-parser.c (c_parser_conditional_expression): Call
17800 warn_for_omitted_condop.
17801 * doc/invoke.texi: Document omitted condop warning.
17802
17803 2010-06-24 Nick Clifton<nickc@redhat.com>
17804
17805 * loop-unswitch.c (compare_and_jump_seq): Assert that the last
17806 insn in the sequence is a jump insn before setting its label.
17807
17808 2010-06-24 Alan Modra <amodra@gmail.com>
17809
17810 * collect2.c (main): Match exactly --version and --help.
17811
17812 2010-06-24 DJ Delorie <dj@redhat.com>
17813
17814 * config/m32c/m32c-pragma.c: Don't include rtl.h.
17815
17816 2010-06-23 Uros Bizjak <ubizjak@gmail.com>
17817
17818 * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
17819 using X87MODEF mode iterator.
17820 (pushsf splitter): Macroize splitter using P mode iterator.
17821 (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
17822 mode iterator.
17823
17824 (*movxf_internal): Rename from *movxf_integer.
17825 (*movxf_internal_nointeger): Rename from *movxf_nointeger.
17826 (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
17827 (*movdf_internal): Rename from *movdf_integer.
17828 (*movdf_internal_nointeger): Rename from *movdf_nointeger.
17829 (*movsf_internal): Rename from *movdf_1.
17830
17831 2010-06-23 Basile Starynkevitch <basile@starynkevitch.net>
17832
17833 * coretypes.h (gimple_seq_node_d, gimple_seq_node)
17834 (const_gimple_seq_node): Removed typedefs.
17835
17836 * gimple.h (gimple_seq_node_d, gimple_seq_node)
17837 (const_gimple_seq_node): Added typedefs moved from coretypes.h.
17838
17839 2010-06-23 H.J. Lu <hongjiu.lu@intel.com>
17840
17841 * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
17842 CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
17843 CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
17844 and CODE_FOR_vec_extract_lo_v4df.
17845
17846 * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
17847 Changed to define_insn_and_split.
17848 (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
17849 (vec_extract_lo_v16hi): Likewise.
17850 (vec_extract_lo_v32qi): Likewise.
17851 (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
17852 (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
17853
17854 2010-06-23 Joern Rennecke <joern.rennecke@embecosm.com>
17855
17856 PR target/44640
17857 * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
17858 * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
17859 (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
17860 (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
17861 (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
17862
17863 PR target/44640
17864 * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
17865
17866 PR other/44644
17867 * df-core.c (struct df): Rename to df_d.
17868 * df.h (struct df): Likewise.
17869 * dse.h (struct df): Remove forward declaration.
17870 * recog.h (struct insn_data): Rename to:
17871 (struct_insn_data_d). Adjusted all users.
17872
17873 2010-06-23 Arnaud Charlet <charlet@adacore.com
17874
17875 PR ada/22220
17876 * doc/install.texi: Update requirements to build GNAT.
17877
17878 2010-06-22 Andreas Schwab <schwab@linux-m68k.org>
17879
17880 * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
17881 enum type.
17882 (m68k_sched_attr_opx_type): Remove unreachable return.
17883 (m68k_sched_attr_opy_type): Likewise.
17884 (m68k_sched_attr_size): Likewise.
17885 (sched_get_opxy_mem_type): Likewise.
17886 (m68k_sched_attr_op_mem): Likewise.
17887
17888 2010-06-22 Eric Botcazou <ebotcazou@adacore.com>
17889
17890 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
17891 new statement and adjust VDEF only if necessary. Remove superfluous
17892 call to maybe_clean_or_replace_eh_stmt.
17893 * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
17894 copy the flags.
17895 * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
17896 * tree-inline.c (copy_bb): ...and not there.
17897
17898 2010-06-22 Cary Coutant <ccoutant@google.com>
17899
17900 * dwarf2out.c (is_nested_in_subprogram): New function.
17901 (should_move_die_to_comdat): Use it.
17902 (copy_ancestor_tree): Don't mark DIEs here.
17903 (copy_decls_walk): Start walk from root of newly-added tree;
17904 mark DIEs here instead.
17905
17906 2010-06-22 H.J. Lu <hongjiu.lu@intel.com>
17907
17908 * config/i386/i386.md (unit): Also check sseishft1.
17909
17910 2010-06-22 Jan Hubicka <jh@suse.cz>
17911
17912 * gimple.h (gimple_expr_code): Do checking on when gimple checking is
17913 enabled.
17914
17915 2010-06-22 Jan Hubicka <jh@suse.cz>
17916
17917 * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
17918 df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
17919 Return true if something changed.
17920 * df.h (df_confluence_function_n): Return bool.
17921 * df-core.c (df_worklist_propagate_forward,
17922 df_worklist_propagate_backward): Track changes and ages.
17923 (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
17924 track ages.
17925 * dse.c (dse_confluence_n): Return always true.
17926
17927 2010-06-22 Jan Hubicka <jh@suse.cz>
17928
17929 * bitmap.c (bitmap_clear_bit): Micro optimize.
17930
17931 2010-06-22 Uros Bizjak <ubizjak@gmail.com>
17932
17933 * config/i386/i386.md (SWI1248x): New mode iterator.
17934 (SWI48x): Ditto.
17935 (SWI12): Ditto.
17936 (SWI24): Ditto.
17937
17938 (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
17939 SWI1248x mode iterator.
17940 (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
17941 using SWI124 mode iterator.
17942 (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
17943 mode iterator.
17944 (*push<mode>2_prologue): Macroize insn from *pushsi2_prologue and
17945 *pushdi2_prologue_rex64 using P mode iterator.
17946 (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
17947 using SWI48 mode iterator.
17948 (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
17949 (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
17950 using SWI1248x mode iterator.
17951 (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
17952 (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
17953 SWI48 mode iterator.
17954 (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
17955 iterator.
17956 (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
17957 (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
17958 SWI12 mode iterator.
17959 (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
17960 SWI12 mode iterator.
17961 (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
17962 (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
17963 SWI24 mode iterator.
17964 (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
17965 SWI48 mode iterator.
17966 (mov<mode>_insn_1): New expander.
17967 (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
17968 using SWI48x mode iterator.
17969
17970 (*movoi_internal_avx): Rename from *movoi_internal.
17971 (*movti_internal_rex64): Rename from *movti_rex64.
17972 (*movti_internal_sse): Rename from *movti_sse.
17973 (*movdi_internal_rex64): Rename from *movdi_1_rex64.
17974 (*movdi_internal): Rename from *movdi_2.
17975 (*movsi_internal): Rename from *movsi_1.
17976 (*movhi_internal): Rename from *movhi_1.
17977 (*movqi_internal): Rename from *movqi_1.
17978
17979 (insv): Update the call to gen_movsi_insv_1 for rename.
17980 * config/i386/i386.c (promote_duplicated_reg): Ditto.
17981
17982 2010-06-22 Jan Hubicka <jh@suse.cz>
17983
17984 * passes.c (execute_function_todo): Move call of statistics_fini_pass
17985 to ...
17986 (execute_todo) ... this one.
17987
17988 2010-06-22 Alan Modra <amodra@gmail.com>
17989
17990 PR target/44364
17991 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
17992 * caller-save.c (insert_restore, insert_save): Use non-validate
17993 form of adjust_address.
17994
17995 2010-06-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17996
17997 PR target/39690
17998 * config/pa/pa.c (override_options): Disable
17999 -freorder-blocks-and-partition.
18000
18001 2010-06-21 H.J. Lu <hongjiu.lu@intel.com>
18002
18003 PR target/44615
18004 * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
18005
18006 * config/i386/i386.md (type): Add sseishft1
18007
18008 * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
18009 (ppro_insn_load): Likewise.
18010 (ppro_insn_store): Likewise.
18011 (ppro_insn_both): Likewise.
18012
18013 * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
18014 (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
18015 for type.
18016 (*vec_extractv2di_1_avx): Likewise.
18017 (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
18018 type. Remove atom_unit.
18019 (*vec_extractv2di_1_sse2): Likewise.
18020
18021 2010-06-21 DJ Delorie <dj@redhat.com>
18022
18023 * diagnostic.h (diagnostic_classification_change_t): New.
18024 (diagnostic_context): Add history and push/pop list.
18025 (diagnostic_push_diagnostics): Declare.
18026 (diagnostic_pop_diagnostics): Declare.
18027 * diagnostic.c (diagnostic_classify_diagnostic): Store changes
18028 from pragmas in a history chain instead of the global table.
18029 (diagnostic_push_diagnostics): New.
18030 (diagnostic_pop_diagnostics): New.
18031 (diagnostic_report_diagnostic): Scan history chain to find state
18032 of diagnostics as of the diagnostic location.
18033 * opts.c (set_option): Pass UNKNOWN_LOCATION to
18034 diagnostic_classify_diagnostic.
18035 (enable_warning_as_error): Likewise.
18036 * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
18037 use in the history chain.
18038 * doc/extend.texi: Document pragma GCC diagnostic changes.
18039
18040 2010-06-21 Jakub Jelinek <jakub@redhat.com>
18041
18042 * dwarf2out.c (add_linkage_name): New function. Don't add
18043 anything to DW_TAG_member DIEs.
18044 (add_name_and_src_coords_attributes): Use it.
18045 (gen_variable_die): Call it for C++ static data members if
18046 specification is DW_TAG_member.
18047
18048 * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
18049 C++ char16_t and char32_t.
18050
18051 * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
18052 * genattrtab.c: Include vecprim.h.
18053 (cached_attrs, cached_attr_count, attrs_seen_once,
18054 attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
18055 attrs_cached_after): New variables.
18056 (find_attrs_to_cache): New function.
18057 (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
18058 (write_test_expr): Add attrs_cached argument, return it too,
18059 attempt to cache non-const attributes used more than once in
18060 a single case handling.
18061 (write_attr_get): Use find_attrs_to_cache, for caching candidates
18062 emit cached_* variables. Adjust write_attr_set callers.
18063 (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
18064 to find attributes that should be cached in this block. Adjust
18065 write_test_expr callers.
18066 (write_attr_case): Clear attrs_to_cache. Adjust write_attr_set
18067 callers.
18068 (make_automaton_attrs): Adjust write_test_expr caller.
18069
18070 * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
18071 * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
18072 (make_automaton_attrs): If find_tune_attr returns non-NULL,
18073 write separate internal_dfa_insn_code_* and insn_default_latency_*
18074 functions for each attribute's value and emit init_sched_attrs
18075 function and function pointers.
18076 * genattr.c (const_attrs, reservations): New variables.
18077 (gen_attr): Add const attributes to const_attrs vector.
18078 (check_tune_attr, find_tune_attr): New functions.
18079 (main): Add reservations to reservations vector. If find_tune_attr
18080 returns true, add prototype for init_sched_attrs and make
18081 internal_dfa_insn_code and insn_default_latency function pointers,
18082 otherwise define init_sched_attrs as dummy macro.
18083 * cfgexpand.c: Include insn-attr.h.
18084 (gimple_expand_cfg): Call init_sched_attrs.
18085
18086 * stmt.c (resolve_asm_operand_names): Fix handling of %%.
18087
18088 PR target/44575
18089 * config/i386/i386.c (ix86_gimplify_va_arg): When copying
18090 va_arg from a set of register save slots into a temporary,
18091 if the container is bigger than type size, do the copying
18092 using smaller mode or using memcpy.
18093
18094 PR bootstrap/44426
18095 * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
18096 prototype.
18097 (sel_print_to_dot): Remove macro.
18098 (sel_print): Likewise. New prototype.
18099 * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
18100 (sel_print): New function.
18101
18102 2010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18103
18104 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
18105 __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
18106
18107 2010-06-21 Nick Clifton <nickc@redhat.com>
18108
18109 * config/rx/rx.h (PTRDIFF_TYPE): Define.
18110 (SMALL_REGISTER_CLASS): Define (to zero).
18111 (PRINT_OPERAND): Delete.
18112 (PRINT_OPERAND_ADDRESS): Delete.
18113 * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
18114 (rx_print_operand_address): Delete prototype.
18115 * config/rx/rx.c (rx_print_operand): Make static.
18116 Allow %H and %L to handle CONST_DOUBLEs.
18117 (rx_print_operand_address): Make static.
18118 (rx_gen_move_template): Rename local variable 'template' to
18119 out_template.
18120 (rx_function_arg): Do not pass unknown sized objects in registers.
18121 (TARGET_PRINT_OPERAND): Define.
18122 (TARGET_PRINT_OPERAND_ADDRESS): Define.
18123
18124 2010-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18125
18126 * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
18127
18128 2010-06-21 Kai Tietz <kai.tietz@onevision.com>
18129
18130 * config/i386/i386.c (ix86_compute_frame_layout): Avoid
18131 stack-alignment for simple leaf-functions.
18132
18133 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
18134
18135 * doc/install.texi: Document bootstrap-lto.
18136
18137 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
18138
18139 PR debug/44248
18140 * lto-streamer-in.c (input_bb): Leave debug stmts alone.
18141 (input_function): Drop them here, if VTA is disabled.
18142
18143 2010-06-20 Uros Bizjak <ubizjak@gmail.com>
18144
18145 PR target/44546
18146 * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
18147 New predicate.
18148 * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
18149 ix86_swapped_fp_comparsion_operator instead of
18150 ix86_fp_comparison_operator.
18151
18152 (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
18153 (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
18154 (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
18155 (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
18156 (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
18157 (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
18158
18159 2010-06-20 Joseph Myers <joseph@codesourcery.com>
18160
18161 PR other/32998
18162 * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
18163 OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
18164 * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
18165 (decode_cmdline_option): Update for this return value. Set
18166 orig_option_with_args_text field. Set arg field for unknown
18167 options. Make static.
18168 (decode_cmdline_options_to_array): New.
18169 (prune_options): Update handling of find_opt return value.
18170 * opts.c (read_cmdline_option): Take decoded option. Return void.
18171 (read_cmdline_options): Take decoded options.
18172 (decode_options): Add parameters for decoded options. Use
18173 decode_cmdline_options_to_array. Use decoded options for -O
18174 scan. Use integral_argument for -O parameters. Update call to
18175 read_cmdline_options.
18176 (enable_warning_as_error): Update handling of find_opt return value.
18177 * opts.h: Update comment on unknown options.
18178 (struct cl_decoded_option): Update comments on opt_index and arg.
18179 Add orig_option_with_args_text.
18180 (decode_cmdline_option): Remove.
18181 (decode_cmdline_options_to_array): Declare.
18182 (decode_options): Update prototype.
18183 * toplev.c (save_argv): Remove.
18184 (save_decoded_options, save_decoded_options_count): New.
18185 (read_integral_parameter): Remove.
18186 (print_switch_values): Use decoded options.
18187 (toplev_main): Don't set save_argv. Update call to decode_options.
18188 * toplev.h (read_integral_parameter): Remove.
18189 * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
18190
18191 2010-06-19 Richard Earnshaw <rearnsha@arm.com>
18192
18193 PR target/44072
18194 * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
18195 immediate.
18196 * constraints.md (Pw, Px): New constraints.
18197 * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
18198
18199 2010-06-19 H.J. Lu <hongjiu.lu@intel.com>
18200
18201 * config/i386/sse.md (fma4modesuffixf4): Removed.
18202 (ssemodesuffixf2s): Likewise.
18203 (ssemodesuffixf4): Likewise.
18204 (ssemodesuffixf2c): Likewise.
18205 (ssescalarmodesuffix2s): Likewise.
18206 (avxmodesuffixf2c): Likewise.
18207 (ssemodesuffix): New.
18208 (ssescalarmodesuffix): Likewise.
18209 Update patterns with ssemodesuffix and ssescalarmodesuffix.
18210
18211 2010-06-19 Philip Herron <herron.philip@googlemail.com>
18212
18213 * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
18214
18215 2010-06-18 H.J. Lu <hongjiu.lu@intel.com>
18216
18217 * stor-layout.c (debug_rli): Remove unused local variables.
18218
18219 2010-06-18 Eric Botcazou <ebotcazou@adacore.com>
18220
18221 PR rtl-optimization/40900
18222 * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line. Save the
18223 original expression for later reuse.
18224 <expand_decl_rtl>: Use promote_function_mode to compute the signedness
18225 of the promoted RTL for a SSA_NAME on the LHS of a call statement.
18226
18227 2010-06-18 Anatoly Sokolov <aesok@post.ru>
18228
18229 * double-int.h (double_int_to_shwi, double_int_to_uhwi,
18230 double_int_fits_in_uhwi_p): Implement as static inline.
18231 (double_int_xor): New inline function.
18232 (double_int_lrotate, double_int_rrotate, double_int_max,
18233 double_int_umax, double_int_smax, double_int_min, double_int_umin,
18234 double_int_smin): Declare.
18235 (lrotate_double, rrotate_double): Remove declaration.
18236 * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
18237 double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
18238 (double_int_lrotate, double_int_rrotate, double_int_max,
18239 double_int_umax, double_int_smax, double_int_min, double_int_umin,
18240 double_int_smin): New function.
18241 * fold-const.c (int_const_binop): Clean up, use double_int_*
18242 functions.
18243 * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
18244 double_int_* and immed_double_int_const functions.
18245
18246 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
18247
18248 * function.h (types_used_by_cur_var_decl): Change type to a VEC.
18249 * function.c (types_used_by_cur_var_decl): Likewise.
18250 (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
18251
18252 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
18253
18254 * tree.h (record_layout_info): Change type of pending_statics field
18255 to a VEC.
18256 * stor-layout.c (start_record_layout): Store NULL into
18257 pending_statics.
18258 (debug_rli): Call debug_vec_tree instead of debug_tree.
18259 (place_field): Likewise.
18260 (finish_record_layout): Likewise.
18261
18262 2010-06-18 Alan Modra <amodra@gmail.com>
18263
18264 * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
18265
18266 2010-06-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18267
18268 PR target/43740
18269 * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
18270 for SET source operand from SET destination operand.
18271
18272 2010-06-17 Bernd Schmidt <bernds@codesourcery.com>
18273
18274 PR rtl-optimization/39871
18275 * reload1.c (init_eliminable_invariants): For flag_pic, disable
18276 equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
18277 (function_invariant_p): Rule out a plus of frame or arg pointer with
18278 a SYMBOL_REF.
18279 * ira.c (find_reg_equiv_invariant_const): Likewise.
18280
18281 2010-06-17 Gunther Nikl <gnikl@users.sourceforge.net>
18282
18283 * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
18284 print_operand_address and puts to output the operand for CONST.
18285
18286 2010-06-17 Jakub Jelinek <jakub@redhat.com>
18287
18288 PR debug/44572
18289 * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
18290 hook.
18291
18292 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
18293
18294 * v850-protos.h (print_operand): Delete.
18295 (print_operand_address): Delete.
18296 * v850.h (PRINT_OPERAND): Delete.
18297 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
18298 (PRINT_OPERAND_ADDRESS): Delete.
18299 * v850.c (print_operand_address): Rename to...
18300 (v850_print_operand_address): ...this. Make static. Call
18301 v850_print_operand.
18302 (print_operand): Rename to...
18303 (v850_print_operand): ...this. Make static. Call
18304 v850_print_operand_address.
18305 (v850_print_operand_punct_valid_p): New function.
18306 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
18307 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
18308
18309 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
18310
18311 * config/sh/sh-protos.h (print_operand): Delete.
18312 (print_operand_address): Delete.
18313 * config/sh/sh.h (PRINT_OPERAND): Delete.
18314 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
18315 (PRINT_OPERAND_ADDRESS): Delete.
18316 * config/sh/sh.c (sh_print_operand_address): Make static.
18317 (sh_print_operand): Make static. Call sh_print_operand_address
18318 and sh_print_operand.
18319 (sh_print_operand_punct_valid_p): New function.
18320 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
18321 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
18322
18323 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
18324
18325 * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
18326 (mcore_print_operand_address): Delete.
18327 * config/mcore/mcore.h (PRINT_OPERAND): Delete.
18328 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
18329 (PRINT_OPERAND_ADDRESS): Delete.
18330 * config/mcore/mcore.c (mcore_print_operand_address): Make static.
18331 (mcore_print_operand): Make static.
18332 (mcore_print_operand_punct_valid_p): New function.
18333 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
18334 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
18335
18336 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
18337
18338 * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
18339 (print_operand_address): Delete.
18340 * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
18341 (PRINT_OPERAND_ADDRESS): Delete.
18342 * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
18343 static.
18344 (m68hc11_print_operand): Make static.
18345 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
18346
18347 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
18348
18349 * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
18350 (m32r_print_operand_address): Delete.
18351 * config/m32r/m32r.h (m32r_punct_chars): Delete.
18352 (PRINT_OPERAND): Delete.
18353 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
18354 (PRINT_OPERAND_ADDRESS): Delete.
18355 * config/m32r/m32r.c (m32r_punct_chars): Make static.
18356 (m32r_print_operand_address): Make static.
18357 (m32r_print_operand): Make static.
18358 (m32r_print_operand_punct_valid_p): New function.
18359 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
18360 (TARGET_PRINT_OPERAND_ADDRESS): Define.
18361
18362 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
18363
18364 * config/iq2000/iq2000-protos.h (print_operand): Delete.
18365 (print_operand_address): Delete.
18366 * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
18367 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
18368 (PRINT_OPERAND_ADDRESS): Delete.
18369 (iq2000_print_operand_punct): Delete.
18370 * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
18371 (iq2000_print_operand_address): Make static.
18372 (iq2000_print_operand): Make static.
18373 (iq2000_print_operand_punct_valid_p): New function.
18374 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
18375 (TARGET_PRINT_OPERAND_ADDRESS): Define.
18376
18377 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
18378
18379 * config/frv/frv-protos.h (frv_print_operand): Delete.
18380 (frv_print_operand_address): Delete.
18381 * config/frv/frv.h (PRINT_OPERAND): Delete.
18382 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
18383 (PRINT_OPERAND_ADDRESS): Delete.
18384 * config/frv/frv.c (frv_print_operand_address): Make static.
18385 (frv_print_operand): Make static.
18386 (frv_print_operand_punct_valid_p): New function.
18387 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
18388 (TARGET_PRINT_OPERAND_ADDRESS): Define.
18389
18390 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
18391
18392 * tree.h (vec_member): Declare.
18393 * tree.c (vec_member): Define.
18394
18395 2010-06-17 Richard Guenther <rguenther@suse.de>
18396
18397 * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
18398 * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
18399
18400 2010-06-17 Richard Guenther <rguenther@suse.de>
18401
18402 * tree-inline.c (declare_return_variable): Remove bogus code.
18403
18404 2010-06-17 Richard Guenther <rguenther@suse.de>
18405
18406 * gimplify.c (gimplify_bind_expr): Always promote complex
18407 and vector variables to registers if possible.
18408
18409 2010-06-17 Richard Guenther <rguenther@suse.de>
18410
18411 * expr.c (get_inner_reference): Use double_int for bit_offset
18412 calculation.
18413
18414 2010-06-16 DJ Delorie <dj@redhat.com>
18415
18416 * common.opt (-fstrict-volatile-bitfields): new.
18417 * doc/invoke.texi: Document it.
18418 * fold-const.c (optimize_bit_field_compare): For volatile
18419 bitfields, use the field's type to determine the mode, not the
18420 field's size.
18421 * expr.c (expand_assignment): Likewise.
18422 (get_inner_reference): Likewise.
18423 (expand_expr_real_1): Likewise.
18424 * expmed.c (store_fixed_bit_field): Likewise.
18425 (extract_bit_field_1): Likewise.
18426 (extract_fixed_bit_field): Likewise.
18427
18428 2010-06-16 Richard Guenther <rguenther@suse.de>
18429
18430 * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
18431
18432 2010-06-16 Douglas B Rupp <rupp@gnat.com>
18433
18434 * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
18435 (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
18436 * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
18437 * debug.c: Likewise.
18438 * sdbout.c: Likewise.
18439 * vmsdbgout.c: Likewise.
18440 * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
18441 * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
18442 * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
18443 (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
18444 * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
18445 * dwarf2out.c (dw_fde_struct): New fields
18446 dw_fde_vms_{end,begin}_prologue.
18447 (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
18448 (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
18449 (dwarf2out_vms_end_prologue): New function.
18450 (dwarf2out_vms_begin_epilogue): New function.
18451 (dw_val_struct): New value dw_val_class_vms_delta.
18452 (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
18453 begin_epilogue for VMS.
18454 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
18455 new static functions.
18456 (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
18457 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
18458 static functions.
18459 (print_die): New case dw_val_class_vms_delta.
18460 (attr_checksum): Likewise.
18461 (same_dw_val_p: Likewise.
18462 (size_of_die): Likewise.
18463 (value_format): Likewise.
18464 (output_die): Likewise.
18465 (gen_subprogram_die): Call add_AT_vms_delta on VMS.
18466 (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
18467 * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
18468 dwarf2out_cfi_begin_epilogue
18469 * final.c (final_scan_insn): Likewise. Call begin_epilogue.
18470
18471 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
18472
18473 * config/cris/cris-protos.h (cris_print_operand): Delete.
18474 (cris_print_operand_address): Delete.
18475 * config/cris/cris.h (PRINT_OPERAND): Delete.
18476 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
18477 (PRINT_OPERAND_ADDRESS): Delete.
18478 * config/cris/cris.c (cris_print_operand_address): Make static.
18479 (cris_print_operand): Make static.
18480 (cris_print_operand_punct_valid_p): New function.
18481 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
18482 (TARGET_PRINT_OPERAND_ADDRESS): Define.
18483
18484 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
18485
18486 * config/arm/arm-protos.h (arm_print_operand): Delete.
18487 (arm_print_operand_address): Delete.
18488 * config/arm/arm.h (PRINT_OPERAND): Delete.
18489 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
18490 (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
18491 (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
18492 * config/arm/arm.c (arm_print_operand_address): ...here. New function.
18493 (arm_print_operand): Make static.
18494 (arm_print_operand_punct_valid_p): New function.
18495 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
18496 (TARGET_PRINT_OPERAND_ADDRESS): Define.
18497
18498 2010-06-16 Nick Clifton <nickc@redhat.com>
18499
18500 * config/rx/constraints.md (NEGint4): New constraint.
18501 * config/rx/rx.md (attr cc): Add set_zsc.
18502 (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
18503 initialised.
18504 (cmpsf): Likewise.
18505 (call_internal): Clobber the cc0 register.
18506 (call_value_internal): Likewise.
18507 (cstoresi4): Likewise.
18508 (movsieq): Likewise.
18509 (movsine): Likewise.
18510 (addsi3): Add alternative to handle small negative constants.
18511 (sunsi3): Likewise.
18512 (addsi3): Do not set the O bit in the cc0 register.
18513 (adddi3): Likewise.
18514 (subsi3): Likewise.
18515 (subdi3): Likewise.
18516 (andsi3): Reorder alternatives to prefer shorter forms.
18517 (mulsi3): Likewise.
18518 (iorsi3): Likewise.
18519 (negsi2): Note that the cc0 flags are set.
18520 (rotlsi3): Note that only the Z and S bits are set in cc0.
18521 (lshrsi3): Likewise.
18522 (ashlsi3): Likewise.
18523 (subsf3): Use %Q for the MEM operand.
18524 (fix_truncsfsi2): Likewise.
18525 (floatsisf2): Likewise.
18526 (bitset): Remove early clobber from destination.
18527 (bitset_in_memory): Likewise.
18528 (lrintsf2): Clobber the cc0 register.
18529 * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
18530 (rx_print_operand): Handle %N.
18531
18532 2010-06-16 Jan Hubicka <jh@suse.cz>
18533
18534 * df-core.c (df_compact_blocks): Free problem_temps vector.
18535
18536 2010-06-16 Martin Jambor <mjambor@suse.cz>
18537
18538 PR tree-optimization/43905
18539 * tree-sra.c: Include tree-inline.h.
18540 (create_abstract_origin): Removed.
18541 (modify_function): Version the call graph node instead of creating
18542 abstract origins and dealing with same_body aliases.
18543 * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
18544 function is versionable.
18545 * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
18546
18547 2010-06-16 Maxim Kuvyrkov <maxim@codesourcery.com>
18548
18549 * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
18550 (CHOOSE_DYNAMIC_LINKER): Update.
18551
18552 2010-06-15 Uros Bizjak <ubizjak@gmail.com>
18553
18554 * config/i386/i386.c (*prefetch_sse_<mode>): Macroize insn from
18555 *prefetch_sse and *prefetch_sse_rex using P mode iterator.
18556 (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
18557 *prefetch_3dnow_rex.
18558
18559 2010-06-15 Anatoly Sokolov <aesok@post.ru>
18560
18561 * target.h (struct asm_out):Add declare_constant_name field.
18562 * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
18563 (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
18564 * output.h (default_asm_declare_constant_name): Declare.
18565 (assemble_label): Update prototype.
18566 * varasm.c (assemble_constant_contents): Use
18567 targetm.asm_out.declare_constant_name target hook.
18568 (assemble_label): Add 'file' argument.
18569 (default_asm_declare_constant_name): New function.
18570 * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
18571 * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
18572 (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
18573
18574 * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
18575 * config/darwin.c (darwin_asm_declare_constant_name): New function.
18576 (machopic_output_indirection): Update assemble_label argument list.
18577 * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
18578 (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
18579
18580 2010-06-15 Sebastian Pop <sebastian.pop@amd.com>
18581
18582 PR middle-end/44391
18583 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
18584 size_one_node for pointer types. Do not call gmp_cst_to_tree.
18585
18586 2010-06-15 Richard Guenther <rguenther@suse.de>
18587
18588 * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
18589
18590 2010-06-15 Paul Brook <paul@codesourcery.com>
18591
18592 * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
18593 hard-float ABI.
18594
18595 2010-06-15 Alexandre Oliva <aoliva@redhat.com>
18596
18597 * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
18598 don't get a vector type for output.
18599
18600 2010-06-15 Jakub Jelinek <jakub@redhat.com>
18601
18602 PR fortran/44536
18603 * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
18604 * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
18605 (LANG_HOOKS_DECLS): Add it.
18606 * gimplify.c (omp_notice_variable): Call
18607 lang_hooks.decls.omp_report_decl.
18608
18609 2010-06-15 Martin Jambor <mjambor@suse.cz>
18610
18611 PR lto/44464
18612 * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
18613 on the newly dead SSA name.
18614
18615 2010-06-15 Alan Modra <amodra@gmail.com>
18616
18617 * doc/invoke.texi: Add mcmodel to powerpc options.
18618 * configure.ac: Add HAVE_LD_LARGE_TOC test.
18619 * configure: Regenerate.
18620 * config.in: Regenerate.
18621 * config/rs6000/linux64.opt (mcmodel): New.
18622 * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
18623 (TARGET_CMODEL, SET_CMODEL): Define.
18624 (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
18625 select CMODEL_MEDIUM default.
18626 * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
18627 (TARGET_CMODEL): Define default.
18628 * config/rs6000/rs6000.c (cmodel): New variable.
18629 (rs6000_explicit_options): Add cmodel field.
18630 (rs6000_handle_option): Handle -mcmodel.
18631 (create_TOC_reference): Add largetoc_reg param. Generate high,
18632 lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE. Update all callers.
18633 (rs6000_delegitimize_address): Recognise new toc reference rtl
18634 and minimal-toc rtl.
18635 (rs6000_legitimize_reload_address): Handle new toc references.
18636 (print_operand_address): Handle legitimate_constant_pool_address_p
18637 match before lo_sum.
18638 (rs6000_eliminate_indexed_memrefs): Tidy.
18639 (rs6000_emit_move): Tweak threshold for inlining constants.
18640 Keep rs6000_emit_allocate_stack large stack frame offsets
18641 loaded into r0 inline.
18642 (rs6000_generate_compare <cmptf_internal2>): One more clobber.
18643 (tocrel_base, tocrel_offset): New variables.
18644 (toc_relative_expr_p): Set them here.
18645 (print_operand_address): Skip over any offset on constant pool address.
18646 (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
18647 (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
18648 (offsettable_ok_by_alignment): New function.
18649 (rs6000_emit_move): Address suitably aligned local symbol_refs
18650 relative to the toc pointer for -mcmodel=medium.
18651 (legitimate_constant_pool_address_p): Make param const_rtx. Add
18652 strict param. Allow lo_sum version of addressing. Verify reg
18653 used for -mminimal-toc and -mcmodel != small. Update all callers.
18654 * config/rs6000/constraints.md: Update for above change.
18655 * config/rs6000/predicates.md: Likewise.
18656 * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
18657 code.
18658 (tls_gd): Split for -mcmodel=medium/large.
18659 (tls_gd_high, tls_gd_low): New.
18660 (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
18661 (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
18662 (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
18663 (largetoc_high, largetoc_low): New.
18664 (cmptf_internal2): Add clobber.
18665 * config/rs6000/rs6000-protos.h: Update.
18666
18667 2010-06-14 Changpeng Fang <changpeng.fang@amd.com>
18668
18669 * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New. Return
18670 true if no prefetch is going to be generated for a given group.
18671 (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
18672 estimate the prefetch_count.
18673 (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
18674 prefetch count by considering the unroll_factor and prefetch_mod
18675 for is_loop_prefetching_profitable.
18676
18677 2010-06-14 Andreas Schwab <schwab@linux-m68k.org>
18678
18679 * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
18680 anything if the argument is not a MEM.
18681
18682 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
18683
18684 PR debug/43650
18685 PR debug/44181
18686 PR debug/44247
18687 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
18688 debug stmts.
18689 (canonicalize_loop_ivs): Likewise.
18690
18691 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
18692
18693 PR debug/43656
18694 * haifa-sched.c (setup_insn_reg_pressure_info,
18695 update_register_pressure): Reject debug insns.
18696 (ready_sort): Don't setup reg pressure for debug insns.
18697 (schedule_insn): Don't update reg pressure for debug insns.
18698
18699 2010-06-14 Richard Guenther <rguenther@suse.de>
18700
18701 * lto-streamer.c (cached_bp): Remove.
18702 (bitpack_delete): Likewise.
18703 (bitpack_create): Likewise.
18704 (bp_get_next_word): Likewise.
18705 (bp_pack_value, bp_unpack_value): Move ...
18706 * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
18707 Re-implement.
18708 (struct bitpack_d): Likewise.
18709 (bitpack_create, lto_output_bitpack, lto_input_bitpack):
18710 New inline functions.
18711 * lto-streamer-out.c (lto_output_bitpack): Remove.
18712 (pack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
18713 (pack_value_fields): Adjust.
18714 (lto_write_tree): Likewise.
18715 (output_gimple_stmt): Likewise.
18716 (output_function): Likewise.
18717 * lto-streamer-in.c (input_gimple_stmt): Adjust.
18718 (input_function): Likewise.
18719 (unpack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
18720 (lto_input_bitpack): Remove.
18721 (lto_materialize_tree): Adjust.
18722 * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
18723 * lto-cgraph.c (lto_output_edge): Adjust.
18724 (lto_output_node): Likewise.
18725 (lto_output_varpool_node): Likewise.
18726 (lto_output_ref): Likewise.
18727 (input_node): Likewise.
18728 (input_varpool_node): Likewise.
18729 (input_ref): Likewise.
18730 (input_edge): Likewise.
18731 (output_node_opt_summary): Likewise.
18732 (input_node_opt_summary): Likewise.
18733 * ipa-pure-const.c (pure_const_write_summary): Likewise.
18734 (pure_const_read_summary): Likewise.
18735 * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
18736 (ipa_read_indirect_edge_info): Likewise.
18737 (ipa_write_node_info): Likewise.
18738 (ipa_read_node_info): Likewise.
18739
18740 2010-06-14 H.J. Lu <hongjiu.lu@intel.com>
18741
18742 PR target/44534
18743 * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
18744 (vec_extract_lo_v16hi): Likewise.
18745 (vec_extract_lo_v32qi): Likewise.
18746
18747 2010-06-14 Jakub Jelinek <jakub@redhat.com>
18748
18749 PR bootstrap/44426
18750 * tree.h (build_call_expr): Don't define as vararg macro, instead
18751 add a prototype.
18752 * builtins.c (build_call_nofold): Remove.
18753 (expand_builtin_int_roundingfn, expand_builtin_pow,
18754 expand_builtin_mempcpy_args, expand_builtin_stpcpy,
18755 expand_builtin_memset_args, expand_builtin_strcmp,
18756 expand_builtin_strncmp, expand_builtin_memory_chk): Use
18757 build_call_nofold_loc instead of build_call_nofold.
18758 (build_call_expr): New function.
18759
18760 PR tree-optimization/44508
18761 * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
18762 * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
18763 don't eliminate trivially dead stmts.
18764 * tree-vrp.c (vrp_finalize): Pass false as last argument
18765 to substitute_and_fold.
18766 * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
18767 to substitute_and_fold.
18768 * tree-ssa-ccp.c (ccp_finalize): Likewise.
18769
18770 PR bootstrap/44509
18771 * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
18772
18773 2010-06-14 Ira Rosen <irar@il.ibm.com>
18774
18775 PR tree-optimization/44507
18776 * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
18777 to build initial vector for BIT_AND_EXPR.
18778 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
18779
18780 2010-06-14 Jakub Jelinek <jakub@redhat.com>
18781
18782 * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
18783 adjust z10prop set_attr.
18784
18785 2010-06-13 Jan Hubicka <jh@suse.cz>
18786
18787 * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
18788 bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
18789 bitmap_ior_into, bitmap_xor, bitmap_xor_into,
18790 bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
18791 datastructure checks into checking asserts.
18792 * rtlanal.c (find_reg_note): Use gcc_checking_assert.
18793 * tree-ssa-sccvn.c (VN_INFO): Likewise.
18794 * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
18795 df_ref_create_structure): Likewise.
18796 * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
18797 pool_free): Use gcc_checking_assert.
18798 * alias.c (get_alias_set): Likewise.
18799 * var-tracking.c (variable_htab_free, shared_hash_copy,
18800 canonicalize_values_mark, variable_merge_over_cur): Likewise.
18801 * lto-streamer.c (bp_unpack_value): Likewise.
18802
18803 2010-06-13 Richard Guenther <rguenther@suse.de>
18804
18805 * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
18806 Do not stream but initialize TYPE_CANONICAL to NULL.
18807 (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
18808 * gimple.c (gimple_types_compatible_p): Disregard
18809 TYPE_STRUCTURAL_EQUALITY_P.
18810 (gimple_register_type): Use TYPE_CANONICAL as cache.
18811 * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
18812 before registering common types.
18813 * config/i386/i386.c (ix86_function_arg_boundary): Do not
18814 use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
18815 * tree.h (TYPE_CANONICAL): Clarify documentation.
18816
18817 2010-06-13 Anatoly Sokolov <aesok@post.ru>
18818
18819 * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
18820 LIBCALL_VALUE): Remove macros.
18821 * config/ia64/ia64-protos.h (ia64_function_value): Remove.
18822 * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
18823 TARGET_FUNCTION_VALUE_REGNO_P): Define.
18824 (ia64_libcall_value, ia64_function_value_regno_p): New functions.
18825 (ia64_function_value): Make static. Handle receiving the function
18826 type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
18827
18828 2010-06-12 Jan Hubicka <jh@suse.cz>
18829
18830 * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
18831 at correct place.
18832
18833 2010-06-12 Bernd Schmidt <bernds@codesourcery.com>
18834
18835 * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
18836
18837 2010-06-12 Jan Hubicka <jh@suse.cz>
18838
18839 * df-core.c (df_clear_bb_info): New function.
18840 (df_set_blocks): bb_info is always allocated.
18841 (df_get_bb_info): Use block_info_elt_size.
18842 (df_set_bb_info): Likewise.
18843 (df_compact_blocks): Update for new block_info.
18844 (grow_bb_info): New function.
18845 * df-problems.c (df_grow_bb_info): Move to df-core.c
18846 (df_rd_set_bb_info): Remove.
18847 (df_rd_free_bb_info): Do not free block pool.
18848 (df_rd_alloc): Do not create pool, use check for
18849 obstack presence instead of NULL pointer for new blocks.
18850 (df_rd_free): DO not free alloc pool; clear block_info.
18851 (problem_RD): Add size of block info structure.
18852 (df_lr_set_bb_info): Remove.
18853 (df_lr_free_bb_info): Do not free block pool.
18854 (df_lr_alloc): Do not create pool, use check for
18855 obstack presence instead of NULL pointer for new blocks.
18856 (df_lr_free): DO not free alloc pool; clear block_info.
18857 (problem_LR): Add size of block info structure.
18858 (df_live_set_bb_info): Remove.
18859 (df_live_free_bb_info): Do not free block pool.
18860 (df_live_alloc): Do not create pool, use check for
18861 obstack presence instead of NULL pointer for new blocks.
18862 (df_live_free): DO not free alloc pool; clear block_info.
18863 (problem_LIVE): Add size of block info structure.
18864 (problem_CHAIN): Add size of block info structure.
18865 (df_byte_lr_set_bb_info): Remove.
18866 (df_byte_lr_free_bb_info): Do not free block pool.
18867 (df_byte_lr_alloc): Do not create pool, use check for
18868 obstack presence instead of NULL pointer for new blocks.
18869 (df_byte_lr_free): DO not free alloc pool; clear block_info.
18870 (problem_BYTE_LR): Add size of block info structure.
18871 (problem_NOTE): Add size of block info structure.
18872 (df_byte_MD_set_bb_info): Remove.
18873 (df_byte_MD_free_bb_info): Do not free block pool.
18874 (df_byte_MD_alloc): Do not create pool, use check for
18875 obstack presence instead of NULL pointer for new blocks.
18876 (df_byte_MD_free): DO not free alloc pool; clear block_info.
18877 (problem_BD): Add size of block info structure.
18878 * df-scan.c (df_scan_free_internal): Free block pool.
18879 (df_scan_set_bb_info): Remove.
18880 (df_scan_free_bb_info): Check for artificial_defs instead
18881 of bb_info being non-NULL.
18882 (df_scan_alloc): DO not create df_scan_block pool.
18883 (problem_SCAN): Set size of block info.
18884 (df_bb_refs_record): Do not allocate bb_info.
18885 * df.h (df_problem): Add block_info_elt_size.
18886 (struct dataflow): Change block_info to void *.
18887 (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
18888 df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
18889 in-line structures.
18890
18891 2010-06-12 Jan Hubicka <jh@suse.cz>
18892
18893 PR tree-optimize/44485
18894 * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
18895 containing use of return value of noreturn function.
18896
18897 2010-06-12 Anatoly Sokolov <aesok@post.ru>
18898
18899 * targhooks.c (default_function_value): Don't use
18900 FUNCTION_OUTGOING_VALUE.
18901 * system.h (FUNCTION_OUTGOING_VALUE): Poison.
18902 * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
18903
18904 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
18905
18906 * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
18907 Add crtfastmath.o to extra_parts.
18908 * config/mips/crtfastmath.c: New.
18909 * config/mips/linux.h (ENDFILE_SPEC): New.
18910
18911 2010-06-12 Sebastian Pop <sebastian.pop@amd.com>
18912
18913 * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
18914 old_type in parameter.
18915 (gcc_type_for_value): Update call to gcc_type_for_interval.
18916 (compute_type_for_level_1): Renamed compute_type_for_level.
18917 Update call to gcc_type_for_interval.
18918
18919 2010-06-11 Joseph Myers <joseph@codesourcery.com>
18920
18921 * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
18922 flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
18923
18924 2010-06-11 Joseph Myers <joseph@codesourcery.com>
18925
18926 * opts-common.c: Include options.h.
18927 (integral_argument): Move from opts.c.
18928 (decode_cmdline_option): New. Based on read_cmdline_option.
18929 * opts.c (integral_argument): Move to opts-common.c.
18930 (read_cmdline_option): Move most contents to
18931 decode_cmdline_option. Use %qs in diagnostics.
18932 * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
18933 CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
18934 decode_cmdline_option): New.
18935
18936 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
18937
18938 PR target/44481
18939 * config/i386/i386.md (UNSPEC_PARITY): New unspec.
18940 (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
18941 (partiysi2_cmp): Ditto.
18942 (*partiyhi2_cmp): Ditto.
18943 (*parityqi2_cmp): Remove.
18944
18945 2010-06-11 Jan Hubicka <jh@suse.cz>
18946
18947 * bitmap.h (bmp_iter_next_bit): New.
18948 (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
18949
18950 2010-06-11 Sandra Loosemore <sandra@codesourcery.com>
18951 Eric Botcazou <ebotcazou@adacore.com>
18952
18953 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
18954 computed cost.
18955
18956 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
18957
18958 * config/i386/i386.md (unspec): New define_c_enum.
18959 (unspecv): Ditto.
18960
18961 2010-06-10 Jakub Jelinek <jakub@redhat.com>
18962
18963 * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
18964
18965 2010-06-11 Sebastian Pop <sebastian.pop@amd.com>
18966
18967 PR middle-end/44483
18968 * tree-if-conv.c (bb_predicate_s): New struct.
18969 (bb_predicate_p): New.
18970 (bb_has_predicate): New.
18971 (bb_predicate): New.
18972 (set_bb_predicate): New.
18973 (bb_predicate_gimplified_stmts): New.
18974 (set_bb_predicate_gimplified_stmts): New.
18975 (add_bb_predicate_gimplified_stmts): New.
18976 (init_bb_predicate): New.
18977 (free_bb_predicate): New.
18978 (is_predicated): Use bb_predicate.
18979 (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
18980 (predicate_bbs): Same. Gimplify the condition of the basic blocks
18981 before processing their successors.
18982 (clean_predicate_lists): Removed.
18983 (find_phi_replacement_condition): Use bb_predicate.
18984 (process_phi_nodes): Renamed ifconvert_phi_nodes. Avoid useless
18985 computations.
18986 (insert_gimplified_predicates): New.
18987 (combine_blocks): Call insert_gimplified_predicates.
18988 (tree_if_conversion): Call free_bb_predicate instead of
18989 clean_predicate_lists.
18990
18991 2010-10-11 Paul Brook <paul@codesourcery.com>
18992
18993 * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
18994 * config/arm/arm.c (all_architectures): Change v7e-m default to
18995 cortexm4.
18996 * config/arm/arm-cores.def: Add cortex-m4.
18997 * config/arm/arm-tune.md: Regenerate.
18998
18999 2010-06-11 Jan Hubicka <jh@suse.cz>
19000
19001 * ipa-pure-const.c (special_builtlin_state): New function.
19002 (check_call): Use it instead of special casign BUILT_IN_RETURN.
19003 (propagate_pure_const): Use it.
19004
19005 2010-06-11 Jan Hubicka <jh@suse.cz>
19006
19007 * df-problems.c (df_live_scratch): Convert to bitmap_head.
19008 (df_live_alloc): Initialize df_live_scratch when initializing
19009 problem_data.
19010 (df_live_transfer_function): Update uses of df_live_scratch.
19011 (df_live_free): Free problem_data; clear df_live_scratch before
19012 releasing the obstack.
19013 (df_md_free): Free problem data.
19014
19015 2010-06-11 Jan Hubicka <jh@suse.cz>
19016
19017 * doc/invoke.texi (Wsuggest-attribute): Document.
19018 (Wmissing-noreturn): Remove.
19019 * ipa-pure-const.c (warn_function_noreturn): New function.
19020 * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
19021 warn_missing_noreturn.
19022 * common.opt (Wsuggest-attribute=noreturn): New.
19023 * tree-flow.h (warn_function_noreturn): Declare.
19024 * tree-cfg.c (execute_warn_function_noreturn): Use
19025 warn_function_noreturn.
19026 (gate_warn_function_noreturn): New.
19027 (pass_warn_function_noreturn): Update.
19028
19029 2010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
19030
19031 * c-typeck.c (handle_warn_cast_qual): Add loc
19032 parameter. Improve warning message.
19033 (build_c_cast): Pass location to handle_warn_cast_qual.
19034
19035 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
19036
19037 * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
19038 that operand 0 == operand 1. Use x86_maybe_negate_const_int to output
19039 insn mnemonic.
19040 (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
19041
19042 2010-06-10 Dodji Seketeli <dodji@redhat.com>
19043
19044 Fix bootstap on mips
19045 * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
19046 be naming typedefs.
19047
19048 2010-06-11 Kai Tietz <kai.tietz@onevision.com>
19049
19050 * system.h (helper_const_non_const_cast): New inline for
19051 gcc version <= 4.0.
19052 (CONST_CAST2): For gcc version <= 4.0 use
19053 new helper to do const/non-const casting.
19054
19055 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19056
19057 * doc/md.texi: Document the "unspec" and "unspecv" enum names.
19058 * Makefile.in (OBJS-common): Include insn-enums.o.
19059 (insn-enums.o): New rule.
19060 (simple_generated_c): Add insn-enums.c.
19061 (build/genenums.o): New rule.
19062 (genprogmd): Add "enums".
19063 * genconstants.c (print_enum_type): Declare a C string array
19064 for each enum.
19065 * genenums.c: New file.
19066 * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
19067 for UNSPEC_VOLATILE. If defined, use the "unspec" enum for both
19068 UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
19069
19070 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19071
19072 * doc/md.texi (define_enum_attr): Document.
19073 * rtl.def (DEFINE_ENUM_ATTR): New rtx.
19074 * read-md.h (lookup_enum_type): Declare.
19075 * read-md.c (lookup_enum_type): New function.
19076 * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
19077 * genattrtab.c (attr_desc): Add an enum_name field.
19078 (evaluate_eq_attr): Take the associated attribute as argument.
19079 Get the enum prefix from the enum_name field, if defined.
19080 Use ACONCAT rather than a fixed-length buffer. Update recursive calls.
19081 (simplify_test_exp): Pass attr to evaluate_eq_attr.
19082 (add_attr_value): New function, split out from...
19083 (gen_attr): ...here. Handle DEFINE_ENUM_ATTR.
19084 (write_test_expr): Pass attr to evaluate_eq_attr.
19085 (write_attr_get): Use the enum_name as the enum tag, if defined.
19086 (write_attr_valueq): Use the enum_name as a prefix, if defined.
19087 (find_attr): Initialize enum_name.
19088 (main): Handle DEFINE_ENUM_ATTR.
19089 * gensupport.c (process_rtx): Likewise.
19090 * config/mips/mips.h (mips_tune_attr): Delete.
19091 * config/mips/mips.md (cpu): Use define_attr_enum.
19092
19093 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19094
19095 * doc/md.texi (define_c_enum, define_enum): Document.
19096 * read-md.h (md_constant): Add a parent_enum field.
19097 (enum_value, enum_type): New structures.
19098 (upcase_string, traverse_enum_types): Declare.
19099 * read-md.c (enum_types): New variable.
19100 (upcase_string, add_constant): New functions.
19101 (handle_constants): Don't create the hash table here.
19102 Use add_constant.
19103 (traverse_md_constants): Don't check for a null md_constants.
19104 (decimal_string, handle_enum, traverse_enum_types): New functions.
19105 (read_md_files): Initialize md_constants and md_enums.
19106 * genconstants.c (print_md_constant): Ignore info argument.
19107 Only print constants that belong to no enum.
19108 (print_enum_type): New function.
19109 (main): Don't pass stdout to print_md_constant. Call print_enum_type
19110 for each defined enum type.
19111 * config/mips/mips.md (processor): New define_enum.
19112 (unspec): New define_c_enum.
19113 (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
19114 (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
19115 (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
19116 (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
19117 (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
19118 (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
19119 (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
19120 (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
19121 (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
19122 (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
19123 (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
19124 (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
19125 (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
19126 (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
19127 (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
19128 (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
19129 (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
19130 (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
19131 (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
19132 (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
19133 (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
19134 (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
19135 (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
19136 (UNSPEC_RDDSP): Move to mips-dsp.md.
19137 (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
19138 (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
19139 (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
19140 (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
19141 (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
19142 (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
19143 (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
19144 (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
19145 (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
19146 (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
19147 (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
19148 (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
19149 (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
19150 Moved to mips-dspr2.md.
19151 (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
19152 (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
19153 (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
19154 (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
19155 (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
19156 (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
19157 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
19158 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
19159 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
19160 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
19161 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
19162 UNSPEC_LOONGSON_PSADBH)
19163 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
19164 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
19165 (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
19166 (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
19167 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
19168 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
19169 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
19170 (cpu): Update comment.
19171 * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
19172 (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
19173 (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
19174 (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
19175 * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
19176 UNSPEC_LOONGSON_PCMPEQ)
19177 (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
19178 UNSPEC_LOONGSON_PINSR_0)
19179 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
19180 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
19181 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
19182 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
19183 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
19184 UNSPEC_LOONGSON_PSADBH)
19185 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
19186 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
19187 (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
19188 * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
19189 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
19190 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
19191 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
19192 * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
19193 (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
19194 (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
19195 (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
19196 (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
19197 (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
19198 (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
19199 (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
19200 (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
19201 (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
19202 (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
19203 (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
19204 (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
19205 (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
19206 (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
19207 (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
19208 (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
19209 (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
19210 (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
19211 (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
19212 (UNSPEC_RDDSP): Moved from mips.md.
19213 * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
19214 (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
19215 (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
19216 (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
19217 (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
19218 (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
19219 (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
19220 (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
19221 (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
19222 (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
19223 (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
19224 (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
19225 (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
19226 (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
19227 * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
19228 (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
19229 (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
19230 (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
19231 (UNSPEC_SCC): Moved from mips.md.
19232 * config/mips/mips.c (mips_arch, mips_tune): Change enum from
19233 "processor_type" to "processor".
19234 (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
19235 * config/mips/mips.h (processor_type): Delete.
19236 (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
19237 "processor_type" to "processor".
19238
19239 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19240
19241 * configure.ac (tm_include_list): Add insn-constants.h.
19242 * configure: Regenerate.
19243 * Makefile.in (GTM_H): Move insn-constants.h here from...
19244 (TM_H): ...here.
19245 * mkconfig.sh: Remove special handling for insn-constants.h.
19246
19247 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19248
19249 * Makefile.in (BUILD_RTL): Move build/read-md.o to...
19250 (BUILD_MD): ...this new variable.
19251 (simple_generated_rtl_h, simple_generated_rtl_c): New variables
19252 that include the old contents of simple_generated_h and
19253 simple_generated_c.
19254 (simple_generated_h, simple_generated_c): Include them. Add
19255 insn-constants.h.
19256 (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
19257 and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
19258 Remove these dependencies from the main rule and include
19259 insn-conditions.md in the command line only if it appears
19260 in the dependency list.
19261 (insn-constants.h, s-constants): Delete.
19262 (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
19263 or gensupport.h.
19264 (build/genmddeps.o): Likewise.
19265 (genprogrtl): New variable that contains everything from genprogmd
19266 except mddeps and constants.
19267 (genprogmd): Redefine in terms of genprogrtl. Make these programs
19268 depend on $(BUILD_MD)
19269 (genprog): New variable. Make these programs depend on
19270 $(BUILD_ERRORS).
19271 * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
19272 (main): Use read_md_files instead of init_rtx_reader_args.
19273 * genconstants.c: As for genmddeps.c.
19274 * read-md.h (read_skip_construct): Declare.
19275 * read-md.c (read_skip_construct): New function.
19276 (handle_file): Allow a null handle_directive, skipping the
19277 construct if so.
19278 (parse_include): Update the comment accordingly.
19279
19280 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19281
19282 * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
19283 * genmddeps.c: Include read-md.h.
19284 (main): Call init_rtx_reader_args instead of init_md_reader_args.
19285 * genattr.c (main): Likewise.
19286 * genattrtab.c (main): Likewise.
19287 * genautomata.c (main): Likewise.
19288 * gencodes.c (main): Likewise.
19289 * genconditions.c (main): Likewise.
19290 * genconfig.c (main): Likewise.
19291 * genconstants.c (main): Likewise.
19292 * genemit.c (main): Likewise.
19293 * genextract.c (main): Likewise.
19294 * genflags.c (main): Likewise.
19295 * genopinit.c (main): Likewise.
19296 * genoutput.c (main): Likewise.
19297 * genpeep.c (main): Likewise.
19298 * genrecog.c (main): Likewise.
19299 * genpreds.c (main): Likewise.
19300 * gensupport.h (in_fname): Move to read-md.h.
19301 (init_md_reader_args_cb): Rename to...
19302 (init_rtx_reader_args_cb): ...this and return a bool.
19303 (init_md_reader_args): Rename to...
19304 (init_rtx_reader_args): ...this and return a bool.
19305 (include_callback): Move to read-md.h.
19306 * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
19307 (file_name_list, first_dir_md_include): Move to read-md.c
19308 (first_bracket_include): Delete unused variable.
19309 (last_dir_md_include): Move to read-md.c.
19310 (process_include): Delete, moving code to read-md.c:handle_include.
19311 (process_rtx): Don't handle INCLUDE.
19312 (save_string): Delete.
19313 (rtx_handle_directive): New function.
19314 (init_md_reader_args_cb): Rename to...
19315 (init_rtx_reader_args_cb): ...this and return a boolean success value.
19316 Use read_md_args.
19317 (init_md_reader_args): Rename to...
19318 (init_rtx_reader_args): ...this and return a boolean success value.
19319 * rtl.def (INCLUDE): Delete.
19320 * rtl.h (read_rtx): Remove "int *" argument. Add "const char *"
19321 argument.
19322 * read-rtl.c (read_conditions): Don't gobble ')' here.
19323 (read_mapping): Likewise.
19324 (read_rtx): Remove LINENO argument. Add RTX_NAME argument.
19325 Handle top-level non-rtx constructs here rather than in read_rtx_1.
19326 Store the whole queue in *X. Remove call to init_md_reader.
19327 (read_rtx_1): Rename to...
19328 (read_rtx_code): ...this. Call read_nested_rtx to read subrtxes.
19329 Don't handle top-level non-rtx constructs here. Don't handle (nil)
19330 here.
19331 (read_nested_rtx): New function. Handle (nil) here rather than
19332 in read_rtx_code.
19333 (read_rtx_variadic): Call read_nested_rtx to read subrtxes. Don't
19334 gobble ')' here.
19335 * read-md.h (directive_handler_t): New type.
19336 (in_fname, include_callback): Moved from read-md.h.
19337 (read_constants, init_md_reader): Delete.
19338 (read_md_files): Declare.
19339 * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
19340 (last_dir_md_include_ptr, include_callback, max_include_len): Moved
19341 from gensupport.c.
19342 (read_constants): Rename to...
19343 (handle_constants): ...this. Don't gobble ')' here.
19344 (handle_include, handle_file, handle_toplevel_file)
19345 (parse_include): New functions, mostly taken from gensupport.c.
19346 (init_md_reader): Subsume into...
19347 (read_md_files): ...this new function.
19348
19349 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19350
19351 * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
19352 (unread_char): Decrement read_md_lineno after putting back '\n'.
19353 * read-md.c (fatal_with_file_and_line): Push back any characters
19354 that we decide not to add to the context.
19355 (read_skip_spaces): Don't increment read_md_lineno here. Avoid using
19356 fatal_expected_char in cases where '/' ends a line (for example).
19357 (read_name): Don't increment read_md_lineno here.
19358 (read_escape): Likewise.
19359 (read_quoted_string): Likewise.
19360 (read_braced_string): Likewise.
19361
19362 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19363
19364 * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
19365 (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
19366 * genconstants.c: Include read-md.h.
19367 * read-rtl.c (md_constants): Move to read-md.c.
19368 (md_name): Move to read-md.h.
19369 (initialize_iterators): Use leading_string_hash instead of def_hash
19370 and leading_string_eq_p instead of def_name_eq_p.
19371 (read_name): Move to read-md.c.
19372 (def_hash, def_name_eq_p): Delete.
19373 (read_constants, traverse_md_constants): Move to read-md.c.
19374 * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
19375 * read-md.h: Include hashtab.h.
19376 (md_name): Moved from read-rtl.c.
19377 (md_constant): Moved from read-md.h.
19378 (leading_string_hash, leading_string_eq_p, read_name)
19379 (read_constants, traverse_md_constants): Declare.
19380 * read-md.c (md_constants): Moved from read-rtl.c.
19381 (leading_string_hash, leading_string_eq_p): New functions.
19382 (read_name, read_constants, traverse_md_constants): Moved from
19383 read-rtl.c.
19384
19385 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19386
19387 * read-rtl.c (md_name): New structure.
19388 (read_name): Take an md_name instead of a buffer pointer.
19389 Use the "string" field instead of strcpy when expanding constants.
19390 (read_constants): Remove the tmp_char argument. Update the calls
19391 to read_name, using two local name buffers instead of the tmp_char
19392 argument. Merge the constant-creation code.
19393 (read_conditions): Remove the tmp_char argument. Update the calls
19394 to read_name, using a local name buffer instead of the tmp_char
19395 argument.
19396 (read_mapping): Replace tmp_char variable with a local name buffer.
19397 Update the calls to read_name.
19398 (read_rtx_1): Likewise. Update the calls to read_constants and
19399 read_conditions.
19400
19401 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19402
19403 * Makefile.in (build/read-md.o): Depend on errors.h.
19404 * read-md.h (error_with_line): Declare.
19405 * read-md.c: Include errors.h.
19406 (message_with_line_1): New function, extracted from...
19407 (message_with_line): ...here.
19408 (error_with_line): New function.
19409 * genattrtab.c: If a call to message_with_line is followed by
19410 "have_error = 1;", replace both statements with a call to
19411 error_with_line.
19412 * genoutput.c: Likewise.
19413 * genpreds.c: Likewise.
19414 * genrecog.c: If a call to message_with_line is followed by
19415 "error_count++;", replace both statements with a call to
19416 error_with_line.
19417 (errorcount): Delete.
19418 (main): Don't check it.
19419 * gensupport.c: If a call to message_with_line is followed by
19420 "errors = 1;", replace both statements with a call to error_with_line.
19421 (errors): Delete.
19422 (process_define_cond_exec): Check have_error instead of errors.
19423 (init_md_reader_args_cb): Likewise. Don't set errors.
19424
19425 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19426
19427 * read-md.h (read_md_file): Declare.
19428 (read_char, unread_char): New functions.
19429 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
19430 (read_quoted_string, read_string): Remove FILE * argument.
19431 * read-md.c (read_md_file): New variable.
19432 (read_md_filename, read_md_lineno): Update comments and remove
19433 unnecessary initialization.
19434 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
19435 (read_escape, read_quoted_string, read_braced_string, read_string):
19436 Remove FILE * argument. Update calls accordingly, using read_char
19437 and unread_char instead of getc and ungetc.
19438 * rtl.h (read_rtx): Remove FILE * argument.
19439 * read-rtl.c (iterator_group): Remove FILE * argument from
19440 "find_builtin".
19441 (iterator_traverse_data): Remove "infile" field.
19442 (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
19443 (add_mapping, read_name, read_constants, read_conditions)
19444 (validate_const_int, find_iterator, read_mapping, check_code_iterator)
19445 (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
19446 Remove file arguments from all calls, using read_char and unread_char
19447 instead of getc and ungetc.
19448 * gensupport.c (process_include): Preserve read_md_file around
19449 the include. Set read_md_file to the handle of the included file.
19450 Update call to read_rtx.
19451 (init_md_reader_args_cb): Set read_md_file to the handle of the file
19452 and remove local FILE *. Update calls to read_rtx.
19453
19454 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19455
19456 * read-md.h (read_rtx_lineno): Rename to...
19457 (read_md_lineno): ...this.
19458 (read_rtx_filename): Rename to...
19459 (read_md_filename): ...this.
19460 (copy_rtx_ptr_loc): Rename to...
19461 (copy_md_ptr_loc): ...this.
19462 (print_rtx_ptr_loc): Rename to...
19463 (print_md_ptr_loc): ...this.
19464 * read-md.c: Likewise. Update references after renaming.
19465 (string_obstack): Replace RTL with MD in comment.
19466 (set_rtx_ptr_loc): Rename to...
19467 (set_md_ptr_loc): ...this.
19468 (get_rtx_ptr_loc): Rename to...
19469 (get_md_ptr_loc): ...this.
19470 * genconditions.c: Update references after renaming.
19471 * genemit.c: Likewise.
19472 * genoutput.c: Likewise.
19473 * genpreds.c: Likewise.
19474 * gensupport.c: Likewise.
19475 * read-rtl.c: Likewise.
19476
19477 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
19478
19479 * Makefile.in (READ_MD_H): New variable.
19480 (BUILD_RTL): Add build/read-md.o.
19481 (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
19482 (build/gensupport.o, build/read-rtl.o, build/genattr.o)
19483 (build/genattrtab.o, build/genconditions.o build/genemit.o)
19484 (build/genextract.o, build/genflags.o, build/genoutput.o)
19485 (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
19486 (build/read-md.o): New rule.
19487 * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
19488 (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
19489 * coretypes.h: ...here.
19490 * lto-wrapper.c: Include coretypes.h instead of defaults.h.
19491 * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
19492 * genattr.c: Include read-md.h.
19493 * genattrtab.c: Likewise.
19494 * genconditions.c: Likewise.
19495 * genemit.c: Likewise.
19496 * genextract.c: Likewise.
19497 * genflags.c: Likewise.
19498 * genoutput.c: Likewise.
19499 * genpreds.c: Likewise.
19500 * genrecog.c: Likewise.
19501 * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
19502 (join_c_conditions, print_c_condition, read_rtx_filename)
19503 (read_rtx_lineno): Move to read-md.h.
19504 * read-rtl.c: Include read-md.h.
19505 (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
19506 (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
19507 (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
19508 (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
19509 (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
19510 (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
19511 (read_braced_string, read_string): Move to read-md.c.
19512 (read_rtx): Move some initialization to init_md_reader and call
19513 init_md_reader here.
19514 * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
19515 Move to read-md.h.
19516 * gensupport.c: Include read-md.h.
19517 (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
19518 * read-md.h, read-md.c: New files.
19519
19520 2010-06-10 Anatoly Sokolov <aesok@post.ru>
19521
19522 * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
19523 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
19524 * config/moxie/moxie-protos.h (moxie_function_value): Remove.
19525 * config/moxie/moxie.c (moxie_function_value): Make static.
19526 (moxie_libcall_value, moxie_function_value_regno_p): New functions.
19527 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
19528
19529 2010-06-10 Martin Jambor <mjambor@suse.cz>
19530
19531 * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
19532 * dbgcnt.def (tree_sra): New counter.
19533 * tree-sra.c: Include dbgcnt.h.
19534 (gate_intra_sra): Check tree_sra debug counter.
19535
19536 2010-06-10 Martin Jambor <mjambor@suse.cz>
19537
19538 PR tree-optimization/44258
19539 * tree-sra.c (build_access_subtree): Return false iff there is a
19540 partial overlap.
19541 (build_access_trees): Likewise.
19542 (analyze_all_variable_accesses): Disqualify candidates if
19543 build_access_trees returns true for them.
19544
19545 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
19546
19547 PR debug/41371
19548 * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
19549 tail-recurse into canonical node. Fast-forward over
19550 non-canonical VALUEs.
19551
19552 2010-06-10 H.J. Lu <hongjiu.lu@intel.com>
19553
19554 PR boostrap/44470
19555 * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
19556 (*addsi_1_zext) <TYPE_LEA>: Likewise.
19557 (add lea splitter): Likewise.
19558 (add_zext lea splitter): Likewise.
19559
19560 2010-06-10 Joseph Myers <joseph@codesourcery.com>
19561
19562 * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
19563
19564 2010-06-10 Jan Hubicka <jh@suse.cz>
19565
19566 * df-problems.c (df_live_problem_data): Add live_bitmaps.
19567 (df_live_alloc): Initialize problem data and live_osbtacks.
19568 (df_live_finalize): Remove obstack, problem data; do not
19569 clear all bitmaps.
19570 (df_live_top_dump, df_live_bottom_dump): Do not dump old
19571 data when not allocated.
19572 (df_live_verify_solution_start): Do not allocate problem data.
19573 (df_live_verify_solution_end): Check if out is allocated.
19574 (struct df_md_problem_data): New structure.
19575 (df_md_alloc): Allocate problem data.
19576 (df_md_free): Free problem data; do not clear bitmaps.
19577
19578 2010-06-10 Jan Beulich <jbeulich@novell.com>
19579
19580 PR bootstrap/37304
19581 * configure.ac: Replace $() with ${} when intending to expand
19582 variables rather than invoking commands.
19583 * configure: Re-generate.
19584
19585 2010-06-10 Jan Hubicka <jh@suse.cz>
19586
19587 PR rtl-optimization/44460
19588 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
19589 TYPE_NEEDS_CONSTRUCTING sanity check.
19590
19591 2010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
19592
19593 * doc/include/fdl.texi: Move to GFDL version 1.3.
19594
19595 * doc/cpp.texi: Move to GFDL version 1.3.
19596 * doc/gcc.texi: Move to GFDL version 1.3. Fix copyright years.
19597 * doc/gccint.texi: Move to GFDL version 1.3.
19598 * doc/gcov.texi: Move to GFDL version 1.3. Update copyright years.
19599 * doc/install.texi: Move to GFDL version 1.3. Fix copyright years.
19600 * doc/invoke.texi: Move to GFDL version 1.3.
19601
19602 2010-06-09 Jan Hubicka <jh@suse.cz>
19603
19604 * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
19605 Break out from ...
19606 (propagate) ... here; swap the order.
19607
19608 2010-06-09 Jan Hubicka <jh@suse.cz>
19609
19610 * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
19611 bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
19612 bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
19613 bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
19614
19615 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
19616
19617 * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
19618 Do not the gather memory reference in the outer loop if the step
19619 is not a constant.
19620
19621 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
19622
19623 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
19624 Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
19625 8 to 4. Minor change of the related comments.
19626
19627 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
19628
19629 * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
19630 the scev analysis when the variable is not used outside the loop
19631 in a close phi node: call compute_overall_effect_of_inner_loop.
19632
19633 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
19634
19635 * graphite-sese-to-poly.c (single_pred_cond): Renamed
19636 single_pred_cond_non_loop_exit. Return NULL for loop exit edges.
19637 (build_sese_conditions_before): Renamed call to single_pred_cond.
19638 (build_sese_conditions_after): Same.
19639
19640 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
19641
19642 * graphite-poly.h: Fix comments and indentation.
19643 * graphite-sese-to-poly.c: Same.
19644 (build_sese_conditions_before): Compute stmt and gbb only when needed.
19645 * tree-chrec.c: Fix comments and indentation.
19646 (tree-ssa-loop-niter.c): Same.
19647
19648 2010-06-09 Eric Botcazou <ebotcazou@adacore.com>
19649
19650 PR rtl-optimization/42461
19651 * dce.c (deletable_insn_p): Return true for const or pure calls again.
19652 * except.c (insn_could_throw_p): Return false if !flag_exceptions.
19653
19654 2010-06-09 Jan Hubicka <jh@suse.cz>
19655
19656 * bitmap.c (bitmap_and): Walk array forward.
19657 (bitmap_and_compl_into): Likewise.
19658 (bitmap_xor): Likewise.
19659 (bitmap_xor_into): Likewise.
19660 (bitmap_equal_p): Likewise.
19661 (bitmap_intersect_p): Likewise.
19662 (bitmap_intersect_compl_p): Likewise.
19663 (bitmap_ior_and_into): Likewise.
19664 (bitmap_elt_copy): Likewise.
19665 (bitmap_and_compl): Likewise.
19666 (bitmap_elt_ior): Likewise.
19667
19668 2010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
19669
19670 * opts-common.c (prune_options): Ensure replacement argv array
19671 is correctly terminated by a NULL entry.
19672
19673 2010-06-09 Jan Hubicka <jh@suse.cz>
19674
19675 * cgraph.h (varpool_first_static_initializer,
19676 varpool_next_static_initializer): Make checking only when
19677 checking enabled.
19678 * tree-vectorizer.h (vinfo_for_stmt): Remove check.
19679 (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
19680 gcc_assert to gcc_checking_assert.
19681 * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
19682 phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
19683 op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
19684 op_iter_init_phiuse, op_iter_init_phidef,
19685 array_ref_contains_indirect_ref, ref_contains_array_ref): Use
19686 gcc_checking_assert.
19687 * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
19688 * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
19689 partition_is_global, live_on_entry, live_on_exit,
19690 live_merge_and_clear): Likewise.
19691 * system.h (gcc_checking_assert): New macro.
19692 * gimple.h (set_bb_seq): Use gcc_checking_assert.
19693
19694 2010-06-09 Jason Merrill <jason@redhat.com>
19695
19696 * Makefile.in (TAGS): Collect tags info from c-family.
19697
19698 2010-06-09 Jan Hubicka <jh@suse.cz>
19699
19700 * gimple.h (gcc_gimple_checking_assert): New macro.
19701 (gimple_set_def_ops, gimple_set_use_ops,
19702 gimple_set_vuse, gimple_set_vdef,
19703 gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
19704 gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
19705 gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
19706 gimple_asm_output_op, gimple_asm_output_op_ptr,
19707 gimple_asm_set_output_op, gimple_asm_clobber_op,
19708 gimple_asm_set_clobber_op, gimple_asm_label_op,
19709 gimple_asm_set_label_op, gimple_try_set_kind,
19710 gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
19711 gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
19712 gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
19713 gimple_omp_for_index_ptr, gimple_omp_for_set_index,
19714 gimple_omp_for_initial, gimple_omp_for_initial_ptr,
19715 gimple_omp_for_set_initial, gimple_omp_for_final,
19716 gimple_omp_for_final_ptr, gimple_omp_for_set_final,
19717 gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
19718 gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
19719 conditional with ENABLE_GIMPLE_CHECKING.
19720 (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
19721
19722 2010-06-09 Sandra Loosemore <sandra@codesourcery.com>
19723
19724 * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
19725 (get_computation_cost_at): Use it.
19726 (determine_use_iv_cost_condition): Likewise.
19727 (determine_iv_cost): Likewise.
19728
19729 2010-06-09 Richard Guenther <rguenther@suse.de>
19730
19731 * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
19732 replace constants.
19733
19734 2010-06-09 Kai Tietz <kai.tietz@onevision.com>
19735
19736 * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
19737
19738 2010-06-09 Martin Jambor <mjambor@suse.cz>
19739
19740 PR tree-optimization/44423
19741 * tree-sra.c (dump_access): Dump also grp_assignment_read.
19742 (analyze_access_subtree): Pass negative allow_replacements to children
19743 if the current type is scalar.
19744
19745 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
19746
19747 PR testsuite/42843
19748 * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
19749 * doc/plugins.texi (Plugin license check): Update information
19750 on type of plugin_is_GPL_compatible.
19751 * Makefile.in (PLUGINCC): Define as $(COMPILER).
19752 (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
19753
19754 2010-06-09 Bernd Schmidt <bernds@codesourcery.com>
19755
19756 * config/arm/arm.c (thumb2_reorg): New function.
19757 (arm_reorg): Call it.
19758 * config/arm/thumb2.md (define_peephole2 for flag clobbering
19759 arithmetic operations): Delete.
19760
19761 2010-06-09 Edmar Wienskoski <edmar@freescale.com>
19762
19763 PR target/44067
19764 * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
19765 e500v2 target.
19766
19767 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
19768
19769 PR plugins/44459
19770 * gcc-plugin.h: Encapsulate all declarations in extern "C".
19771
19772 2010-06-08 Jan Hubicka <jh@suse.cz>
19773
19774 * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
19775 ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
19776
19777 2010-06-08 Sandra Loosemore <sandra@codesourcery.com>
19778
19779 PR tree-optimization/39874
19780 PR middle-end/28685
19781 * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
19782 Declare.
19783 * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
19784 same_bool_result_p): New.
19785 (and_var_with_comparison, and_var_with_comparison_1,
19786 and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
19787 (or_var_with_comparison, or_var_with_comparison_1,
19788 or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
19789 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
19790 maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
19791 of combine_comparisons.
19792 * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
19793
19794 2010-06-08 Anatoly Sokolov <aesok@post.ru>
19795
19796 * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
19797 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
19798 * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
19799 pdp11_function_value_regno_p): New functions.
19800 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
19801 TARGET_FUNCTION_VALUE_REGNO_P): Define.
19802
19803 2010-06-08 Kazu Hirata <kazu@codesourcery.com>
19804
19805 * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
19806 Thumb-2 in the MINUS case.
19807
19808 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
19809
19810 * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
19811
19812 * doc/gty.texi (GTY Options): Document typed GC allocation and
19813 variable_size GTY option.
19814
19815 * ggc-internal.h: New.
19816
19817 * ggc.h: Update copyright year.
19818 (digit_string): Move to stringpool.c.
19819 (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
19820 (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
19821 (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
19822 (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
19823 (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
19824 (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
19825 (ggc_force_collect, ggc_get_size, ggc_statistics)
19826 (ggc_print_common_statistics): Move to ggc-internal.h.
19827 (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
19828 (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
19829 (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
19830 (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
19831 (ggc_min_heapsize_heuristic, ggc_alloc_zone)
19832 (ggc_alloc_zone_pass_stat): Remove.
19833 (ggc_internal_alloc_stat, ggc_internal_alloc)
19834 (ggc_internal_cleared_alloc_stat): New.
19835 (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
19836 (ggc_internal_vec_alloc_stat)
19837 (ggc_internal_cleared_vec_alloc_stat)
19838 (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
19839 (ggc_alloc_atomic_stat, ggc_alloc_atomic)
19840 (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
19841 (ggc_cleared_alloc_ptr_array_two_args): New.
19842 (htab_create_ggc, splay_tree_new_ggc): Redefine.
19843 (ggc_splay_alloc): Change the type of the first argument to
19844 enum gt_types_enum.
19845 (ggc_alloc_string): Make macro.
19846 (ggc_alloc_string_stat): New.
19847 (ggc_strdup): Redefine.
19848 (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
19849 (ggc_alloc_rtvec_sized): New.
19850 (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
19851 (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
19852 (ggc_internal_cleared_alloc_zone_stat)
19853 (ggc_internal_zone_alloc_stat)
19854 (ggc_internal_zone_cleared_alloc_stat)
19855 (ggc_internal_zone_vec_alloc_stat)
19856 (ggc_alloc_zone_rtx_def_stat)
19857 (ggc_alloc_zone_tree_node_stat)
19858 (ggc_alloc_zone_cleared_tree_node_stat)
19859 (ggc_alloc_cleared_gimple_statement_d_stat): New.
19860
19861 * ggc-common.c: Include ggc-internal.h.
19862 (ggc_internal_cleared_alloc_stat): Rename from
19863 ggc_alloc_cleared_stat.
19864 (ggc_realloc_stat): Use ggc_internal_alloc_stat.
19865 (ggc_calloc): Remove.
19866 (ggc_cleared_alloc_htab_ignore_args): New.
19867 (ggc_cleared_alloc_ptr_array_two_args): New.
19868 (ggc_splay_alloc): Add obj_type parameter.
19869 (init_ggc_heuristics): Formatting fixes.
19870
19871 * ggc-none.c: Update copyright year.
19872 (ggc_alloc_stat): Rename to ggc_alloc_stat.
19873 (ggc_alloc_cleared_stat): Rename to
19874 ggc_internal_cleared_alloc_stat.
19875 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
19876
19877 * ggc-page.c: Update copyright year. Include ggc-internal.h.
19878 Remove references to ggc_alloc in comments.
19879 (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
19880 (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
19881 (new_ggc_zone, destroy_ggc_zone): Remove.
19882 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
19883
19884 * ggc-zone.c: Include ggc-internal.h. Remove references to
19885 ggc_alloc in comments.
19886 (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
19887 (ggc_internal_alloc_zone_pass_stat): New.
19888 (ggc_internal_cleared_alloc_zone_stat): New.
19889 (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
19890 (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
19891 (new_ggc_zone, destroy_ggc_zone): Remove.
19892
19893 * stringpool.c: Update copyright year. Include ggc-internal.h
19894 (digit_vector): Make static.
19895 (digit_string): Moved from ggc.h.
19896 (stringpool_ggc_alloc): Use ggc_alloc_atomic.
19897 (ggc_alloc_string): Rename to ggc_alloc_string_stat.
19898
19899 * Makefile.in (GGC_INTERNAL_H): New.
19900 (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
19901 $(GGC_INTERNAL_H) to dependencies.
19902
19903 * gentype.c: Update copyright year.
19904 (walk_type): Accept variable_size GTY option.
19905 (USED_BY_TYPED_GC_P): New macro.
19906 (write_enum_defn): Use USED_BY_TYPED_GC_P. Do not output
19907 whitespace at the end of strings.
19908 (get_type_specifier, variable_size_p): New functions.
19909 (alloc_quantity, alloc_zone): New enums.
19910 (write_typed_alloc_def): New function.
19911 (write_typed_struct_alloc_def): Likewise.
19912 (write_typed_typed_typedef_alloc_def): Likewise.
19913 (write_typed_alloc_defns): Likewise.
19914 (output_typename, write_splay_tree_allocator_def): Likewise.
19915 (write_splay_tree_allocators): Likewise.
19916 (main): Call write_typed_alloc_defns and
19917 write_splay_tree_allocators.
19918
19919 * lto-streamer.h (lto_file_decl_data_ptr): New.
19920
19921 * passes.c (order): Define using cgraph_node_ptr.
19922
19923 * strinpool.c (struct string_pool_data): Declare nested_ptr using
19924 ht_identifier_ptr.
19925
19926 * gimple.h (union gimple_statement_d): Likewise.
19927
19928 * rtl.h (struct rtx_def): Likewise.
19929 (struct rtvec_def): Likewise.
19930
19931 * tree.h (union tree_node): Likewise.
19932
19933 * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
19934
19935 * cfgloop.c (record_loop_exits): Use htab_create_ggc.
19936
19937 * tree-scalar-evolution.c (scev_initialize): Likewise.
19938
19939 * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
19940
19941 * dwarf2asm.c (dw2_force_const_mem): Likewise.
19942
19943 * omp-low.c (lower_omp_critical): Likewise.
19944
19945 * bitmap.h (struct bitmap_head_def): Update comment to not
19946 reference ggc_alloc.
19947
19948 * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
19949
19950 * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
19951
19952 * ipa-prop.c (duplicate_ggc_array): Rename to
19953 duplicate_ipa_jump_func_array. Use typed GC allocation.
19954 (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
19955
19956 * gimple.c (gimple_alloc_stat): Use
19957 ggc_alloc_cleared_gimple_statement_d_stat.
19958
19959 * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
19960
19961 * tree.c (make_node_stat): Use
19962 ggc_alloc_zone_cleared_tree_node_stat.
19963 (make_tree_vec_stat): Likewise.
19964 (build_vl_exp_stat): Likewise.
19965 (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
19966 (make_tree_binfo_stat): Likewise.
19967 (tree_cons_stat): Likewise.
19968
19969 * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
19970 (shallow_copy_rtx_stat): Likewise.
19971 (make_node_stat): Likewise.
19972
19973 * lto-symtab.c: Fix comment.
19974
19975 * tree-cfg.c (create_bb): Update comment to not reference
19976 ggc_alloc_cleared.
19977 * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
19978
19979 * varpool.c (varpool_node): Use typed GC allocation.
19980 (varpool_extra_name_alias): Likewise.
19981
19982 * varasm.c (emutls_decl): Likewise.
19983 (get_unnamed_section): Likewise.
19984 (get_noswitch_section): Likewise.
19985 (get_section): Likewise.
19986 (get_block_for_section): Likewise.
19987 (build_constant_desc): Likewise.
19988 (create_constant_pool): Likewise.
19989 (force_const_mem): Likewise.
19990
19991 * tree.c (build_vl_exp_stat): Likewise.
19992 (build_real): Likewise.
19993 (build_string): Likewise.
19994 (decl_debug_expr_insert): Likewise.
19995 (decl_value_expr_insert): Likewise.
19996 (type_hash_add): Likewise.
19997 (build_omp_clause): Likewise.
19998
19999 * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
20000
20001 * tree-ssa.c (init_tree_ssa): Likewise.
20002
20003 * tree-ssa-structalias.c (heapvar_insert): Likewise.
20004
20005 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
20006
20007 * tree-ssa-loop-niter.c (record_estimate): Likewise.
20008
20009 * tree-ssa-alias.c (get_ptr_info): Likewise.
20010
20011 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
20012
20013 * tree-phinodes.c (allocate_phi_node): Likewise.
20014
20015 * tree-iterator.c (tsi_link_before): Likewise.
20016 (tsi_link_after): Likewise.
20017
20018 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
20019
20020 * tree-dfa.c (create_var_ann): Likewise.
20021
20022 * tree-cfg.c (create_bb): Likewise.
20023
20024 * toplev.c (alloc_for_identifier_to_locale): Likewise.
20025 (general_init): Likewise.
20026
20027 * stringpool.c (stringpool_ggc_alloc): Likewise.
20028 (gt_pch_save_stringpool): Likewise.
20029
20030 * sese.c (if_region_set_false_region): Likewise.
20031
20032 * passes.c (do_per_function_toporder): Likewise.
20033
20034 * optabs.c (set_optab_libfunc): Likewise.
20035 (set_conv_libfunc): Likewise.
20036
20037 * lto-symtab.c (lto_symtab_register_decl): Likewise.
20038
20039 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
20040 (input_eh_region): Likewise.
20041 (input_eh_lp): Likewise.
20042 (make_new_block): Likewise.
20043 (unpack_ts_real_cst_value_fields): Likewise.
20044
20045 * lto-section-in.c (lto_new_in_decl_state): Likewise.
20046
20047 * lto-cgraph.c (input_node_opt_summary): Likewise.
20048
20049 * loop-init.c (loop_optimizer_init): Likewise.
20050
20051 * lambda.h (lambda_vector_new): Likewise.
20052
20053 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
20054
20055 * ira.c (update_equiv_regs): Likewise.
20056
20057 * ipa.c (cgraph_node_set_new): Likewise.
20058 (cgraph_node_set_add): Likewise.
20059 (varpool_node_set_new): Likewise.
20060 (varpool_node_set_add): Likewise.
20061
20062 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
20063 (duplicate_ipa_jump_func_array): Likewise.
20064 (ipa_read_node_info): Likewise.
20065
20066 * ipa-cp.c (ipcp_create_replace_map): Likewise.
20067
20068 * integrate.c (get_hard_reg_initial_val): Likewise.
20069
20070 * gimple.c (gimple_alloc_stat): Likewise.
20071 (gimple_build_omp_for): Likewise.
20072 (gimple_seq_alloc): Likewise.
20073 (gimple_copy): Likewise.
20074
20075 * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
20076 (gsi_insert_after_without_update): Likewise.
20077
20078 * function.c (add_frame_space): Likewise.
20079 (insert_temp_slot_address): Likewise.
20080 (assign_stack_temp_for_type): Likewise.
20081 (allocate_struct_function): Likewise.
20082 (types_used_by_var_decl_insert): Likewise.
20083
20084 * except.c (init_eh_for_function): Likewise.
20085 (gen_eh_region): Likewise.
20086 (gen_eh_region_catch): Likewise.
20087 (gen_eh_landing_pad): Likewise.
20088 (add_call_site): Likewise.
20089
20090 * emit-rtl.c (get_mem_attrs): Likewise.
20091 (get_reg_attrs): Likewise.
20092 (start_sequence): Likewise.
20093 (init_emit): Likewise.
20094
20095 * dwarf2out.c (new_cfi): Likewise.
20096 (queue_reg_save): Likewise.
20097 (dwarf2out_frame_init): Likewise.
20098 (new_loc_descr): Likewise.
20099 (find_AT_string): Likewise.
20100 (new_die): Likewise.
20101 (add_var_loc_to_decl): Likewise.
20102 (clone_die): Likewise.
20103 (clone_as_declaration): Likewise.
20104 (break_out_comdat_types): Likewise.
20105 (new_loc_list): Likewise.
20106 (loc_descriptor): Likewise.
20107 (add_loc_descr_to_each): Likewise.
20108 (add_const_value_attribute): Likewise.
20109 (tree_add_const_value_attribute): Likewise.
20110 (add_comp_dir_attribute): Likewise.
20111 (add_name_and_src_coords_attributes): Likewise.
20112 (lookup_filename): Likewise.
20113 (store_vcall_insn): Likewise.
20114 (dwarf2out_init): Likewise.
20115
20116 * dbxout.c (dbxout_init): Likewise.
20117
20118 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
20119
20120 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
20121
20122 * config/score/score7.c (score7_output_external): Likewise.
20123
20124 * config/score/score3.c (score3_output_external): Likewise.
20125
20126 * config/s390/s390.c (s390_init_machine_status): Likewise.
20127
20128 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
20129 (rs6000_init_machine_status): Likewise.
20130 (output_toc): Likewise.
20131
20132 * config/pa/pa.c (pa_init_machine_status): Likewise.
20133 (get_deferred_plabel): Likewise.
20134
20135 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
20136
20137 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
20138
20139 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
20140
20141 * config/mep/mep.c (mep_init_machine_status): Likewise.
20142 (mep_note_pragma_flag): Likewise.
20143
20144 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
20145
20146 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
20147
20148 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
20149
20150 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
20151 (i386_pe_maybe_record_exported_symbol): Likewise.
20152
20153 * config/i386/i386.c (get_dllimport_decl): Likewise.
20154 (ix86_init_machine_status): Likewise.
20155 (assign_386_stack_local): Likewise.
20156
20157 * config/frv/frv.c (frv_init_machine_status): Likewise.
20158
20159 * config/darwin.c (machopic_indirection_name): Likewise.
20160
20161 * config/cris/cris.c (cris_init_machine_status): Likewise.
20162
20163 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
20164
20165 * config/avr/avr.c (avr_init_machine_status): Likewise.
20166
20167 * config/arm/arm.c (arm_init_machine_status): Likewise.
20168
20169 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
20170 (alpha_need_linkage): Likewise.
20171 (alpha_use_linkage): Likewise.
20172
20173 * cgraph.c (cgraph_allocate_node): Likewise.
20174 (cgraph_create_edge_1): Likewise.
20175 (cgraph_create_indirect_edge): Likewise.
20176 (cgraph_add_asm_node): Likewise.
20177
20178 * cfgrtl.c (init_rtl_bb_info): Likewise.
20179
20180 * cfgloop.c (alloc_loop): Likewise.
20181 (rescan_loop_exit): Likewise.
20182
20183 * cfg.c (init_flow): Likewise.
20184 (alloc_block): Likewise.
20185 (unchecked_make_edge): Likewise.
20186
20187 * c-parser.c (c_parse_init): Likewise.
20188 (c_parse_file): Likewise.
20189
20190 * c-decl.c (bind): Likewise.
20191 (record_inline_static): Likewise.
20192 (push_scope): Likewise.
20193 (make_label): Likewise.
20194 (lookup_label_for_goto): Likewise.
20195 (finish_struct): Likewise.
20196 (finish_enum): Likewise.
20197 (c_push_function_context): Likewise.
20198
20199 * bitmap.c (bitmap_element_allocate): Likewise.
20200 (bitmap_gc_alloc_stat): Likewise.
20201
20202 * alias.c (record_alias_subset): Likewise.
20203 (init_alias_analysis): Likewise.
20204
20205 2010-06-08 Shujing Zhao <pearly.zhao@oracle.com>
20206
20207 * fold-const.c (fold_comparison): Remove redundant parenthesis.
20208 * tree-inline.c (expand_call_inline): Pass translated return value of
20209 cgraph_inline_failed_string to diagnostic function.
20210
20211 2010-06-08 Andrew Pinski <pinskia@gmail.com>
20212 Shujing Zhao <pearly.zhao@oracle.com>
20213
20214 PR c/37724
20215 * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
20216 implicit bad conversions is initialization.
20217 (error_init): Use gmsgid instead of msgid for argument name and change
20218 the call for error.
20219 (pedwarn_init): Use gmsgid instead of msgid for argument name and
20220 change the call for pedwarn.
20221 (warning_init): Use gmsgid instead of msgid for argument name and
20222 change the call for warning.
20223
20224 2010-06-07 Nathan Froyd <froydnj@codesourcery.com>
20225
20226 * config/mips/mips-protos.h (mips_print_operand): Delete.
20227 (mips_print_operand_address): Delete.
20228 * config/mips/mips.h (mips_print_operand_punct): Delete.
20229 (PRINT_OPERAND): Delete.
20230 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20231 (PRINT_OPERAND_ADDRESS): Delete.
20232 * config/mips/mips.c (mips_print_operand_punct): Make static.
20233 (mips_print_operand_address): Make static.
20234 (mips_print_operand): Make static. Call
20235 mips_print_operand_punct_valid_p.
20236 (mips_print_operand_punct_valid_p): New function.
20237 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
20238 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
20239
20240 2010-06-07 Jan Hubicka <jh@suse.cz>
20241
20242 PR middle-end/44454
20243 (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
20244 are allocated.
20245
20246 2010-06-07 Kaz Kojima <kkojima@gcc.gnu.org>
20247
20248 * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
20249 name of RECORD.
20250
20251 2010-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20252
20253 * doc/sourcebuild.texi (Effective-Target Keywords, Other
20254 attributes): Document gas.
20255
20256 2010-06-07 Uros Bizjak <ubizjak@gmail.com>
20257
20258 * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
20259 <TYPE_LEA>: Split instruction.
20260 <default>: Remove alternative 2 handling.
20261 (*addsi_1_zext) <TYPE_LEA>: Split instruction.
20262 (add lea splitter): Generate SImode lea for mode sizes <= SImode.
20263 (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
20264
20265 (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
20266 (ashift_zext lea splitter): Use DImode for multiplication.
20267
20268 * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
20269 to generate addition.
20270
20271 2010-06-07 Joseph Myers <joseph@codesourcery.com>
20272
20273 * common.opt (fira-verbose): Use Var.
20274 (fpcc-struct-return): Use Init instead of VarExists.
20275 * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
20276 toplev.c.
20277 * flags.h (flag_signed_char, flag_short_enums,
20278 flag_pcc_struct_return, flag_ira_verbose,
20279 flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
20280 * toplev.c (flag_detailed_statistics, flag_signed_char,
20281 flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
20282 (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
20283 * toplev.h (flag_crossjumping, flag_if_conversion,
20284 flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
20285 flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
20286 flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
20287 flag_cprop_registers, time_report, flag_ira_loop_pressure,
20288 flag_ira_coalesce, flag_ira_move_spills,
20289 flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
20290
20291 2010-06-07 Jan Hubicka <jh@suse.cz>
20292
20293 * df-core.c (df_analyze_problem): Do verification after allocation.
20294
20295 * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
20296 (df_lr_alloc): Initialize problem data; move bitmaps to
20297 lr_bitmaps obstack.
20298 (df_lr_finalize): Free problem data; do not bother to free bitmaps.
20299 (df_lr_verify_solution_start): Do not initialize problem data;
20300 allocate bitmaps in lr_bitmaps.
20301 (df_lr_verify_solution_end): Do not free problem data.
20302
20303 2010-06-07 Jan Hubicka <jh@suse.cz>
20304
20305 * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
20306 if caller is noreturn.
20307 * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
20308 * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
20309 * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
20310 * ipa-pure-const.c (check_decl): Add IPA parameter.
20311 (state_from_flags): New function.
20312 (better_state, worse_state): New functions.
20313 (check_call): When in IPA mode, do not care about callees.
20314 (check_load, check_store): Update.
20315 (check_ipa_load, check_ipa_store): New.
20316 (check_stmt): When in IPA mode, use IPA checkers.
20317 (analyze_function): Use state_from_flags.
20318 (propagate): Check indirect edges and references.
20319
20320 2010-06-07 Kazu Hirata <kazu@codesourcery.com>
20321
20322 PR rtl-optimization/44404
20323 * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
20324 of count_occurrences to see if it's safe to modify mem_insn.
20325
20326 2010-06-07 Richard Guenther <rguenther@suse.de>
20327
20328 * gimplify.c (gimplify_cleanup_point_expr): For empty body
20329 and EH-only cleanup drop the cleanup instead of inserting it
20330 unconditionally.
20331
20332 2010-06-07 Ira Rosen <irar@il.ibm.com>
20333
20334 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
20335 documentation.
20336 * targhooks.c (default_builtin_vectorization_cost): New function.
20337 * targhooks.h (default_builtin_vectorization_cost): Declare.
20338 * target.h (enum vect_cost_for_stmt): Define.
20339 (builtin_vectorization_cost): Change argument and comment.
20340 * tree-vectorizer.h: Remove cost model macros.
20341 * tree-vect-loop.c: Include target.h.
20342 (vect_get_cost): New function.
20343 (vect_estimate_min_profitable_iters): Replace cost model macros with
20344 calls to vect_get_cost.
20345 (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
20346 * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
20347 default implementation.
20348 * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
20349 calls to target hook builtin_vectorization_cost.
20350 (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
20351 Likewise.
20352 * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
20353 * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
20354 implementation to return costs.
20355 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
20356 * config/spu/spu.h: Remove vectorizer cost model macros.
20357 * config/i386/i386.h: Likewise.
20358 * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
20359 a call to target hook builtin_vectorization_cost.
20360
20361 2010-06-06 Sriraman Tallam <tmsriram@google.com>
20362
20363 PR target/44319
20364 * config/i386/i386.c (override_options): Turn zee pass on for level 2
20365 and above and defer till target is known.
20366 (optimization_options): Turn on zee pass if TARGET_64BIT is set and
20367 turn off otherwise.
20368
20369 2010-05-25 Jan Hubicka <jh@suse.cz>
20370
20371 * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
20372 (df_compact_blocks): Likewise.
20373 * df.h (struct df): Turn hardware_regs_used,
20374 regular_block_artificial_uses, eh_block_artificial_uses,
20375 insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
20376 bitmap_head.
20377 * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
20378 df_byte_lr_alloc, df_simulate_fixup_sets): Update.
20379 * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
20380 df_scan_blocks, df_insn_delete, df_insn_rescan,
20381 df_insn_rescan_debug_internal, df_insn_rescan_all,
20382 df_process_deferred_rescans, df_process_deferred_rescans,
20383 df_notes_rescan, df_get_call_refs, df_get_call_refs,
20384 regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
20385 df_record_entry_block_defs, df_record_exit_block_uses,
20386 df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
20387 df_scan_verify): Update.
20388
20389 2010-05-25 Dodji Seketeli <dodji@redhat.com>
20390
20391 PR c++/44188
20392 * c-common.c (is_typedef_decl): Move this definition ...
20393 * tree.c (is_typedef_decl): ... here.
20394 (typdef_variant_p): Move definition here from cp/tree.c.
20395 * c-common.h (is_typedef_decl): Move this declaration ...
20396 * tree.h (is_typedef_decl): ... here.
20397 (typedef_variant_p): Move declaration here from cp/cp-tree.h
20398 * dwarf2out.c (is_naming_typedef_decl): New function.
20399 (gen_tagged_type_die): Split out of ...
20400 (gen_type_die_with_usage): ... this function. When an anonymous
20401 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
20402 is emitted for the typedef.
20403 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
20404 anonymous tagged types.
20405
20406 2010-06-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
20407
20408 PR c/20000
20409 * c-decl.c (grokdeclarator): Delete warning.
20410
20411 2010-06-06 Eric Botcazou <ebotcazou@adacore.com>
20412
20413 * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
20414 newly built CALL_EXPR.
20415 * tree-profile.c (tree_profiling): Don't profile functions produced
20416 for built-in stuff.
20417
20418 2010-06-06 Segher Boessenkool <segher@kernel.crashing.org>
20419
20420 PR bootstrap/44427
20421 PR bootstrap/44428
20422 * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
20423 endianness-independent.
20424
20425 2010-06-05 Steven Bosscher <steven@gcc.gnu.org>
20426
20427 * c-common.c: Move to c-family/.
20428 * c-common.def: Likewise.
20429 * c-common.h: Likewise.
20430 * c-cppbuiltin.c: Likewise.
20431 * c-dump.c: Likewise.
20432 * c-format.c: Likewise.
20433 * c-format.h : Likewise.
20434 * c-gimplify.c: Likewise.
20435 * c-lex.c: Likewise.
20436 * c-omp.c: Likewise.
20437 * c.opt: Likewise.
20438 * c-opts.c: Likewise.
20439 * c-pch.c: Likewise.
20440 * c-ppoutput.c: Likewise.
20441 * c-pragma.c: Likewise.
20442 * c-pragma.h: Likewise.
20443 * c-pretty-print.c: Likewise.
20444 * c-pretty-print.h: Likewise.
20445 * c-semantics.c: Likewise.
20446 * stub-objc.c: Likewise.
20447
20448 * gengtype.c (get_file_langdir): Special-case files in c-family/.
20449 (get_output_file_with_visibility): Fix name for c-common.h.
20450 * c-config-lang.in: Update paths in gtfiles for files in c-family/.
20451
20452 * c-tree.h: Update include path for moved files.
20453 * c-lang.c: Likewise.
20454 * c-lang.h: Likewise.
20455 * c-parser.c: Likewise.
20456 * c-convert.c: Likewise.
20457 * c-decl.c: Likewise.
20458 * c-objc-common.c: Likewise.
20459 * configure.ac: Make sure c-family/ exists in the build directory.
20460 * configure: Regenerate.
20461 * Makefile.in: Update paths for moved files. Regroup files per
20462 location and update dependencies. Move generated_files down after
20463 ALL_GTFILES_H.
20464
20465 * config/spu/spu-c.c: Update paths for moved files.
20466 * config/mep/mep-pragma.c: Likewise.
20467 * config/darwin-c.c: Likewise.
20468 * config/i386/msformat-c.c: Likewise.
20469 * config/i386/i386-c.c: Likewise.
20470 * config/avr/avr-c.c: Likewise.
20471 * config/sol2-c.c: Likewise.
20472 * config/ia64/ia64-c.c: Likewise.
20473 * config/rs6000/rs6000-c.c: Likewise.
20474 * config/arm/arm.c: Likewise.
20475 * config/arm/arm-c.c: Likewise.
20476 * config/h8300/h8300.c: Likewise.
20477 * config/v850/v850-c.c: Likewise.
20478
20479 * config/t-darwin: Fix dependencies for moved files.
20480 * config/t-sol2: Fix dependencies for moved files.
20481 * config/mep/t-mep: Fix dependencies for moved files.
20482 * config/ia64/t-ia64: Fix dependencies for moved files.
20483 * config/rs6000/t-rs6000: Fix dependencies for moved files.
20484 * config/v850/t-v850: Fix dependencies for moved files.
20485 * config/v850/t-v850e: Fix dependencies for moved files.
20486
20487 * config/m32c/m32c-pragma.c
20488
20489 * po/exgettext: Look in c-family/ also.
20490
20491 2010-06-05 Eric Botcazou <ebotcazou@adacore.com>
20492
20493 * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
20494 (mark_control_dependent_edges_necessary): Call it instead of marking
20495 the last statement manually.
20496 (propagate_necessity): Likewise.
20497
20498 2010-06-05 Jan Hubicka <jh@suse.cz>
20499
20500 * basic-block.h (compute_dominance_frontiers): Updated.
20501 (compute_idf): Likewise.
20502
20503 * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
20504 for dominance frontiers.
20505 (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
20506 (insert_updated_phi_nodes_for): Likewise.
20507 (update_ssa): Likewise.
20508 * cfganal.c (compute_dominance_frontiers_1): Likewise.
20509 (compute_dominance_frontiers): Likewise.
20510 (compute_idf): Likewise.
20511 * df-problems.c (df_md_local_compute): Likewise.
20512
20513 2010-06-05 Anatoly Sokolov <aesok@post.ru>
20514
20515 * target.h (struct gcc_target): Add memory_move_cost field.
20516 * target-def.h (TARGET_MEMORY_MOVE_COST): New.
20517 (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
20518 * targhooks.c (default_memory_move_cost): New function.
20519 * targhooks.h (default_memory_move_cost): Declare function.
20520 * reload.h (memory_move_cost): Declare.
20521 (memory_move_secondary_cost): Change type of 'in' argument to bool.
20522 * reginfo.c (memory_move_cost): New function.
20523 (memory_move_secondary_cost): Change type of 'in' argument to bool.
20524 * ira.h (ira_memory_move_cost): Update comment.
20525 * ira.c (ira_memory_move_cost): Update comment.
20526 (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
20527 with memory_move_cost.
20528 * postreload.c (reload_cse_simplify_set): (Ditto.).
20529 * reload1.c (choose_reload_regs): (Ditto.).
20530 * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
20531 (MEMORY_MOVE_COST): Revise documentation.
20532
20533 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
20534 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
20535 * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
20536 type of 'in' argument to bool.
20537 (TARGET_MEMORY_MOVE_COST): Define.
20538
20539 2010-06-05 Jan Hubicka <jh@suse.cz>
20540
20541 * ipa-pure-const.c (propagate): Fix typo in handling of functions
20542 that cannot return. Be more careful when merging the results with
20543 previously known ones.
20544
20545 2010-06-05 Matthias Klose <doko@ubuntu.com>
20546
20547 * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
20548 function to add the -iplugindir option.
20549 (find_plugindir_spec_function): Add new declaration and function.
20550 (static_spec_func): Use it for "find-plugindir".
20551
20552 2010-06-05 Jakub Jelinek <jakub@redhat.com>
20553
20554 PR c++/44361
20555 * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
20556 * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
20557 statement expression.
20558
20559 2010-06-05 Jan Hubicka <jh@suse.cz>
20560
20561 * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
20562 (df_rd_problem_data): Convert sparse_invalidated_by_call,
20563 dense_invalidated_by_call to bitmap head.
20564 (df_rd_alloc, df_rd_bb_local_compute_process_def,
20565 df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
20566 df_rd_start_dump, df_lr_verify_transfer_functions,
20567 df_live_verify_transfer_functions, df_chain_create_bb,
20568 df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
20569 df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
20570 df_simulate_one_insn_forwards, df_md_alloc,
20571 df_md_bb_local_compute_process_def,
20572 df_md_bb_local_compute_process_def, df_md_local_compute,
20573 df_md_transfer_function df_md_free): Update.
20574
20575 2010-06-05 Joseph Myers <joseph@codesourcery.com>
20576
20577 PR c/44322
20578 * c-typeck.c (build_unary_op): Merge qualifiers into pointer
20579 target type for ADDR_EXPR; require no changes to qualifiers except
20580 for function types.
20581 * c-tree.h (c_build_type_variant): Remove.
20582
20583 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
20584
20585 * genautomata.c (get_excl_set): Do work per element, not per char.
20586 (check_presence_pattern_sets): Similar.
20587 (check_absence_pattern_sets): Similar.
20588
20589 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
20590
20591 * genautomata.c (curr_state_pass_num): Delete.
20592 (min_issue_delay_pass_states): Delete.
20593 (min_issue_delay): Delete.
20594 (initiate_min_issue_delay_pass_states): Delete.
20595 (output_min_issue_delay_table): Compute min_issue_delay_vect
20596 using a breadth-first search variant.
20597 (output_tables): Don't call initiate_min_issue_delay_pass_states.
20598
20599 2010-06-04 H.J. Lu <hongjiu.lu@intel.com>
20600
20601 PR boostrap/44421
20602 * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
20603 (df_byte_lr_bb_local_compute): Likewise.
20604
20605 2010-06-03 Jason Merrill <jason@redhat.com>
20606
20607 Implement noexcept operator (5.3.7)
20608 * c-common.c (c_common_reswords): Add noexcept.
20609 * c-common.h (enum rid): Add RID_NOEXCEPT.
20610
20611 2010-06-04 Joseph Myers <joseph@codesourcery.com>
20612
20613 * config/darwin-driver.c (darwin_default_min_version): Use
20614 GCC-specific formats in diagnostics.
20615 * cppspec.c (lang_specific_driver): Use GCC-specific formats in
20616 diagnostics.
20617 * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
20618 execute, process_command, end_going_arg, do_self_spec, do_spec_1,
20619 eval_spec_function, handle_braces, process_brace_body, main,
20620 perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
20621 getenv_spec_function, compare_version_strings,
20622 version_compare_spec_function): Use GCC-specific formats in
20623 diagnostics.
20624
20625 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
20626
20627 * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
20628 that operand 0 and operand 1 are equal.
20629 (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
20630 (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
20631 and operand 1 are equal.
20632 <default>: Ditto. Remove ??? comment.
20633 (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
20634 and operand 1 are equal.
20635 <default>: Ditto. Remove ??? comment.
20636 (*adddi_4) <default>: Remove assert that operand 0 and operand 1
20637 are equal.
20638 (*add<mode>_4) <default>: Ditto.
20639 (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
20640
20641 2010-06-04 Nathan Froyd <froydnj@codesourcery.com>
20642
20643 * config/i386/i386-protos.h (ix86_print_operand): Declare.
20644 * config/i386/i386.c (ix86_print_operand): Make non-static.
20645 * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
20646 * output.h (output_operand): Declare.
20647 * final.c (output_operand): Make non-static.
20648
20649 2010-06-04 Alexandre Oliva <aoliva@redhat.com>
20650
20651 PR rtl-optimization/44013
20652 * sched-deps.c (add_dependence_list_and_free): Don't free lists
20653 when processing debug insns.
20654
20655 PR debug/41371
20656 * var-tracking.c (find_loc_in_1pdv): Mark initial value before
20657 recursing. Check that recursion is bounded. Rename inner var
20658 to avoid hiding incoming argument.
20659
20660 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
20661
20662 * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
20663 operands[2] == 255.
20664 (*addqi_3): Ditto.
20665 (*addqi_4): Ditto.
20666 (*addqi_5): Ditto.
20667 (*addqi_ext_1_rex64): Ditto.
20668 (*addqi_ext_1): Ditto.
20669
20670 (*addqi_4): Check for incdec_operand in QImode.
20671
20672 (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
20673 using SWI mode iterator.
20674 (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
20675 (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
20676 mode iterator.
20677 (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
20678 using SWI mode iterator.
20679
20680 2010-06-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
20681
20682 PR c/25880
20683 * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
20684 * c-format.c (gcc_diag_flag_specs): Add hash.
20685 (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
20686 (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
20687 * c-pretty-print.c (pp_c_cv_qualifier): Rename as
20688 pp_c_cv_qualifiers. Handle qualifiers spelling here.
20689 (pp_c_type_qualifier_list): Call the function above.
20690 * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
20691 * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
20692 (WARN_FOR_QUALIFIERS): New macro.
20693 (convert_for_assignment): Use it.
20694
20695 2010-06-04 Kai Tietz <kai.tietz@onevision.com>
20696
20697 * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
20698
20699 2010-06-04 Jan Hubicka <jh@suse.cz>
20700
20701 * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
20702 df_byte_lr_bb_info): Embedd bitmap_head into the structure.
20703 (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
20704 DF_BYTE_LR_OUT): Update for embedded bitmaps.
20705 * fwprop.c (single_def_use_enter_block): Likewise.
20706 * ddg.c (create_ddg_dep_from_intra_loop_link,
20707 add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
20708 * loop-iv.c (latch_dominating_def): Likewise.
20709 * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
20710 df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
20711 df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
20712 df_rd_transfer_function, df_rd_top_dump,
20713 df_rd_bottom_dump): Update.
20714 (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
20715 df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
20716 df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
20717 df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
20718 df_lr_verify_solution_start, df_lr_verify_solution_end,
20719 df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
20720 df_live_free_bb_info, df_live_alloc, df_live_reset,
20721 df_live_bb_local_compute, df_live_init, df_live_transfer_function,
20722 df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
20723 df_live_verify_solution_start, df_live_verify_solution_end,
20724 df_live_verify_transfer_functions, df_chain_create_bb,
20725 df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
20726 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
20727 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
20728 df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
20729 df_byte_lr_confluence_0, df_byte_lr_confluence_n,
20730 df_byte_lr_transfer_function, df_byte_lr_top_dump,
20731 df_byte_lr_bottom_dump, df_create_unused_note,
20732 df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
20733 df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
20734 df_md_transfer_function, df_md_init, df_md_confluence_0,
20735 df_md_confluence_n,
20736 df_md_top_dump, df_md_bottom_dump): Update.
20737 (struct df_lr_problem_data): Embedd bitmap headers.
20738
20739 2010-06-04 Jan Hubicka <jh@suse.cz>
20740
20741 * dce.c (dce_process_block): Do not re-scan already marked
20742 instructions.
20743
20744 2010-06-04 Bernd Schmidt <bernds@codesourcery.com>
20745
20746 PR rtl-optimization/39871
20747 PR rtl-optimization/40615
20748 PR rtl-optimization/42500
20749 PR rtl-optimization/42502
20750 * ira.c (init_reg_equiv_memory_loc: New function.
20751 (ira): Call it twice.
20752 * reload.h (calculate_elim_costs_all_insns): Declare.
20753 * ira-costs.c: Include "reload.h".
20754 (regno_equiv_gains): New static variable.
20755 (init_costs): Allocate it.
20756 (finish_costs): Free it.
20757 (ira_costs): Call calculate_elim_costs_all_insns.
20758 (find_costs_and_classes): Take estimated elimination costs
20759 into account.
20760 (ira_adjust_equiv_reg_cost): New function.
20761 * ira.h (ira_adjust_equiv_reg_cost): Declare it.
20762 * reload1.c (init_eliminable_invariants, free_reg_equiv,
20763 elimination_costs_in_insn, note_reg_elim_costly): New static functions.
20764 (elim_bb): New static variable.
20765 (reload): Move code out of here into init_eliminable_invariants and
20766 free_reg_equiv. Call them.
20767 (calculate_elim_costs_all_insns): New function.
20768 (eliminate_regs_1): Declare. Add extra arg FOR_COSTS;
20769 all callers changed. If FOR_COSTS is true, don't call alter_reg,
20770 but call note_reg_elim_costly if we turned a valid memory address
20771 into an invalid one.
20772 * Makefile.in (ira-costs.o): Depend on reload.h.
20773
20774 2010-06-04 Julian Brown <julian@codesourcery.com>
20775
20776 * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
20777 for pool ranges.
20778
20779 2010-06-04 Richard Guenther <rguenther@suse.de>
20780
20781 PR lto/41584
20782 * cgraph.h (struct varpool_node): Add lto_file_data field.
20783 * lto-cgraph.c (input_varpool_node): Initialize it.
20784
20785 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
20786
20787 * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
20788 * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
20789 predicate in "type" attribute calculation.
20790 (*addsi_1_zext): Ditto.
20791 (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
20792 (*addsi_2_zext): Ditto.
20793 (*add<mode>_3): Ditto.
20794 (*addsi_3_zext): Ditto.
20795 (*add<mode>_5): Ditto.
20796
20797 2010-06-03 Jan Hubicka <jh@suse.cz>
20798
20799 * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
20800 of bitmap_bit_p.
20801 * cfganal.c (compute_dominance_frontiers_1): Likewise.
20802
20803 2010-06-03 Jan Hubicka <jh@suse.cz>
20804
20805 * df-problems.c (df_create_unused_note, df_note_bb_compute):
20806 micro-optimize the checks when to add new note.
20807
20808 2010-06-03 Nathan Froyd <froydnj@codesourcery.com>
20809
20810 * final.c (output_asm_insn): Call
20811 targetm.asm_out.print_operand_punct_valid_p. Update comments.
20812 (output_operand): Call targetm.asm_out.print_operand. Update comments.
20813 (output_address): Call targetm.asm_out.print_operand_address.
20814 Update comments.
20815 * target.h (struct gcc_target): Add print_operand,
20816 print_operand_address, and print_operand_punct_valid_p fields.
20817 * targhooks.h (default_print_operand): Declare.
20818 (default_print_operand_address): Declare.
20819 (default_print_operand_punct_valid_p): Declare.
20820 * targhooks.c (default_print_operand): Define.
20821 (default_print_operand_address): Define.
20822 (default_print_operand_punct_valid_p): Define.
20823 * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
20824 (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
20825 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
20826 (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
20827 TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
20828 * vmsdbgout.c (addr_const_to_string): Update comment.
20829 * config/i386/i386.c (print_operand): Rename to...
20830 (ix86_print_operand): ...this. Make static.
20831 (print_operand_address): Rename to...
20832 (ix86_print_operand_address): ...this. Make static. Call
20833 ix86_print_operand instead of PRINT_OPERAND.
20834 (ix86_print_operand_punct_valid_p): New function.
20835 (TARGET_PRINT_OPERAND): Define.
20836 (TARGET_PRINT_OPERAND_ADDRESS): Define.
20837 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
20838 * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
20839 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20840 (PRINT_OPERAND): Delete.
20841 (PRINT_OPERAND_ADDRESS): Delete.
20842 * config/i386/i386-protos.h (print_operand): Delete prototype.
20843 (print_operand_address): Delete prototype.
20844
20845 2010-06-03 Richard Guenther <rguenther@suse.de>
20846
20847 PR tree-optimization/44403
20848 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
20849 Preserve pointer qualifiers.
20850 (vect_create_data_ref_ptr): Likewise.
20851
20852 2010-06-03 H.J. Lu <hongjiu.lu@intel.com>
20853
20854 PR c++/44294
20855 * defaults.h (MAX_FIXED_MODE_SIZE): New.
20856
20857 * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
20858
20859 2010-06-03 Jakub Jelinek <jakub@redhat.com>
20860
20861 PR debug/44375
20862 * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
20863 return false if merging the bbs would lead to goto_locus
20864 location being lost from the IL.
20865
20866 2010-06-03 Jan Hubicka <jh@suse.cz>
20867 Jakub Jelinek <jakub@redhat.com>
20868
20869 * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
20870 set->regs[i] is NULL or has just one entry.
20871
20872 2010-06-03 Jan Hubicka <jh@suse.cz>
20873
20874 * lto-cgraph.c (lto_varpool_encoder_size): Remove.
20875 * lto-streamer.h (lto_varpool_encoder_size): New inline function.
20876
20877 2010-06-03 Paul Brook <paul@codesourcery.com>
20878
20879 * config/arm/arm.c (FL_TUNE): Define.
20880 (arm_default_cpu, arm_cpu_select): Remove.
20881 (all_cores): Populate core field.
20882 (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
20883 (arm_find_cpu): New function.
20884 (arm_handle_option): Lookup cpu/architecture names.
20885 (arm_override_options): Cleanup mcpu/march/mtune handling.
20886 (arm_file_start): Ditto.
20887
20888 2010-06-03 Alan Modra <amodra@gmail.com>
20889
20890 PR target/44169
20891 * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
20892 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
20893 rtx to gen_load_toc_v4_PIC_1b. Tidy.
20894 (rs6000_emit_load_toc_table): Likewise.
20895
20896 2010-06-02 Jan Hubicka <jh@suse.cz>
20897
20898 * passes.c (init_optimization_passes): Put ipa reference
20899 after ipa pure-const.
20900
20901 2010-06-02 Jan Hubicka <jh@suse.cz>
20902
20903 * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
20904 calls_read_all and calls_write_all.
20905 (get_reference_optimization_summary): Fix formatting.
20906 (is_proper_for_analysis): Check that decl is not readonly.
20907 (propagate_bits): Check CONST/PURE/noreturn flags.
20908 (ipa_init): Move all_module_statics to optimization_summary_obstack.
20909 (analyze_function): Ignore indirect edges.
20910 (copy_global_bitmap): For all module statics, do nothing.
20911 (generate_summary): Do not print calls_read_all/calls_write_all.
20912 (read_write_all_from_decl): Take node as argument; check
20913 cgraph_node_cannot_return.
20914 (propagate): Reorganize read_all/write_all computation;
20915 check indirect edges; check ecf flags; use all_module_statics
20916 in the results; do not free all_module_statics.
20917 (stream_out_bitmap): Handle all_module_statics.
20918 (ipa_reference_write_optimization_summary): Likewise; use
20919 varpool/cgraph encoders to get boundaries.
20920 (ipa_reference_read_optimization_summary): Read in all_module_statics;
20921 use it when possible.
20922
20923 2010-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
20924
20925 PR target/44218
20926 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
20927 -mswdiv option. Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
20928
20929 * doc/extend.texi (powerpc builtins): Document vec_recip,
20930 vec_rsqrt, vec_rsqrte altivec/vsx builtins.
20931
20932 * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
20933 (rs6000_emit_swrsqrt): Ditto.
20934 (rs6000_emit_swdivsf): Delete.
20935 (rs6000_emit_swdivdf): Ditto.
20936 (rs6000_emit_swrsqrtsf): Ditto.
20937
20938 * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
20939 describe the reciprocal estimate support for each type.
20940 (recip_options): Map -mrecip=<opt> into option bits.
20941 (gen_2arg_fn_t): New typedef for binary rtx gen function.
20942 (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
20943 reciprocal estimate instructions.
20944 (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
20945 debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
20946 Set up rs6000_recip_bits based on the -mrecip* options. Print the
20947 cost information if -mdebug=cost or -mdebug=reg.
20948 (rs6000_override_options): Set -mrecip-precision for power6, and
20949 power7 machines. If -mvsx or -mdfp, enable various options that
20950 came in previous instruction set ISAs, unless the option was
20951 explicitly disabled by the command line option. Parse
20952 -mrecip=<opt> options.
20953 (rs6000_builtin_vectorized_function): Add support for vectorizing
20954 the reciprocal estimate builtins and expansions.
20955 (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
20956 (bdesc_2arg): Add reciprocal estimate builtins.
20957 (bdesc_1arg): Add reciprocal square root estimate builtins.
20958 (rs6000_expand_builtin): Rewrite to use a switch statement,
20959 instead of multiple if/then/elses. Add reciprocal estimate builtins.
20960 (rs6000_init_builtins): Create declarations for reciprocal
20961 estimate builtins.
20962 (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
20963 sized, prefer traditional floating point registers, if integer
20964 vector types, prefer altivec registers. Don't actually look at
20965 the memory address any more.
20966 (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
20967 builtins.
20968 (rs6000_load_constant_and_splat): New helper function to load up
20969 the constant for reciprocal estimate instructions.
20970 (rs6000_emit_madd): New helper function for generating
20971 multiply/add type instructions, based on the current switches.
20972 (rs6000_emit_msub): Ditto.
20973 (rs6000_emit_mnsub): Ditto.
20974 (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
20975 replace a divide with a reciprocal estimate and fixup, adding
20976 support for machines with high precision and vectors.
20977 (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
20978 low precision machines.
20979 (rs6000_emit_swdiv): New common function to be called to replace a
20980 division with reciprocal estimate and fixup.
20981 (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf. Add support
20982 for double and vector types. Add support for high precision machines.
20983
20984 * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
20985 the reciprocal estimate instructions can be generated.
20986 (TARGET_FRE): Ditto.
20987 (TARGET_FRSQRTES): Ditto.
20988 (TARGET_FRSQRTE): Ditto.
20989 (RS6000_RECIP_*): New macros for reciprocal estimate support.
20990
20991 * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
20992 square root estimate on vectors.
20993 (re<mode>2): New insn for reciprocal division estimate on vectors.
20994
20995 * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
20996 New builtin.
20997 (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
20998 (ALTIVEC_BUITLIN_VEC_RE): Ditto.
20999 (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
21000 (VSX_BUILTIN_RSQRT_V4SF): Ditto.
21001 (VSX_BUITLIN_RSQRT_V2DF): Ditto.
21002 (RS6000_BUILTIN_RSQRT): Ditto.
21003 (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
21004 floating point builtin.
21005
21006 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
21007 macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
21008 __RECIP_PRECISION__ based on the command line switches.
21009 (altivec_overloaded_builtins): Add reciprocal estimate builtins.
21010
21011 * config/rs6000/rs6000.opt (-mrecip): Document add support for
21012 replacing division instructions with reciprocal estimate and fixup.
21013 (-mrecip=<opt>): New option.
21014 (-mrecip-precision): Ditto.
21015
21016 * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
21017 (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
21018 (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
21019 precision scalar.
21020
21021 * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
21022 (UNSPEC_VREFP): Ditto.
21023 (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
21024 conterparts with regard to support of -mno-fused-madd and -ffast-math.
21025 (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
21026 reciprocal estimate instructions to be generated.
21027 (altivec_vrefp): Ditto.
21028
21029 * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
21030 estimate support.
21031 (rreg): New mode attribute for reciprocal estimate support.
21032 (recip<mode>3): New insn for division using reciprocal estimate
21033 and fixup builtins.
21034 (divide define_split): New define_split to convert floating point
21035 division to use reciprocal estimate if the user used the
21036 appropriate options and the split is run when we can add new
21037 pseudo registers for the fixup.
21038 (rsqrt<mode>2): New insn for reciprocal square root support.
21039 (recipsf3): Move into recip<mode>3.
21040 (recipdf3): Ditto.
21041 (fres): Use TARGET_FRES.
21042 (rsqrtsf2): Move into rsqrt<mode>2.
21043 (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
21044 (copysignsf3): Add support for VSX.
21045 (fred): Use TARGET_FRE.
21046 (fred_fpr): Ditto.
21047 (rsqrtdf_internal1): New function for frsqrte instruciton.
21048
21049 * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
21050 (vec_rsqrt): Ditto.
21051
21052 2010-06-03 Richard Guenther <rguenther@suse.de>
21053
21054 PR middle-end/44291
21055 * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
21056 (set_user_assembler_libfunc): Likewise.
21057
21058 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
21059
21060 * mkconfig.sh: Include insn-flags.h and insn-constants.h before
21061 defaults.h.
21062 * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
21063 to defaults.h
21064 * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
21065 DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
21066 FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
21067 STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
21068 STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
21069 STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
21070 STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
21071 STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
21072 * defaults.h: Updated for above mentioned changes.
21073
21074 2010-06-02 Kai Tietz <kai.tietz@onevision.com>
21075
21076 * c-common.c: Remove header include of tm_p.h.
21077 * Makefile.in (c-common.o): Remove TM_P_H dependency.
21078
21079 2010-06-02 Jakub Jelinek <jakub@redhat.com>
21080
21081 * tree.h (struct tree_decl_map): New type.
21082 (tree_decl_map_eq, tree_decl_map_marked_p): Define.
21083 (tree_decl_map_hash): New prototype.
21084 (debug_expr_for_decl, value_expr_for_decl): Change into
21085 tree_decl_map hashtab from tree_map.
21086 (init_ttree): Adjust initialization.
21087 (tree_decl_map_hash): New function.
21088 (decl_debug_expr_lookup, decl_debug_expr_insert,
21089 decl_value_expr_lookup, decl_value_expr_insert): Adjust.
21090
21091 2010-06-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21092
21093 * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
21094 linker emulations.
21095 * configure: Regenerate.
21096 * config.in: Regenerate.
21097
21098 * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
21099 (X86_64_EMULATION): Define.
21100 (TARGET_LD_EMULATION): Use them.
21101
21102 * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
21103 (SPARC64_EMULATION): Define.
21104 (LINK_ARCH_SPEC): Use them.
21105
21106 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
21107
21108 * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
21109 smallest_mode_for_size for computing the precision types of new
21110 graphite IVs. Do not call lang_hooks.types.type_for_size.
21111
21112 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
21113
21114 * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
21115 information.
21116 (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
21117
21118 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
21119
21120 PR middle-end/44363
21121 * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
21122 return false instead.
21123
21124 2010-06-02 Jan Hubicka <jh@suse.cz>
21125
21126 PR middle-end/44295
21127 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
21128 create new cgraph node to check callee.
21129
21130 2010-06-02 Richard Guenther <rguenther@suse.de>
21131
21132 * lto-streamer-in.c (input_gimple_stmt): Fix typo.
21133
21134 2010-06-02 Richard Guenther <rguenther@suse.de>
21135
21136 * lto-wrapper.c (lto_wrapper_exit): Rename to ...
21137 (lto_wrapper_cleanup): ... this. Do not exit.
21138 (fatal): Adjust. Exit here.
21139 (fatal_perror): Likewise.
21140 (fatal_signal): New function.
21141 (main): Set up signal handlers to cleanup temporary files.
21142 * Makefile.in (lto-wrapper.o): Adjust dependencies.
21143
21144 2010-06-02 Richard Guenther <rguenther@suse.de>
21145
21146 PR tree-optimization/44377
21147 * tree-ssa-structalias.c (find_func_aliases): Fix typo.
21148
21149 2010-06-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21150
21151 * config/s390/2097.md (z10_fhex): Remove insn reservation.
21152 * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
21153 (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
21154 *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
21155 instruction.
21156 * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
21157
21158 2010-06-02 Jan Hubicka <jh@suse.cz>
21159
21160 * bitmap.c (bitmap_descriptor): Add search_iter.
21161 (bitmap_find_bit): Increment it.
21162 (print_statistics): Print it.
21163
21164 2010-06-02 Nathan Froyd <froydnj@codesourcery.com>
21165
21166 * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
21167 instead of gimple_build_call_vec. Delete unnecessary local variable.
21168
21169 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
21170
21171 * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
21172 change from yesterday.
21173
21174 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
21175
21176 * c-ada-spec.c: Clean up redundant includes.
21177
21178 2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
21179
21180 * gimplify.c: Do not include except.h and optabs.h.
21181 (gimplify_body): Do not initialize RTL profiling.
21182 * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
21183 langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
21184 * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
21185 output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
21186 langhooks.h.
21187
21188 * tree-pretty-print.h: Include pretty-print.h.
21189 * gimple-pretty-print.h: Include pretty-print.h.
21190
21191 * tree-pretty-print.c: Do not include diagnostic.h.
21192 * tree-vrp.c: Likewise.
21193 * tree-tailcall.c: Likewise
21194 * tree-scalar-evolution.c: Likewise
21195 * tree-ssa-dse.c: Likewise
21196 * tree-chrec.c: Likewise
21197 * tree-ssa-sccvn.c: Likewise
21198 * tree-ssa-copyrename.c: Likewise
21199 * tree-nomudflap.c: Likewise
21200 * tree-call-cdce.c: Likewise
21201 * tree-stdarg.c: Likewise
21202 * tree-ssa-math-opts.c: Likewise
21203 * tree-nrv.c: Likewise
21204 * tree-ssa-sink.c: Likewise
21205 * tree-browser.c: Likewise
21206 * tree-ssa-loop-ivcanon.c: Likewise
21207 * tree-ssa-loop.c: Likewise
21208 * tree-parloops.c: Likewise
21209 * tree-ssa-address.c: Likewise
21210 * tree-ssa-ifcombine.c: Likewise
21211 * tree-if-conv.c: Likewise
21212 * tree-data-ref.c: Likewise
21213 * tree-affine.c: Likewise
21214 * tree-ssa-phiopt.c: Likewise
21215 * tree-ssa-coalesce.c: Likewise
21216 * tree-ssa-pre.c: Likewise
21217 * tree-ssa-live.c: Likewise
21218 * tree-predcom.c: Likewise
21219 * tree-ssa-forwprop.c: Likewise
21220 * tree-ssa-dce.c: Likewise
21221 * tree-ssa-ter.c: Likewise
21222 * tree-ssa-loop-prefetch.c: Likewise
21223 * tree-optimize.c: Likewise
21224 * tree-ssa-phiprop.c: Likewise
21225 * tree-object-size.c: Likewise
21226 * tree-outof-ssa.c: Likewise
21227 * tree-ssa-structalias.c: Likewise
21228 * tree-switch-conversion.c: Likewise
21229 * tree-ssa-reassoc.c: Likewise
21230 * tree-ssa-operands.c: Likewise
21231 * tree-vectorizer.c: Likewise
21232 * tree-vect-data-refs.c: Likewise
21233 * tree-vect-generic.c: Likewise
21234 * tree-vect-stmts.c: Likewise
21235 * tree-vect-patterns.c: Likewise
21236 * tree-vect-slp.c: Likewise
21237 * tree-vect-loop.c: Likewise
21238 * tree-ssa-loop-ivopts.c: Likewise
21239 * tree-ssa-loop-im.c: Likewise
21240 * tree-ssa-loop-niter.c: Likewise
21241 * tree-ssa-loop-unswitch.c: Likewise
21242 * tree-ssa-loop-manip.c: Likewise
21243 * tree-ssa-loop-ch.c: Likewise
21244 * tree-dump.c: Likewise
21245 * tree-complex.c: Likewise
21246
21247 * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
21248 * tree-ssa-uninit.c: Likewise
21249 * tree-ssa-threadupdate.c: Likewise
21250 * tree-ssa-uncprop.c: Likewise
21251 * tree-ssa-ccp.c: Likewise
21252 * tree-ssa-dom.c: Likewise
21253 * tree-ssa-propagate.c: Likewise
21254 * tree-ssa-alias.c: Likewise
21255 * tree-dfa.c: Likewise
21256 * tree-cfgcleanup.c: Likewise
21257 * tree-sra.c: Likewise
21258 * tree-ssa-copy.c: Likewise
21259 * tree-ssa.c: Likewise
21260 * tree-profile.c: Likewise
21261 * tree-cfg.c: Likewise
21262 * tree-ssa-threadedge.c: Likewise
21263 * tree-vect-loop-manip.c: Likewise
21264
21265 * tree-inline.c: Do not include diagnostic.h and expr.h.
21266 Include rtl.h.
21267 (copy_decl_for_dup_finish): Do not use NULL_RTX.
21268
21269 * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
21270 * tree-loop-distribution.c: Likewise.
21271
21272 2010-06-01 Jan Hubicka <jh@suse.cz>
21273
21274 * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
21275
21276 2010-06-01 Jan Hubicka <jh@suse.cz>
21277
21278 * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
21279 remove return value.
21280 (split_bbs_on_noreturn_calls) .... here.
21281 * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
21282 * tree-flow.h (fixup_noreturn_call): New.
21283
21284 2010-06-01 Jan Hubicka <jh@suse.cz>
21285
21286 * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
21287
21288 2010-06-01 Nathan Froyd <froydnj@codesourcery.com>
21289
21290 * tree.h (build_nt_call_list): Delete.
21291 * tree.c (build_nt_call_list): Delete.
21292
21293 2010-06-01 Jan Hubicka <jh@suse.cz>
21294
21295 * fwprop.c: Make emit-rtl.h include last.
21296 * rtlanal.c: Include emit-rtl.h.
21297 * genautomata.c: Output emit-rtl include into insn-automata.c
21298 * df-scan.c: Include emit-rtl.h.
21299 * haifa-sched.c: Indlude emit-rtl.h.
21300 * mode-switching.c: Indlude emit-rtl.h.
21301 * graph.c: Indlude emit-rtl.h.
21302 * sel-sched.c: Include emit-rtl.h.
21303 * sel-sched-ir.c: Include emit-rtl.h.
21304 * ira-build.c: Include emit-rtl.h.
21305 * emit-rtl.c (first_insn, last_insn): Remove defines.
21306 (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
21307 Move to emit-rtl.h.
21308 (set_new_first_and_last_insn, get_last_insn_anywhere,
21309 get_first_nonnote_insn, get_last_nonnote_insn, try_split,
21310 make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
21311 delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
21312 emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
21313 push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
21314 Use accessor functions.
21315 * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
21316 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
21317 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
21318 mem_expr_equal_p): Move here from rtl.h.
21319 (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
21320 Move here from emit-rtl.c; make inline.
21321 * cfglayout.h: Include emit-rtl.h.
21322 * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
21323 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
21324 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
21325 mem_expr_equal_p, get_insns, set_first-insn,
21326 get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
21327 * reg-stack.c: Include emit-rtl.h.
21328 * dce.c: Likewise.
21329
21330 2010-06-01 Jan Hubicka <jh@suse.cz>
21331
21332 * cgraph.h (tree_function_versioning): Update prototype.
21333 (cgraph_function_versioning): Update prototype.
21334 * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
21335 bitmap.
21336 (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
21337 (cgraph_materialize_clone, save_inline_function_body): Update use of
21338 tree_function_versioning.
21339 * tree-inline.c (copy_bb): Look for previous copied block to link
21340 after; fix debug output.
21341 (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
21342 (copy_body): Likewise.
21343 (expand_call_inline): Update use of copy_body.
21344 (tree_function_versioning): Update use of copy body; accept
21345 blocks_to_copy and new_entry.
21346
21347 2010-06-01 Jan Hubicka <jh@suse.cz>
21348
21349 * gegenrtl.c: Remove unnecesary prototypes.
21350 (gendecl): Remove.
21351 (gendef): Produce static inline.
21352 (gencode): Remove.
21353 (main): Do not decode parameters; generate header only.
21354 * Makefile.in (genrtl.c): Remove.
21355
21356 2010-06-01 Jan Hubicka <jh@suse.cz>
21357
21358 * tree-switch-conversion.c (build_one_array): Make it readonly.
21359
21360 2010-06-01 Richard Guenther <rguenther@suse.de>
21361
21362 * optabs.c (init_optabs): Guard all accesses to reinit.
21363 * ipa-pure-const.c (propagate): Fix another typo.
21364 * opts.c (common_handle_option): Split assignment to bool.
21365 * c-opts.c (c_common_handle_option): Likewise.
21366
21367 2010-06-01 Arnaud Charlet <charlet@adacore.com>
21368 Matthew Gingell <gingell@adacore.com>
21369
21370 * doc/invoke.texi: Mention -fdump-ada-spec.
21371 * tree-dump.c (dump_files): Add ada-spec.
21372 (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
21373 * tree-pass.h (tree_dump_index): Add TDI_ada.
21374 * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
21375 (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
21376 (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
21377 * c-decl.c: Include c-ada-spec.h.
21378 (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
21379 functions.
21380 (c_write_global_declarations): Add handling of -fdump-ada-spec.
21381 * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
21382 * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
21383 * c-ada-spec.h, c-ada-spec.c: New files.
21384
21385 2010-06-01 Richard Guenther <rguenther@suse.de>
21386
21387 PR lto/43853
21388 * ipa-pure-const.c (get_function_state): Hand back varying state
21389 if we do not have one.
21390 (has_function_state): New function.
21391 (duplicate_node_data): Adjust.
21392 (remove_node_data): Likewise.
21393 (pure_const_write_summary): Likewise.
21394 (propagate): Likewise. Fix typo.
21395
21396 2010-06-01 Jan Hubicka <jh@suse.cz>
21397
21398 * tree-cfg.c (verify_stmt): Do not skip could_throw test.
21399 * passes.c (execute_function_todo): Do not make implicit verify_ssa.
21400 (execute_all_ipa_transforms): Do not play with the states.
21401
21402 2010-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
21403
21404 * config/arm/t-linux-androideabi: New.
21405 * config.gcc (arm*-*-linux-androideabi): Include multilib config.
21406
21407 2010-06-01 Jan Hubicka <jh@suse.cz>
21408
21409 * tree-inline.c (estimate_num_insns): For stdarg functions look
21410 into call statement to count cost of argument passing.
21411
21412 2010-06-01 Kai Tietz <kai.tietz@onevision.com>
21413
21414 * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
21415 argument for fprintf.
21416 (ix86_output_addr_diff_elt): Likewise.
21417 (x86_function_profiler): Likewise.
21418 * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
21419 (LPREFIX): Likewise.
21420 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
21421
21422 2010-05-31 Jakub Jelinek <jakub@redhat.com>
21423
21424 PR target/44338
21425 * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
21426 fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
21427 fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
21428 fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
21429 fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
21430 fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
21431 fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
21432 Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
21433 TARGET_FUSED_MADD.
21434
21435 2010-05-31 Jan Hubicka <jh@suse.cz>
21436
21437 * tree.h (tree_range_check_failed): Declare noreturn.
21438
21439 2010-05-31 Jan Hubicka <jh@suse.cz>
21440
21441 * gimple.c (gimple_call_builtin_p): New function.
21442 * gimple.h (gimple_call_builtin_p): Declare.
21443 * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
21444 to exit.
21445 (execute_warn_function_return): BUILT_IN_RETURN is return.
21446 (split_critical_edges): Return edges are not critical.
21447 (is_ctrl_altering_stmt): Builtin_in_return is altering.
21448 (gimple_verify_flow_info): Handle built_in_return.
21449 (execute_warn_function_return): Handle built_in_return.
21450 * ipa-pure-const.c (check_call): Ignore builtin_return.
21451
21452 2010-05-31 Jakub Jelinek <jakub@redhat.com>
21453
21454 PR middle-end/44337
21455 * expr.c (expand_assignment): Don't store anything for out-of-bounds
21456 array accesses with non-MEM.
21457
21458 PR tree-optimization/44182
21459 * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
21460 newly needs to end a bb is followed by debug stmts, instead return
21461 true from the function at the end.
21462 (maybe_move_debug_stmts_to_successors): New function.
21463 (copy_cfg_body): Call it if copy_edges_for_bb returned true.
21464
21465 2010-05-31 Kai Tietz <kai.tietz@onevision.com>
21466
21467 PR target/44161
21468 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
21469
21470 2010-05-31 Eric Botcazou <ebotcazou@adacore.com>
21471
21472 * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
21473 for nested functions in non-optimized compilation.
21474
21475 2010-05-31 Richard Guenther <rguenther@suse.de>
21476
21477 * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
21478
21479 2010-05-30 Jan Hubicka <jh@suse.cz>
21480
21481 * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
21482
21483 2010-05-30 Richard Guenther <rguenther@suse.de>
21484
21485 PR lto/42975
21486 * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
21487 (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
21488 no longer needed.
21489
21490 2010-05-30 Iain Sandoe <iains@gcc.gnu.org>
21491
21492 * config/darwin.c (output_objc_section_asm_op): Add comment.
21493 (name_needs_quotes): Add '_' to list of valid comment chars.
21494 (machopic_output_function_base_name): Remove unneeded quotes.
21495 (darwin_encode_section_info): Adjust asm whitespace.
21496 * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
21497 (ASM_OUTPUT_LOCAL): Ditto.
21498 * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
21499 * config/darwin.h (GLOBAL_ASM_OP): Ditto.
21500 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
21501
21502 2010-05-30 Eric Botcazou <ebotcazou@adacore.com>
21503
21504 * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
21505 RS6000_OUTPUT_BASENAME unconditionally.
21506 (rs6000_output_function_epilogue): Likewise.
21507
21508 2010-05-30 Jan Hubicka <jh@suse.cz>
21509
21510 * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
21511 nodes.
21512
21513 2010-05-30 Richard Guenther <rguenther@suse.de>
21514
21515 * tree-cfg.c (verify_gimple_assign_single): Implement
21516 verification for COND_EXPR rhs.
21517
21518 2010-05-30 Jan Hubicka <jh@suse.cz>
21519
21520 * cgraph.h (cgraph_dump_file): Declare.
21521 * cgraphunit.c (cgraph_dump_file): Export.
21522 * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
21523
21524 2010-05-30 Jan Hubicka <jh@suse.cz>
21525
21526 * dwarf2out.c (reference_to_unused,
21527 premark_types_used_by_global_vars_helper): Avoid creation of new
21528 varpool nodes.
21529
21530 2010-05-30 Jan Hubicka <jh@suse.cz>
21531
21532 * cgraph.h (cgraph_node_cannot_return,
21533 cgraph_edge_cannot_lead_to_return): New functions.
21534 * cgraph.c (cgraph_node_cannot_return,
21535 cgraph_edge_cannot_lead_to_return): Use them.
21536 * ipa-pure-const.c (pure_const_names): New static var.
21537 (check_call): Handle calls not leading to return.
21538 (pure_const_read_summary): Dump info read.
21539 (propagate): Dump info about propagation process; ignore side effects
21540 of functions not leading to exit; fix handling of pure functions.
21541
21542 2010-05-30 Jan Hubicka <jh@suse.cz>
21543
21544 * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
21545 for tail call epilogues.
21546
21547 2010-05-30 Jan Hubicka <jh@suse.cz>
21548
21549 * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
21550 ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
21551 dump files.
21552
21553 2010-05-29 Jan Hubicka <jh@suse.cz>
21554
21555 * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
21556 node; remove references in node we no longer keep in cgrpah but need
21557 body of.
21558
21559 2010-05-29 Jan Hubicka <jh@suse.cz>
21560
21561 * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
21562
21563 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21564
21565 PR target/44165
21566 * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
21567
21568 2010-05-29 Jan Hubicka <jh@suse.cz>
21569
21570 * tree-vrp.c (debug_value_range, debug_all_value_ranges,
21571 debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
21572 * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
21573 debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
21574 debug_names_replaced_by, debug_update_ssa): Likewise.
21575 * sbitmap.c (debug_sbitmap): Likewise.
21576 * genrecog.c (debug_decision, debug_decision_list): Likewise.
21577 * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
21578 debug_tree_chain): Likewise.
21579 * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
21580 * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
21581 * optabs.c (debug_optab_libfuncs): Likewise.
21582 (verify_loop_closed_ssa): Likewise.
21583 * value-prof.c (verify_histograms): Likewise.
21584 * reload.c (debug_reload_to_stream, debug_reload): Likewise.
21585 * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
21586 * cfghooks.c (verify_flow_info): Likewise.
21587 * fold-const.c (debug_fold_checksum): Likewise.
21588 * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
21589 * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
21590 Likewise.
21591 * omega.c (debug_omega_problem): Likewise.
21592 * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
21593 * tree-ssa-ccp.c (debug_lattice_value): Likewise.
21594 * dominance.c (verify_dominators, debug_dominance_info,
21595 debug_dominance_tree): Likewise.
21596 * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
21597 * df_regno_debug, df_ref_debug,
21598 debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
21599 debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
21600 * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
21601 * sel-sched.c (debug_state): Likewise.
21602 * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
21603 Likewise.
21604 * cfganal.c (print_edge_list, verify_edge_list): Likewise.
21605 * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
21606 * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
21607 * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
21608 Likewise.
21609 * c-pretty-print.c (debug_c_tree): Likewise.
21610 * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
21611 debug_av_set, debug_lv_set, debug_ilist, debug_blist,
21612 debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
21613 * ebitmap.c (debug_ebitmap): Likewise.
21614 * function.c (debug_find_var_in_block_tree): Likewise.
21615 * print-rtl.c (debug_rtx): Likewise.
21616 (debug_rtx_count): Likewise.
21617 (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
21618 * stor-layout.c (debug_rli): Likewise.
21619 * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
21620 * tree-data-ref.c (debug_data_references,
21621 debug_data_dependence_relations, debug_data_reference,
21622 debug_data_dependence_relation, debug_rdg_vertex,
21623 debug_rdg_component, debug_rdg): Likewise.
21624 * tree-affine.c (debug_aff): Likewise.
21625 * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
21626 Likewise.
21627 * except.c (debug_eh_tree, verify_eh_tree): Likewise.
21628 * emit-rtl.c (verify_rtl_sharing): Likewise.
21629 * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
21630 debug_value_expressions): Likewise.
21631 * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
21632 * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
21633 * print-tree.c (debug_tree, debug_vec_tree): Likewise.
21634 * cfglayout.c (verify_insn_chain): Likewise.
21635 * graphite-clast-to-gimple.c (debug_clast_name_indexes,
21636 debug_clast_stmt, debug_generated_program): Likewise.
21637 * ggc-page.c (debug_print_page_list): Likewise.
21638 * tree-ssa-ter.c (debug_ter): Likewise.
21639 * graphite-dependences.c (debug_pddr): Likewise.
21640 * sched-deps.c (debug_ds): Likewise.
21641 * tree-ssa.c (verify_ssa): Likewise.
21642 * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
21643 debug_scattering_functions, debug_iteration_domains, debug_pdr,
21644 debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
21645 debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
21646 * tree-inline.c (debug_find_tree): Likewise.
21647 * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
21648 debug_ppl_powerset_matrix): Likewise.
21649 * var-tracking.c (debug_dv): Likewise.
21650 * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
21651 * cfgloop.c (verify_loop_structure): Likewise.
21652 * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
21653 * c-common.c (verify_sequence_points): Likewise.
21654 * sched-rgn.c (debug_regions, debug_region, debug_candidate,
21655 debug_candidates, debug_rgn_dependencies): Likewise.
21656 * tree-ssa-structalias.c (debug_constraint, debug_constraints,
21657 * debug_constraint_graph, debug_solution_for_var,
21658 debug_sa_points_to_info): Likewise.
21659 * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
21660 Likewie.
21661 * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
21662 debug_loops, debug_loop, debug_loop_num): Likewise.
21663 * passes.c (debug_pass): Likewise.
21664 (dump_properties): Likewise; add cfglayout property.
21665 (debug_properties): Likewise.
21666 * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
21667 * varpool.c (debug_varpool): Likewise.
21668 * regcprop.c (debug_value_data): Likewise.
21669 * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
21670 debug_immediate_uses_for): Likewise.
21671
21672 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
21673
21674 PR bootstrap/44315
21675 * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
21676 Filter out insn-flags.h.
21677
21678 2010-05-29 Jan Hubicka <jh@suse.cz>
21679
21680 * cgraph.h (struct varpool_node_set_def,
21681 struct cgraph_node_set_def): Remove unused AUX pointer.
21682 (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
21683 VEC_empty macro.
21684
21685 2010-05-29 Jan Hubicka <jh@suse.cz>
21686
21687 PR middle-end/44324
21688 * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
21689
21690 2010-05-29 Richard Guenther <rguenther@suse.de>
21691
21692 * lto-streamer.c (cached_bp): New global variable.
21693 (bitpack_create): Return the cached bitpack, if available.
21694 (bitpack_delete): Clear and cache the bitpack, if appropriate.
21695 (bp_pack_value): Remove redundant asserts.
21696
21697 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
21698
21699 PR middle-end/44306
21700 * tree-if-conv.c (is_true_predicate): New.
21701 (is_predicated): Use is_true_predicate.
21702 (add_to_predicate_list): Same. Do not use unshare_expr.
21703 (add_to_dst_predicate_list): Same.
21704
21705 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
21706
21707 * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
21708 field on edges.
21709 (predicate_bbs): Same.
21710 (clean_predicate_lists): Same.
21711 (find_phi_replacement_condition): Do not AND the predicate from
21712 edge->aux.
21713
21714 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
21715
21716 PR bootstrap/44315
21717 * Makefile.in (build/gencondmd.o): Add a missing `\'.
21718
21719 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21720
21721 PR target/44261
21722 config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
21723 (negdf2): Adjust expander pattern and use negdf2_slow.
21724 (negsf2): Likewise.
21725
21726 2010-05-29 Nathan Froyd <froydnj@codesourcery.com>
21727
21728 * basic-block.h (struct control_flow_graph): Move last_label_uid field
21729 up.
21730 * df.h (struct df_base_ref): Move regno field up.
21731 * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
21732 * expr.h (struct separate_ops): Move location field up.
21733 * optabs.h (struct optab_d): Move libcall_basename field down.
21734 * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
21735 * config/i386/i386.h (struct machine_function): Convert call_abi field
21736 into a bitfield. Move cfa field to the end of the structure.
21737
21738 2010-05-29 Jan Hubicka <jh@suse.cz>
21739
21740 * varpool.c (varpool_get_node): Fix lookup.
21741
21742 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
21743
21744 * config/spu/spu-protos.h: Do not include rtl.h. Protect
21745 RTL specific prototypes with #ifdef RTX_CODE.
21746 * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
21747 * config/spu/t-spu-elf: Fix dependencies.
21748
21749 * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
21750
21751 2010-05-29 Mike Stump <mikestump@comcast.net>
21752
21753 PR bootstrap/44315
21754 * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
21755 TM_H when building to avoid dependency loops.
21756
21757 2010-05-29 Jan Hubicka <jh@suse.cz>
21758
21759 * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
21760 refs and body; not the whole node for masters of materialized clones.
21761
21762 2010-05-29 Mike Stump <mikestump@comcast.net>
21763
21764 * config/rs6000/rs6000-c.c: Remove c-tree.h include.
21765
21766 2010-05-29 Jan Hubicka <jh@suse.cz>
21767
21768 * cgraph.c (clone_function_name): Take SUFFIX argument; export.
21769 (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
21770 use of clone_function_name.
21771 * cgraph.h (cgraph_create_virtual_clone,
21772 cgraph_function_versioning): update prototypes.
21773 (clone_function_name): Declare.
21774 * ipa-cp.c (ipcp_insert_stage): Update call of
21775 cgraph_create_virtual_clone.
21776 * omp-low.c (create_omp_child_function_name): Use
21777 cgraph_create_virtual_clone.
21778 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
21779 (cgraph_function_versioning): Take SUFFIX argument; produce new name
21780 and make decl local.
21781
21782 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
21783
21784 * vec.h: Include statistics.h
21785 * Makefile.in: Introduce VEC_H. Replace all vec.h dependencies
21786 with VEC_H.
21787
21788 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
21789
21790 * c-lex.c: Do not include c-tree.h.
21791 * c-pretty-print.c: Likewise.
21792 * c-opts.c: Likewise.
21793 * c-gimplify.c: Likewise.
21794 * c-common.c: Likewise.
21795 * c-dump.c: Likewise. Include c-common.h.
21796
21797 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
21798
21799 * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
21800 before including diagnostic-core.h.
21801 (c_cpp_error): New prototype moved from c-tree.h.
21802 Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
21803 * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
21804 (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
21805 (c_cpp_error): Prototype moved to c-common.h.
21806 * Makefile.in: Update dependency for C_COMMON_H.
21807
21808 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
21809
21810 * c-common.h: Add FIXME for awkward split of c_register_addr_space.
21811 * c-common.c (c_register_addr_space): Remove here.
21812 * c-decl.c (c_register_addr_space): Re-add here.
21813
21814 2010-05-28 Mike Stump <mikestump@comcast.net>
21815
21816 * config/darwin-c.c: Remove c-tree.h include.
21817
21818 2010-05-28 Joseph Myers <joseph@codesourcery.com>
21819
21820 * gcc.c: Include diagnostic.h.
21821 (error_count): Remove. All users changed to use errorcount.
21822 (programname): Remove. All users changed to use progname.
21823 (fancy_abort, internal_error, fatal_error, error, warning, inform,
21824 fnotice): Remove.
21825 (execute): Don't include "Internal error" and bug reporting
21826 information in argument of internal_error call.
21827 (process_command): Don't increment error_count after calling
21828 perror_with_name.
21829 (input_filename): Rename to gcc_input_filename. All users
21830 changed.
21831 (main): Call diagnostic_initialize. Register delete_temp_files
21832 with atexit. Use seen_error to test for errors.
21833 * gcc.h: Include diagnostic-core.h.
21834 (fatal_error, error, warning): Remove.
21835 * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
21836 (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
21837 (gcc.o): Update dependencies.
21838
21839 2010-05-28 Jeff Law <law@redhat.com>
21840
21841 * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
21842 functions.
21843 * ira.h (ira_bad_reload_regno): Declare
21844 * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
21845
21846 * ira-color.c (update_curr_costs): Free updated hard reg costs.
21847 (ira_reassign_conflict_allocnos): Remove bogus asserts.
21848 (allocno_reload_assign): Likewise.
21849
21850 2010-05-28 Nathan Froyd <froydnj@codesourcery.com>
21851
21852 * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
21853 build1_stat.
21854
21855 2010-05-28 Richard Guenther <rguenther@suse.de>
21856
21857 PR lto/44312
21858 * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
21859 Stream fixed-point constants mode.
21860 (unpack_ts_type_value_fields): Fix width of TYPE_MODE
21861 and TYPE_PRECISION.
21862 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
21863 Stream fixed-point constants mode.
21864 (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
21865 and TYPE_PRECISION.
21866
21867 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
21868
21869 * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
21870 only place it was called from.
21871 (number_of_latch_executions): Do not return chrec_dont_know when the
21872 may_be_zero is a runtime condition: instead, return a COND_EXPR
21873 including the may_be_zero condition.
21874 * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
21875 of nb_iterations.
21876 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
21877 COND_EXPRs.
21878
21879 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
21880
21881 * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
21882 generate COND_EXPRs for degenerate_phi_result.
21883
21884 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
21885
21886 PR middle-end/44293
21887 * tree-if-conv.c (if_convertible_loop_p): Check the
21888 if-convertibility of phi nodes in non predicated BBs.
21889
21890 2010-05-28 Joseph Myers <joseph@codesourcery.com>
21891
21892 * gcc.c (error, warning, inform): Remove duplicate ": " in output.
21893
21894 2010-05-28 Joseph Myers <joseph@codesourcery.com>
21895
21896 PR driver/15303
21897 * gcc.c (inform, warning, inform): New functions.
21898 (fatal_ice): Rename to internal_error; change cmsgid parameter to
21899 gmsgid. All callers changed.
21900 (notice): Rename to fnotice; add parameter fp. All callers changed.
21901 (fatal_error): Rename to fatal_signal. All users changed.
21902 (fatal): Rename to fatal_error; change cmsgid parameter to
21903 gmsgid. All callers changed.
21904 (process_command): Use warning instead of error for warnings.
21905 (end_going_arg): Don't use _() around argument of error.
21906 (do_spec_1): Use inform for message from %n specs. Use warning
21907 instead of error for warnings.
21908 (main): Use inform for comparison messages. Use warning for
21909 message about unused linker input.
21910 (error): Increment error_count. Print "error: ".
21911 * gcc.h (fatal): Change to fatal_error.
21912 (warning): Declare.
21913 * config/darwin-driver.c (darwin_default_min_version): Use warning
21914 instead of fprintf for warnings.
21915 * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
21916
21917 2010-05-28 Julian Brown <julian@codesourcery.com>
21918
21919 * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
21920 (*thumb2_addsi3_compare0_scratch): New.
21921 * config/arm/constraints.md (Pv): New.
21922 * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
21923 for ARM mode only.
21924 (*addsi3_compare0_scratch): Likewise.
21925
21926 2010-05-28 Jan Hubicka <jh@suse.cz>
21927
21928 * ipa-reference.c (add_static_var): Remove redundant all_module_statics
21929 check.
21930 (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
21931 only on local statics.
21932
21933 2010-05-28 Iain Sandoe <iains@gcc.gnu.org>
21934
21935 * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
21936
21937 2010-05-28 Maxim Kuvyrkov <maxim@codesourcery.com>
21938
21939 PR bootstrap/44314
21940 * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
21941 (OPTION_GLIBC): Define.
21942
21943 2010-05-28 Jakub Jelinek <jakub@redhat.com>
21944
21945 PR debug/41048
21946 * dwarf2out.c (double_int_type_size_in_bits): New function.
21947 (round_up_to_align): Change first argument and return value to
21948 double_int.
21949 (field_byte_offset): Work internally on double_ints.
21950
21951 PR target/43636
21952 * builtins.c (expand_movstr): Use a temporary pseudo instead
21953 of target even when target is not NULL and not const0_rtx, but
21954 fails movstr predicate.
21955 * config/m32c/blkmov.md (movstr): Add predicate to first operand.
21956
21957 2010-05-28 Joseph Myers <joseph@codesourcery.com>
21958
21959 * final.c (rest_of_clean_state): Use %m in errors instead of
21960 strerror (errno).
21961 * gengtype.c (read_input_list, close_output_files): Use xstrerror
21962 instead of strerror.
21963 * toplev.c (process_options): Use %m in errors instead of strerror
21964 (errno).
21965 * tree-dump.c (dump_begin): Use %m in errors instead of strerror
21966 (errno).
21967
21968 2010-05-28 Uros Bizjak <ubizjak@gmail.com>
21969
21970 * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
21971 (ix86_canonical_va_list_type): Make static. Add declaration.
21972 (ix86_enum_va_list): Make static. Reindent.
21973 * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
21974 (ix86_canonical_va_list_type): Ditto.
21975 (ix86_enum_va_list): Ditto.
21976
21977 2010-05-28 Richard Guenther <rguenther@suse.de>
21978
21979 * lto-wrapper.c (run_gcc): With -save-temps generate a
21980 user-visible ltrans filename. Fixup ltrans unit numbering.
21981
21982 2010-05-28 Kai Tietz <kai.tietz@onevision.com>
21983
21984 * c-common.c (c_common_nodes_and_builtins): Replace use
21985 of TARGET_ENUM_VA_LIST by target hook enum_va_list.
21986 * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
21987 to ix86_enum_va_list.
21988 * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
21989 * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
21990 (TARGET_ENUM_VA_LIST_P): Add hook description.
21991 * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
21992 * target.h (gcc_target): Add enum_va_list hook.
21993
21994 PR bootstrap/44299
21995 * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
21996 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
21997 * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
21998
21999 2010-05-28 Alan Modra <amodra@gmail.com>
22000
22001 PR target/44266
22002 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
22003 emit_library_call machinery to set up __tls_get_addr calls.
22004
22005 2010-05-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22006
22007 * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
22008
22009 2010-05-28 Dodji Seketeli <dodji@redhat.com>
22010
22011 Revert fix for PR c++/44188
22012 * c-common.c (is_typedef_decl): Revert the moving of this
22013 definition ...
22014 * tree.c (is_typedef_decl): ... here.
22015 (typdef_variant_p): Revert the moving of this definition
22016 here from cp/tree.c.
22017 * c-common.h (is_typedef_decl): Revert the moving of this
22018 declaration ...
22019 * tree.h (is_typedef_decl): ... here.
22020 (typedef_variant_p): Revert the moving of this declaration here
22021 from cp/cp-tree.h
22022 * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
22023 (gen_tagged_type_die): Revert the splitting out of ...
22024 (gen_type_die_with_usage): ... this function. Revert the anonymous
22025 tagged type handling.
22026 (gen_typedef_die): Revert emitting DW_TAG_typedef for
22027 typedefs naming anonymous tagged types.
22028
22029 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
22030
22031 * config/rs6000/rs6000-modes.def (PSImode): Delete.
22032
22033 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
22034
22035 * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
22036 * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
22037 throughout.
22038 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
22039 "xer" to "ca".
22040 Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
22041 XER_REGS to CA_REGS throughout.
22042 * config/rs6000/rs6000.h: Same.
22043 (ADDITIONAL_REGISTER_NAMES): Add "xer".
22044 * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO. Document
22045 that mode_iterator "P" is the size for arithmetic carries as well.
22046 * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
22047
22048 2010-05-28 Jakub Jelinek <jakub@redhat.com>
22049
22050 PR bootstrap/44255
22051 * combine.c (struct rtx_subst_pair): Define unconditionally.
22052 (propagate_for_debug_subst): Likewise. If not AUTO_INC_DEC,
22053 copy_rtx pair->to instead of cleanup_auto_inc_dec it.
22054 Call make_compound_operation on pair->to.
22055 (propagate_for_debug): Don't call make_compound_operation here.
22056 Always use simplify_replace_fn_rtx.
22057
22058 2010-05-27 Sterling Augustine <sterling@tensilica.com>
22059
22060 * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
22061 * config/xtensa/xtensa.c (override_options): Check
22062 TARGET_FORCE_NO_PIC and set flag_pic.
22063 * config/xtensa/xtensa.opt: Document -mforce-no-pic
22064
22065 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
22066
22067 PR bootstrap/44299
22068 * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
22069 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
22070
22071 2010-05-27 Joseph Myers <joseph@codesourcery.com>
22072
22073 * diagnostic-core.h: New. Contents moved from diagnostic.h and
22074 toplev.h.
22075 * diagnostic.c: Don't include toplev.h.
22076 (progname): Define. Moved from toplev.c.
22077 (seen_error): New function.
22078 * diagnostic.h: Include diagnostic-core.h.
22079 (diagnostic_t, emit_diagnostic): Don't declare here.
22080 * toplev.c (progname): Move to toplev.c.
22081 (emit_debug_global_declarations, compile_file, finalize,
22082 do_compile, toplev_main): Use seen_error.
22083 * toplev.h: Include diagnostic-core.h.
22084 (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
22085 internal_error, warning, warning_at, error, error_n, error_at,
22086 fatal_error, pedwarn, permerror, sorry, inform, inform_n,
22087 verbatim, fnotice, progname): Move to diagnostic-core.h.
22088 * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
22089 (expand_builtin_expect): Use seen_error.
22090 * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
22091 (c_make_fname_decl, c_write_global_declarations): Use seen_error.
22092 * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
22093 * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
22094 * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
22095 * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
22096 errorcount for errors.
22097 * c-opts.c (c_common_finish): Use seen_error.
22098 * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
22099 * cgraphunit.c (verify_cgraph_node, verify_cgraph,
22100 cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
22101 * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
22102 (get_coverage_counts): Use seen_error.
22103 * dwarf2out.c (dwarf2out_finish): Use seen_error.
22104 * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
22105 gimplify_body): Use seen_error.
22106 * ipa-inline.c (cgraph_early_inlining): Use seen_error.
22107 * ipa-pure-const.c (gate_pure_const): Use seen_error.
22108 * ipa-reference.c (gate_reference): Use seen_error.
22109 * jump.c: Include diagnostic-core.h instead of diagnostic.h.
22110 * lambda-code.c: Include diagnostic-core.h instead of
22111 diagnostic.h.
22112 * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
22113 * lto-compress.c: Include diagnostic-core.h instead of
22114 diagnostic.h.
22115 * lto-section-in.c: Include diagnostic-core.h instead of
22116 diagnostic.h.
22117 * lto-streamer-out.c: Include diagnostic-core.h instead of
22118 diagnostic.h.
22119 * lto-streamer.c: Include diagnostic-core.h instead of
22120 diagnostic.h.
22121 (gate_lto_out): Use seen_error.
22122 * matrix-reorg.c: Include diagnostic-core.h instead of
22123 diagnostic.h.
22124 * omega.c: Include diagnostic-core.h instead of diagnostic.h.
22125 * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
22126 (gate_expand_omp, lower_omp_1): Use seen_error.
22127 * passes.c: Include diagnostic-core.h instead of diagnostic.h.
22128 (rest_of_decl_compilation, rest_of_type_compilation,
22129 gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
22130 * tree-cfg.c (label_to_block_fn): Use seen_error.
22131 * tree-inline.c (optimize_inline_calls): Use seen_error.
22132 * tree-mudflap.c (mudflap_finish_file): Use
22133 seen_error.
22134 * tree-optimize.c (gate_all_optimizations,
22135 gate_all_early_local_passes, gate_all_early_optimizations): Use
22136 seen_error.
22137 * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
22138 * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
22139 (varpool_remove_unreferenced_decls,
22140 varpool_assemble_pending_decls): Use seen_error.
22141 * Makefile.in (DIAGNOSTIC_CORE_H): Define.
22142 (TOPLEV_H, DIAGNOSTIC_H): Update.
22143 (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
22144 lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
22145 c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
22146 builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
22147 coverage.o, lambda-code.o): Update dependencies.
22148
22149 2010-05-25 Dodji Seketeli <dodji@redhat.com>
22150
22151 PR c++/44188
22152 * c-common.c (is_typedef_decl): Move this definition ...
22153 * tree.c (is_typedef_decl): ... here.
22154 (typdef_variant_p): Move definition here from cp/tree.c.
22155 * c-common.h (is_typedef_decl): Move this declaration ...
22156 * tree.h (is_typedef_decl): ... here.
22157 (typedef_variant_p): Move declaration here from cp/cp-tree.h
22158 * dwarf2out.c (is_naming_typedef_decl): New function.
22159 (gen_tagged_type_die): Split out of ...
22160 (gen_type_die_with_usage): ... this function. When an anonymous
22161 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
22162 is emitted for the typedef.
22163 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
22164 anonymous tagged types.
22165
22166 2010-05-27 Jason Merrill <jason@redhat.com>
22167
22168 * print-tree.c (debug_vec_tree): New fn.
22169 (print_vec_tree): New fn.
22170 * tree.h: Declare them.
22171 * gdbinit.in (pvt): New command.
22172
22173 * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
22174
22175 * gdbinit.in (pdd): New command.
22176
22177 2010-05-27 Jan Hubicka <jh@suse.cz>
22178
22179 * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
22180 (update_caller_keys): Return early if there are no callers;
22181 only update fibheap when decresing the key.
22182 (update_callee_keys): Avoid recursion.
22183 (decide_inlining_of_small_functions): When badness does not match;
22184 re-insert into fibheap.
22185
22186 2010-05-27 Steven Bosscher <steven@gcc.gnu.org>
22187
22188 * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
22189 (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
22190 (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
22191 (ALL_HOST_OBJS): Now a union of the above two.
22192 <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
22193 all files in ALL_HOST_FRONTEND_OBJS.
22194 * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
22195
22196 * c-common.c: Pretend to be a backend file by undefining
22197 IN_GCC_FRONTEND (still need rtl.h here).
22198
22199 2010-05-27 Jan Hubicka <jh@suse.cz>
22200
22201 * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
22202 * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
22203
22204 2010-05-27 Jan Hubicka <jh@suse.cz>
22205
22206 * sched-ebb.c: Rename struct deps to struct deps_desc.
22207 * ddg.c: Likewise.
22208 * sel-sched-ir.c: Likewise.
22209 * sched-deps.c: Likewise.
22210 * sched-int.h: Likewise.
22211 * sched-rgn.c: Likewise.
22212
22213 2010-05-27 Jon Beniston <jon@beniston.com>
22214
22215 PR 43726
22216 * config/lm32/lm32.h: Remove definition of
22217 GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
22218
22219 2010-05-27 Eric Botcazou <ebotcazou@adacore.com>
22220
22221 PR lto/44230
22222 * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
22223
22224 2010-05-27 Richard Guenther <rguenther@suse.de>
22225
22226 PR tree-optimization/44284
22227 * tree-vect-stmts.c (vectorizable_assignment): Handle
22228 sign-changing conversions as simple copy.
22229
22230 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
22231
22232 * gthr-posix.h (pthread_cancel): Don't declare if compiling against
22233 Bionic C library.
22234 (__gthread_active_p): Check for pthread_create if compiling against
22235 Bionic C library.
22236
22237 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
22238
22239 Support compilation for Android platform. Reimplement -mandroid.
22240
22241 * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
22242 (*android*): Set ANDROID_DEFAULT.
22243 (arm*-*-linux*): Include linux-android.h.
22244 (arm*-*-eabi*): Don't include previous -mandroid implementation.
22245 * config/arm/eabi.h: Remove, move Android-specific parts ...
22246 * config/linux-android.h: ... here. New file.
22247 * config/arm/eabi.opt: Rename to ...
22248 * config/linux-android.opt: ... this.
22249 (mandroid): Allow -mno-android option. Initialize based on
22250 ANDROID_DEFAULT.
22251 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
22252 Move logic to corresponding LINUX_TARGET_* macros.
22253 (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
22254 * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
22255 (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
22256 Android definitions.
22257 (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
22258 * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
22259 Document.
22260
22261 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
22262
22263 Add support for Bionic C library
22264
22265 * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
22266 macro.
22267 (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
22268 (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
22269
22270 * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
22271 (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
22272 (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
22273 to support multiple C libraries. Handle Bionic.
22274 (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
22275 (BIONIC_DYNAMIC_LINKER64): Define.
22276 (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
22277 Update.
22278 (TARGET_HAS_SINCOS): Enable for Bionic.
22279
22280 * config/linux.opt: Rewrite to handle more than 2 C libraries. Make
22281 the last option specified on command line take effect.
22282 (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
22283 (mbionic): New.
22284 (mglibc, muclibc): Update.
22285
22286 * config/alpha/linux-elf.h, config/rs6000/linux64.h,
22287 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
22288 DEFAULT_LIBC.
22289
22290 * doc/invoke.texi (-mglibc, -muclibc): Update.
22291 (-mbionic): Document.
22292
22293 2010-05-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22294
22295 * c-common.h (c_register_addr_space): Add prototype.
22296 (ADDR_SPACE_KEYWORD): Remove.
22297 * c-common.c (c_register_addr_space): New function.
22298 (c_addr_space_name): Reimplement.
22299 (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
22300
22301 * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
22302 (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
22303
22304 * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
22305 Remove TARGET_ADDR_SPACE_KEYWORDS.
22306
22307 2010-05-27 Joseph Myers <joseph@codesourcery.com>
22308
22309 * input.c: New file.
22310 * input.h (main_input_filename): Move declaration to toplev.h.
22311 * toplev.c (input_location, line_table): Move to input.c
22312 * toplev.h (main_input_filename): Move declaration from input.h.
22313 * tree.c (expand_location): Move to input.c.
22314 * Makefile.in (OBJS-common): Add input.o.
22315 (input.o): Add dependencies.
22316
22317 2010-05-27 Richard Guenther <rguenther@suse.de>
22318
22319 * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
22320 for non-existant files.
22321 (fork_execute): Mark args_name file as deleted.
22322
22323 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
22324
22325 PR bootstrp/44287
22326 * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
22327 (narrow_signed_type): Likewise.
22328
22329 2010-05-26 Jan Hubicka <jh@suse.cz>
22330
22331 * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
22332 edge only when checking is enabled; check using former_clone_of;
22333 check inline clones too.
22334 (cgraph_materialize_clone): Record former_clone_of pointer.
22335 (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
22336 combining redirections; dump args_to_skip bitmap
22337 (cgraph_materialize_all_clones): Do no redirection here.
22338 * ipa-inline.c (inline_transform): Do redirection here.
22339 * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
22340 cheking only).
22341
22342 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
22343
22344 * config/avr/avr-c.c: Do not include regs.h.
22345 Include cpplib.h for cpp_define and tree.h for c-common.h.
22346 * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
22347 * config/avr/t-avr: Fix dependencies for avr-c.o.
22348
22349 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
22350
22351 * explow.c (set_stack_check_libfunc): Adjust to accept name as a
22352 string instead of SYMBOL_REF rtx.
22353 * rtl.h (set_stack_check_libfunc): Move prototype from here...
22354 * libfuncs.h: ...to here. Adjust for explow.c change.
22355
22356 2010-05-26 Joseph Myers <joseph@codesourcery.com>
22357
22358 * pretty-print.c: Don't include ggc.h.
22359 (identifier_to_locale_alloc, identifier_to_locale_free): Define.
22360 (identifier_to_locale): Use them for allocation.
22361 * pretty-print.h (identifier_to_locale_alloc,
22362 identifier_to_locale_free): Declare.
22363 * toplev.c (alloc_for_identifier_to_locale): New.
22364 (general_init): Set identifier_to_locale_alloc and
22365 identifier_to_locale_free.
22366 * Makefile.in (pretty-print.o): Update dependencies.
22367
22368 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
22369
22370 * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
22371 pointer types if they have different alignment or mode.
22372
22373 2010-05-26 Anatoly Sokolov <aesok@post.ru>
22374
22375 * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
22376 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
22377 * config/sparc/sparc-protos.h (function_value): Remove declaration.
22378 * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
22379 sparc_function_value_regno_p): New functions.
22380 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
22381 TARGET_FUNCTION_VALUE_REGNO_P): Define.
22382 (function_value): Rename to...
22383 (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
22384 argument to 'outgoing'.
22385 (function_arg_record_value, function_arg_union_value,
22386 function_arg_vector_value): Update comment.
22387
22388 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
22389
22390 * dwarf2out.c (struct dw_fde_struct): Reorder flags.
22391 (fde_needed_for_eh_p): New predicate.
22392 (output_call_frame_info): Use it throughout to decide whether FDEs
22393 are needed for EH purpose.
22394 (dwarf2out_begin_prologue): Reorder assignments.
22395
22396 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
22397
22398 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
22399 special case loop->header.
22400 (is_predicated): New.
22401 (if_convertible_loop_p): Call it.
22402
22403 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
22404
22405 * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
22406 iterator in parameter. Do not generate code during the analysis.
22407 (tree_if_convert_cond_stmt): Removed.
22408 (tree_if_convert_stmt): Removed.
22409 (predicate_bbs): New.
22410 (if_convertible_loop_p): Call predicate_bbs.
22411 (tree_if_conversion): Simplify the top-level logic as predicate_bbs
22412 now contains all the analysis part.
22413
22414 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
22415
22416 * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
22417 statements in the analysis part.
22418 (tree_if_convert_stmt): Update comment.
22419 (remove_conditions_and_labels): New.
22420 (combine_blocks): Call remove_conditions_and_labels.
22421 (tree_if_conversion): Update comment.
22422
22423 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
22424
22425 * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
22426 than 2 predecessors or more than 2 successors.
22427
22428 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
22429
22430 * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
22431 of loops in which the data dependence analysis fails.
22432
22433 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
22434
22435 * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
22436 CDI_POST_DOMINATORS.
22437 (tree_if_conversion): Same.
22438
22439 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
22440
22441 * tree-if-conv.c (tree_if_conversion): Do not return a bool.
22442
22443 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
22444
22445 * tree-if-conv.c: Update copyright years. Fix comments.
22446 Fix indentation.
22447
22448 2010-05-26 Kai Tietz <kai.tietz@onevision.com>
22449
22450 * builtin-types.def (BT_INT128): New primitive type.
22451 (BT_UINT128): Likewise.
22452 * c-common.c (c_common_r): Add __int128 keyword.
22453 (c_common_type_for_size): Handle __int128.
22454 (c_common_type_for_mode): Likewise.
22455 (c_common_signed_or_unsigned_type): Likewise.
22456 (c_common_nodes_and_builtins): Add builtin type
22457 if target supports 128-bit integer scalar.
22458 * c-common.h (enum rid): Add RID_INT128.
22459 * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
22460 if target supports 128-bit integer scalar.
22461 * c-decl.c (declspecs_add_type): Handle new keyword __int128.
22462 (finish_declspecs): Likewise.
22463 * c-parser.c (c_token_starts_typename): Handle RID_INT128.
22464 (c_token_starts_declspecs): Likewise.
22465 (c_parser_declspecs): Likewise.
22466 (c_parser_attributes): Likewise.
22467 (c_parser_objc_selector): Likewise.
22468 * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
22469 * c-tree.h (enum c_typespec_keyword): Add cts_int128.
22470 * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
22471 * tree.c (make_or_reuse_type): Likewise.
22472 (make_unsigned_type): Likewise.
22473 (build_common_tree_nodes_2): Likewise.
22474 * tree.h (enum integer_type_kind): Add itk_int128 and
22475 itk_unsigned_int128.
22476 (int128_integer_type_node): New define.
22477 (int128_unsigned_type_node): New define.
22478 * doc/extend.texi: Add documentation about __int128 type.
22479
22480 2010-05-26 Richard Guenther <rguenther@suse.de>
22481
22482 * tree-ssa-sccvn.c (copy_nary): Adjust.
22483 (copy_phis): Rename to ...
22484 (copy_phi): ... this. Adjust.
22485 (copy_references): Rename to ...
22486 (copy_reference): ... this. Adjust.
22487 (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
22488 result into the valid table.
22489
22490 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
22491
22492 * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
22493 insn-config.h, insn-codes.h, recog.h, and optabs.h.
22494
22495 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
22496
22497 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
22498
22499 2010-05-26 Richard Guenther <rguenther@suse.de>
22500
22501 * opts.c (common_handle_option): Handle OPT_Ofast.
22502
22503 2010-05-26 Joseph Myers <joseph@codesourcery.com>
22504
22505 * diagnostic.c: Don't include opts.h.
22506 (permissive_error_option): Define.
22507 (diagnostic_initialize): Take n_opts parameter. Allocate memory
22508 for classify_diagnostic. Don't use memset for
22509 classify_diagnostic. Initialize new and recently added fields.
22510 (diagnostic_classify_diagnostic): Use context->n_opts instead of
22511 N_OPTS.
22512 (diagnostic_report_diagnostic): Pass context parameter to
22513 diagnostic_report_warnings_p. Use option_enabled and option_name
22514 hooks from context.
22515 (emit_diagnostic): Use permissive_error_option.
22516 (permerror): Likewise.
22517 * diagnostic.h: Don't include options.h.
22518 (struct diagnostic_context): Add n_opts, opt_permissive,
22519 inhibit_warnings, warn_system_headers, option_enabled and
22520 option_name fields. Change classify_diagnostic to a pointer.
22521 * opts-diagnostic.h: New file.
22522 * opts.c: Include opts-diagnostic.h.
22523 (common_handle_option): Set global_dc fields for -Wfatal-errors,
22524 -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
22525 (option_name): New function.
22526 * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
22527 (c_common_handle_option): Set global_dc->permissive for
22528 -fpermissive.
22529 * c-common.c (c_cpp_error): Save and restore
22530 global_dc->warn_system_headers, not variable warn_system_headers.
22531 * toplev.c: Include opts-diagnostic.h.
22532 (general_init): Update call to diagnostic_initialize. Set
22533 global_dc->show_column, global_dc->option_enabled and
22534 global_dc->option_name.
22535 (process_options): Don't set global_dc fields here.
22536 * Makefile.in (DIAGNOSTIC_H): Remove options.h.
22537 (diagnostic.o, opts.o, toplev.o): Update dependencies.
22538
22539 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
22540
22541 * config/picochip/picochip.md (movsi): Split a movsi from a
22542 const after reload.
22543
22544 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
22545
22546 * ggc-zone.c: Update copyright year.
22547 (poison_region): Mark memory for Valgrind as undefined before
22548 memset () call and inaccessible afterwards.
22549 (ggc_pch_total_size): Change type of i to int.
22550
22551 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
22552
22553 * ggc-common.c (ggc_free_overhead): Allow empty slot.
22554
22555 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
22556
22557 * ggc-common.c: Update copyright year.
22558 (ggc_rlimit_bound): Remove prototype. Compile only if
22559 !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
22560 (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
22561 && !ENABLE_GC_ALWAYS_COLLECT. Make static.
22562 (ggc_min_heapsize_heuristic): Likewise.
22563
22564 2010-05-26 Richard Guenther <rguenther@suse.de>
22565
22566 PR rtl-optimization/44164
22567 * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
22568 no-common access-path disambiguation.
22569 (indirect_ref_may_alias_decl_p): Adjust.
22570 (indirect_refs_may_alias_p): Likewise.
22571 (refs_may_alias_p_1): Likewise.
22572
22573 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
22574
22575 * c-typeck.c: Do not include expr.h.
22576
22577 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
22578
22579 * rtl.h (decl_default_tls_model): Move prototype from here...
22580 * output.h: ...to here.
22581 * c-decl.c: Do not include rtl.h.
22582 * c-pragma.c: Likewise.
22583 * c-parser.c: Likewise.
22584 * c-gimplify.c: Likewise. And also not hard-reg-set.
22585 * c-common.c: Do not include rtl.h. Include tm_p.h and add a
22586 FIXME note for it. Add a FIXME note for expr.h.
22587 * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
22588 ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
22589 defined.
22590
22591 2010-05-26 Jakub Jelinek <jakub@redhat.com>
22592
22593 PR target/44199
22594 * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
22595 or total_size is larger than red zone size for non-V4 ABI, emit a
22596 stack_tie resp. frame_tie insn before stack pointer restore.
22597 * config/rs6000/rs6000.md (frame_tie): New insn.
22598
22599 2010-05-25 Eric Botcazou <ebotcazou@adacore.com>
22600
22601 * function.h (struct function): Add can_throw_non_call_exceptions bit.
22602 * lto-streamer-in.c (input_function): Stream it in.
22603 * lto-streamer-out.c (output_function): Stream it out.
22604 * function.c (allocate_struct_function): Set it.
22605 (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
22606 for flag_non_call_exceptions.
22607 * cfgbuild.c (control_flow_insn_p): Likewise.
22608 (make_edges): Likewise.
22609 * cfgexpand.c (expand_stack_alignment): Likewise.
22610 * combine.c (distribute_notes): Likewise.
22611 * cse.c (cse_extended_basic_block): Likewise.
22612 * except.c (insn_could_throw_p): Likewise.
22613 * gcse.c (simple_mem): Likewise.
22614 * ipa-pure-const.c (check_call): Likewise.
22615 (check_stmt ): Likewise.
22616 * lower-subreg.c (lower-subreg.c): Likewise.
22617 * optabs.c (emit_libcall_block): Likewise.
22618 (prepare_cmp_insn): Likewise.
22619 * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
22620 * postreload.c (rest_of_handle_postreload): Likewise.
22621 * reload1.c (reload_as_needed): Likewise.
22622 (emit_input_reload_insns): Likewise.
22623 (emit_output_reload_insns): Likewise.
22624 (fixup_abnormal_edges): Likewise.
22625 * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
22626 * store-motion.c (find_moveable_store): Likewise.
22627 * tree-eh.c (stmt_could_throw_p): Likewise.
22628 (tree_could_throw_p): Likewise.
22629 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
22630 * config/arm/arm.c (arm_expand_prologue): Likewise.
22631 (thumb1_expand_prologue): Likewise.
22632 * config/rx/rx.md (cbranchsf4): Likewise.
22633 (cmpsf): Likewise.
22634 * config/s390/s390.c (s390_emit_prologue): Likewise.
22635 * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
22636 (inline_forbidden_into_p): New predicate.
22637 (expand_call_inline): Use it to forbid inlining.
22638 (tree_can_inline_p): Likewise.
22639
22640 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
22641
22642 * config/i386/i386-c.c: Do not include rtl.h.
22643 * config/i386/t-i386: Update dependencies.
22644
22645 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
22646
22647 * attribs.c: Do not include rtl.h.
22648 * Makefile.in: Update dependencies.
22649
22650 2010-05-25 Anatoly Sokolov <aesok@post.ru>
22651
22652 * double-int.h (double_int_and): New.
22653 * combine.c (try_combine): Clean up, use double_int_* and
22654 immed_double_int_const functions.
22655
22656 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22657
22658 * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
22659 stderr to /dev/null instead of grep -q.
22660 * configure: Regenerate.
22661
22662 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
22663
22664 * Makefile.in (EXCEPT_H): Fix typo.
22665
22666 2010-05-25 Vladimir Makarov <vmakarov@redhat.com>
22667
22668 * ira-build.c (update_conflict_hard_reg_costs): New.
22669 (ira_build): Call update_conflict_hard_reg_costs.
22670
22671 2010-05-25 Jakub Jelinek <jakub@redhat.com>
22672
22673 PR debug/41371
22674 * var-tracking.c (find_loc_in_1pdv): Guard asserts with
22675 ENABLE_CHECKING.
22676 (intersect_loc_chains): Walk the s2var's loc_chain together
22677 with s1node chain as long as the locations are equal, don't
22678 call find_loc_in_1pdv in that case.
22679
22680 PR debug/42801
22681 * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
22682 (copy_bind_expr): ... instead of here.
22683 (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
22684 if the block hasn't been remapped.
22685 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
22686 emitting concrete instance of abstract VLA, add DW_AT_type attribute.
22687
22688 2010-05-25 Richard Guenther <rguenther@suse.de>
22689
22690 PR middle-end/44069
22691 * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
22692 out-of-bounds array accesses.
22693
22694 2010-05-25 Richard Guenther <rguenther@suse.de>
22695
22696 * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
22697 (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
22698 (run_gcc): Re-organize to make cleanup easier.
22699
22700 2010-05-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22701
22702 * config/s390/s390.c (optimization_options): Fix and move the
22703 flag_prefetch_loop_arrays override ...
22704 (override_options): ... here.
22705
22706 2010-05-25 Joseph Myers <joseph@codesourcery.com>
22707
22708 * diagnostic.c: Don't include plugin.h.
22709 (diagnostic_report_diagnostic): Don't handle plugins specially
22710 here. Pass context to internal_error callback.
22711 * diagnostic.h (struct diagnostic_context): Add context parameter
22712 to internal_error callback.
22713 * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
22714 * plugin.h (struct diagnostic_context): Declare.
22715 (warn_if_plugins, plugins_internal_error_function): Declare.
22716 * toplev.c (general_init): Set global_dc->internal_error.
22717 * Makefile.in (diagnostic.o): Update dependencies.
22718
22719 2010-05-25 Iain Sandoe <iains@gcc.gnu.org>
22720
22721 * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
22722 * config/rs6000/t-darwin64: New.
22723 * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
22724 build crt2.
22725
22726 2010-05-25 Christian Borntraeger <borntraeger@de.ibm.com>
22727
22728 PR 44203
22729 * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
22730 match the original (and intended) behaviour before r159557. This
22731 changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
22732 in two ways.
22733
22734 2010-05-25 Richard Guenther <rguenther@suse.de>
22735
22736 * doc/invoke.texi: Document -Ofast.
22737 * target.h (struct gcc_target): Add handle_ofast.
22738 * target-def.h (TARGET_HANDLE_OFAST): Add.
22739 (TARGET_INITIALIZER): Adjust.
22740 * opts.c (decode_options): Handle -Ofast. Enable -ffast-math with it.
22741 * common.opt (Ofast): Add.
22742
22743 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
22744
22745 * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
22746 * doc/md.texi (cstoreXX4): Update for cond-optab changes.
22747
22748 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
22749
22750 PR target/43610
22751 * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
22752 even if !FLOAT_LIB_COMPARE_RETURNS_BOOL. Always compute true_rtx and
22753 false_rtx. Use false_rtx to compute the correct *ptest for reversed
22754 comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
22755
22756 2010-05-25 Jakub Jelinek <jakub@redhat.com>
22757
22758 * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
22759 DW_OP_minus with negated offset instead of DW_OP_plus.
22760 (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
22761
22762 2010-05-25 Wei Guozhi <carrot@google.com>
22763
22764 * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
22765 tst instruction and a new alternative.
22766 * config/arm/constraints.md (Pu): New constraint.
22767
22768 2010-05-24 Sebastian Pop <sebastian.pop@amd.com>
22769
22770 * function.c (assign_stack_local_1): Initialize variable
22771 to avoid warning when bootstrapping at -O3.
22772
22773 2010-05-24 Steven Bosscher <steven@gcc.gnu.org>
22774
22775 * configure.ac (all_lang_makefiles): Remove everything related to it.
22776 * configure: Regenerate.
22777 * Makefile.in: Fix reference to ada Make-lang.in.
22778 Remove support for LANG_MAKEFILES.
22779
22780 2010-05-24 Daniel Jacobowitz <dan@codesourcery.com>
22781 Sandra Loosemore <sandra@codesourcery.com>
22782
22783 * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
22784 * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
22785 description. Add arm_neon_fp16_ok.
22786 (Add Options): Add arm_neon and arm_neon_fp16.
22787
22788 2010-05-24 Joseph Myers <joseph@codesourcery.com>
22789
22790 * diagnostic.c: Don't include flags.h.
22791 (pedantic_warning_kind, permissive_error_kind): Take diagnostic
22792 context parameters. Check flags in the context passed as a parameter.
22793 (diagnostic_build_prefix): Add context parameter. Check
22794 show_column flag in context.
22795 (diagnostic_action_after_output): Check fatal_errors flag in context.
22796 (diagnostic_report_current_module): Check show_column flag in context.
22797 (default_diagnostic_starter): Update call to
22798 diagnostic_build_prefix.
22799 (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
22800 (emit_diagnostic): Pass context to permissive_error_kind.
22801 (permerror): Pass context to permissive_error_kind.
22802 * diagnostic.h (struct diagnostic_context): Add show_column,
22803 pedantic_errors, permissive and fatal_errors fields.
22804 (diagnostic_build_prefix): Update prototype.
22805 * langhooks.c
22806 * toplev.c (process_options): Set flags in global_dc from
22807 flag_show_column, flag_pedantic_errors, flag_permissive,
22808 flag_fatal_errors.
22809 * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
22810 to diagnostic_build_prefix.
22811 * Makefile.in (diagnostic.o): Update dependencies.
22812
22813 2010-05-24 H.J. Lu <hongjiu.lu@intel.com>
22814
22815 * config/i386/ia32intrin.h (__crc32q): Define only if
22816 __SSE4_2__ is defined.
22817
22818 2010-05-24 Iain Sandoe <iains@gcc.gnu.org>
22819
22820 PR target/44132
22821 PR middle-end/43602
22822 * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
22823 DECL_VISIBILITY_SPECIFIED.
22824 (emutls_decl): Set DECL_PRESERVE_P and copy
22825 DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
22826 (emutls_finalize_control_var): New callback.
22827 (emutls_finish): Finalize emutls control variables.
22828 * toplev.c (compile_file): Move the call to emutls_finish ()
22829 before varpool_assemble_pending_decls ().
22830
22831 2010-05-24 Daniel Gutson <dgutson@codesourcery.com>
22832
22833 * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
22834 added to the preprocessor condition.
22835
22836 2010-05-24 Paul Brook <paul@codesourcery.com>
22837
22838 * gengtype-lex.l: Add HARD_REG_SET.
22839 * expr.c (expand_expr_real_1): Record writes to hard registers.
22840 * function.c (rtl_data): Add asm_clobbers.
22841 * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
22842 (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
22843 Use crtl->asm_clobbers.
22844
22845 2010-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22846
22847 * doc/makefile.texi (Makefile): Mention stages 'profile'
22848 and 'feedback' for profiledbootstrap.
22849
22850 2010-05-23 H.J. Lu <hongjiu.lu@intel.com>
22851
22852 PR target/44245
22853 * config/i386/i386.c (def_builtin): Properly check
22854 OPTION_MASK_ISA_64BIT.
22855
22856 2010-05-23 Joseph Myers <joseph@codesourcery.com>
22857
22858 * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
22859 typedefs with different but compatible types. Allow duplicate
22860 typedefs with the same type except for pedantic non-C1X, but give
22861 warning for variably modified types.
22862 * c-typeck.c (tagged_types_tu_compatible_p,
22863 function_types_compatible_p, type_lists_compatible_p,
22864 comptypes_internal): Add parameter different_types_p; set
22865 *different_types_p for different but compatible types. All
22866 callers changed.
22867 (comptypes_check_different_types): New.
22868 * c-tree.h (comptypes_check_different_types): Declare.
22869
22870 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
22871
22872 * regs.h: Do not include obstack.h, basic-block.h. Include machmode.h.
22873 * jump.c: Include basic-block.h.
22874 * profile.c: Likewise.
22875 * tree-profile.c: Likewise.
22876 * coverage.c: Likewise.
22877 * basic-block.h (optimize_function_for_size_p): Move to function.h.
22878 (optimize_function_for_speed_p): Likewise.
22879 * function.h (optimize_function_for_size_p,
22880 optimize_function_for_speed_p): Moved here from basic-block.h.
22881 * Makefile.in: Update dependencies.
22882
22883 2010-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22884
22885 * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
22886 before calling make; allow override through $MAKE.
22887 * doc/invoke.texi (Optimize Options): Document override.
22888
22889 2010-05-23 Anatoly Sokolov <aesok@post.ru>
22890
22891 * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
22892 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
22893 (rs6000_mode_dependent_address_ptr): Make static.
22894 * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
22895 * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
22896 Remove.
22897
22898 2010-05-23 Maarten Lankhorst <mlankhorst@codeweavers.com>
22899
22900 PR target/43869
22901 * config/i386/i386.c: Make sure that the correct regparm is passed.
22902
22903 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
22904
22905 * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
22906 * sbitmap.c: ...to here to internalize sbitmap element access.
22907 Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
22908 Explain why basic-block.h is included.
22909 * function.h: Include tm.h for CUMULATIVE_ARGS.
22910 * Makefile.in: Update dependencies.
22911
22912 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
22913
22914 * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
22915 New core types.
22916 * sbitmap.h (struct sbitmap_def): Do not typedef here.
22917 * sbitmap.c: Include sbitmap.h.
22918 * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
22919 hard-reg-set.h. Split everything related to regsets out from here...
22920 * regset.h: ...to here. New file.
22921 * df.h: Include regset.h and sbitmap.h.
22922 * tree-flow.h: Likewise.
22923 * cfgloop.h: Likewise.
22924 * except.h: Do not include sbitmap.h. Include hashtab.h.
22925 * cgraph.h: Include vec.h and function.h.
22926 * reload.h (struct insn_chain): Change types of live_throughout
22927 and dead_or_set from regset_head to bitmap_head.
22928 (compute_use_by_pseudos): Be defined also if regset.h is not included.
22929 * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
22930 spilled_regs from regset_head to bitmap_head to avoid dependency
22931 in regset.h.
22932 * sel-sched-ir.h: Include regset.h.
22933 * reload.c: Include df.h before reload.h.
22934 * caller-save.c: Likewise.
22935 * reload1.c: Likewise.
22936 * ira.c: Likewise.
22937 (mark_elimination): Update type of r to bitmap, consistent with
22938 DF_LR_IN.
22939 * dominance.c: Include bitmap.h.
22940 * modulo-sched.c: Include df.h.
22941 * cfganal.c: Include bitmap.h and sbitmap.h.
22942 * cfgbuild.c: Include sbitmap.h.
22943 * lcm.c: Include sbitmap.h.
22944 * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
22945 * domwalk.c: Include sbitmap.h, exclude ggc.h.
22946 * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
22947 * cselib.c: Include bitmap.h.
22948 * tree-optimize.c: Include regset.h.
22949 * stmt.c: Include bitmap.h.
22950 * Makefile.in: Update dependencies.
22951
22952 2010-05-22 Jan Hubicka <jh@suse.cz>
22953
22954 * cgraph.h (struct varpool_node): Add same_comdat_group.
22955 * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
22956 pointer.
22957 (output_varpool): Update call of lto_output_varpool_node.
22958 (input_varpool): Read same_comdat_group pointer.
22959 (input_varpool_1): Fixup same_comdat_group pointer.
22960 * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
22961 group is needed, all are.
22962 * varpool.c (varpool_remove_node): Remove node from same comdat group
22963 linklist too.
22964 (varpool_analyze_pending_decls): Walk same comdat groups.
22965
22966 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
22967
22968 * rtl.h (union rtunion_def): Remove rt_bit member.
22969 (XBITMAP, X0BITMAP, XCBITMAP): Remove.
22970 * print-rtl (print_rtx): Do not print the member.
22971 * gengtype.c (adjust_field_rtx_def): Do not handle it.
22972 * gengenrtl.c (type_from_format): Likewise.
22973 (accessor_from_format): Likewise.
22974
22975 2010-05-22 Joseph Myers <joseph@codesourcery.com>
22976
22977 * dbgcnt.c: Include toplev.h instead of errors.h.
22978 * ira-emit.c: Don't include errors.h.
22979 * ira.c: Include toplev.h instead of errors.h.
22980 * lto-compress.c: Include toplev.h instead of errors.h.
22981 * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
22982 ira.o, dbgcnt.o): Update dependencies.
22983
22984 2010-05-22 Richard Guenther <rguenther@suse.de>
22985
22986 * gimple.c (gimple_types_compatible_p): Check type qualifications
22987 before merging pointer to complete and pointer to incomplete type.
22988 * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
22989 we use our own resolution algorithm. The gold linker plugin
22990 doesn't do the job we want it to do here.
22991
22992 2010-05-22 Anatoly Sokolov <aesok@post.ru>
22993
22994 * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
22995 * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
22996 (sparc_mode_dependent_address_p): New function.
22997
22998 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
22999
23000 * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
23001
23002 * timevar.c: Do not include any core headers.
23003 (timevar_print): De-i18n-ize.
23004 (print_time): Likewise.
23005 * timevar.h (timevar_push, timevar_pop): Make inline functions.
23006
23007 2010-05-21 Joseph Myers <joseph@codesourcery.com>
23008
23009 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
23010 langhooks-def.h.
23011 (diagnostic_initialize): Initialize x_data not last_function.
23012 (diagnostic_report_current_function): Move to tree-diagnostic.c.
23013 (default_diagnostic_starter): Call
23014 diagnostic_report_current_module not
23015 diagnostic_report_current_function.
23016 (diagnostic_report_diagnostic): Initialize x_data not
23017 abstract_origin.
23018 (verbatim): Likewise.
23019 * diagnostic.h (struct diagnostic_info): Change abstract_origin to
23020 x_data.
23021 (struct diagnostic_context): Change last_function to x_data.
23022 (diagnostic_auxiliary_data): Replace with
23023 diagnostic_context_auxiliary_data and
23024 diagnostic_info_auxiliary_data.
23025 (diagnostic_last_function_changed, diagnostic_set_last_function,
23026 diagnostic_report_current_function): Move to tree-diagnostic.h.
23027 (print_declaration, dump_generic_node, print_generic_stmt,
23028 print_generic_stmt_indented, print_generic_expr,
23029 print_generic_decl, debug_c_tree, dump_omp_clauses,
23030 print_call_name, debug_generic_expr, debug_generic_stmt,
23031 debug_tree_chain, default_tree_printer): Move to
23032 tree-pretty-print.h.
23033 (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
23034 print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
23035 gimple-pretty-print.h.
23036 * pretty-print.c: Don't include tree.h
23037 (pp_base_format): Don't handle %K here.
23038 (pp_base_tree_identifier): Move to tree-pretty-print.c.
23039 * pretty-print.h (text_info): Change abstract_origin to x_data.
23040 (pp_tree_identifier, pp_unsupported_tree,
23041 pp_base_tree_identifier): Move to tree-pretty-print.h.
23042 * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
23043 tree-pretty-print.h: New files.
23044 * tree-pretty-print.c: Include tree-pretty-print.h.
23045 (percent_K_format): New. Moved from pretty-print.c.
23046 (pp_base_tree_identifier): Move from pretty-print.c.
23047 * c-objc-common.c: Include tree-pretty-print.h.
23048 (c_tree_printer): Handle %K here.
23049 * langhooks.c: Include tree-diagnostic.h.
23050 (lhd_print_error_function): Use diagnostic_abstract_origin macro.
23051 * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
23052 (default_tree_printer): Handle %K using percent_K_format.
23053 (general_init): Use default_tree_diagnostic_starter.
23054 * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
23055 (free_lang_data): Use default_tree_diagnostic_starter.
23056 * c-pretty-print.c: Include tree-pretty-print.h.
23057 * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
23058 * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
23059 * dwarf2out.c: Include tree-pretty-print.h.
23060 * except.c: Include tree-pretty-print.h.
23061 * gimple-pretty-print.c: Include tree-pretty-print.h and
23062 gimple-pretty-print.h.
23063 * gimplify.c: Include tree-pretty-print.h.
23064 * graphite-poly.c: Include tree-pretty-print.h and
23065 gimple-pretty-print.h.
23066 * ipa-cp.c: Include tree-pretty-print.h.
23067 * ipa-inline.c: Include gimple-pretty-print.h.
23068 * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
23069 * ipa-pure-const.c: Include gimple-pretty-print.h.
23070 * ipa-struct-reorg.c: Include tree-pretty-print.h and
23071 gimple-pretty-print.h.
23072 * ipa-type-escape.c: Include tree-pretty-print.h.
23073 * print-rtl.c: Include tree-pretty-print.h.
23074 * print-tree.c: Include gimple-pretty-print.h.
23075 * sese.c: Include tree-pretty-print.h.
23076 * tree-affine.c: Include tree-pretty-print.h.
23077 * tree-browser.c: Include tree-pretty-print.h.
23078 * tree-call-cdce.c: Include gimple-pretty-print.h.
23079 * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
23080 * tree-chrec.c: Include tree-pretty-print.h.
23081 * tree-data-ref.c: Include tree-pretty-print.h and
23082 gimple-pretty-print.h.
23083 * tree-dfa.c: Include tree-pretty-print.h.
23084 * tree-if-conv.c: Include tree-pretty-print.h and
23085 gimple-pretty-print.h.
23086 * tree-inline.c: Include tree-pretty-print.h.
23087 * tree-into-ssa.c: Include tree-pretty-print.h and
23088 gimple-pretty-print.h.
23089 * tree-nrv.c: Include tree-pretty-print.h.
23090 * tree-object-size.c: Include tree-pretty-print.h and
23091 gimple-pretty-print.h.
23092 * tree-outof-ssa.c: Include tree-pretty-print.h and
23093 gimple-pretty-print.h.
23094 * tree-parloops.c: Include tree-pretty-print.h and
23095 gimple-pretty-print.h.
23096 * tree-predcom.c: Include tree-pretty-print.h and
23097 gimple-pretty-print.h.
23098 * tree-scalar-evolution.c: Include tree-pretty-print.h and
23099 gimple-pretty-print.h.
23100 * tree-sra.c: Include tree-pretty-print.h.
23101 * tree-ssa-address.c: Include tree-pretty-print.h.
23102 * tree-ssa-alias.c: Include tree-pretty-print.h.
23103 * tree-ssa-ccp.c: Include tree-pretty-print.h and
23104 gimple-pretty-print.h.
23105 * tree-ssa-coalesce.c: Include tree-pretty-print.h.
23106 * tree-ssa-copy.c: Include tree-pretty-print.h and
23107 gimple-pretty-print.h.
23108 * tree-ssa-copyrename.c: Include tree-pretty-print.h.
23109 * tree-ssa-dce.c: Include tree-pretty-print.h and
23110 gimple-pretty-print.h.
23111 * tree-ssa-dom.c: Include tree-pretty-print.h and
23112 gimple-pretty-print.h.
23113 * tree-ssa-dse.c: Include gimple-pretty-print.h.
23114 * tree-ssa-forwprop.c: Include tree-pretty-print.h.
23115 * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
23116 * tree-ssa-live.c: Include tree-pretty-print.h and
23117 gimple-pretty-print.h.
23118 * tree-ssa-loop-im.c: Include tree-pretty-print.h and
23119 gimple-pretty-print.h.
23120 * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
23121 gimple-pretty-print.h.
23122 * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
23123 gimple-pretty-print.h.
23124 * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
23125 gimple-pretty-print.h.
23126 * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
23127 * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
23128 * tree-ssa-operands.c: Include tree-pretty-print.h and
23129 gimple-pretty-print.h.
23130 * tree-ssa-phiprop.c: Include tree-pretty-print.h and
23131 gimple-pretty-print.h.
23132 * tree-ssa-pre.c: Include tree-pretty-print.h and
23133 gimple-pretty-print.h.
23134 * tree-ssa-propagate.c: Include gimple-pretty-print.h.
23135 * tree-ssa-reassoc.c: Include tree-pretty-print.h and
23136 gimple-pretty-print.h.
23137 * tree-ssa-sccvn.c: Include tree-pretty-print.h and
23138 gimple-pretty-print.h.
23139 * tree-ssa-sink.c: Include gimple-pretty-print.h.
23140 * tree-ssa-ter.c: Include tree-pretty-print.h and
23141 gimple-pretty-print.h.
23142 * tree-ssa-uninit.c: Include gimple-pretty-print.h.
23143 * tree-ssa.c: Include tree-pretty-print.h and
23144 gimple-pretty-print.h.
23145 * tree-stdarg.c: Include gimple-pretty-print.h.
23146 * tree-switch-conversion.c: Include gimple-pretty-print.h.
23147 * tree-tailcall.c: Include tree-pretty-print.h and
23148 gimple-pretty-print.h.
23149 * tree-vect-data-refs.c: Include tree-pretty-print.h and
23150 gimple-pretty-print.h.
23151 * tree-vect-loop-manip.c: Include tree-pretty-print.h and
23152 gimple-pretty-print.h.
23153 * tree-vect-loop.c: Include tree-pretty-print.h and
23154 gimple-pretty-print.h.
23155 * tree-vect-patterns.c: Include gimple-pretty-print.h.
23156 * tree-vect-slp.c: Include tree-pretty-print.h and
23157 gimple-pretty-print.h.
23158 * tree-vect-stmts.c: Include tree-pretty-print.h and
23159 gimple-pretty-print.h.
23160 * tree-vectorizer.c: Include tree-pretty-print.h.
23161 * tree-vrp.c: Include tree-pretty-print.h and
23162 gimple-pretty-print.h.
23163 * value-prof.c: Include tree-pretty-print.h and
23164 gimple-pretty-print.h.
23165 * var-tracking.c: Include tree-pretty-print.h.
23166 * Makefile.in (OBJS-common): Add tree-diagnostic.o.
23167 (tree-diagnostic.o): New dependencies.
23168 (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
23169 tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
23170 tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
23171 tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
23172 tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
23173 tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
23174 tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
23175 tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
23176 tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
23177 tree-ssa-address.o, tree-ssa-loop-niter.o,
23178 tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
23179 tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
23180 tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
23181 gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
23182 tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
23183 tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
23184 tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
23185 tree-parloops.o, tree-stdarg.o, tree-object-size.o,
23186 gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
23187 toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
23188 ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
23189 ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
23190 tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
23191 tree-switch-conversion.o, var-tracking.o, value-prof.o,
23192 cfgexpand.o, pretty-print.o): Update dependencies.
23193
23194 2010-05-22 Andreas Tobler <andreast@fgznet.ch>
23195
23196 * tree-ssa-structalias.c: Remove tm_p.h from include.
23197
23198 2010-05-21 Jeff Law <law@redhat.com>
23199
23200 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
23201
23202 2010-05-21 Jason Merrill <jason@redhat.com>
23203
23204 * tree-eh.c (cleanup_is_dead_in): New.
23205 (lower_try_finally): Don't generate a dead cleanup region.
23206 (lower_cleanup): Likewise.
23207
23208 2010-05-21 Jakub Jelinek <jakub@redhat.com>
23209
23210 PR debug/44223
23211 * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
23212 unchain each use from the cyclic next_regno_use chain first.
23213
23214 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
23215
23216 * real: Do not include gmp.h, mpfr.h, and mpc.h.
23217 (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
23218 (real_value_negate, real_value_abs): New prototypes.
23219 (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
23220 * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
23221 new include file for interface between MPFR and REAL_VALUE_TYPE.
23222 * real.c: Include realmpfr.h.
23223 (real_arithmetic2): Remove legacy function.
23224 (real_value_negate): New.
23225 (real_value_abs): New.
23226 (mfpr_from_real, real_from_mpfr): Move from here...
23227 * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
23228 * builtins.c: Include realmpfr.h.
23229 * fold-const.c: Include realmpfr.h.
23230 (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
23231 (fold_negate_const): Likewise.
23232 (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
23233 * toplev.c: Include realmpfr.h.
23234 * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
23235 and real_value_negate.
23236 * fixed-value.c (check_real_for_fixed_mode): Likewise.
23237 * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
23238 (vfp3_const_double_index): Likewise.
23239 (arm_print_operand): Likewise.
23240 * Makefile.in: Update dependencies.
23241
23242 2010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23243
23244 * config/s390/s390.c (override_options): Increase the default
23245 of max-completely-peel-times.
23246
23247 2010-05-21 Julian Brown <julian@codesourcery.com>
23248 Mark Mitchell <mark@codesourcery.com>
23249
23250 * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
23251 sibling calls for Thumb-1.
23252 * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
23253 * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
23254 Thumb-2.
23255 (*call_insn, *call_value_insn): Don't use for Thumb-2.
23256 (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
23257 for Thumb-2.
23258 (return): New expander.
23259 (*arm_return): New name for ARM return insn.
23260 * config/arm/thumb2.md (*thumb2_return): New insn pattern.
23261
23262 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
23263
23264 * config.gcc (sparc64-*-rtems*): New target.
23265
23266 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
23267
23268 * tree.c (build_function_decl_skip_args): Fix grammar.
23269 (build_function_type_list_1): Fix typos, adjust formatting.
23270
23271 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
23272
23273 * tree.h: Include real.h and fixed-value.h as basic datatypes.
23274 * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
23275 tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
23276 tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
23277 tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
23278 genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
23279 tree-pretty-print.c, tree-loop-distribution.c,
23280 tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
23281 tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
23282 tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
23283 tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
23284 tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
23285 tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
23286 tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
23287 tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
23288 tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
23289 tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
23290 genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
23291 tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
23292 gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
23293 tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
23294 tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
23295 store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
23296 tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
23297 tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
23298 tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
23299 tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
23300 fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
23301 tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
23302 config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
23303 config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
23304 config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
23305 config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
23306 config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
23307 config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
23308 config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
23309 config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
23310 config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
23311 config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
23312 config/score/score7.c, config/score/score.c, config/arm/arm.c,
23313 config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
23314 config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
23315 config/bfin/bfin.c: Clean up redundant includes.
23316 * Makefile.in: Update accordingly.
23317
23318 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
23319
23320 PR middle-end/44204
23321 * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
23322 statement has no arguments.
23323
23324 2010-05-21 Kai Tietz <kai.tietz@onevision.com>
23325
23326 PR/44139
23327 * varasm.c (emutls_decl): Merge attributes to new decl.
23328
23329 2010-05-21 Eric Botcazou <ebotcazou@adacore.com>
23330
23331 PR middle-end/44101
23332 * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
23333 around the uniquized constructor if its type requires a conversion.
23334
23335 2010-05-21 Jakub Jelinek <jakub@redhat.com>
23336
23337 PR debug/44205
23338 * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
23339 at -O0 goto_locus of any of the incoming edges differs from
23340 goto_locus of outgoing edge, or gimple_location of any of the
23341 labels differs.
23342
23343 2009-09-14 Vladimir Makarov <vmakarov@redhat.com>
23344
23345 * ira.c (ira_non_ordered_class_hard_regs): Define.
23346 (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
23347 * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
23348 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
23349 cost of unaligned hard regs when allocating multi-reg pseudos.
23350
23351 2010-05-20 Richard Sandiford <rdsandiford@googlemail.com>
23352
23353 * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
23354 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
23355 for TARGET_NO_FLOAT.
23356 * config/mips/mips.c (mips_file_start): Expand conditional expression
23357 into "if" statements. Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
23358 (mips_override_options): Move -mno-float override -msoft-float and
23359 -mhard-float.
23360 * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
23361 Condition(TARGET_SUPPORTS_NO_FLOAT).
23362 * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
23363 __mips_no_float here.
23364 (SUBTARGET_OVERRIDE_OPTIONS): Delete.
23365 (TARGET_SUPPORTS_NO_FLOAT): Define.
23366 * config/mips/sdemtk.opt: Delete.
23367
23368 2010-05-20 Segher Boessenkool <segher@kernel.crashing.org>
23369
23370 * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
23371
23372 2010-05-20 Uros Bizjak <ubizjak@gmail.com>
23373
23374 PR target/43733
23375 * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
23376 * configure: Regenerate.
23377 * config.in: Regenerate.
23378 * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
23379 instead of sahf only for 64bit targets.
23380
23381 2010-05-20 Jakub Jelinek <jakub@redhat.com>
23382
23383 PR debug/44178
23384 * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
23385 setup_ref_regs for DEBUG_INSNs.
23386
23387 2010-05-20 Jan Hubicka <jh@suse.cz>
23388
23389 PR middle-end/44197
23390 * varpool.c (varpool_remove_node): Handle in-varpool aliases.
23391
23392 2010-05-20 Kenneth Zadeck <zadeck@naturalbridge.com>
23393
23394 PR bootstrap/43870
23395 * df-scan.c (df_ref_compare): Stabilize sort.
23396
23397 2010-05-20 Jakub Jelinek <jakub@redhat.com>
23398
23399 * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
23400 argument. Don't use DW_OP_piece if offset is non-zero,
23401 put offset into second DW_OP_bit_piece argument.
23402 (dw_sra_loc_expr): Adjust callers. For memory expressions
23403 compute offset.
23404
23405 2010-05-20 Hans-Peter Nilsson <hp@axis.com>
23406
23407 PR target/44202
23408 * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
23409 settings for 16-bit-constant "addo" alternative.
23410
23411 2010-05-19 James E. Wilson <wilson@codesourcery.com>
23412
23413 * config/mips/mips-dsp.md (add<DSPV:mode>3,
23414 mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
23415
23416 PR target/43764
23417 * mips.c (mips_call_expr_from_insn): New arg second_call. Set it.
23418 (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
23419 Use it.
23420
23421 2010-05-19 Joseph Myers <joseph@codesourcery.com>
23422
23423 * diagnostic.c (FLOAT, FFS): Don't undefine.
23424 * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
23425 * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
23426 include ordering.
23427
23428 2010-05-19 Richard Sandiford <rdsandiford@googlemail.com>
23429
23430 * combine.c (propagate_for_debug): Call make_compound_operation
23431 on the source value.
23432 (try_combine): When implementing a split chosen by find_split_point,
23433 either copy i2src or set it to null. Assert that i2src is not null
23434 before substituting into CALL_INSN_FUNCTION_USAGE.
23435
23436 2010-05-19 Anatoly Sokolov <aesok@post.ru>
23437
23438 * double-int.h (double_int_ior): New function.
23439 * tree.h (build_int_cst_wide_type): Remove.
23440 * tree.c (build_int_cst_wide_type): Remove.
23441 * fold-const.c (native_interpret_int): Use double_int_to_tree instead
23442 of build_int_cst_wide_type.
23443 * stor-layout.c (set_sizetype): (Ditto.).
23444 * dojump.c (do_jump): Use build_int_cstu instead of
23445 build_int_cst_wide_type.
23446
23447 2010-05-19 Eric Botcazou <ebotcazou@adacore.com>
23448
23449 * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
23450 * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
23451 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
23452 * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
23453 TARGET_EXPR nodes, but only once, if instructed to do so. Do not
23454 propagate the 'data' argument to copy_tree_r.
23455 (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
23456 Propagate 'data' argument to walk_tree.
23457 (copy_if_shared): New function.
23458 (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
23459 (unmark_visited): New function.
23460 (unshare_body): Call copy_if_shared instead of doing it manually.
23461 (unvisit_body): Call unmark_visited instead of doing it manually.
23462
23463 2010-05-19 Nathan Froyd <froydnj@codesourcery.com>
23464
23465 * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
23466 (hook_tree_tree_int_treep_bool_null): ...this. Update signature.
23467 * hooks.c: Likewise.
23468 * target-def.h (TARGET_FOLD_BUILTIN): Define to
23469 hook_tree_tree_int_treep_bool_null.
23470 * target.h (struct gcc_target): Update signature of fold_builtin
23471 field.
23472 * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
23473 * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
23474 instead of the call expression.
23475 (fold_builtin_call_array): Pass n and argarray directly.
23476 (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
23477 consing a list.
23478 * config/alpha/alpha.c (alpha_fold_builtin): Update signature. Lift
23479 MAX_ARGS check out of the loop. Delete declaration of `arity', declare
23480 `i' and use it in place of `arity'.
23481 * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
23482 Dereference `args' directly.
23483 * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
23484
23485 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23486
23487 * doc/sourcebuild.texi (Effective-Target Keywords): Document
23488 3dnow, sse3, sse2.
23489 (Directives): Document optional dg-require-effective-target
23490 selector.
23491
23492 2010-05-19 Richard Guenther <rguenther@suse.de>
23493
23494 PR lto/44196
23495 * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
23496
23497 2010-05-19 Richard Guenther <rguenther@suse.de>
23498
23499 * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
23500 * common.opt (fwhopr=): New.
23501 * opts.c (common_handle_option): Handle OPT_fwhopr.
23502 * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
23503 * collect2.c (main): Match -fwhopr*.
23504 * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
23505 Execute ltrans stage in parallel when jobs is bigger than 1.
23506
23507 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23508
23509 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
23510 pentiumpro on Solaris 8/x86 with Sun as.
23511 * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
23512 hidden alias bug.
23513 (gcc_cv_as_ix86_quad): Check for .quad directive.
23514 * configure: Regenerate.
23515 * config.in: Regenerate.
23516 * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
23517
23518 2010-05-19 Martin Jambor <mjambor@suse.cz>
23519
23520 * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
23521 also for indirect edges. Actual printing moved...
23522 (ipa_print_node_jump_functions_for_edge): ...here.
23523 (ipa_compute_jump_functions): Renamed to
23524 ipa_compute_jump_functions_for_edge and made static.
23525 (ipa_compute_jump_functions): New function.
23526 (make_edge_direct_to_target): Check if the number of arguments on
23527 the newly direct edge is the same as the number of parametrs of
23528 the callee.
23529 * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
23530 ipa_compute_jump_functions. Call ipa_analyze_params_uses.
23531 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
23532 analysis functions unconditionally, call the new
23533 ipa_analyze_params_uses on the node instead of every edge.
23534
23535 2010-05-19 Christian Borntraeger <borntraeger@de.ibm.com>
23536
23537 * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
23538 to tree.
23539 (dump_mem_ref): Adopt debug code to handle a tree as step. This
23540 also checks for a constant int vs. non-constant but
23541 loop-invariant steps.
23542 (find_or_create_group): Change the sort algorithm to only consider
23543 steps that are constant ints.
23544 (idx_analyze_ref): Adopt code to handle a tree instead of a
23545 HOST_WIDE_INT for step.
23546 (gather_memory_references_ref): Handle tree instead of int and be
23547 prepared to see a NULL_TREE.
23548 (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
23549 prefetches if the step cannot be calculated at compile time.
23550 (issue_prefetch_ref): Issue prefetches for non-constant but
23551 loop-invariant steps.
23552
23553 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
23554
23555 Revert:
23556 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
23557
23558 * tree.h (build_call_list): Remove.
23559 * tree.c (build_call_list): Remove.
23560
23561 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
23562
23563 * tree.h (build_call_list): Remove.
23564 * tree.c (build_call_list): Remove.
23565
23566 2010-05-18 Jan Hubicka <jh@suse.cz>
23567
23568 * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
23569
23570 2010-05-18 Vladimir Makarov <vmakarov@redhat.com>
23571
23572 PR rtl-optimization/43332
23573 * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
23574
23575 2010-05-18 Anatoly Sokolov <aesok@post.ru>
23576
23577 * tree.h (build_int_cstu): Implement as static inline.
23578 * tree.c (build_int_cstu): Remove function.
23579 (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
23580 sign extended.
23581
23582 2010-05-18 Richard Guenther <rguenther@suse.de>
23583
23584 PR lto/44143
23585 * lto-wrapper.c (verbose): New variable. Initialize from -v.
23586 (debug): Initialize from -save-temps.
23587 (collect_execute): Print command-line when verbose.
23588 (run_gcc): Always use COLLECT_GCC_OPTIONS. Use fork_execute
23589 for ltrans invocation. Produce -dumpbase flag again.
23590 (process_args): Remove.
23591 (main): Simplify.
23592 * collect2.c (maybe_run_lto_and_relink): Only pass object
23593 files to lto-wrapper.
23594 * gcc.c (LINK_COMMAND_SPEC): Likewise.
23595
23596 2010-05-18 Jan Hubicka <jh@suse.cz>
23597
23598 * opts.c (decode_options): Do not disable whopr at ipa_cp.
23599 * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
23600
23601 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
23602
23603 PR lto/44184
23604 * lto-streamer-out.c (output_gimple_stmt): Output number of labels
23605 in a GIMPLE_ASM.
23606 * lto-streamer-in.c (input_gimple_stmt): Read number of labels
23607 in a GIMPLE_ASM.
23608
23609 2010-05-18 Jakub Jelinek <jakub@redhat.com>
23610
23611 PR debug/41371
23612 * var-tracking.c (find_loc_in_1pdv): Add a few checks from
23613 rtx_equal_p inline.
23614
23615 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
23616
23617 * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
23618 lto-macho as lto_binary_reader.
23619
23620 * darwin.c (darwin_asm_named_section): Do not add assembler comment
23621 after .section directive; just print it before the directive instead.
23622
23623 2010-05-17 Jan Hubicka <jh@suse.cz>
23624
23625 * cgraph.c (cgraph_create_virtual_clone): Only check
23626 versionable_function_p when not in wpa and checking is enabled.
23627 * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
23628 there are no more functions to materialize.
23629
23630 2010-05-17 Jan Hubicka <jh@suse.cz>
23631
23632 * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
23633 * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
23634 New functions.
23635 (output_cgraph): Call output_cgraph_opt_summary.
23636 (input_cgrpah): Call input_cgraph_opt_summary.
23637 (output_cgraph_opt_summary_p, output_node_opt_summary,
23638 input_node_opt_summary, input_cgraph_opt_section): New functions.
23639 * lto-section-in.c (lto_section_name): Add cgraphopt.
23640 * tree-inline.c (tree_function_versioning): Handle parm_num.
23641 * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
23642 * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
23643
23644 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
23645
23646 * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
23647 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
23648 the insn to prefetch ratio heuristic to loops with known trip count.
23649
23650 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
23651
23652 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
23653 (schedule_prefetches): Do not generate a prefetch if the unroll factor
23654 is far from what is required by the prefetch.
23655
23656 2010-05-17 Jan Hubicka <jh@suse.cz>
23657
23658 * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
23659 (ipcp_estimate_growth): Likewise.
23660 (ipcp_const_param_count): Likewise.
23661 (ipcp_insert_stage): Likewise.
23662 * ipa-prop.c (visit_load_for_mod_analysis): New function.
23663 (visit_store_addr_for_mod_analysis): Set used flag.
23664 (ipa_detect_param_modifications): Set used flag for SSE params;
23665 update use of walk_stmt_load_store_addr_ops.
23666 (ipa_print_node_params): Print used flag.
23667 (ipa_write_node_info): Stream used flag.
23668 (ipa_read_node_info): Likewise.
23669 * ipa-prop.h (struct ipa_param_descriptor): Add used field.
23670 (ipa_is_param_used): New function.
23671 (lto_ipa_fixup_call_notes): Remove unused declaration.
23672
23673 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23674
23675 PR target/44074
23676 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
23677 * configure: Regenerate.
23678 * config.in: Regenerate.
23679 * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
23680 !HAVE_AS_IX86_REP_LOCK_PREFIX.
23681 Don't emit whitespace.
23682 * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
23683 (*rep_movsi): Likewise.
23684 (*rep_movsi_rex64): Likewise.
23685 (*rep_movqi): Likewise.
23686 (*rep_movqi_rex64): Likewise.
23687 (*rep_stosdi_rex64): Likewise.
23688 (*rep_stossi): Likewise.
23689 (*rep_stossi_rex64): Likewise.
23690 (*rep_stosqi): Likewise.
23691 (*rep_stosqi_rex64): Likewise.
23692 (*cmpstrnqi_nz_1): Use {%;} after repz.
23693 (*cmpstrnqi_nz_rex_1): Likewise.
23694 (*cmpstrnqi_1): Likewise.
23695 (*cmpstrnqi_rex_1): Likewise.
23696 (*strlenqi_1): Use {%;} after repnz.
23697 (*strlenqi_rex_1): Likewise.
23698 * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
23699 (*sync_compare_and_swap<mode>): Likewise.
23700 (sync_double_compare_and_swap<mode>): Likewise.
23701 (*sync_double_compare_and_swapdi_pic): Likewise.
23702 (sync_old_add<mode>): Likewise.
23703 (sync_add<mode>): Likewise.
23704 (sync_sub<mode>): Likewise.
23705 (sync_<code><mode>): Likewise.
23706
23707 2010-05-17 Martin Jambor <mjambor@suse.cz>
23708
23709 * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
23710 otr_token and polymorphic.
23711 * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
23712 (cgraph_clone_edge): Copy the above fields.
23713 * tree.c (get_binfo_at_offset): New function.
23714 * tree.h (get_binfo_at_offset): Declare.
23715 * ipa-prop.h (enum jump_func_type): Added known_type jump function
23716 type, reordered items, updated comments.
23717 (union jump_func_value): Added base_type field, reordered fields.
23718 (enum ipa_lattice_type): Moved down in the file.
23719 (struct ipa_param_descriptor): New field polymorphic.
23720 (ipa_is_param_polymorphic): New function.
23721 * ipa-prop.c: Include gimple.h and gimple-fold.h.
23722 (ipa_print_node_jump_functions): Print known type jump functions.
23723 (compute_complex_pass_through): Renamed to...
23724 (compute_complex_assign_jump_func): this.
23725 (compute_complex_ancestor_jump_func): New function.
23726 (compute_known_type_jump_func): Likewise.
23727 (compute_scalar_jump_functions): Create known type and complex ancestor
23728 jump functions.
23729 (ipa_note_param_call): New parameter polymorphic, set the corresponding
23730 flag in the call note accordingly.
23731 (ipa_analyze_call_uses): Renamed to...
23732 (ipa_analyze_indirect_call_uses): this. New parameter target, define
23733 variable var only in the block where it is used.
23734 (ipa_analyze_virtual_call_uses): New function.
23735 (ipa_analyze_call_uses): Likewise.
23736 (combine_known_type_and_ancestor_jfs): Likewise.
23737 (update_jump_functions_after_inlining): Implemented handling of a
23738 number of new jump function types combination.
23739 (print_edge_addition_message): Removed.
23740 (make_edge_direct_to_target): New function.
23741 (try_make_edge_direct_simple_call): Likewise.
23742 (try_make_edge_direct_virtual_call): Likewise.
23743 (update_call_notes_after_inlining): Renamed to...
23744 (update_indirect_edges_after_inlining): this. Moved edge creation for
23745 indirect calls to try_make_edge_direct_simple_call, also calls
23746 try_make_edge_direct_virtual_call for virtual calls.
23747 (ipa_print_node_params): Changed the header message.
23748 (ipa_write_jump_function): Stream also known type jump functions.
23749 (ipa_read_jump_function): Likewise.
23750 (ipa_write_indirect_edge_info): Stream new fields in
23751 cgraph_indirect_call_info.
23752 (ipa_read_indirect_edge_info): Likewise.
23753 * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
23754 GIMPLE_FOLD_H.
23755
23756 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23757
23758 * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
23759
23760 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
23761
23762 * tree.h (CALL_EXPR_ARGS): Delete.
23763 (call_expr_arglist): Delete.
23764 * tree.c (call_expr_arglist): Delete.
23765 * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
23766 targetm.fold_builtin.
23767 * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
23768 Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
23769 * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
23770 arglist parameter. Use CALL_EXPR_ARG.
23771 (picochip_expand_builtin_3op): Likewise.
23772 (picochip_expand_builtin_2opvoid): Likewise.
23773 (picochip_expand_array_get): Likewise.
23774 (picochip_expand_array_put): Likewise.
23775 (picochip_expand_array_testport): Likewise.
23776 (picochip_expand_builtin): Don't call CALL_EXPR_ARGS. Pass exp
23777 rather than arglist.
23778 * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
23779 CALL_EXPR_ARGS.
23780 * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
23781 than TREE_VALUE and TREE_CHAIN.
23782 * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
23783 * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
23784 the arglist.
23785
23786 2010-05-17 Jakub Jelinek <jakub@redhat.com>
23787
23788 PR bootstrap/42347
23789 * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
23790 to have no fallthru edge.
23791
23792 PR middle-end/44102
23793 * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
23794 bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
23795 mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
23796 add BARRIER after previous bb if needed.
23797
23798 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
23799
23800 * tree.c (build_function_type_list_1): Remove bogus assert condition.
23801
23802 2010-05-17 Alan Modra <amodra@gmail.com>
23803
23804 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
23805 unnecessary prototype. Replace copy_r12 and copy_r11 flag params
23806 with copy_reg rtx param.
23807 (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
23808 Correct cases where code for ABI_V4 did not initialise the reg
23809 used to access frame. Also leave frame_reg_rtx as sp for large
23810 frames that save no regs.
23811
23812 2010-05-17 Martin Jambor <mjambor@suse.cz>
23813
23814 PR middle-end/44133
23815 * tree-sra.c (create_access_replacement): New parameter rename, mark
23816 the replaement for renaming only when it is true.
23817 (get_access_replacement): Pass true in the rename parameter of
23818 create_access_replacement.
23819 (get_unrenamed_access_replacement): New function.
23820 (replace_uses_with_default_def_ssa_name): New parameter racc, get the
23821 replacement declaration from it.
23822
23823 2010-05-17 Bernd Schmidt <bernds@codesourcery.com>
23824
23825 * function.c (try_fit_stack_local, add_frame_space): New static
23826 functions.
23827 (assign_stack_local_1): Use them. Look for opportunities to use
23828 space previously wasted on alignment.
23829 * function.h (struct frame_space): New.
23830 (struct rtl_data): Add FRAME_SPACE_LIST member.
23831 * reload1.c (something_was_spilled): New static variable.
23832 (alter_reg): Set it.
23833 (reload): Test it in addition to testing if the frame size changed.
23834
23835 2010-05-17 Christian Borntraeger <borntraeger@de.ibm.com>
23836
23837 * config/s390/s390.c: Define sane prefetch settings and activate
23838 flag_prefetch_loop_arrays on -O3.
23839 * config/s390/s390.h: Declare that read can use write prefetch.
23840
23841 2010-05-17 Jakub Jelinek <jakub@redhat.com>
23842
23843 * lto-streamer-out.c (lto_output): Fix --enable-checking=release
23844 build.
23845
23846 2010-05-16 Jan Hubicka <jh@suse.cz>
23847
23848 * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
23849 function body; do not check stdarg field of struct function.
23850
23851 2010-05-16 Jan Hubicka <jh@suse.cz>
23852
23853 * cgraph.c (dump_cgraph_node): Dump versionable flag.
23854 * cgraph.h (cgraph_local_info): Add versionable flag.
23855 * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
23856 (ipcp_versionable_function_p): Use it.
23857 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
23858 versionable flag.
23859
23860 2010-05-16 Jan Hubicka <jh@suse.cz>
23861
23862 * cgraph.c (cgraph_clone_node): Take decl argument and insert
23863 clone into hash when it is different from orig.
23864 (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
23865 * cgraph.h (cgraph_clone_node): Update prototype.
23866 * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
23867 (lto_cgraph_encoder_delete): Delete body map.
23868 (lto_cgraph_encoder_size): Move to header.
23869 (lto_cgraph_encoder_encode_body_p,
23870 lto_set_cgraph_encoder_encode_body): New.
23871 (lto_output_node): Do not take written_decls argument; output clone_of
23872 pointer.
23873 (add_node_to): Add include_body_argument; call
23874 lto_set_cgraph_encoder_encode_body on master of the clone.
23875 (add_references): Update use of add_node_to.
23876 (compute_ltrans_boundary): Likewise.
23877 (output_cgraph): Do not create written_decls bitmap.
23878 (input_node): Take nodes argument; stream in clone_of correctly.
23879 (input_cgraph_1): Update use of input_node.
23880 * lto-streamer-out.c (lto_output): Use encoder info to decide
23881 what bodies to output.
23882 * ipa-inline.c (cgraph_clone_inlined_nodes,
23883 cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
23884 * lto-streamer.h (lto_cgraph_encoder_d): Add body.
23885 (lto_cgraph_encoder_size): Define here.
23886 (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
23887 Declare.
23888
23889 2010-05-16 Richard Guenther <rguenther@suse.de>
23890
23891 * doc/invoke.texi (-fipa-struct-reorg): Do not mention
23892 -fipa-type-escape.
23893 * ipa-type-escape.c (gate_type_escape_vars): Run when
23894 -fipa-struct-reorg runs.
23895 * opts.c (decode_options): Do not unset flag_ipa_type_escape.
23896 * common.opt (fipa-type-escape): Remove.
23897
23898 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
23899
23900 * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
23901 (decode_options): Likewise.
23902 * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
23903
23904 2010-05-16 Jan Hubicka <jh@suse.cz>
23905
23906 * ipa.c (function_and_variable_visibility): Also bring local all
23907 aliases.
23908
23909 2010-05-16 Richard Guenther <rguenther@suse.de>
23910
23911 * alias.c (nonoverlapping_memrefs_p): Remove use of
23912 IPA type-escape information.
23913
23914 2010-05-16 Joseph Myers <joseph@codesourcery.com>
23915
23916 * c-common.c (c_common_reswords): Add _Static_assert for C.
23917 * c-parser.c (c_token_starts_declaration,
23918 c_parser_next_token_starts_declaration,
23919 c_parser_static_assert_declaration_no_semi,
23920 c_parser_static_assert_declaration): New.
23921 (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
23922 Handle static assertions if static_assert_ok.
23923 (c_parser_external_declaration, c_parser_declaration_or_fndef,
23924 c_parser_compound_statement_nostart, c_parser_label,
23925 c_parser_for_statement, c_parser_objc_methodprotolist,
23926 c_parser_omp_for_loop): All callers of
23927 c_parser_declaration_or_fndef changed.
23928 (c_parser_struct_declaration): Handle static assertions.
23929 (c_parser_compound_statement_nostart): Use
23930 c_parser_next_token_starts_declaration and
23931 c_token_starts_declaration to detect start of declarations.
23932 (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
23933 Likewise.
23934
23935 2010-05-16 Anatoly Sokolov <aesok@post.ru>
23936
23937 * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
23938 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
23939 * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
23940 TARGET_FUNCTION_VALUE_REGNO_P): Define.
23941 (mmix_function_outgoing_value): Rename to...
23942 (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
23943 (mmix_function_value_regno_p): Make static.
23944 (mmix_libcall_value): New function.
23945 * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
23946 mmix_function_value_regno_p): Remove declaration.
23947
23948 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
23949
23950 * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
23951 BUILT_IN_ALLOCA if stack checking is enabled.
23952
23953 2010-05-16 Richard Guenther <rguenther@suse.de>
23954
23955 * var-tracking.c (vars_copy_1): Inline ...
23956 (vars_copy): ... here. Use FOR_EACH_HTAB_ELEMENT.
23957 (variable_union): Use FOR_EACH_HTAB_ELEMENT. Merge asserts.
23958 (variable_merge_over_cur): Adjust. Merge asserts.
23959 (variable_merge_over_src): Likewise.
23960 (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
23961 (variable_post_merge_new_vals): Merge asserts.
23962 (variable_post_merge_perm_vals): Likewise.
23963 (find_mem_expr_in_1pdv): Likewise.
23964 (dataflow_set_different_value): Remove.
23965 (onepart_variable_different_p): Merge asserts.
23966 (variable_different_p): Likewise.
23967 (dataflow_set_different_1): Inline ...
23968 (dataflow_set_different): ... here. Use FOR_EACH_HTAB_ELEMENT.
23969 (emit_notes_for_differences_1): Merge asserts.
23970
23971 2010-05-16 Richard Guenther <rguenther@suse.de>
23972
23973 * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
23974 * optabs.c (libfunc_decl_hash): Likewise.
23975 * varasm.c (emutls_decl): Likewise.
23976
23977 2010-05-16 Steven Bosscher <steven@gcc.gnu.org>
23978
23979 * c-decl.c: Don't include gimple.h.
23980 (merge_decls): Do not copy gimple_body.
23981
23982 2010-05-15 Jason Merrill <jason@redhat.com>
23983
23984 * c.opt: Add -fnothrow-opt.
23985
23986 2010-05-15 Jan Hubicka <jh@suse.cz>
23987
23988 * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
23989 analyzed.
23990 * passes.c (ipa_write_summaries): Write all analyzed nodes.
23991
23992 2010-05-15 Steven Bosscher <steven@gcc.gnu.org>
23993
23994 * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
23995 * Makefile.in: Add it.
23996 Fix all other Makefile dependencies for changes below.
23997 * tree.h: Include it instead of defining VEC primitives here.
23998 * gimple.h: Likewise.
23999 * rtl.h: Likewise.
24000 * tree-inline.h: Inlclude vecir.h instead of gimple.h.
24001 * except.h: Include vecir.h, break dependence on tree.h.
24002
24003 * gimplify.c (append_to_statement_list_1, append_to_statement_list):
24004 Move from here...
24005 * tree-iterator.c: ...to here.
24006 * tree-iterator.h: Fix file introduction comment. Add extern markers.
24007
24008 * c-lex.c: Include fixed-value.h instead of rtl.h. Do not include
24009 tm_p.h.
24010 * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
24011 * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
24012 integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
24013 tree-mudflap.h, and target.h.
24014 * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
24015 predict.h, tree-inline.h, gimple.h, and langhooks.h.
24016 * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
24017 Add FIXME for why gimple.h is still included (should be unnecessary
24018 since GCC 4.5 gimplification unit-at-a-time).
24019 * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
24020 * c-pragma.c: Add FIXME for why function.h needs to be included just
24021 for cfun, at front-end level.
24022 Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
24023 Do not include ggc.h, but include vecprim.h for VEC(char).
24024 * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
24025 Explain why target.h is included.
24026 * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
24027 Explain why gimple.h is included.
24028 * c-ppoutput.c: Do not include tm.h.
24029 * c-common.c: Do not include gimple.h. Explain why expr.h is included.
24030 * c-parses.c: Explain why rtl.h is included, and that this (and only
24031 this) is also why tm.h must be included.
24032 Do not include except.h.
24033 * c-lang.c: Do not include ggc.h.
24034
24035 2010-05-15 Uros Bizjak <ubizjak@gmail.com>
24036
24037 * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
24038
24039 2010-05-15 Joseph Myers <joseph@codesourcery.com>
24040
24041 * c-decl.c (grokfield): Allow typedefs for anonymous structs and
24042 unions by default if those structs and unions have no tags. Do
24043 not condition anonymous struct and unions handling on flag_iso.
24044 Allow anonymous structs and unions for C1X.
24045 (finish_struct): Do not diagnose lack of named fields when
24046 anonymous structs and unions present for C1X. Accept flexible
24047 array members in structure with anonymous structs or unions but no
24048 directly named fields.
24049 * doc/extend.texi (Unnamed Fields): Update.
24050
24051 2010-05-15 Eric Botcazou <ebotcazou@adacore.com>
24052
24053 * gimple.h (compare_field_offset): Rename into...
24054 (gimple_compare_field_offset): ...this.
24055 * gimple.c (compare_field_offset): Rename into...
24056 (gimple_compare_field_offset): ...this. Compare the full access if
24057 the offset is self-referential.
24058 (gimple_types_compatible_p): Adjust for above renaming.
24059 * lto-streamer-in.c (input_gimple_stmt): Likewise. Also compare the
24060 DECL_NONADDRESSABLE_P flag of fields before merging them.
24061
24062 2010-05-15 Nathan Froyd <froydnj@codesourcery.com>
24063
24064 * tree.h (ctor_to_list): Delete.
24065 * tree.c (ctor_to_list): Delete.
24066
24067 2010-05-15 Jan Hubicka <jh@suse.cz>
24068
24069 * ipa-reference.c: Include toplev.h
24070 (is_proper_for_analysis): Only add to all_module_statics
24071 if it is allocated.
24072 (write_node_summary_p, stream_out_bitmap,
24073 ipa_reference_write_optimization_summary,
24074 ipa_reference_read_optimization_summary): New.
24075 (struct ipa_opt_pass_d pass_ipa_reference): Add
24076 optimization summary streaming.
24077 * lto-cgraph.c (referenced_from_this_partition_p,
24078 reachable_from_this_partition_p): New functions.
24079 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
24080 call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
24081 * opts.c (decode_options): Enable ipa_reference.
24082 * Makefile.in (ipa-reference.o): Add toplev.h dependency.
24083 * lto-streamer.h (referenced_from_this_partition_p,
24084 reachable_from_this_partition_p): Declare.
24085
24086 2010-05-15 Richard Guenther <rguenther@suse.de>
24087
24088 PR tree-optimization/44038
24089 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
24090 taking the address of a V_C_E of a constant.
24091
24092 2010-05-14 Jan Hubicka <jh@suse.cz>
24093
24094 * tree.h (memory_identifier_string): Remove.
24095 * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
24096 (ipa_reference_global_vars_info_d): Remove statics_not_read and
24097 statics_not_written.
24098 (ipa_reference_optimization_summary_d): New structure.
24099 (ipa_reference_optimization_summary_t): New type and vector.
24100 (ipa_reference_vars_info_d): Embedd structures instead of using
24101 pointers.
24102 (reference_vars_to_consider): Remove out of GGC space.
24103 (module_statics_escape): Remove.
24104 (global_info_obstack): Rename to ...
24105 (optimization_summary_obstack): ... this one.
24106 (initialization_status_t): Remove.
24107 (memory_identifier_string): Remove.
24108 (get_reference_vars_info): Fix indenting.
24109 (set_reference_vars_info): Likewise.
24110 (get_reference_optimization_summary): New.
24111 (set_reference_optimization_summary): New.
24112 (get_global_reference_vars_info): Remove.
24113 (ipa_reference_get_read_global): Remove.
24114 (ipa_reference_get_written_global): Remove.
24115 (ipa_reference_get_not_read_global): Update.
24116 (ipa_reference_get_not_written_global): Update.
24117 (is_proper_for_analysis): Outlaw addressable.
24118 (propagate_bits): Update for new datastructures.
24119 (analyze_variable): Remove.
24120 (init_function_info): Update for new datastructures.
24121 (clean_function_local_data): Remove.
24122 (clean_function): Remove.
24123 (copy_global_bitmap): Use optimizations_summary_obstack.
24124 (duplicate_node_data): Duplicate optimization summary only.
24125 (remove_node_data): Remove optimization summary only.
24126 (generate_summary): Do not analyze variables; do not compute
24127 module_statics_escape; do not prune solutions by it.
24128 (read_write_all_from_decl): Fix typos in comments.
24129 (propagate): Doscover readonly and nonaddressable first;
24130 update for new datastructures; share global bitmaps.
24131 * ipa-reference.h (ipa_reference_get_read_global,
24132 ipa_reference_get_written_global): Remove.
24133 * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
24134 * Makefile.in: Remove ipa-refereference from GT files.
24135
24136 2010-05-14 Jakub Jelinek <jakub@redhat.com>
24137
24138 PR debug/44112
24139 * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
24140 for all SYMBOL_REF_DECLs.
24141
24142 2010-05-14 Jan Hubicka <jh@suse.cz>
24143
24144 * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
24145 (varpool_all_refs_explicit_p): New inline function.
24146 * ipa-reference.c: Update comment.
24147 (module_statics_written): Remove.
24148 (get_static_decl): Remove.
24149 (ipa_init): Do not initialize module_statics_written.
24150 (analyze_function): Likewise.
24151 (generate_summary): Likewise; do not compute module_statics_readonly
24152 and do not update variable flags.
24153 (propagate): Call ipa_discover_readonly_nonaddressable_vars.
24154 * ipa.c: Inlucde flags.h
24155 (cgraph_local_node_p): New.
24156 (cgraph_remove_unreachable_nodes): Return early when not optimizing;
24157 promote functions to local.
24158 (ipa_discover_readonly_nonaddressable_vars): New function.
24159 (function_and_variable_visibility): Use cgraph_local_node_p.
24160 * varpool.c (varpool_finalize_decl): Set force_output for
24161 DECL_PRESERVE_P vars.
24162
24163 2010-05-14 Jan Hubicka <jh@suse.cz>
24164
24165 * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
24166
24167 2010-05-14 Richard Guenther <rguenther@suse.de>
24168
24169 PR tree-optimization/44119
24170 * tree-ssa-pre.c (eliminate): Properly mark replacement of
24171 a PHI node necessary.
24172
24173 2010-05-14 Eric Botcazou <ebotcazou@adacore.com>
24174
24175 * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
24176
24177 2010-05-14 Jason Merrill <jason@redhat.com>
24178
24179 PR c++/44127
24180 * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
24181 (gimple_call_set_nothrow): New.
24182 * gimple.c (gimple_build_call_from_tree): Call it.
24183 (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
24184
24185 PR c++/44127
24186 * gimplify.c (gimplify_seq_add_stmt): No longer static.
24187 * gimple.h: Declare it.
24188 * gimple.c (gimple_build_eh_filter): No ops.
24189
24190 2010-05-14 Jan Hubicka <jh@suse.cz>
24191
24192 * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
24193 nodes already in queue.
24194 (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
24195 re-enqueueing node.
24196
24197 2010-05-14 Jakub Jelinek <jakub@redhat.com>
24198
24199 PR debug/44136
24200 * cfgexpand.c (expand_debug_expr): If non-memory op0
24201 has BLKmode, return NULL.
24202
24203 2010-05-14 Harsha Jagasia <harsha.jagasia@amd.com>
24204
24205 * config.gcc: Add support for --with-cpu option for bdver1.
24206 * config/i386/i386.h (TARGET_BDVER1): New macro.
24207 (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
24208 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
24209 (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
24210 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
24211 Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
24212 (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
24213 (processor_type): Add PROCESSOR_BDVER1.
24214 * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
24215 processor_type in config/i386/i386.h.
24216 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
24217 movaps <reg, reg> instead of movapd <reg, reg> when replacing
24218 movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
24219 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
24220 to emit packed xor instead of packed double/packed integer
24221 xor for SSE and AVX when moving a zero value.
24222 * config/i386/sse.md: Add check for
24223 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
24224 movapd/movdqa for SSE and AVX.
24225 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
24226 single logical operations i.e and, or and xor instead of packed double
24227 logical operations for SSE and AVX.
24228 * config/i386/i386-c.c (ix86_target_macros_internal):
24229 Add PROCESSOR_BDVER1.
24230 * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
24231 (has_fma4, has_xop): New.
24232 * config/i386/i386.c (bdver1_cost): New variable.
24233 (m_BDVER1): New macro.
24234 (m_AMD_MULTIPLE): Add m_BDVER1.
24235 (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
24236 x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
24237 x86_tune_use_simode_fiop, x86_tune_promote_qimode,
24238 x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
24239 x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
24240 x86_tune_sse_partial_reg_dependency,
24241 x86_tune_sse_unaligned_load_optimal,
24242 x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
24243 x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
24244 x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
24245 x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
24246 x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
24247 Enable/disable for bdver1.
24248 (processor_target_table): Add bdver1_cost.
24249 (cpu_names): Add bdver1.
24250 (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
24251 processor_alias_table.
24252 (ix86_expand_vector_move_misalign): Change.
24253 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
24254 Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
24255 Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
24256 of movupd/movdqu for SSE and AVX.
24257 (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
24258 (ix86_tune_adjust_cost): Add code for bdver1.
24259 (standard_sse_constant_opcode): Add check for
24260 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
24261 of packed double xor for SSE and AVX.
24262
24263 2010-05-14 Pat Haugen <pthaugen@us.ibm.com>
24264
24265 * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
24266 result to unsigned.
24267
24268 2010-05-14 Tristan Gingold <gingold@adacore.com>
24269
24270 * toplev.c (default_debug_hooks): Remove this variable.
24271 (process_options): Remove assignments to default_debug_hooks.
24272
24273 2010-05-14 Martin Jambor <mjambor@suse.cz>
24274
24275 * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
24276 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
24277 * langhooks.h (struct lang_hooks_for_decls): Removed field
24278 fold_obj_type_ref.
24279 * tree.c (free_lang_data): Remove assignment to
24280 lang_hooks.fold_obj_type_ref.
24281 * tree.def (OBJ_TYPE_REF): Update comment.
24282
24283 2010-05-14 Richard Guenther <rguenther@suse.de>
24284
24285 PR tree-optimization/44124
24286 * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
24287
24288 2010-05-14 Alan Modra <amodra@gmail.com>
24289
24290 PR target/44075
24291 * config/rs6000/rs6000.c (struct machine_function): Reorder
24292 fields for better packing. Add lr_save_state.
24293 (rs6000_ra_ever_killed): Return lr_save_state if set.
24294 (rs6000_emit_eh_reg_restore): Set lr_save_state.
24295
24296 2010-05-13 Jan Hubicka <jh@suse.cz>
24297
24298 * varpool.c (decide_is_variable_needed): Drop code checking
24299 TREE_SYMBOL_REFERENCED.
24300
24301 2010-05-13 Jan Hubicka <jh@suse.cz>
24302
24303 * final.c (output_addr_const): Do not call mark_decl_referenced.
24304 * cgraphunit.c (process_function_and_variable_attributes): Use
24305 mark_needed_node dirrectly.
24306 (assemble_thunk): Do not call mark_decl_referenced.
24307
24308 2010-05-13 Anatoly Sokolov <aesok@post.ru>
24309
24310 * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
24311
24312 2010-05-13 Jeff Law <law@redhat.com>
24313
24314 * ira-conflicts.c (print_allocno_conflicts): New function broken out
24315 from...
24316 (print_conflicts): Call print_allocno_conflicts.
24317
24318 2010-05-13 Jakub Jelinek <jakub@redhat.com>
24319
24320 PR debug/44104
24321 * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
24322 if it is NULL.
24323
24324 2010-05-13 Kai Tietz <kai.tietz@onevision.com>
24325
24326 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
24327 t-mingw-w64 or t-mingw-w32 for multilib configuration.
24328 * config/i386/t-mingw-w32: New.
24329 * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
24330
24331 2010-05-13 Martin Jambor <mjambor@suse.cz>
24332
24333 * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
24334 gimple-fold.c).
24335 * gimple-fold.c (get_base_binfo_for_type): New function.
24336 (gimple_get_relevant_ref_binfo): Likewise.
24337 (gimple_fold_obj_type_ref_known_binfo): Likewise.
24338 (gimple_fold_obj_type_ref): Likewise.
24339 (fold_gimple_call): Simplify condition for folding virtual calls
24340 and call gimple_fold_obj_type_ref.
24341 * gimple.h (gimple_get_relevant_ref_binfo): Declare.
24342 (gimple_fold_obj_type_ref_known_binfo): Likewise.
24343
24344 2010-05-13 Andreas Schwab <schwab@linux-m68k.org>
24345
24346 * config/rs6000/rs6000-protos.h
24347 (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
24348 * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
24349 (rs6000_debug_mode_dependent_address)
24350 (rs6000_mode_dependent_address_ptr): Likewise.
24351
24352 2010-05-13 Jakub Jelinek <jakub@redhat.com>
24353
24354 PR debug/43983
24355 * var-tracking.c (track_expr_p): Allow tracking of variables optimized
24356 by SRA.
24357 * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
24358 * tree-sra.c (create_access_replacement): Call unshare_expr before
24359 passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
24360 * dwarf2out.c: Include tree-flow.h.
24361 (struct var_loc_node): Rename var_loc_note field to loc, add comment.
24362 (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
24363 Handle DW_OP_bit_piece.
24364 (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
24365 construct_piece_list, adjust_piece_list): New functions.
24366 (add_var_loc_to_decl): Handle SRA optimized variables.
24367 Adjust for var_loc_note to loc field renaming.
24368 (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
24369 in VAR_LOCATION note.
24370 (new_loc_descr_op_bit_piece): New function.
24371 (dw_sra_loc_expr): New function.
24372 (dw_loc_list): Use it. Don't handle the last range after the
24373 loop, handle it inside of the loop. Adjust for var_loc_note
24374 to loc field renaming.
24375 (add_location_or_const_value_attribute): Only special case
24376 single entry loc lists if loc is NOTE_P. Adjust for
24377 var_loc_note to loc field renaming.
24378 (dwarf2out_var_location): Don't set newloc->var_loc_note
24379 and newloc->next here.
24380
24381 2010-05-12 Jan Hubicka <jh@suse.cz>
24382
24383 * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
24384 flag.
24385 * cgraph.h (cgraph_only_called_directly_p,
24386 cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
24387 (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
24388 * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
24389 (assemble
24390 * ipa.c (cgraph_remove_unreachable_nodes): Use
24391 cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
24392 flags.
24393 * tree-inline.c (copy_bb): Check address_taken flag.
24394 * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
24395 externally_visible flag.
24396
24397 2010-05-12 Jason Merrill <jason@redhat.com>
24398
24399 PR bootstrap/44048
24400 PR target/44099
24401 * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
24402 * sdbout.c (plain_type_1): Likewise.
24403 * dwarf2out.c (is_base_type): Likewise.
24404 (gen_type_die_with_usage): Likewise. Generate
24405 DW_TAG_unspecified_type for any LANG_TYPE.
24406
24407 2010-05-12 Jan Hubicka <jh@suse.cz>
24408
24409 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
24410 indrect edges too.
24411 * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
24412 (cgraph_clone_edge): Update.
24413 (cgraph_node_remove_callees): Remove indirect calls too.
24414 * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
24415 (cgraph_create_indirect_edge): Update prototype.
24416 * ipa-reference.c (has_proper_scope_for_analysis): Rename to
24417 is_proper_for_analysis.
24418 (add_new_function, visited_nodes, function_insertion_hook_holder,
24419 get_local_reference_vars_info, mark_address_taken, mark_address,
24420 mark_load, mark_store, check_asm_memory_clobber, check_call,
24421 scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
24422 (ipa_init): Do not initialize visited_nodes;
24423 function_insertion_hook_holder.
24424 (analyze_variable): Rewrite.
24425 (analyze_function): Rewrite.
24426 (copy_local_bitmap): Remove.
24427 (duplicate_node_dat): Do not duplicate local info.
24428 (generate_summary): Simplify to only walk cgraph.
24429 (write_node_summary_p, ipa_reference_write_summary,
24430 ipa_reference_read_summary): Remove.
24431 (propagate): Do not remove function insertion;
24432 generate summary.
24433 (pass_ipa_reference): NULLify summary handling fields.
24434 * lto-cgraph.c (lto_output_edge): Output ecf_flags.
24435 (input_edge): Input ecf_flags.
24436 * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
24437 (update_indirect_edges_after_inlining): Ignore edges with unknown
24438 param.
24439
24440 2010-05-12 Sriraman Tallam <tmsriram@google.com>
24441
24442 * implicit-zee.c: New file.
24443 * tree-pass.h (pass_implicit_zee): Declare.
24444 * passes.c (init_optimization_passes): Add zee pass.
24445 * common.opt (fzee): New flag.
24446 * timevar.def (TV_ZEE): Define.
24447 * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
24448 and beyond.
24449 * Makefile.in (implicit-zee.o): Add new build file.
24450
24451 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
24452 Nathan Froyd <froydnj@codesourcery.com>
24453
24454 * c-common.c (sync_resolve_params): Remove write-only variable.
24455
24456 2010-05-12 Anatoly Sokolov <aesok@post.ru>
24457
24458 * target.h (struct gcc_target): Add mode_dependent_address_p field.
24459 * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
24460 (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
24461 * targhooks.c (default_mode_dependent_address_p): New function.
24462 * targhooks.h (default_mode_dependent_address_p): Declare function.
24463 * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
24464 (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
24465 * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
24466 target hook. Change return type to bool.
24467 * recog.h (mode_dependent_address_p): Change return type to bool.
24468
24469 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
24470 Nathan Froyd <froydnj@codesourcery.com>
24471
24472 * tree-mudflap.c (build_function_type_0, build_function_type_1,
24473 build_function_type_2, build_function_type_3): Remove.
24474 (mudflap_init): Use build_function_type_list.
24475
24476 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
24477 Nathan Froyd <froydnj@codesourcery.com>
24478
24479 * coverage.c (build_fn_info_value): Call build_constructor instead of
24480 build_constructor_from_list.
24481 (build_ctr_info_value): Likewise.
24482 (build_gcov_info): Likewise.
24483
24484 2010-05-12 Nathan Froyd <froydnj@codesourcery.com>
24485
24486 * tree.c (build_constructor): Compute TREE_CONSTANT for the
24487 resultant constructor.
24488 (build_constructor_single): Don't set TREE_CONSTANT.
24489 (build_constructor_from_list): Don't compute TREE_CONSTANT.
24490
24491 2010-05-12 Jan Hubicka <jh@suse.cz>
24492
24493 * cgraph.h (struct varpool_node): Add aux.
24494 * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
24495 * varpool.c (varpool_remove_node): Do not remove initializer.
24496 (varpool_reset_queue): Export.
24497 (varpool_finalize_decl): Volatile vars are forced to be output.
24498 * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
24499 replaced decl.
24500 * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
24501 process_references, varpool_can_remove_if_no_refs): New functions.
24502 (cgraph_remove_unreachable_nodes): Handle variables too.
24503
24504 2010-05-12 H.J. Lu <hongjiu.lu@intel.com>
24505
24506 PR target/44088
24507 * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
24508
24509 2010-05-12 Jakub Jelinek <jakub@redhat.com>
24510
24511 PR middle-end/44085
24512 * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
24513 change value of ORT_TASK.
24514 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
24515 (omp_notice_threadprivate_variable): New function.
24516 (omp_notice_variable): Call it for threadprivate variables.
24517 If enclosing ctx is a task, print enclosing task rather than
24518 enclosing parallel. Handle ORT_UNTIED_TASK like ORT_TASK.
24519 (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
24520 if task has untied clause.
24521
24522 PR debug/42278
24523 * dwarf2out.c (base_type_die): Don't add name attribute here.
24524 (modified_type_die): Instead of sizetype use
24525 its underlying original type. If a DW_TAG_base_type doesn't
24526 have name added, add __unknown__.
24527 (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
24528 always call force_type_die instead.
24529
24530 2010-05-12 Maxim Kuvyrkov <maxim@codesourcery.com>
24531
24532 * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
24533 for __stack_chk_guard.
24534
24535 2010-05-11 Jakub Jelinek <jakub@redhat.com>
24536
24537 * c-opts.c (c_common_parse_file): If start_end_main_source_file,
24538 don't call start_source_file debug hook here...
24539 (finish_options): ... but here, after outputting predefined and
24540 command line defines and undefs.
24541
24542 PR middle-end/44071
24543 * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
24544 no fallthru edge.
24545 * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
24546 optimizing away empty bb with no successors, move over its
24547 footer chain to fallthru predecessor.
24548 * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
24549 (rtl_split_edge): For asm goto call patch_jump_insn even if
24550 splitting fallthru edge.
24551
24552 PR c++/44059
24553 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
24554 even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
24555 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
24556 * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
24557 on DW.ref.* decls.
24558
24559 PR c++/44062
24560 * c-parser.c (c_parser_expression): Mark LHS of a comma
24561 expression as read if it is a decl, handled component or
24562 COMPOUND_EXPR with that on the RHS.
24563 * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
24564 if it is a decl or handled component.
24565
24566 2010-05-11 Jan Hubicka <jh@suse.cz>
24567
24568 * lto-symtab.c (lto_symtab_free): New function.
24569 * lto-streamer.h (lto_symtab_free): Declare.
24570
24571 2010-05-11 Jan Hubicka <jh@suse.cz>
24572
24573 * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
24574 that if function is needed it is reachable.
24575 (lto_output_node): See if it the function is reachable or referenced.
24576 (output_cgraph): Update call of lto_output_node.
24577 * lto-streamer.h (reachable_from_other_partition_p): Declare.
24578
24579 2010-05-11 Jan Hubicka <jh@suse.cz>
24580
24581 * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
24582 Mark as used.
24583
24584 2010-05-11 Jan Hubicka <jh@suse.cz>
24585
24586 PR tree-optimize/44063
24587 * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
24588 queue.
24589 (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
24590 limits.
24591 (estimate_function_body_sizes): Compute sizes even when disregarding.
24592
24593 2010-05-11 Kai Tietz <kai.tietz@onevision.com>
24594
24595 * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
24596
24597 2010-05-11 Jan Hubicka <jh@suse.cz>
24598
24599 * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
24600 into every boundary.
24601
24602 2010-05-11 Jan Hubicka <jh@suse.cz>
24603
24604 * matrix-reorg.c (matrix_reorg): Rebuild edges.
24605
24606 2010-05-11 Jan Hubicka <jh@suse.cz>
24607
24608 * lto-streamer.c (lto_streamer_cache_add_to_node_array,
24609 lto_streamer_cache_delete): Put nodes into heap.
24610 * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
24611 heap.
24612
24613 2010-05-11 Jan Hubicka <jh@suse.cz>
24614
24615 * cgraphbuild.c (cgraph_rebuild_references): New.
24616 * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
24617 out extern inlines.
24618 * cgraph.h (cgraph_rebuild_references): Declare.
24619 * tree-inline.c (tree_function_versioning): Use it.
24620 * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
24621
24622 2010-05-11 Jan Hubicka <jh@suse.cz>
24623
24624 * cgraph.c: Include ipa-utils.h
24625 (cgraph_create_virtual_clone): Update references.
24626 * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
24627
24628 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
24629
24630 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
24631 prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
24632 cache size.
24633
24634 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
24635
24636 * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
24637
24638 2010-05-11 Jakub Jelinek <jakub@redhat.com>
24639
24640 * gcc.c (execute): For -### don't quote arguments that
24641 contain just alphanumerics and _/-. characters.
24642 * doc/invoke.texi: Document that change for -###.
24643
24644 PR debug/44023
24645 * df-problems.c (struct dead_debug): Add to_rescan field.
24646 (dead_debug_init): Clear to_rescan field.
24647 (dead_debug_finish): Rescan all debug insns in to_rescan
24648 bitmap and free the bitmap.
24649 (dead_debug_insert_before): Instead of rescanning debug insns
24650 immediately queue their rescanning until dead_debug_finish.
24651 (df_note_bb_compute): After dead_debug_add do continue instead
24652 of break.
24653
24654 2010-05-10 Jakub Jelinek <jakub@redhat.com>
24655
24656 PR debug/44028
24657 * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
24658 clear also INSN_REG_USE_LIST.
24659
24660 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24661
24662 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
24663
24664 2010-05-10 Jan Hubicka <jh@suse.cz>
24665
24666 * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
24667 commited change.
24668
24669 2010-05-10 Jan Hubicka <jh@suse.cz>
24670
24671 * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
24672 Allocate encoders.
24673 * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
24674 * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
24675 (lto_streamer_cache_create): Init alloc pool.
24676 (lto_streamer_cache_delete): Free alloc pool.
24677 * lto-streamer.h: Include alloc pool.
24678 (lto_streamer_cache_d): Use alloc pool.
24679 * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
24680
24681 2010-05-10 Jan Hubicka <jh@suse.cz>
24682
24683 * Makefile.in (cgraphbuild.o): Add dependency on except.h.
24684 * cgraphbuild.c: Include except.h
24685 (record_type_list, record_eh_tables): New function.
24686 (build_cgraph_edges, rebuild_cgraph_edges): Use it.
24687
24688 2010-05-10 Jan Hubicka <jh@suse.cz>
24689
24690 * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
24691 __frame_dummy_init_array_entry, force_to_data): Attribute as used
24692 rather than unused.
24693
24694 2010-05-10 Michael Matz <matz@suse.de>
24695
24696 * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
24697 (can_reassociate_p): Use FLOAT_TYPE_P.
24698 * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
24699 (vect_force_simple_reduction): ... this.
24700 * tree-parloops.c (gather_scalar_reductions): Use
24701 vect_force_simple_reduction.
24702 * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
24703 vect_is_simple_reduction, add modify argument, if true rewrite
24704 "a-b" into "a+(-b)".
24705 (vect_is_simple_reduction, vect_force_simple_reduction): New
24706 functions.
24707 (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
24708
24709 2010-05-10 H.J. Lu <hongjiu.lu@intel.com>
24710 Vladimir Makarov <vmakarov@redhat.com>
24711
24712 PR rtl-optimization/44012
24713 * ira-build.c (remove_unnecessary_allocnos): Nullify
24714 regno_allocno_map of the removed allocno.
24715
24716 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24717
24718 * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
24719 to /dev/null.
24720 * configure: Regenerate.
24721
24722 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24723
24724 * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
24725 unused.
24726 Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
24727 * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
24728 support in Sun ld.
24729 * configure: Regenerate.
24730
24731 2010-05-10 Richard Guenther <rguenther@suse.de>
24732
24733 * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
24734 marked if the entry identifier is marked.
24735
24736 2010-05-10 Richard Guenther <rguenther@suse.de>
24737
24738 * c-common.c (struct c_common_attributes): Add fnspec attribute.
24739 (handle_fnspec_attribute): New function.
24740 * gimple.h (gimple_call_return_flags): Declare.
24741 (gimple_call_arg_flags): Likewise.
24742 * gimple.c (gimple_call_arg_flags): New function.
24743 (gimple_call_return_flags): Likewise.
24744 * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
24745 New argument flags.
24746 (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
24747 return value flags.
24748 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
24749 * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
24750 main work to ...
24751 (make_heapvar_for): ... this new function.
24752 (handle_rhs_call): Handle fnspec attribute argument specifiers.
24753 (handle_lhs_call): Likewise.
24754 (find_func_aliases): Adjust.
24755
24756 2010-05-10 Richard Guenther <rguenther@suse.de>
24757
24758 PR tree-optimization/44050
24759 * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
24760
24761 2010-05-10 Wei Guozhi <carrot@google.com>
24762
24763 PR target/42879
24764 * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
24765
24766 2010-05-09 Joseph Myers <joseph@codesourcery.com>
24767
24768 PR c/10676
24769 * c-typeck.c (lookup_field): Take a type directly. Update
24770 recursive calls.
24771 (build_component_ref): Update call to lookup_field.
24772 (set_init_label): Use lookup_field to find initialized field.
24773 Handle returned list of fields like a sequence of designators.
24774
24775 2010-05-09 Richard Guenther <rguenther@suse.de>
24776
24777 PR middle-end/44024
24778 * fold-const.c (tree_single_nonzero_warnv_p): Properly
24779 handle &FUNCTION_DECL.
24780
24781 2010-05-09 Joseph Myers <joseph@codesourcery.com>
24782
24783 PR c/4784
24784 * c-decl.c (detect_field_duplicates_hash): New. Handle anonymous
24785 structures and unions recursively.
24786 (detect_field_duplicates): Move duplicate detection with a hash to
24787 detect_field_duplicates_hash. Always use a hash if anonymous
24788 structures or unions are present.
24789 * doc/extend.texi (Unnamed Fields): Document that duplicate fields
24790 give errors.
24791
24792 2010-05-09 H.J. Lu <hongjiu.lu@intel.com>
24793
24794 PR target/44046
24795 * config/i386/driver-i386.c (host_detect_local_cpu): Properly
24796 detect Atom, Core 2 and Core i7.
24797
24798 2010-05-09 Richard Guenther <rguenther@suse.de>
24799
24800 * gcc.c (store_arg): Handle temporary file deletion for
24801 joined arguments.
24802
24803 2010-05-09 Richard Guenther <rguenther@suse.de>
24804
24805 PR middle-end/44043
24806 * ipa-inline.c (estimate_function_body_sizes): Return after
24807 disregarding inline limits.
24808
24809 2010-05-09 Richard Guenther <rguenther@suse.de>
24810
24811 * gcc.c (store_arg): Revert last change.
24812
24813 2010-05-08 Sandra Loosemore <sandra@codesourcery.com>
24814
24815 PR middle-end/28685
24816 * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
24817 (optimize_ops_list): Call it.
24818
24819 2010-05-08 Richard Guenther <rguenther@suse.de>
24820
24821 PR tree-optimization/44030
24822 * tree-ssa-pre.c (eliminate): Copy NECESSARY flag. Set
24823 NECESSARY flag if we propagate from a inserted expression.
24824
24825 2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
24826
24827 * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
24828 domain types as equal if they are both PLACEHOLDER_EXPRs.
24829
24830 2010-05-08 Richard Guenther <rguenther@suse.de>
24831
24832 * lto-wrapper.c (run_gcc): Remove linker output from
24833 command line for LTRANS invocation.
24834
24835 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
24836
24837 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
24838 lto-macho as lto_binary_reader.
24839 * target.h (struct gcc_target): New hooks lto_start and lto_end.
24840 * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
24841 * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
24842 in lto_start and lto_end calls.
24843 (is_elf_or_coff): Rename to maybe_lto_object_file. Add Mach-O
24844 magic numbers.
24845 (scan_prog_file): Update is_elf_or_coff call.
24846 * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
24847
24848 * collect2.c (main): Fix enum comparison.
24849
24850 * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
24851 Add prototypes.
24852 * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
24853 * darwin.h (LINK_COMMAND_SPEC): Likewise. Define TARGET_ASM_LTO_START
24854 and TARGET_ASM_LTO_END.
24855 * darwin.c: Include obstack.h and lto-streamer.h.
24856 (lto_section_names_offset, lto_section_names_obstack,
24857 lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
24858 global variables.
24859 (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
24860 (darwin_asm_lto_start): New function. Redirect output to asm_out_file
24861 to a temporary file.
24862 (darwin_asm_lto_end): New function. Restore asm_out_file.
24863 (darwin_asm_named_section): For LTO sections, replace the name with
24864 the offset of the section name in a string table, and build this
24865 table.
24866 (darwin_file_start): Initialize global vars for LTO support.
24867 (darwin_file_end): If output to asm_out_file was redirected, append it
24868 to the proper asm_out_file here. Add the section names section.
24869
24870 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
24871
24872 * c-pragma.c (pending_weak_d, pending_weak): New.
24873 (pending_weaks): Change the type to VEC((pending_weak,gc) *.
24874 (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
24875 handle_pragma_weak): Update the uses of pending_weaks.
24876
24877 2010-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24878
24879 PR documentation/44016
24880 * doc/standards.texi (Standards): Link to unversioned
24881 cxx0x_status.html page.
24882
24883 2010-05-07 Iain Sandoe <iains@gcc.gnu.org>
24884
24885 PR target/43708
24886 * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
24887 in addition to TREE_USED, to avoid "set but unused" warnings.
24888
24889 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
24890
24891 * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
24892 (is_loop_prefetching_profitable): Do not insert prefetches
24893 when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
24894 times the prefetch ahead distance.
24895
24896 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
24897
24898 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
24899 Account for loop unrolling in the insn-to-prefetch ratio heuristic.
24900 (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
24901 the unroll_factor.
24902
24903 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
24904
24905 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
24906 a diagnostic info when the insn-to-mem ratio is too small.
24907
24908 2010-05-07 Richard Guenther <rguenther@suse.de>
24909
24910 * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
24911 the linker plugin.
24912 (store_arg): Queue temp_filename for deletion instead of
24913 the whole argument.
24914
24915 2010-05-07 Richard Guenther <rguenther@suse.de>
24916
24917 * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
24918 (run_gcc): Handle LTRANS phase invocation.
24919 * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
24920
24921 2010-05-07 Jakub Jelinek <jakub@redhat.com>
24922
24923 * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
24924 this is also meaningful on PARM_DECLs and RESULT_DECLs.
24925
24926 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24927
24928 * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
24929
24930 2010-05-07 Richard Guenther <rguenther@suse.de>
24931
24932 PR tree-optimization/44020
24933 * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
24934 code when PRE is not yet initialized.
24935
24936 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24937
24938 * config/mips/dbxmdebug.h: Remove.
24939 * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
24940
24941 2010-05-07 Shujing Zhao <pearly.zhao@oracle.com>
24942
24943 * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
24944 with null pointer and also warn about ordered comparison of zero with
24945 pointer if -Wextra.
24946
24947 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
24948
24949 * graphite-blocking.c
24950 (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
24951 * graphite-clast-to-gimple.c
24952 (clast_to_gcc_expression): Same.
24953 (precision_for_value): Same.
24954 (precision_for_interval): Same.
24955 (gcc_type_for_interval): Same.
24956 (graphite_create_new_guard): Same.
24957 (compute_bounds_for_level): Same.
24958 (graphite_create_new_loop_guard): Same.
24959 * graphite-interchange.c
24960 (build_linearized_memory_access): Same.
24961 (pdr_stride_in_loop): Same.
24962 (memory_strides_in_loop_1): Same.
24963 (memory_strides_in_loop): Same.
24964 (extend_scattering): Same.
24965 (psct_scattering_dim_for_loop_depth): Same.
24966 (pbb_number_of_iterations): Same.
24967 * graphite-poly.h
24968 (debug_iteration_domains): Same.
24969 * graphite-ppl.c
24970 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
24971 (ppl_set_inhomogeneous_gmp): Same.
24972 (ppl_strip_loop): Same.
24973 (ppl_lexico_compare_linear_expressions): Same.
24974 (ppl_read_polyhedron_matrix): Same.
24975 (ppl_max_for_le_pointset): Same.
24976 * graphite-ppl.h
24977 (ppl_read_polyhedron_matrix): Same.
24978 (tree_int_to_gmp): Same.
24979 (gmp_cst_to_tree): Same.
24980 (ppl_set_inhomogeneous): Same.
24981 (ppl_set_inhomogeneous_tree): Same.
24982 (ppl_set_coef): Same.
24983 (ppl_set_coef_tree): Same.
24984 * graphite-sese-to-poly.c
24985 (build_pbb_scattering_polyhedrons): Same.
24986 (build_scop_scattering): Same.
24987 (scan_tree_for_params_right_scev): Same.
24988 (scan_tree_for_params): Same.
24989 (find_params_in_bb): Same.
24990 (find_scop_parameters): Same.
24991 (add_upper_bounds_from_estimated_nit): Same.
24992 (build_loop_iteration_domains): Same.
24993 (add_condition_to_domain): Same.
24994 (pdr_add_memory_accesses): Same.
24995
24996 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
24997
24998 * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
24999 CLooG's value_* macros to their respective mpz_* counterparts.
25000 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
25001 (graphite_create_new_loop_guard): Same.
25002 * graphite-interchange.c (build_linearized_memory_access): Same.
25003 (pdr_stride_in_loop): Same.
25004 (memory_strides_in_loop_1): Same.
25005 (1st_interchange_profitable_p): Same.
25006 * graphite-poly.c (extend_scattering): Same.
25007 (psct_scattering_dim_for_loop_depth): Same.
25008 (pbb_number_of_iterations): Same.
25009 (pbb_number_of_iterations_at_time): Same.
25010 * graphite-poly.h (new_1st_loop): Same.
25011 * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
25012 (oppose_constraint): Same.
25013 (insert_constraint_into_matrix): Same.
25014 (ppl_set_inhomogeneous_gmp): Same.
25015 (ppl_set_coef_gmp): Same.
25016 (ppl_strip_loop): Same.
25017 (ppl_lexico_compare_linear_expressions): Same.
25018 (ppl_max_for_le_pointset): Same.
25019 (ppl_min_for_le_pointset): Same.
25020 (ppl_build_realtion): Same.
25021 * graphite-ppl.h (gmp_cst_to_tree): Same.
25022 (ppl_set_inhomogeneous): Same.
25023 (ppl_set_inhomogeneous_tree): Same.
25024 (ppl_set_coef): Same.
25025 (ppl_set_coef_tree): Same.
25026 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
25027 (build_scop_scattering): Same.
25028 (add_value_to_dim): Same.
25029 (scan_tree_for_params_right_scev): Same.
25030 (scan_tree_for_params_int): Same.
25031 (scan_tree_for_params): Same.
25032 (find_params_in_bb): Same.
25033 (find_scop_parameters): Same.
25034 (add_upper_bounds_from_estimated_nit): Same.
25035 (build_loop_iteration_domains): Same.
25036 (create_linear_expr_from_tree): Same.
25037 (add_condition_to_domain): Same.
25038 (pdr_add_memory_accesses): Same.
25039
25040 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
25041 Jason Merrill <jason@redhat.com>
25042
25043 * c-common.c (c_common_reswords): Add nullptr.
25044 * c-common.h: Add RID_NULLPTR. Reorganize C++0x rids.
25045 * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
25046 (gen_type_die_with_usage): Likewise.
25047 * dbxout.c (dbxout_type): Likewise.
25048 * sdbout.c (plain_type_1): Likewise.
25049
25050 2010-05-06 Jason Merrill <jason@redhat.com>
25051
25052 * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
25053 Don't change GS_OK to GS_ALL_DONE. Make sure that all cases set
25054 ret appropriately.
25055 (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
25056
25057 * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
25058 stripping WITH_SIZE_EXPR.
25059 (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
25060 change.
25061
25062 2010-05-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25063
25064 * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
25065 list of obsolete configurations.
25066 Disabled check for obsolete configurations.
25067 (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
25068 Removed support for previous versions.
25069 * config/mips/iris.h: Removed.
25070 * config/mips/iris5.h: Removed.
25071 * config/mips/iris6.h: Merged old iris.h contents.
25072 (TARGET_IRIX): Removed.
25073 (DRIVER_SELF_SPECS): Removed mabi=32.
25074 (IDENT_ASM_OP): Removed undef.
25075 (STARTFILE_SPEC): Removed mabi=32.
25076 (ENDFILE_SPEC): Likewise.
25077 (IRIX_SUBTARGET_LINK_SPEC): Likewise.
25078 (MACHINE_TYPE): Update for IRIX 6.5.
25079 * config/mips/mips.c (mips_build_builtin_va_list): Replaced
25080 TARGET_IRIX by TARGET_IRIX6.
25081 (mips_file_start): Likewise.
25082 (mips_output_external): Remove IRIX 5/6 O32 support.
25083 (mips_output_function_prologue): Likewise.
25084 * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
25085 TARGET_IRIX6.
25086 (TARGET_CPU_CPP_BUILTINS): Likewise.
25087 (TARGET_IRIX): Removed.
25088 * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
25089 (MULTILIB_DIRNAMES): Removed 32.
25090 (MULTILIB_OSDIRNAMES): Removed ../lib.
25091 * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
25092 (Specific, mips-sgi-irix5): Document removal.
25093 (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
25094 Remove references to older IRIX 6 releases and the O32 ABI.
25095
25096 2010-05-06 Jakub Jelinek <jakub@redhat.com>
25097
25098 PR bootstrap/43994
25099 * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
25100 instead of DF_REF_REAL_REG.
25101
25102 2010-05-06 Dave Korn <dave.korn.cygwin@gmail.com>
25103
25104 PR target/43888
25105 * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
25106 handling to still return true for x64 targets.
25107
25108 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
25109
25110 * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
25111
25112 2010-05-06 Jan Hubicka <jh@suse.cz>
25113
25114 PR tree-optimization/43791
25115 * ipa-inline.c (update_caller_keys): Remove bogus
25116 disregard_inline_limits check.
25117
25118 2010-05-06 Michael Matz <matz@suse.de>
25119
25120 PR tree-optimization/43984
25121 * tree-ssa-pre.c (inserted_phi_names): Remove.
25122 (inserted_exprs): Change to bitmap.
25123 (create_expression_by_pieces): Set bits, don't append to vector.
25124 (insert_into_preds_of_block): Don't handle inserted_phi_names.
25125 (eliminate): Don't look at inserted_phi_names, remove deleted
25126 insns from inserted_exprs.
25127 (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
25128 (init_pre, fini_pre): Allocate and free bitmaps.
25129 (execute_pre): Insert insns on edges before elimination.
25130
25131 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
25132
25133 * tree.c (initializer_zerop): Handle STRING_CST.
25134
25135 2010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
25136
25137 PR 40989
25138 * doc/invoke.texi (Wimplicit): Document as C only.
25139 * opts.c (common_handle_option): Add argument kind.
25140 (handle_option): Rename as read_cmdline_option. Factor out code to...
25141 (handle_option): ... here. New.
25142 (handle_options): Rename as read_cmdline_options.
25143 (decode_options): Update call.
25144 (set_option): Use option index instead of option pointer. Classify
25145 diagnostics correctly.
25146 (enable_warning_as_error): Call handle_option.
25147 * opts.h (set_option): Update declaration.
25148 (handle_option): Declare.
25149 * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
25150 * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
25151 * c-opts.c (set_Wimplicit): Delete.
25152 (c_family_lang_mask): New static constant.
25153 (c_common_handle_option): Add argument kind. Use handle_option
25154 instead of set_Wimplicit.
25155 (c_common_post_options): warn_implicit and warn_implicit_int
25156 are disabled by default.
25157 * c-common.c (warn_implicit): Do not define here.
25158 * c-common.h (warn_implicit): Do not declare here.
25159 (c_common_handle_option): Update declaration.
25160 * lto-opts.c (lto_reissue_options): Update call to set_option.
25161
25162 2010-05-06 Richard Guenther <rguenther@suse.de>
25163
25164 PR tree-optimization/43571
25165 * domwalk.c (walk_dominator_tree): Walk the dominator
25166 sons in more optimal order.
25167
25168 2010-05-06 Richard Guenther <rguenther@suse.de>
25169
25170 PR tree-optimization/43934
25171 * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
25172 (stmt_cost): Likewise.
25173 (extract_true_false_args_from_phi): New helper.
25174 (determine_max_movement): For PHI nodes verify we can hoist them
25175 and compute their cost.
25176 (determine_invariantness_stmt): Handle PHI nodes.
25177 (move_computations_stmt): Likewise. Hoist PHI nodes in
25178 if-converted form using COND_EXPRs.
25179 (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
25180 (tree_ssa_lim): Likewise.
25181 * tree-flow.h (tree_ssa_lim): Adjust prototype.
25182 * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
25183
25184 2010-05-06 Richard Guenther <rguenther@suse.de>
25185
25186 PR tree-optimization/43987
25187 * tree-ssa-structalias.c (could_have_pointers): For possibly
25188 address-taken variables force pointers to be recorded.
25189 (create_variable_info_for_1): Likewise.
25190 (push_fields_onto_fieldstack): Pass in wheter all fields
25191 must have pointers.
25192 (find_func_aliases): Query types instead of vars whether
25193 they contain pointers where appropriate.
25194
25195 2010-05-06 Jan Hubicka <jh@suse.cz>
25196
25197 * cgraphbuild.c (record_reference_ctx): Add varpool_node.
25198 (record_reference, mark_address, mark_load, mark_store): Record
25199 references.
25200 (record_references_in_initializer): Update call of record_references.
25201 (rebuild_cgraph_edges): Remove all references before rebuiding.
25202 * cgraph.c (cgraph_create_node): Clear ref list.
25203 (cgraph_remove_node): Remove references.
25204 (dump_cgraph_node): Dump references.
25205 (cgraph_clone_node): Clone references.
25206 * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
25207 (struct cgraph_node, varpool_node): Add ref_lst.
25208 * ipa-ref.c: New file.
25209 * ipa-ref.h: New file.
25210 * ipa-ref-inline.h: New file.
25211 * lto-cgraph.c (output_varpool): Take cgrag node set argument.
25212 (referenced_from_other_partition_p): New function.
25213 (lto_output_varpool_node): Take set arugment; call
25214 referenced_from_other_partition.
25215 (lto_output_ref): New.
25216 (add_references): New.
25217 (output_refs): New.
25218 (output_cgraph): Compute boundary based on references; output refs.
25219 (output_varpool): Accept cgraph_node_set argument.
25220 (input_ref): New.
25221 (input_refs): New.
25222 (input_cgraph): Call input_refs.
25223 * lto-section-in.c (lto_section_name): Add refs.
25224 * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
25225 (ipa-ref.o): New file.
25226 * varpool.c (varpool_node): Clear ipa ref list.
25227 (varpool_remove_node): Remove references.
25228 (dump_varpool_node): Dump references.
25229 (varpool_assemble_decl): Only compile finalized ones.
25230 (varpool_extra_name_alias): Initialize ref list.
25231 * lto-streamer.c (lto-get_section_name): Add .refs section.
25232 * lto-streamer.h (lto_section_type): Add LTO_section_refs.
25233 (referenced_from_other_partition_p): Declared.
25234
25235 2010-05-06 Ira Rosen <irar@il.ibm.com>
25236
25237 PR tree-optimization/43901
25238 * tree-vect-stmts.c (vectorizable_call): Assert that vector
25239 type is not NULL if it's transformation phase, and return
25240 FALSE if it's analysis.
25241 (vectorizable_conversion, vectorizable_operation,
25242 vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
25243
25244 2010-05-05 Andrew Pinski <andrew.pinski@caviumnetworks.com>
25245
25246 * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
25247 Delete.
25248 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
25249 New define.
25250 * config/mips/mips-protos.h
25251 (mips_small_register_classes_for_mode_p): Delete prototype.
25252
25253 2010-05-06 Bernd Schmidt <bernds@codesourcery.com>
25254
25255 * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
25256 * config/arm/arm.c (multiple_operation_profitable_p,
25257 compute_offset_order): New static functions.
25258 (load_multiple_sequence, store_multiple_sequence): Use them.
25259 Replace constant 4 with MAX_LDM_STM_OPS. Compute order[0] from
25260 memory offsets, not register numbers.
25261 (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
25262
25263 2010-05-05 Steven Bosscher <steven@gcc.gnu.org>
25264
25265 * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
25266 (get_pending_sizes, put_pending_size, put_pending_sizes):
25267 Update the uses of pending_sizes.
25268 * c-decl.c (store_parm_decls): Likewise.
25269 * c-tree.h (struct c_arg_info): Likewise.
25270 * tree.h: Update the prototype for get_pending_sizes and
25271 put_pending_sizes.
25272
25273 2010-05-05 Jason Merrill <jason@redhat.com>
25274
25275 PR debug/43370
25276 * c-common.c (handle_aligned_attribute): Respect
25277 ATTR_FLAG_TYPE_IN_PLACE.
25278
25279 PR testsuite/43758
25280 * target.h (struct gcc_target): Add attribute_takes_identifier_p.
25281 * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
25282 (TARGET_INITIALIZER): Use it.
25283 * c-common.c (attribute_takes_identifier_p): Call it.
25284 * c-common.h: Update prototype.
25285 * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
25286 (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
25287
25288 2010-05-05 Jakub Jelinek <jakub@redhat.com>
25289
25290 PR debug/43950
25291 * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
25292 DW_ID_down_case for Fortran compilation units.
25293
25294 2010-05-05 Jan Hubicka <jh@suse.cz>
25295
25296 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
25297 handle aliases.
25298
25299 2010-05-05 Eric Botcazou <ebotcazou@adacore.com>
25300
25301 * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
25302 a variable-sized RESULT_DECL.
25303
25304 2010-05-05 Maxim Kuvyrkov <maxim@codesourcery.com>
25305
25306 * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
25307
25308 2010-05-05 Jason Merrill <jason@redhat.com>
25309
25310 PR c++/43787
25311 * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
25312 returns GS_OK.
25313 (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
25314
25315 2010-05-05 Alexandre Oliva <aoliva@redhat.com>
25316 Jakub Jelinek <jakub@redhat.com>
25317
25318 PR debug/43478
25319 * df-problems.c (struct dead_debug_use, struct dead_debug): New.
25320 (dead_debug_init, dead_debug_finish): New functions.
25321 (dead_debug_add, dead_debug_insert_before): Likewise.
25322 (df_note_bb_compute): Initialize a dead_debug object, add dead
25323 debug uses to it, insert debug bind insns before death insns,
25324 reset debug insns that refer to pending uses at the end.
25325 * rtl.h (make_debug_expr_from_rtl): New prototype.
25326 * varasm.c (make_debug_expr_from_rtl): New function.
25327
25328 2010-05-05 Jan Hubicka <jh@suse.cz>
25329
25330 * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
25331 (lto_varpool_encoder_new, lto_varpool_encoder_delete,
25332 lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
25333 lto_varpool_encoder_deref, lto_varpool_encoder_size,
25334 lto_varpool_encoder_encode_initializer_p,
25335 lto_set_varpool_encoder_encode_initializer): New functions.
25336 (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
25337 call output_varpool.
25338 (input_varpool_node): Do not always set analyzed.
25339 (input_cgraph_1): Return vector of cgraph nodes.
25340 (input_varpool_1): Return vector of varpools.
25341 (input_cgraph): Free the vectors.
25342 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
25343 output only initializers needed.
25344 (lto_output): Only call output_cgraph.
25345 (produce_asm_for_decls): Call lto_varpool_encoder_delete.
25346 * lto-section-out.c (lto_new_out_decl_state): Initialize
25347 state->varpool_node_encoder.
25348 * lto-streamer.h (lto_varpool_encoder_d): New.
25349 (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
25350 (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
25351 (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
25352 lto_varpool_encoder_encode, lto_varpool_encoder_delete,
25353 lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
25354 Declare.
25355 (output_varpool, input_varpool): Remove declarations.
25356
25357 2010-05-05 Jan Hubicka <jh@suse.cz>
25358
25359 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
25360 with body can prevail.
25361
25362 2010-05-05 Jan Hubicka <jh@suse.cz>
25363
25364 * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
25365 size.
25366
25367 2010-05-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
25368
25369 * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
25370
25371 * gengtype.h (erro_at_line): Constify pos argument.
25372
25373 * gengtype.c: Include hashtab.h.
25374 (enum gc_used): Document GC_MAYBE_POINTED_TO.
25375 (error_at_line): Constify pos argument.
25376 (do_typedef): Initialize p->opt field.
25377 (get_file_gtfilename): Fix comment typo.
25378 (struct walk_type_data): Constify line field.
25379 (get_output_file_for_structure): New function.
25380 (write_local_func_for_structure): Constify orig_s argument.
25381 Use get_output_file_for_structure.
25382 (write_func_for_structure): Use get_output_file_for_structure.
25383 (INDENT): New define.
25384 (dump_pair, dump_type, dump_type_list, dump_typekind)
25385 (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
25386 (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
25387 functions.
25388 (seen_types): New variable.
25389 (main): New variable do_dump. Process "-d" command line option.
25390 Call dump_everything if dump requested.
25391
25392 2010-05-05 Jakub Jelinek <jakub@redhat.com>
25393
25394 * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
25395 in a temporary instead of invoking the macro multiple times.
25396 (track_expr_p): Likewise.
25397
25398 2010-05-04 Neil Vachharajani <nvachhar@google.com>
25399
25400 * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
25401 per new semantics.
25402 * opts.c (decode_options): Enable -Werror=coverage-mismatch.
25403 * coverage.c (get_coverage_counts): Always emit a warning. Adjust
25404 conditions for printing notes.
25405 * common.opt (-Wcoverage-mismatch): Allow negative, default to
25406 true, update documentation.
25407 * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
25408
25409 2010-05-04 Jakub Jelinek <jakub@redhat.com>
25410
25411 PR c/43981
25412 * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
25413 on dimen.
25414
25415 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
25416
25417 PR target/43799
25418 * config/i386/i386.md (sse_prologue_save): Clobber CC register.
25419 (*sse_prologue_save_insn1): Likewise.
25420 (SSE prologue save splitter): Likewise.
25421
25422 2010-05-04 Eric Botcazou <ebotcazou@adacore.com>
25423
25424 * tree.c (free_lang_data_in_one_sizepos): New inline function.
25425 (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
25426 types. Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
25427 (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
25428 all decls. Call it on DECL_FIELD_OFFSET of fields.
25429 (find_decls_types_r): Follow DECL_VALUE_EXPR.
25430 (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
25431
25432 2010-05-04 Martin Jambor <mjambor@suse.cz>
25433
25434 * tree-sra.c (build_access_from_expr_1): The first parameter type
25435 changed to simple tree.
25436 (build_access_from_expr): Likewise, gsi parameter was eliminated.
25437 (scan_assign_result): Renamed to assignment_mod_result, enum elements
25438 renamed as well.
25439 (build_accesses_from_assign): Removed all parameters except for a
25440 simple gimple statement. Now returns a simple bool.
25441 (scan_function): All non-analysis parts moved to separate functions
25442 sra_modify_function_body and ipa_sra_modify_function_body. Removed all
25443 parameters and updated both callers.
25444 (sra_modify_expr): Removed parameter data.
25445 (sra_modify_function_body): New function.
25446 (perform_intra_sra): Call sra_modify_function_body to modify the
25447 function body.
25448 (replace_removed_params_ssa_names): Parameter data changed into
25449 adjustments vector.
25450 (sra_ipa_modify_expr): Likewise. Also removed unused parameter gsi and
25451 changed the parameter dont_convert to convert with the opposite
25452 meaning.
25453 (sra_ipa_modify_assign): Parameter data changed into adjustments
25454 vector, return value changed to bool.
25455 (ipa_sra_modify_function_body): New function.
25456 (sra_ipa_reset_debug_stmts): Updated a comment.
25457 (modify_function): Use ipa_sra_modify_function_body to modify function
25458 body.
25459
25460 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
25461
25462 PR middle-end/43671
25463 * alias.c (true_dependence): Handle the same VALUE in x and mem.
25464 (canon_true_dependence): Likewise.
25465 (write_dependence_p): Likewise.
25466
25467 2010-05-04 Jan Hubicka <jh@suse.cz>
25468
25469 * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
25470 * cgraphbuild.c: Include ipa-utils.h
25471 (record_reference_ctx): New struct.
25472 (record_reference): Simplify to work on initializers; not statements.
25473 (mark_address, mark_load, mark_store): New.
25474 (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
25475 walk PHI nodes too.
25476 (record_references_in_initializer): Update use of record_reference.
25477 (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
25478 walk PHI nodes too.
25479
25480 2010-05-04 Jan Hubicka <jh@suse.cz>
25481
25482 * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
25483 node will be removed anyway.
25484 (lto_varpool_replace_node): Allow also unanalyzed nodes;
25485 relink aliases of node into prevailing node.
25486 * varpool.c (varpool_remove_node): Remove aliases properly;
25487 when removing node, remove all its aliases too; remove DECL_INITIAL
25488 of removed node; ggc_free the varpool node.
25489
25490 2010-05-04 Richard Guenther <rguenther@suse.de>
25491
25492 PR tree-optimization/43879
25493 * tree-ssa-structalias.c (alias_get_name): Use
25494 DECL_ASSEMBLER_NAME if available.
25495 (create_function_info_for): Return the varinfo node.
25496 (ipa_pta_execute): Associate same-body aliases and extra names
25497 with their origin nodes varinfo. Dump DECL_ASSEMBLER_NAME.
25498
25499 2010-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
25500
25501 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
25502
25503 2010-05-04 Mikael Pettersson <mikpe@it.uu.se>
25504
25505 PR bootstrap/43964
25506 * ira-color.c (assign_hard_reg): Declare rclass and add_cost
25507 only if HONOR_REG_ALLOC_ORDER is not defined.
25508
25509 2010-05-04 Richard Guenther <rguenther@suse.de>
25510
25511 PR tree-optimization/43949
25512 * tree-vrp.c (extract_range_from_binary_expr): Only handle
25513 TRUNC_MOD_EXPR.
25514
25515 2010-04-26 Jason Merrill <jason@redhat.com>
25516
25517 * c.opt (-fstrict-enums): New.
25518 * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
25519
25520 2010-05-03 David Ung <davidu@mips.com>
25521 James E. Wilson <wilson@codesourcery.com>
25522
25523 * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
25524 emit the trap instruction before the divide for TUNE_74K.
25525
25526 2010-05-03 Steven Bosscher <steven@gcc.gnu.org>
25527
25528 * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
25529 (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
25530 based on the above, for new target hook.
25531
25532 * hooks.c (hook_bool_mode_true): New generic hook.
25533 * hooks.h (hook_bool_mode_true): Add prototype.
25534
25535 * target.h (struct gcc_target): Add small_register_classes_for_mode_p
25536 target hook.
25537 * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
25538 target hook, set to hook_bool_mode_false.
25539 * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
25540 * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
25541 with targetm.small_register_classes_for_mode_p.
25542 (find_reusable_reload): Likewise.
25543 (combine_reloads): Likewise.
25544 * reload1.c (reload_as_needed): Likewise.
25545 * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
25546 * ifcvt.c (noce_process_if_block, check_cond_move_block,
25547 dead_or_predicable): Likewise.
25548 * regmove.c (optimize_reg_copy_1): Likewise.
25549 * calls.c (prepare_call_address): Likewise.
25550 (precompute_register_parameters): Likewise.
25551
25552 * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
25553 hook definition.
25554 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
25555 implementation of the hook that considers all register classes
25556 small except for SH64.
25557 (sh_override_options): Use the new hook.
25558 * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
25559 Add prototype.
25560
25561 * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
25562 hook definition.
25563 * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
25564 implementation of the hook that considers all register classes
25565 small for THUMB1.
25566 * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
25567 Add prototype.
25568
25569 * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
25570 hook definition.
25571 * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
25572 implementation of the hook that considers all register classes
25573 small for MIPS16.
25574 * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
25575 Add prototype.
25576
25577 * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
25578 hook definition.
25579 * config/m32c/m32c.h: Likewise.
25580 * config/pdp11/pdp11.h: Likewise.
25581 * config/avr/avr.h: Likewise.
25582 * config/xtensa/xtensa.h: Likewise.
25583 * config/m68hc11/m68hc11.h: Likewise.
25584 * config/mn10300/mn10300.h: Likewise.
25585 * config/mcore/mcore.h: Likewise.
25586 * config/h8300/h8300.h: Likewise.
25587 * config/bfin/bfin.h: Likewise.
25588
25589 * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
25590 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
25591
25592 2010-05-03 Anatoly Sokolov <aesok@post.ru>
25593
25594 * double-int.h (tree_to_double_int): Remove macro.
25595 (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
25596 * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
25597 (tree_to_double_int): New function.
25598 * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
25599 Move ...
25600 * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
25601
25602 2010-05-03 Richard Guenther <rguenther@suse.de>
25603
25604 PR tree-optimization/43971
25605 * tree-ssa-structalias.c (get_constraint_for_1): Fix
25606 constraints in the !flag_delete_null_pointer_checks case.
25607
25608 2010-05-03 Jakub Jelinek <jakub@redhat.com>
25609
25610 PR debug/43972
25611 * config/i386/i386.c (ix86_delegitimize_address): Make sure the
25612 result mode matches original rtl mode.
25613
25614 2010-05-03 Dave Korn <dave.korn.cygwin@gmail.com>
25615
25616 PR target/43888
25617 * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
25618
25619 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
25620
25621 * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
25622 when processing flag options.
25623
25624 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
25625
25626 * gcov-iov.c (main): Change format string placeholder
25627 from %#08x to 0x%08x.
25628 * genchecksum.c (dosum): Change format string placeholder
25629 from %#02x to 0x%02x.
25630
25631 2010-05-02 Richard Guenther <rguenther@suse.de>
25632
25633 PR tree-optimization/43879
25634 * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
25635
25636 2010-05-02 Bruno Haible <bruno@clisp.org>
25637
25638 * doc/extend.texi (Function Attributes): Fix a typo.
25639
25640 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
25641
25642 Revert:
25643 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
25644 placeholder from 0x%x to %#x.
25645 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
25646 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
25647 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
25648 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
25649 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
25650 * config/i386/i386.c (ix86_target_string): Ditto.
25651 * config/i386/i386.c (output_pic_addr_const): Ditto.
25652 (print_operand): Ditto.
25653
25654 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
25655
25656 * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
25657 placeholder from 0x%x to %#x.
25658 (ASM_OUTPUT_DEBUG_DATA1): Ditto.
25659 (ASM_OUTPUT_DEBUG_DATA4): Ditto.
25660 (ASM_OUTPUT_DEBUG_DATA): Ditto.
25661 (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
25662 (ASM_OUTPUT_DEBUG_DATA8): Ditto.
25663 * optc-gen.awk: Ditto.
25664 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
25665 (HOST_WIDE_INT_PRINT_HEX): Ditto.
25666 (HOST_WIDEST_INT_PRINT_HEX): Ditto.
25667 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
25668
25669 2010-05-01 Anatoly Sokolov <aesok@post.ru>
25670
25671 * target.h (struct calls): Add function_value_regno_p field.
25672 * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
25673 (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
25674 * targhooks.c (default_function_value_regno_p): New function.
25675 * targhooks.h (default_function_value_regno_p): Declare function.
25676 * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
25677 * builtins.c. (apply_result_size): (Ditto.).
25678 * combine.c. (likely_spilled_retval_p): (Ditto.).
25679 * mode-switching.c. Include 'target.h'.
25680 (create_pre_exit): Use function_value_regno_p hook.
25681 * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
25682 * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
25683 TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
25684
25685 * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
25686 * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
25687 (ix86_function_value_regno_p): Declare as static, change argument
25688 type to const unsigned int.
25689 * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
25690
25691 2010-05-01 Richard Guenther <rguenther@suse.de>
25692
25693 PR tree-optimization/43949
25694 * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
25695 types.
25696 (extract_range_from_binary_expr): Handle *_MOD_EXPR.
25697
25698 2010-05-01 Anatoly Sokolov <aesok@post.ru>
25699
25700 * rtl.h (CONST_DOUBLE_P): Define.
25701 (rtx_to_double_int): Declare.
25702 * emit-rtl.c (rtx_to_double_int): New function.
25703 * dwarf2out.c (insert_double): New function.
25704 (loc_descriptor, add_const_value_attribute): Clean up, use
25705 rtx_to_double_int and insert_double functions.
25706
25707 2010-05-01 Jonathan Wakely <jwakely.gcc@gmail.com>
25708
25709 * doc/extend.texi (Inline): Add missing return keyword to examples.
25710 (Function Attributes, Variable Attributes, Pragmas): Hyphenate
25711 "command-line".
25712
25713 2010-04-30 Eric Botcazou <ebotcazou@adacore.com>
25714
25715 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
25716 the variable part of the offset as well. Use highest_pow2_factor for
25717 all alignment checks.
25718
25719 2010-04-30 Richard Guenther <rguenther@suse.de>
25720
25721 PR tree-optimization/43879
25722 * tree-ssa-structalias.c (type_could_have_pointers): Functions
25723 can have pointers.
25724
25725 2010-04-30 Jan Hubicka <jh@suse.cz>
25726
25727 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
25728 varpool.
25729 (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
25730
25731 2010-04-30 Jan Hubicka <jh@suse.cz>
25732
25733 * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
25734 New.
25735 * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
25736 * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
25737 (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
25738 cgraph_node_set_needs_ltrans_p): Remove.
25739
25740 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
25741
25742 * sdbout.c: Include vec.h, do not include varray.h.
25743 (deferred_global_decls, sdbout_global_decl,
25744 sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
25745 * toplev.c: Do not include varray.h.
25746 (dump_memory_report): Do not dump VARRAY statistics.
25747 * gengtype.c (open_base_file): Ignore varray.h.
25748 * Makefile.in: Update for abovementioned changes.
25749 Remove all traces of varray.c and varray.h.
25750 * varray.c: Remove file.
25751 * varray.h: Remove file.
25752
25753 2010-04-30 Jan Hubicka <jh@suse.cz>
25754
25755 * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
25756 references.
25757
25758 2010-04-30 Jan Hubicka <jh@suse.cz>
25759
25760 * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
25761 needed.
25762
25763 2010-04-30 Richard Guenther <rguenther@suse.de>
25764
25765 * tree-ssa-structalias.c (get_constraint_for_1): Generate
25766 constraints for CONSTRUCTOR.
25767
25768 2010-04-30 Richard Guenther <rguenther@suse.de>
25769
25770 PR lto/43946
25771 * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
25772 first after all lowering passes.
25773
25774 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
25775
25776 * toplev.c: Include varray.h for statistics dumping.
25777 * tree.h: Do not declare varray_head_tag.
25778 * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
25779 regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
25780 c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
25781 gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
25782 lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
25783 tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
25784 c-common.c, c-common.h, reg-stack.c, basic-block.h,
25785 tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
25786 include varray.h.
25787 * Makefile.in: Update for abovementioned changes.
25788
25789 2010-04-30 Jakub Jelinek <jakub@redhat.com>
25790
25791 PR debug/43942
25792 * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
25793
25794 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
25795
25796 * config/picochip/picochip.c (picochip_legitimize_address): Define.
25797 Use this function to do machine-specific conversion.
25798 (picochip_legitimize_reload_address): Likewise.
25799 (picochip_legitimate_address_p): Check valid base register only if
25800 strict.
25801 (picochip_check_conditional_copy): Check for modw only if opnd is
25802 register.
25803 * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
25804 to call the function in c.
25805 * config/picochip/picochip-protos.h
25806 (picochip_legitimize_reload_address): Define.
25807 * config/picochip/picochip.md (supported_compare1): Define.
25808
25809 2010-04-30 Jan Hubicka <jh@suse.cz>
25810
25811 * cgraph.h (cgraph_local_info): Remove for_functions_valid.
25812 (cgraph_global_info): Remove inlined.
25813 (LTO_cgraph_tag_names): Remove.
25814 (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
25815 * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
25816 simplify cgraph tags and document.
25817 (lto_output_node): Use only LTO_cgraph_unavail_node and
25818 LTO_cgraph_analyzed_node; Do not save analzed, reachable,
25819 for_functions_valid, global info, process and output flags.
25820 (input_overwrite_node): Initialize estimated stack size and
25821 estimated growth. Do not read flags we no longer store.
25822 (input_node): Likewise do not read info no longer stored.
25823 * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
25824 flag.
25825
25826 2010-04-30 Richard Guenther <rguenther@suse.de>
25827
25828 PR tree-optimization/43879
25829 * tree-ssa-structalias.c (get_constraint_for_1): Properly
25830 handle non-zero initializers.
25831
25832 2010-04-30 Richard Guenther <rguenther@suse.de>
25833
25834 * builtins.c (fold_builtin_1): Delete free (0).
25835
25836 2010-04-29 Jan Hubicka <jh@suse.cz>
25837
25838 * gengtype.c (open_base_files): Add lto-streamer.h
25839 * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
25840 (pass_ipa_cp): GGC collect.
25841 * toplev. (compile_file): Do not output symbols.
25842 * ipa-inline.c (pass_ipa_inline): Add ggc collect.
25843 * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
25844 TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
25845 * lto-section-in.c: Include ggc.h
25846 (lto_new_in_decl_state): Alloc in GGC.
25847 (lto_delete_in_decl_state): Likewise.
25848 * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
25849 Collect.
25850
25851 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
25852
25853 PR target/42895
25854 * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
25855 ORDER_REGS_FOR_LOCAL_ALLOC. All instances of this macro changed.
25856 (HONOR_REG_ALLOC_ORDER): Describe new macro.
25857 * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
25858 * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
25859 account only if HONOR_REG_ALLOC_ORDER is not defined.
25860 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
25861 * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
25862
25863 2010-04-29 Jon Grant <04@jguk.org>
25864
25865 * collect2.c (vflag): Change type from int to bool.
25866 (debug): Likewise.
25867 (helpflag): New global bool.
25868 (main): Set vflag and debug with boolean, not integer truth values.
25869 Accept new "--help" option and output usage text if found.
25870 * collect2.h (vflag): Update prototype.
25871 (debug): Likewise.
25872
25873 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
25874
25875 PR bootstrap/43936
25876 * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
25877
25878 2010-04-29 Richard Guenther <rguenther@suse.de>
25879
25880 PR bootstrap/43935
25881 * plugin.h (invoke_plugin_callbacks): Annotate arguments
25882 with ATTRIBUTE_UNUSED.
25883
25884 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
25885
25886 PR target/43921
25887 * config/i386/i386.c (get_some_local_dynamic_name): Replace
25888 INSN_P with NONDEBUG_INSN_P.
25889 (distance_non_agu_define): Likewise.
25890 (distance_agu_use): Likewise.
25891
25892 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
25893
25894 From Dominique d'Humieres <dominiq@lps.ens.fr>
25895 PR bootstrap/43858
25896 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
25897 test_set.
25898
25899 2010-04-29 Brian Hackett <bhackett1024@gmail.com>
25900
25901 * plugin.h (invoke_plugin_callbacks): New inline function.
25902 * plugin.c (flag_plugin_added): New global flag.
25903 (add_new_plugin): Initialize above flag.
25904 (invoke_plugin_callbacks): Rename to ...
25905 (invoke_plugin_callbacks_full): ... this.
25906
25907 2010-04-28 Jan Hubicka <jh@suse.cz>
25908
25909 * lto-symtab.c (lto_symtab_entry_def) Add vnode.
25910 (lto_varpool_replace_node): New.
25911 (lto_symtab_resolve_symbols): Resolve varpool nodes.
25912 (lto_symtab_merge_decls_1): Prefer decls with varpool node.
25913 (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
25914 * cgraph.h (varpool_node_ptr): New type.
25915 (varpool_node_ptr): New vector.
25916 (varpool_node_set_def): New structure.
25917 (varpool_node_set): New type.
25918 (varpool_node_set): New vector.
25919 (varpool_node_set_element_def): New structure.
25920 (varpool_node_set_element, const_varpool_node_set_element): New types.
25921 (varpool_node_set_iterator): New type.
25922 (varpool_node): Add prev pointers, add used_from_other_partition,
25923 in_other_partition.
25924 (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
25925 varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
25926 varpool_get_node, varpool_remove_node): Declare.
25927 (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
25928 varpool_node_set_size): New inlines.
25929 * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
25930 * tree-pass.h (varpool_node_set_def): Forward declare.
25931 (ipa_opt_pass_d): Summary writting takes vnode sets too.
25932 (ipa_write_optimization_summaries): Update prototype.
25933 * ipa-cp.c (ipcp_write_summary): Update.
25934 * ipa-reference.c (ipa_reference_write_summary): Update.
25935 * lto-cgraph.c (lto_output_varpool_node): New static function.
25936 (output_varpool): New function.
25937 (input_varpool_node): New static function.
25938 (input_varpool_1): New function.
25939 (input_cgraph): Input varpool.
25940 * ipa-pure-const.c (pure_const_write_summary): Update.
25941 * lto-streamer-out.c (lto_output): Update, output varpool too.
25942 (write_global_stream): Kill WPA hack.
25943 (produce_asm_for_decls): Update.
25944 (output_alias_pair_p): Handle variables.
25945 (output_unreferenced_globals): Output only needed partition of varpool.
25946 * ipa-inline.c (inline_write_summary): Update.
25947 * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
25948 cgraph.
25949 * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
25950 * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
25951 varpool_node_set_new, varpool_node_set_add,
25952 varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
25953 debug_varpool_node_set): New functions.
25954 * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
25955 (execute_one_pass): Process new decls too.
25956 (ipa_write_summaries_2): Pass around vsets.
25957 (ipa_write_summaries_1): Likewise.
25958 (ipa_write_summaries): Build vset; be more selective about cgraph nodes
25959 to add.
25960 (ipa_write_optimization_summaries_1): Pass around vsets.
25961 (ipa_write_optimization_summaries): Likewise.
25962 * varpool.c (varpool_get_node): New.
25963 (varpool_node): Update doubly linked lists.
25964 (varpool_remove_node): New.
25965 (dump_varpool_node): More dumping.
25966 (varpool_enqueue_needed_node): Update doubly linked lists.
25967 (decide_is_variable_needed): Kill ltrans hack.
25968 (varpool_finalize_decl): Kill lto hack.
25969 (varpool_assemble_decl): Skip decls in other partitions.
25970 (varpool_assemble_pending_decls): Update doubly linkes lists.
25971 (varpool_empty_needed_queue): Likewise.
25972 (varpool_extra_name_alias): Likewise.
25973 * lto-streamer.c (lto_get_section_name): Add vars section.
25974 * lto-streamer.h (lto_section_type): Update.
25975 (output_varpool, input_varpool): Declare.
25976
25977 2010-04-28 Mike Stump <mikestump@comcast.net>
25978
25979 * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
25980
25981 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
25982
25983 * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
25984 record or union type with RECORD_OR_UNION_TYPE_P predicate.
25985 (lto_input_ts_type_tree_pointers): Likewise.
25986 * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
25987 (lto_output_ts_type_tree_pointers): Likewise.
25988
25989 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
25990
25991 Uniquization of constants at the Tree level
25992 * tree.h (DECL_IN_CONSTANT_POOL): New macro.
25993 (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
25994 bit to the end.
25995 (tree_output_constant_def): Declare.
25996 * gimplify.c (gimplify_init_constructor): When using block copy, first
25997 uniquize the constant constructor on the RHS.
25998 * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
25999 DECL_IN_CONSTANT_POOL flag.
26000 * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
26001 * varasm.c (make_decl_rtl): Deal with variables belonging to the global
26002 constant pool.
26003 (assemble_variable): Deal with symbols belonging to the tree constant
26004 pool.
26005 (get_constant_section): Add ALIGN parameter and simplify.
26006 (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
26007 (assemble_constant_contents): Use the expression of the VAR_DECL.
26008 (output_constant_def_contents): Use the alignment of the VAR_DECL.
26009 (tree_output_constant_def): New global function.
26010 (mark_constant): Use the expression of the VAR_DECL.
26011 (place_block_symbol): Use the alignment of the VAR_DECL and the size of
26012 its expression.
26013 (output_object_block): Likewise and assemble the expression.
26014
26015 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
26016
26017 * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
26018 hash_tree, eq_tree): New tree hash table.
26019 (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
26020 [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
26021 lto_orig_address_remove): Reimplement.
26022
26023 2010-04-28 Xinliang David Li <davidxl@google.com>
26024
26025 PR c/42643
26026 * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
26027 (compute_uninit_opnds_pos): New function.
26028 (is_non_loop_exit_postdominating): New function.
26029 (compute_control_dep_chain): New function.
26030 (find_pdom): New function.
26031 (convert_control_dep_chain_into_preds): New function.
26032 (find_predicates): New function.
26033 (find_control_equiv_block): New function.
26034 (collect_phi_def_edges): New function.
26035 (find_def_preds): New function.
26036 (find_dom): New function.
26037 (dump_predicates): New function.
26038 (get_cmp_code): New function.
26039 (is_value_included_in): New function.
26040 (find_matching_predicate_in_rest_chains): New function.
26041 (use_pred_not_overlap_with_undef_path_pred): New function.
26042 (is_use_properly_guarded): New function.
26043 (normalize_cond_1): New function.
26044 (is_and_or_or): New function.
26045 (normalize_cond): New function.
26046 (is_gcond_subset_of): New function.
26047 (is_subset_of_any): New function.
26048 (is_or_set_subset_of): New function.
26049 (is_and_set_subset_of): New function.
26050 (is_norm_cond_subset_of): New function.
26051 (is_pred_expr_subset_of): New function.
26052 (is_pred_chain_subset_of): New function.
26053 (is_included_in): New function.
26054 (is_superset_of): New function.
26055 (find_uninit_use): New function.
26056 (warn_uninitialized_phi): New function.
26057 (compute_possibly_undefined_names): New function.
26058 (ssa_undefined_value_p): New function.
26059 (execute_late_warn_uninitialized): New function.
26060 * tree-ssa.c (ssa_undefined_value_p): Removed.
26061 (warn_uninit): Changed to extern.
26062 (warn_uninitialized_phi): Removed.
26063 (warn_uninitialized_vars): Changed to extern.
26064 (execute_late_warn_uninitialized): Removed
26065 * tree-flow.h: Add new prototypes.
26066 * timevar.def: Add new time variable.
26067 * Makefile.in: Add new build file.
26068
26069 2010-04-28 Uros Bizjak <ubizjak@gmail.com>
26070
26071 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
26072 type if available.
26073
26074 2010-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26075
26076 PR target/22224
26077 * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
26078
26079 2010-04-28 Martin Jambor <mjambor@suse.cz>
26080
26081 * cgraph.h (struct cgraph_node): New field indirect_calls.
26082 (struct cgraph_indirect_call_info): New type.
26083 (struct cgraph_edge): Removed field indirect_call. New fields
26084 indirect_info, indirect_inlining_edge and indirect_unknown_callee.
26085 (cgraph_create_indirect_edge): Declare.
26086 (cgraph_make_edge_direct): Likewise.
26087 (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
26088 * ipa-prop.h (struct ipa_param_call_note): Removed.
26089 (struct ipa_node_params): Removed field param_calls.
26090 (ipa_create_all_structures_for_iinln): Declare.
26091 * cgraph.c: Described indirect edges and uids in initial comment.
26092 (cgraph_add_edge_to_call_site_hash): New function.
26093 (cgraph_edge): Search also among the indirect edges, use
26094 cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
26095 (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
26096 one, use cgraph_add_edge_to_call_site_hash to add edges to the call
26097 site hash.
26098 (initialize_inline_failed): Assign a reason to indirect edges.
26099 (cgraph_create_edge_1): New function.
26100 (cgraph_create_edge): Moved some functionality to
26101 cgraph_create_edge_1.
26102 (cgraph_create_indirect_edge): New function.
26103 (cgraph_edge_remove_callee): Add an assert checking for
26104 non-indirectness.
26105 (cgraph_edge_remove_caller): Special-case indirect edges.
26106 (cgraph_remove_edge): Likewise.
26107 (cgraph_set_edge_callee): New function.
26108 (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
26109 (cgraph_make_edge_direct): New function.
26110 (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
26111 the declaration of the call statement matches.
26112 (cgraph_node_remove_callees): Special-case indirect edges.
26113 (cgraph_clone_edge): Likewise.
26114 (cgraph_clone_node): Clone also the indirect edges.
26115 (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
26116 indirect_call, dump count of indirect_calls edges.
26117 * ipa-prop.c (iinlining_processed_edges): New variable.
26118 (ipa_note_param_call): Create indirect edges instead of
26119 creating notes. New parameter node.
26120 (ipa_analyze_call_uses): New parameter node, pass it on to
26121 ipa_note_param_call.
26122 (ipa_analyze_stmt_uses): Likewise.
26123 (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
26124 (print_edge_addition_message): Work on edges rather than on notes.
26125 (update_call_notes_after_inlining): Likewise, renamed to
26126 update_indirect_edges_after_inlining.
26127 (ipa_create_all_structures_for_iinln): New function.
26128 (ipa_free_node_params_substructures): Do not free notes.
26129 (ipa_edge_duplication_hook): Propagate bits within
26130 iinlining_processed_edges bitmap.
26131 (ipa_node_duplication_hook): Do not duplicate notes.
26132 (free_all_ipa_structures_after_ipa_cp): Renamed to
26133 ipa_free_all_structures_after_ipa_cp.
26134 (free_all_ipa_structures_after_iinln): Renamed to
26135 ipa_free_all_structures_after_iinln.
26136 (ipa_write_param_call_note): Removed.
26137 (ipa_read_param_call_note): Removed.
26138 (ipa_write_indirect_edge_info): New function.
26139 (ipa_read_indirect_edge_info): Likewise.
26140 (ipa_write_node_info): Do not stream notes, do stream information
26141 in indirect edges.
26142 (ipa_read_node_info): Likewise.
26143 (lto_ipa_fixup_call_notes): Removed.
26144 * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
26145 * ipa-inline.c (pass_ipa_inline): Likewise.
26146 * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
26147 * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
26148 * tree-inline.c (copy_bb): Removed an unnecessary double check for
26149 is_gimple_call.
26150 * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
26151 edges.
26152 * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
26153 (output_cgraph): Stream also indirect edges.
26154 (lto_output_edge): Added capability to stream indirect edges.
26155 (input_edge): Likewise.
26156 (input_cgraph_1): Likewise.
26157 * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
26158 of indirect edges.
26159
26160 2010-04-28 Richard Guenther <rguenther@suse.de>
26161
26162 PR tree-optimization/43879
26163 PR tree-optimization/43909
26164 * tree-ssa-structalias.c (struct variable_info): Add
26165 only_restrict_pointers flag.
26166 (new_var_info): Initialize it. Increment stats.total_vars here.
26167 (create_function_info_for): Do not increment stats.total_vars here.
26168 (get_function_part_constraint): Fix build with C++.
26169 (insert_into_field_list): Remove.
26170 (push_fields_onto_fieldstack): Properly merge fields.
26171 (create_variable_info_for): Split and simplify.
26172 (create_variable_info_for_1): New piece.
26173 (intra_create_variable_infos): Properly make restrict constraints
26174 from parameters.
26175
26176 2010-04-28 Richard Guenther <rguenther@suse.de>
26177
26178 PR c++/43880
26179 * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
26180
26181 2010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org>
26182 Jan Hubicka <hubicka@ucw.cz>
26183
26184 * doc/invoke.texi (-Wsuggest-attribute=const,
26185 -Wsuggest-attribute=pure): Document.
26186 * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
26187 (function_always_visible_to_compiler_p,
26188 suggest_attribute, warn_function_pure, warn_function_const):
26189 New functions.
26190 (check_call): Improve debug info.
26191 (analyze_function): Do not check availability.
26192 (add_new_function): Check availability.
26193 (propagate): Output warnings.
26194 (skip_function_for_local_pure_const): New function.
26195 (local_pure_const): Use it; output warnings.
26196 * common.opt (Wsuggest-attribute=const,
26197 Wsuggest-attribute=pure): New.
26198
26199 2010-04-27 Jakub Jelinek <jakub@redhat.com>
26200
26201 * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
26202 force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
26203 or DW_CFA_def_cfa_offset{,_sf}.
26204
26205 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
26206
26207 * tree.h: Fix truncated long macros.
26208
26209 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
26210
26211 * collect2.c (TARGET_64BIT): Redefine to target's default.
26212 * tlink.c: Likewise.
26213 * config/i386/cygming.h (USER_LABEL_PREFIX): Define
26214 dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
26215 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
26216 for underscoring __USER_LABEL_PREFIX__.
26217 * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
26218 (SUB_LINK_ENTRY32): New.
26219 (SUB_LINK_ENTRY64): New.
26220 (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
26221 * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
26222 (SUB_LINK_ENTRY64): New.
26223 (SUB_LINK_ENTRY): New.
26224 (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
26225 (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
26226 x64 target is choosen.
26227 * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
26228 * configure: Regenerated.
26229 * configure.ac (leading-mingw64-underscores): Option added.
26230
26231 2010-04-27 Jan Hubicka <jh@suse.cz>
26232
26233 * doc/invoke.texi (-fipa-profile): Document.
26234 * opts.c (decode_options): Enable ipa-profile at -O1.
26235 * timevar.def (TV_IPA_PROFILE): Define.
26236 * common.opt (fipa-profile): Add.
26237 * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
26238 flag for clones.
26239 (cgraph_propagate_frequency): Handle only local ones.
26240 * tree-pass.h (pass_ipa_profile): Declare.
26241 * ipa-profile.c (gate_profile): Use flag_ipa_profile.
26242 (pass_ipa_profile): Use TV_IPA_PROFILE.
26243 * ipa.c (ipa_profile): New function.
26244 (gate_ipa_profile): Likewise.
26245 (pass_ipa_profile): New global variable.
26246 * passes.c (pass_ipa_profile): New.
26247
26248 2010-04-27 Nathan Froyd <froydnj@codesourcery.com>
26249
26250 * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
26251
26252 2010-04-27 Martin Jambor <mjambor@suse.cz>
26253
26254 PR middle-end/43812
26255 * ipa.c (dissolve_same_comdat_group_list): New function.
26256 (function_and_variable_visibility): Call
26257 dissolve_same_comdat_group_list when comdat group contains external or
26258 newly local nodes.
26259 * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
26260 lists are circular and that they contain only DECL_ONE_ONLY nodes.
26261
26262 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
26263
26264 * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
26265 (const_hash_1) <VECTOR_CST>: New case.
26266 (compare_constant) <VECTOR_CST>: Likewise.
26267 <ADDR_EXPR>: Deal with LABEL_REFs.
26268 (copy_constant) <VECTOR_CST>: New case.
26269
26270 2010-04-27 Jan Hubicka <jh@suse.cz>
26271
26272 * cgraph.c (cgraph_propagate_frequency): New function.
26273 * cgraph.h (cgraph_propagate_frequency): Declare.
26274 * ipa-inline.c (cgraph_clone_inlined_nodes): Call
26275 cgraph_propagate_frequency.
26276
26277 2010-04-27 Jakub Jelinek <jakub@redhat.com>
26278
26279 * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
26280
26281 2010-04-27 Bernd Schmidt <bernds@codesourcery.com>
26282
26283 PR target/40657
26284 * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
26285 (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
26286 here to determine which regs to push and how much stack to reserve.
26287
26288 2010-04-27 Jie Zhang <jie@codesourcery.com>
26289
26290 * doc/gimple.texi (gimple_statement_with_ops): Remove
26291 addresses_taken field.
26292 (gimple_statement_with_memory_ops): Likewise.
26293
26294 2010-04-27 Jan Hubicka <jh@suse.cz>
26295
26296 * tree-inline.c (eni_inlining_weights): Remove.
26297 (estimate_num_insns): Special case more builtins.
26298
26299 2010-04-27 Shujing Zhao <pearly.zhao@oracle.com>
26300
26301 PR c/32207
26302 * c-typeck.c (build_binary_op): Move forward check for comparison
26303 pointer with null pointer constant and adjust the diagnostic message.
26304
26305 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
26306
26307 PR lto/42776
26308 * configure.ac (gcc_cv_as_section_has_align): Set if installed
26309 binutils supports extended .section directive needed by LTO, or
26310 warn if older binutils found.
26311 (LTO_BINARY_READER): New AC_SUBST'd variable.
26312 (LTO_USE_LIBELF): Likewise.
26313 * config.gcc (lto_binary_reader): New target-specific configure
26314 variable.
26315 * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
26316 (LTO_USE_LIBELF): Likewise.
26317 * configure: Regenerate.
26318
26319 * collect2.c (is_elf): Rename from this ...
26320 (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
26321 object files in addition to ELF-formatted ones.
26322 (scan_prog_file): Caller updated. Also allow for LTO info marker
26323 symbol to be prefixed or not by an extra underscore.
26324
26325 * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
26326 * config/i386/winnt.c: Also #include lto-streamer.h
26327 (i386_pe_asm_named_section): Specify 1-byte section alignment for
26328 LTO named sections.
26329 (i386_pe_asm_output_aligned_decl_common): Add comment.
26330 (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
26331
26332 2010-04-27 Hans-Peter Nilsson <hp@bitrange.com>
26333
26334 PR target/43889
26335 * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
26336 Add missing earlyclobber for second alternative.
26337
26338 2010-04-26 Bernd Schmidt <bernds@codesourcery.com>
26339
26340 * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
26341 bits for artificial defs at the top of the block.
26342 * fwprop.c (single_def_use_enter_block): Don't call it.
26343
26344 2010-04-26 Jack Howarth <howarth@bromo.med.uc.edu>
26345
26346 PR 43715
26347 * configure.ac: Use "$gcc_cv_nm -g" on darwin
26348 instead of "$gcc_cv_objdump -T".
26349 Use "-undefined dynamic_lookup" on darwin.
26350 * configure: Regenerate.
26351
26352 2010-04-26 Jakub Jelinek <jakub@redhat.com>
26353
26354 PR c/43893
26355 * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
26356
26357 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
26358
26359 * c-parser.c (struct c_token): Move location field up.
26360 * c-tree.h (struct c_typespec): Move expr_const_operands field up.
26361 (struct c_declspecs): Convert typespec_word, storage_class, and
26362 default_int_p into bitfields.
26363 (struct c_declarator): Move loc field up.
26364
26365 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
26366
26367 * cfgloop.h (struct loop): Move can_be_parallel field up.
26368 * ipa-prop.h (struct ip_node_params): Move bitfields up.
26369 * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
26370 down.
26371 (struct iv_cand): Convert pos field into a bitfield.
26372 * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
26373 field up.
26374 (struct _stmt_vec_info): Shuffle fields for better packing.
26375
26376 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
26377
26378 * varasm.c (IN_NAMED_SECTION): Remove guard.
26379 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
26380 (IN_NAMED_SECTION_P): ...this.
26381 (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
26382 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
26383
26384 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
26385
26386 * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
26387 Use VOID_TYPE_P for all void type tests. Adjust TYPE variable instead
26388 of shadowing it. Fix comments.
26389
26390 2010-04-26 Jan Hubicka <jh@suse.cz>
26391
26392 * cgraph.c (cgraph_create_node): Set node frequency to normal.
26393 (cgraph_clone_node): Copy function frequency.
26394 * cgraph.h (node_frequency): New enum
26395 (struct cgraph_node): Add.
26396 * final.c (rest_of_clean_state): Update.
26397 * lto-cgraph.c (lto_output_node): Output node frequency.
26398 (input_overwrite_node): Input node frequency.
26399 * tre-ssa-loop-ivopts (computation_cost): Update.
26400 * lto-streamer-out.c (output_function): Do not output function
26401 frequency.
26402 * predict.c (maybe_hot_frequency_p): Update and handle functions
26403 executed once.
26404 (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
26405 attribute lookup.
26406 (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
26407 (compute_function_frequency): Set noreturn functions to be executed
26408 once.
26409 (choose_function_section): Update.
26410 * lto-streamer-in.c (input_function): Do not input function frequency.
26411 * function.c (allocate_struct_function): Do not initialize function
26412 frequency.
26413 * function.h (function_frequency): Remove.
26414 (struct function): Remove function frequency.
26415 * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
26416 (try_update): Update.
26417 * tree-inline.c (initialize_cfun): Do not update function frequency.
26418 * passes.c (pass_init_dump_file): Update.
26419 * i386.c (ix86_compute_frame_layout): Update.
26420 (ix86_pad_returns): Update.
26421
26422 2010-04-26 Jie Zhang <jie@codesourcery.com>
26423
26424 PR tree-optimization/43833
26425 * tree-vrp.c (range_int_cst_p): New.
26426 (range_int_cst_singleton_p): New.
26427 (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
26428 when both operands are constants. Use range_int_cst_p in
26429 BIT_IOR_EXPR case.
26430
26431 2010-04-26 Jan Hubicka <jh@suse.cz>
26432
26433 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
26434
26435 2010-04-26 Richard Guenther <rguenther@suse.de>
26436
26437 PR lto/43080
26438 * gimple.c (gimple_decl_printable_name): Deal gracefully
26439 with a NULL DECL_NAME.
26440
26441 2010-04-26 Richard Guenther <rguenther@suse.de>
26442
26443 PR lto/42425
26444 * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
26445 if emitting debug information and it is either a function
26446 or a namespace decl.
26447
26448 2010-04-26 Ira Rosen <irar@il.ibm.com>
26449
26450 * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
26451 determine if the statement is vectorizable, and a macro to access it.
26452 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
26453 Skip statements that can't be vectorized. If the analysis fails,
26454 mark the statement as unvectorizable if vectorizing basic block.
26455 (vect_compute_data_refs_alignment): Likewise.
26456 (vect_verify_datarefs_alignment): Skip statements marked as
26457 unvectorizable. Add print.
26458 (vect_analyze_group_access): Skip statements that can't be
26459 vectorized. If the analysis fails, mark the statement as
26460 unvectorizable if vectorizing basic block.
26461 (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
26462 * tree-vect-stmts.c (vectorizable_store): Fix the number of
26463 generated stmts for SLP.
26464 (new_stmt_vec_info): Initialize the new field.
26465 * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
26466 statements marked as unvectorizable.
26467
26468 2010-04-25 Joseph Myers <joseph@codesourcery.com>
26469
26470 * c-common.c (flag_isoc1x): New.
26471 (flag_isoc99): Update comment.
26472 * c-common.h (flag_isoc1x): New.
26473 (flag_isoc99): Update comment.
26474 * c-cppbuiltin.c (builtin_define_float_constants): Also define
26475 __<type>_DECIMAL_DIG__.
26476 * c-opts.c (set_std_c1x): New.
26477 (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
26478 (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
26479 * c.opt (-std=c1x, -std=gnu1x): New options.
26480 * doc/cpp.texi: Mention -std=c1x.
26481 * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
26482 * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
26483 * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
26484 * doc/standards.texi: Mention C1X.
26485 * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
26486 LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
26487 LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
26488 Define for C1X.
26489
26490 2010-04-25 Uros Bizjak <ubizjak@gmail.com>
26491
26492 * config/i386/gmon-sol2.c (_mcleanup): Change format string
26493 placeholder from 0x%x to %#x.
26494 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
26495 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
26496 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
26497 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
26498 * config/i386/i386.c (ix86_target_string): Ditto.
26499 (output_pic_addr_const): Ditto.
26500 (print_operand): Ditto.
26501
26502 2010-04-25 Paolo Bonzini <bonzini@gnu.org>
26503
26504 * combine.c (find_split_point): Add third argument. Use it
26505 to find nested multiply-accumulate instructions. Adjust calls.
26506 (try_combine): Adjust call to find_split_point.
26507
26508 2010-04-24 Gerald Pfeifer <gerald@pfeifer.com>
26509
26510 * doc/contrib.texi (Contributors): Add Dodji Seketeli.
26511
26512 2010-04-24 Bernd Schmidt <bernds@codesourcery.com>
26513
26514 PR tree-optimization/41442
26515 * fold-const.c (merge_truthop_with_opposite_arm): New function.
26516 (fold_binary_loc): Call it.
26517
26518 2010-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
26519
26520 * toplev.c (general_init): Set default for fdiagnostics-show-option.
26521 * opts.c (common_handle_option): Allow disabling it.
26522 * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
26523
26524 2010-04-23 Eric Botcazou <ebotcazou@adacore.com>
26525
26526 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
26527 between modes if both types are integral.
26528
26529 2010-04-23 Richard Guenther <rguenther@suse.de>
26530
26531 PR tree-optimization/43572
26532 * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
26533
26534 2010-04-23 Richard Guenther <rguenther@suse.de>
26535
26536 PR lto/43455
26537 * tree-inline.c (tree_can_inline_p): Also check compatibility
26538 of return types.
26539
26540 2010-04-23 Martin Jambor <mjambor@suse.cz>
26541
26542 PR tree-optimization/43846
26543 * tree-sra.c (struct access): New flag grp_assignment_read.
26544 (build_accesses_from_assign): Set grp_assignment_read.
26545 (sort_and_splice_var_accesses): Propagate grp_assignment_read.
26546 (enum mark_read_status): New type.
26547 (analyze_access_subtree): Propagate grp_assignment_read, create
26548 accesses also if both direct_read and root->grp_assignment_read.
26549
26550 2010-04-23 Martin Jambor <mjambor@suse.cz>
26551
26552 PR middle-end/43835
26553 * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
26554 function does not have type attributes.
26555
26556 2010-04-23 Richard Guenther <rguenther@suse.de>
26557
26558 PR lto/42653
26559 * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
26560 of FUNCTION_DECLs.
26561
26562 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
26563
26564 * sese.h (create_if_region_on_edge): Remove.
26565
26566 * sese.c (create_if_region_on_edge): Make static.
26567
26568 * tree-inline.c: Do not include ggc.h.
26569
26570 * expr.c: Do not include ggc.h.
26571
26572 * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
26573 dependencies.
26574
26575 2010-04-22 Kaz Kojima <kkojima@gcc.gnu.org>
26576
26577 PR target/43744
26578 * config/sh/sh.c (find_barrier): Don't emit a constant pool
26579 in the middle of insns for casesi_worker_2.
26580
26581 2010-04-22 David Edelsohn <edelsohn@gnu.org>
26582
26583 * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
26584
26585 2010-04-22 Ira Rosen <irar@il.ibm.com>
26586
26587 PR tree-optimization/43842
26588 * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
26589 loop unrolling in update of exit phis. Fix comment.
26590 * tree-vect-slp.c (vect_analyze_slp): Check that there are at
26591 least two reduction statements in the loop before starting SLP
26592 analysis.
26593
26594 2010-04-22 Nick Clifton <nickc@redhat.com>
26595
26596 * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
26597
26598 2010-04-22 Alexander Monakov <amonakov@ispras.ru>
26599
26600 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
26601 to simplify a + ~a.
26602
26603 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
26604
26605 * tree-parloops.c (loop_parallel_p): New argument
26606 parloop_obstack. Pass it down.
26607 (parallelize_loops): New variable parloop_obstack. Initialize it,
26608 pass it down, free it.
26609
26610 * tree-loop-linear.c (linear_transform_loops): Pass down
26611 lambda_obstack.
26612
26613 * tree-data-ref.h (lambda_compute_access_matrices): New argument
26614 of type struct obstack *.
26615
26616 * tree-data-ref.c (analyze_subscript_affine_affine): New variable
26617 scratch_obstack. Initialize it, pass down, free it.
26618
26619 * lambda.h (lambda_loop_new): Remove.
26620 (lambda_matrix_new, lambda_matrix_inverse)
26621 (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
26622 argument of type struct obstack *.
26623
26624 * lambda-trans.c (lambda_trans_matrix_new): New argument
26625 lambda_obstack. Pass it down, use obstack allocation for ret.
26626 (lambda_trans_matrix_inverse): New argument lambda_obstack. Pass
26627 it down.
26628
26629 * lambda-mat.c (lambda_matrix_get_column)
26630 (lambda_matrix_project_to_null): Remove.
26631 (lambda_matrix_new): New argument lambda_obstack. Use obstack
26632 allocation for mat.
26633 (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
26634 lambda_obstack.
26635
26636 * lambda-code.c (lambda_loop_new): New function.
26637 (lambda_lattice_new, compute_nest_using_fourier_motzkin)
26638 (lambda_compute_auxillary_space, lambda_compute_target_space)
26639 (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
26640 (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
26641 (build_access_matrix): New argument lambda_obstack. Use obstack
26642 allocation for am.
26643 (lambda_compute_step_signs, lambda_compute_access_matrices): New
26644 argument lambda_obstack. Pass it down.
26645
26646 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
26647
26648 * optabs.h (expand_widening_mult): Declare.
26649
26650 2010-04-22 Richard Guenther <rguenther@suse.de>
26651
26652 PR tree-optimization/43845
26653 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
26654 lookup the CALL_EXPR function and arguments.
26655
26656 2010-04-22 Nick Clifton <nickc@redhat.com>
26657
26658 * config/stormy16/stormy16.c
26659 (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
26660 * config/stormy16/stormy16.h: Tidy up formatting.
26661 (DONT_USE_BUILTIN_SETJMP): Remove definition.
26662 * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
26663 (ineqbranchsi): Delete pattern.
26664 * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
26665 * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
26666 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
26667 stormy16-lib2-ucmpsi2.c.
26668
26669 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
26670
26671 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
26672 df_simulate_find_noclobber_defs as appropriate. Keep track of an
26673 extra set merge_set_noclobber, and use it to relax the final test
26674 slightly.
26675 * df.h (df_simulate_find_noclobber_defs): Declare.
26676 * df-problems.c (df_simulate_find_defs): Don't ignore partial or
26677 conditional defs.
26678 (df_simulate_find_noclobber_defs): New function.
26679
26680 2010-04-22 Uros Bizjak <ubizjak@gmail.com>
26681
26682 * config/i386/i386.md: Use {} around multi-line preparation statements.
26683
26684 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
26685
26686 * c-tree.h (push_init_level, pop_init_level, set_init_index)
26687 (process_init_element): New argument of type struct obstack *.
26688
26689 * c-typeck.c (push_init_level, pop_init_level, set_designator)
26690 (set_init_index, set_init_label, set_nonincremental_init)
26691 (set_nonincremental_init_from_string, find_init_member)
26692 (output_init_element, output_pending_init_elements)
26693 (process_init_element): New argument braced_init_obstack. Pass it
26694 down.
26695 (push_range_stack, add_pending_init): New argument
26696 braced_init_obstack. Use obstack allocation.
26697
26698 * c-parser.c (c_parser_initelt, c_parser_initval): New argument
26699 braced_init_obstack. Pass it down.
26700 (c_parser_braced_init): New variables ret, braced_init_obstack.
26701 Initialize obstack, pass it down and finally free it.
26702
26703 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
26704
26705 PR middle-end/29274
26706 * tree-pass.h (pass_optimize_widening_mul): Declare.
26707 * tree-ssa-math-opts.c (execute_optimize_widening_mul,
26708 gate_optimize_widening_mul): New static functions.
26709 (pass_optimize_widening_mul): New.
26710 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
26711 <case MULT_EXPR>: Remove support for widening multiplies.
26712 * tree.def (WIDEN_MULT_EXPR): Tweak comment.
26713 * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
26714 simplify_gen_unary rather than directly building extensions.
26715 * tree-cfg.c (verify_gimple_assign_binary): Add tests for
26716 WIDEN_MULT_EXPR.
26717 * expmed.c (expand_widening_mult): New function.
26718 * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
26719
26720 2010-04-21 Jan Hubicka <jh@suse.cz>
26721
26722 * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
26723 * lto-section-in.c (lto_section_name): Remove wpa_fixup.
26724 * lto-wpa-fixup.c: Remove.
26725 * Makefile.in (lto-wpa-fixup.o): Remove.
26726 * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
26727 (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
26728 * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
26729
26730 2010-04-21 Jan Hubicka <jh@suse.cz>
26731
26732 * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
26733 add write_optimization_summary, read_optimization_summary.
26734 (ipa_write_summaries_of_cgraph_node_set): Remove.
26735 (ipa_write_optimization_summaries): Declare.
26736 (ipa_read_optimization_summaries): Declare.
26737 * ipa-cp.c (pass_ipa_cp): Update.
26738 * ipa-reference.c (pass_ipa_reference): Update.
26739 * ipa-pure-const.c (pass_ipa_pure_const): Update.
26740 * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
26741 Update.
26742 * ipa-inline.c (pass_ipa_inline): Update.
26743 * ipa.c (pass_ipa_whole_program): Update.
26744 * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
26745 * passes.c (ipa_write_summaries_1): Do not test wpa.
26746 (ipa_write_optimization_summaries_1): New.
26747 (ipa_write_optimization_summaries): New.
26748 (ipa_read_summaries): Do not test ltrans.
26749 (ipa_read_optimization_summaries_1): New.
26750 (ipa_read_optimization_summaries): New.
26751
26752 2010-04-21 Jan Hubicka <jh@suse.cz>
26753
26754 * lto-cgraph.c (lto_output_node): Do not output comdat groups
26755 for boundary nodes.
26756 (output_cgraph): Do not arrange comdat groups for boundary nodes.
26757
26758 2010-04-21 Jakub Jelinek <jakub@redhat.com>
26759
26760 PR debug/40040
26761 * dwarf2out.c (add_name_and_src_coords_attributes): Add
26762 DW_AT_{,MIPS_}linkage_name even for Fortran decls.
26763
26764 2010-04-21 Jan Hubicka <jh@suse.cz>
26765
26766 * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
26767
26768 2010-04-21 Jan Hubicka <jh@suse.cz>
26769
26770 * varpool.c (decide_is_variable_needed): Variable is always needed
26771 during ltrans.
26772
26773 2010-04-21 Jan Hubicka <jh@suse.cz>
26774
26775 * opts.c (decode_options): Enable pure-const pass for whopr.
26776
26777 2010-04-21 Jan Hubicka <jh@suse.cz>
26778
26779 * cgraph.c (dump_cgraph_node): Dump also assembler name.
26780 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
26781 at WPA dumping.
26782 (cgraph_decide_inlining): Do not expect callee to be removed in all
26783 cases.
26784
26785 2010-04-21 Eric B. Weddington <eric.weddington@atmel.com>
26786
26787 * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
26788
26789 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
26790
26791 * config/i386/i386.md (x86_shrd): Add athlon_decode and
26792 amdfam10_decode attributes.
26793
26794 2010-04-21 Jakub Jelinek <jakub@redhat.com>
26795
26796 PR middle-end/43570
26797 * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
26798 OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
26799 (lower_copyprivate_clauses): Use private var in outer
26800 context instead of original var. Make sure the types
26801 are correct for VLAs.
26802
26803 2010-04-21 Richard Guenther <rguenther@suse.de>
26804
26805 * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
26806 to non-pointer objects.
26807
26808 2010-04-21 Jakub Jelinek <jakub@redhat.com>
26809
26810 * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument. Drop
26811 last chain entry if it starts with the still current label.
26812 (add_location_or_const_value_attribute): Check that
26813 loc_list->first->next is NULL instead of comparing ->first with ->last.
26814 (dwarf2out_var_location): Pass last_label resp. last_postcall_label
26815 to add_var_loc_to_decl.
26816
26817 * dwarf2out.c (output_call_frame_info): For dw_cie_version
26818 >= 4 add also address size and segment size fields into CIE header.
26819
26820 * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
26821 long as address size is the same as sizeof (void *) and
26822 segment size is 0.
26823 * unwind-dw2-fde.c (get_cie_encoding): Likewise. If
26824 address size or segment size is unexpected, return DW_EH_PE_omit.
26825 (classify_object_over_fdes): If get_cie_encoding returned
26826 DW_EH_PE_omit, return -1.
26827 (init_object): If classify_object_over_fdes returned -1,
26828 pretend there were no FDEs at all.
26829
26830 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
26831
26832 * config/i386/i386.md (bswap<mode>2): Macroize expander from
26833 bswap{si,di}2 using SWI48 mode iterator.
26834 (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
26835 SWI48 mode iterator. Set type attribute of bswap insn to bitmanip,
26836 set modrm attribute of bswap insn to 0 and remove length attribute.
26837 (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
26838 iterator. Set type attribute to bitmanip, set modrm attribute to 0,
26839 set mode attribute to <MODE> and remove length attribute.
26840
26841 2010-04-20 James E. Wilson <wilson@codesourcery.com>
26842
26843 PR rtl-optimization/43520
26844 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
26845 zero available registers.
26846
26847 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26848
26849 * builtins.c (fold_builtin_cproj): Fold more cases.
26850
26851 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26852
26853 * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
26854 (fold_builtin_1): Fold builtin cproj.
26855 * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
26856 Use ATTR_CONST_NOTHROW_LIST.
26857
26858 2010-04-20 Uros Bizjak <ubizjak@gmail.com>
26859
26860 * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
26861 and ffsdi2 using SWI48 mode iterator. Expand SImode insn through
26862 ffsi2_no_cmove for !TARGET_CMOVE.
26863 (ffssi2_no_cmove): Rename from *ffs_no_cmove. Make public.
26864 (ffssi2): Remove expander.
26865 (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
26866 mode iterator.
26867 (ctz<mode>2): Ditto from ctz{si,di}2.
26868 (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
26869 mode iterator.
26870 (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
26871 mode iterator.
26872
26873 2010-04-20 Jakub Jelinek <jakub@redhat.com>
26874
26875 * dwarf2out.c (AT_linkage_name): Define.
26876 (clone_as_declaration): Handle DW_AT_linkage_name.
26877 (add_name_and_src_coords_attributes): Use AT_linkage_name instead
26878 of DW_AT_MIPS_linkage_name.
26879 (move_linkage_attr): Likewise.
26880 (dwarf2out_finish): Likewise.
26881
26882 2010-04-20 Xinliang David Li <davidxl@gcc.gnu.org>
26883
26884 PR middle-end/41952
26885 * fold-const.c (fold_comparison): New folding rule.
26886
26887 2010-04-20 Anatoly Sokolov <aesok@post.ru>
26888
26889 * double-int.h (double_int_setbit): Declare.
26890 * double-int.c (double_int_setbit): New function.
26891 * rtl.h (immed_double_int_const): Declare.
26892 * emit-rtl.c (immed_double_int_const): New function.
26893 * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
26894 and immed_double_int_const functions.
26895 * optabs.c (expand_absneg_bit, expand_copysign_absneg,
26896 expand_copysign_bit): (Ditto.).
26897 * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
26898 * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
26899 * dojump.c (prefer_and_bit_test): (Ditto.).
26900 * expr.c (convert_modes, reduce_to_bit_field_precision,
26901 const_vector_from_tree): (Ditto.).
26902 * expmed.c (mask_rtx, lshift_value): (Ditto.).
26903
26904 2010-04-20 Jan Hubicka <jh@suse.cz>
26905
26906 * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
26907 (dump_cgraph_node): Dump new flags.
26908 * cgraph.h (struct cgraph_node): Add flags
26909 reachable_from_other_partition and in_other_partition.
26910 (cgraph_can_remove_if_no_direct_calls_p): Functions used by
26911 other partition can not be removed.
26912 * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
26913 the other partition must be output; silence sanity checking on
26914 leaking functions bodies from other paritition.
26915 * lto-cgraph.c (reachable_from_other_partition_p): New function.
26916 (lto_output_node): Output new flags; do not sanity check that inline
26917 clones are output; drop lto_forced_extern_inline_p code; do not mock
26918 visibility flags at partition boundaries.
26919 (add_node_to): New function.
26920 (output_cgraph): Use it to sort functions so masters appear before
26921 clones.
26922 (input_overwrite_node): Input new flags.
26923 * passes.c (ipa_write_summaries): Do not call
26924 lto_new_extern_inline_states.
26925 * lto-section-out.c (forced_extern_inline,
26926 lto_new_extern_inline_states lto_delete_extern_inline_states,
26927 lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
26928 * lto-streamer.h (lto_new_extern_inline_states,
26929 * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
26930 lto_forced_extern_inline_p): Kill.
26931
26932 2010-04-20 Richard Guenther <rguenther@suse.de>
26933
26934 * tree-ssa-structalias.c (do_sd_constraint): Add edges only
26935 from vars that can have pointers.
26936 (process_constraint): Dump useless constraints.
26937
26938 2010-04-20 Richard Guenther <rguenther@suse.de>
26939
26940 * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
26941 (dump_sa_points_to_info): Remove asserts.
26942 (init_base_vars): nothing_id isn't an escape point nor does it
26943 have pointers.
26944
26945 2010-04-20 Jakub Jelinek <jakub@redhat.com>
26946
26947 * tree.h (TYPE_REF_IS_RVALUE): Define.
26948 * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
26949 should_move_die_to_comdat, prune_unused_types_walk): Handle
26950 DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
26951 (modified_type_die, gen_reference_type_die): Emit
26952 DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
26953 if TYPE_REF_IS_RVALUE and -gdwarf-4.
26954
26955 2010-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26956
26957 PR target/43635
26958 * config/s390/s390.c (s390_emit_call): Turn direct into indirect
26959 calls for -fpic -m31 if they have been sibcall optimized.
26960
26961 2010-04-19 James E. Wilson <wilson@codesourcery.com>
26962
26963 * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
26964 ar.lc fixed and call-used.
26965
26966 * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
26967
26968 2010-04-19 Jan Hubicka <jh@suse.cz>
26969
26970 * opts.c (decode_options): Disable whpr incompatible passes.
26971 * lto/lto.c (lto_1_to_1_map): Skip clones.
26972 (read_cgraph_and_symbols): Do not mark everything as needed.
26973 (do_whole_program_analysis): Do map only after optimizing;
26974 set proper cgraph_state; use passmanager.
26975
26976 2010-04-19 DJ Delorie <dj@redhat.com>
26977
26978 * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
26979 POINTER_PLUS_EXPR and fix them.
26980
26981 2010-04-19 Eric B. Weddington <eric.weddington@atmel.com>
26982
26983 * config/avr/avr-devices.c (avr_mcu_types): Add support for new
26984 devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
26985 attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
26986 atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
26987 atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
26988 atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
26989 atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
26990 atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
26991 m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
26992 atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
26993 * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
26994
26995 2010-04-19 Eric Botcazou <ebotcazou@adacore.com>
26996
26997 * ifcvt.c (noce_try_cmove_arith): Fix long lines.
26998 (check_cond_move_block): Likewise.
26999 (cond_move_process_if_block): Likewise.
27000 (noce_find_if_block): Improve formatting.
27001 (find_if_header): Pass 0 to memset and tweak conditions.
27002 (cond_exec_find_if_block): Fix long lines and tweak conditions.
27003
27004 2010-04-19 Jakub Jelinek <jakub@redhat.com>
27005
27006 * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
27007 for -gdwarf-4.
27008
27009 PR middle-end/43337
27010 * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
27011 with non-local decl doesn't need chain.
27012
27013 2010-04-19 Vladimir Makarov <vmakarov@redhat.com>
27014
27015 * ira-color.c (allocno_reload_assign): Avoid accumulating
27016 reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
27017
27018 2010-04-19 Martin Jambor <mjambor@suse.cz>
27019
27020 * gimple.h (create_tmp_reg): Declare.
27021 * gimplify.c (create_tmp_reg): New function.
27022 (gimplify_return_expr): Use create_tmp_reg.
27023 (gimplify_omp_atomic): Likewise.
27024 (gimple_regimplify_operands): Likewise.
27025 * tree-dfa.c (make_rename_temp): Likewise.
27026 * tree-predcom.c (predcom_tmp_var): Likewise.
27027 (reassociate_to_the_same_stmt): Likewise.
27028 * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
27029 (get_replaced_param_substitute): Likewise.
27030 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
27031 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
27032 * tree-ssa-pre.c (get_representative_for): Likewise.
27033 (create_expression_by_pieces): Likewise.
27034 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
27035 (create_tailcall_accumulator): Likewise.
27036
27037 2010-04-19 Martin Jambor <mjambor@suse.cz>
27038
27039 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
27040 new_stmt.
27041 (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
27042
27043 2010-04-19 Richard Guenther <rguenther@suse.de>
27044
27045 PR tree-optimization/43796
27046 * tree-vrp.c (adjust_range_with_scev): Lookup init and step
27047 from SCEV in the lattice.
27048 (vrp_visit_phi_node): Dump change.
27049
27050 2010-04-19 Richard Guenther <rguenther@suse.de>
27051
27052 * configure.ac: Fix quoting around elf_getshstrndx ABI check.
27053 * configure: Re-generated.
27054
27055 2010-04-19 Richard Guenther <rguenther@suse.de>
27056
27057 PR tree-optimization/43783
27058 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
27059 constant ARRAY_REF operands two and three if possible.
27060
27061 2010-04-19 Uros Bizjak <ubizjak@gmail.com>
27062
27063 PR target/43766
27064 * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
27065
27066 2010-04-19 Jie Zhang <jie@codesourcery.com>
27067
27068 PR target/43662
27069 * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
27070
27071 2010-04-19 Ira Rosen <irar@il.ibm.com>
27072
27073 PR tree-optimization/37027
27074 * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
27075 and macro to access it.
27076 (vectorizable_reduction): Add argument.
27077 (vect_get_slp_defs): Likewise.
27078 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
27079 statements for possible use in SLP.
27080 (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
27081 (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
27082 (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
27083 add new argument.
27084 (vectorizable_reduction): Likewise.
27085 * tree-vect-stmts.c (vect_get_vec_defs): Update call to
27086 vect_get_slp_defs.
27087 (vectorizable_type_demotion, vectorizable_type_promotion,
27088 vectorizable_store): Likewise.
27089 (vect_analyze_stmt): Update call to vectorizable_reduction.
27090 (vect_transform_stmt): Likewise.
27091 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
27092 (vect_build_slp_tree): Fix indentation. Check that there are no loads
27093 from different interleaving chains in same node.
27094 (vect_slp_rearrange_stmts): New function.
27095 (vect_supported_load_permutation_p): Allow load permutations for
27096 reductions. Call vect_slp_rearrange_stmts() to rearrange statements
27097 inside SLP nodes if necessary.
27098 (vect_analyze_slp_instance): Handle reductions.
27099 (vect_analyze_slp): Try to build SLP instances originating from groups
27100 of reductions.
27101 (vect_detect_hybrid_slp_stmts): Skip reduction statements.
27102 (vect_get_constant_vectors): Create initial vectors for reductions
27103 according to reduction code. Add new argument.
27104 (vect_get_slp_defs): Add new argument, pass it to
27105 vect_get_constant_vectors.
27106 (vect_schedule_slp_instance): Remove SLP tree root statements.
27107
27108 2010-04-19 Jakub Jelinek <jakub@redhat.com>
27109
27110 * tree.h (ENUM_IS_SCOPED): Define.
27111 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
27112 for ENUM_IS_SCOPED enums.
27113
27114 2010-04-18 Eric Botcazou <ebotcazou@adacore.com>
27115
27116 * fold-const.c (fold_comparison): Use ssizetype.
27117 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
27118 * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
27119 * tree-loop-distribution.c (build_size_arg_loc): Likewise.
27120 * tree-object-size.c (compute_object_sizes): Use size_type_node.
27121
27122 * tree.h (initialize_sizetypes): Remove parameter.
27123 (build_common_tree_nodes): Remove second parameter.
27124 * stor-layout.c (initialize_sizetypes): Remove parameter.
27125 Always create an unsigned type.
27126 (set_sizetype): Assert that the passed type is unsigned and simplify.
27127 * tree.c (build_common_tree_nodes): Remove second parameter.
27128 Adjust call to initialize_sizetypes.
27129 * c-decl.c (c_init_decl_processing): Remove second argument in call to
27130 build_common_tree_nodes.
27131
27132 2010-04-18 Matthias Klose <doko@ubuntu.com>
27133
27134 * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
27135
27136 2010-04-18 Ira Rosen <irar@il.ibm.com>
27137
27138 PR tree-optimization/43771
27139 * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
27140 load permutation doesn't have gaps.
27141
27142 2010-04-18 Jan Hubicka <jh@suse.cz>
27143
27144 * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
27145 (sse_prologue_save_insn expander): Use new pattern.
27146 (sse_prologue_save_insn1): New pattern and splitter.
27147 (sse_prologue_save_insn): Update to deal also with 64bit aligned
27148 blocks.
27149 * i386.c (setup_incoming_varargs_64): Do not compute jump
27150 destination here.
27151 (ix86_gimplify_va_arg): Update alignment needed.
27152 (ix86_local_alignment): Do not align all local arrays to 128bit.
27153
27154 2010-04-17 Jan Hubicka <jh@suse.cz>
27155
27156 * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
27157
27158 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
27159
27160 * arm.md (negdi2): Remove redundant code to force values into a
27161 register.
27162
27163 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
27164
27165 * arm/bpabi.S: Add EABI alignment attributes to objects.
27166 * arm/bpabi-v6m.S: Likewise.
27167 * arm/crti.asm: Likewise.
27168 * arm/crtn.asm: Likewise.
27169 * arm/lib1funcs.asm: Likewise.
27170 * arm/libunwind.S: Likewise.
27171
27172 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
27173
27174 * arm-protos.h (tune_params): New structure.
27175 * arm.c (current_tune): New variable.
27176 (arm_constant_limit): Delete.
27177 (struct processors): Add pointer to the tune parameters.
27178 (arm_slowmul_tune): New tuning option.
27179 (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
27180 (all_cores): Adjust to pick up the tuning model.
27181 (arm_constant_limit): New function.
27182 (arm_override_options): Select the appropriate tuning model. Delete
27183 initialization of arm_const_limit.
27184 (arm_split_constant): Use the new constant-limit model.
27185 (arm_rtx_costs): Pick up the current tuning model.
27186 * arm.md (is_strongarm, is_xscale): Delete.
27187 * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
27188 for Xscale variant architectures.
27189 (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
27190
27191 2010-04-17 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
27192
27193 * config/arm/arm.c (arm_gen_constant): Remove unused variable
27194 can_shift.
27195 (arm_rtx_costs_1): Remove unused variable extra_cost.
27196 (arm_unwind_emit_set): Use variable offset.
27197 (thumb1_output_casesi): Remove unused variable flags.
27198
27199 2010-04-16 Jeff Law <law@redhat.com>
27200
27201 * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
27202 needing assignment rather than doing a two-phase assignment. Remove
27203 unused variable 'm'.
27204
27205 2010-04-16 Jakub Jelinek <jakub@redhat.com>
27206
27207 PR bootstrap/43767
27208 * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
27209
27210 2010-04-16 Doug Kwan <dougkwan@google.com>
27211
27212 * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
27213 (next_operand_entry_id): New static variable.
27214 (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
27215 (add_to_ops_vec): Assigned unique ID to operand entry.
27216 (struct oecount_s): New field ID.
27217 (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
27218 (undistribute_ops_list): Assign unique IDs to oecounts.
27219 (init_reassoc): reset next_operand_entry_id.
27220
27221 2010-04-16 Doug Kwan <dougkwan@google.com>
27222
27223 * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
27224 missing left parenthesis.
27225
27226 2010-04-16 Uros Bizjak <ubizjak@gmail.com>
27227
27228 * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
27229 *btdi_rex64 using SWI48 mode iterator.
27230 (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
27231 (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
27232 *jcc_btdi_mask_rex64.
27233
27234 2010-04-16 Anatoly Sokolov <aesok@post.ru>
27235
27236 * double-int.h (tree_to_double_int): Convert to macro.
27237 * double-int.c (tree_to_double_int): Remove.
27238
27239 2010-04-16 Jakub Jelinek <jakub@redhat.com>
27240
27241 PR debug/43762
27242 * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
27243 with want_address 2 and in case a single element list might be
27244 possible, call it again with want_address 0.
27245
27246 2010-04-12 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
27247
27248 * config/h8300/h8300.c (print_operand) : Modify case 'V' and
27249 case 'W' print operands for HI mode.
27250 * config/h8300/h8300.h (Y0, Y2) : New constraints.
27251 * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
27252 (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
27253 * config/h8300/predicate.md (bit_register_indirect_operand): New.
27254
27255 * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
27256
27257 * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
27258 cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
27259 #xx:3 and #xx:4 mode.
27260
27261 * config/h8300/h8300.md (inverted load with HImode dest): Add
27262 support for H8300SX.
27263
27264 * config/h8300/predicate.md (bit_operand): Allow immediate values that
27265 satisfy 'U' constraint.
27266
27267 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27268
27269 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
27270 * configure: Regenerate.
27271 * config.in: Regenerate.
27272 * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
27273 works.
27274
27275 2010-04-16 Richard Guenther <rguenther@suse.de>
27276
27277 * tree.h (struct tree_decl_minimal): Move pt_uid ...
27278 (struct tree_decl_common): ... here.
27279 (DECL_PT_UID): Adjust.
27280 (SET_DECL_PT_UID): Likewise.
27281 (DECL_PT_UID_SET_P): Likewise.
27282
27283 2010-04-16 Richard Guenther <rguenther@suse.de>
27284
27285 PR tree-optimization/43572
27286 * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
27287 * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
27288 * tree-flow.h (is_call_clobbered): Remove.
27289 * tree-flow-inline.h (is_call_clobbered): Likewise.
27290 * tree-dfa.c (dump_variable): Do not dump call clobber state.
27291 * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
27292 (execute_return_slot_opt): Adjust.
27293 * tree-tailcall.c (suitable_for_tail_opt_p): Remove
27294 check for call clobbered vars here.
27295 (find_tail_calls): Move tailcall verification to the
27296 proper place.
27297
27298 2010-04-16 Diego Novillo <dnovillo@google.com>
27299
27300 * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
27301
27302 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
27303
27304 PR target/40603
27305 * config/arm/arm.md (cbranchqi4): New pattern.
27306 * config/arm/predicates.md (const0_operand,
27307 cbranchqi4_comparison_operator): New predicates.
27308
27309 2010-04-16 Richard Guenther <rguenther@suse.de>
27310
27311 * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
27312 (dump_gimple_stmt): Likewise.
27313
27314 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
27315
27316 * recog.h (struct recog_data): New field is_operator.
27317 (struct insn_operand_data): New field is_operator.
27318 * recog.c (extract_insn): Set recog_data.is_operator.
27319 * genoutput.c (output_operand_data): Emit code to set the
27320 is_operator field.
27321 * reload.c (find_reloads): Use it rather than testing for an
27322 empty constraint string.
27323
27324 PR target/41514
27325 * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
27326 If the previous insn is a cbranchsi4_insn with the same arguments,
27327 omit the compare instruction.
27328
27329 * config/arm/arm.md (addsi3_cbranch): If destination is a high
27330 register, inputs must be low registers and we need a low register
27331 scratch. Handle alternative 2 like alternative 3.
27332
27333 2010-04-16 Jakub Jelinek <jakub@redhat.com>
27334
27335 * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
27336 don't call get_addr on both. If one expression is a VALUE and
27337 the other a REG, check VALUE's locs if the REG isn't among them.
27338
27339 2010-04-16 Christian Bruel <christian.bruel@st.com>
27340
27341 * config/sh/sh.h (sh_frame_pointer_required): New function.
27342 * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
27343 (flag_omit_frame_pointer) Set.
27344 (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
27345 (rounded_frame_size): Adjust size with outgoing_args_size.
27346 (sh_set_return_address): Must return from stack pointer.
27347 * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
27348 (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
27349 (ACCUMULATE_OUTGOING_ARGS): Define.
27350 * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
27351 * config/sh/sh.opt (maccumulate-outgoing-args): New option.
27352
27353 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
27354
27355 PR target/43471
27356 * config/sh/sh.c (sh_legitimize_reload_address): Use
27357 MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
27358 Remove a unneeded check for offset_base.
27359
27360 2010-04-15 H.J. Lu <hongjiu.lu@intel.com>
27361
27362 * configure: Regenerated.
27363
27364 2010-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27365
27366 * config/s390/s390.c (s390_call_save_register_used): Switch back
27367 to HARD_REGNO_NREGS.
27368
27369 2010-04-15 Richard Guenther <rguenther@suse.de>
27370
27371 * alias.c (alias_set_subset_of): Handle alias-set zero
27372 child properly.
27373
27374 2010-04-15 Mark Shinwell <shinwell@codesourcery.com>
27375 Julian Brown <julian@codesourcery.com>
27376
27377 * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
27378 alternatives according to use of high and low regs.
27379 * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
27380 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
27381 optimizing for size on Thumb-2.
27382
27383 2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
27384
27385 * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
27386
27387 2010-04-15 Richard Guenther <rguenther@suse.de>
27388
27389 * tree-ssa-structalias.c (struct variable_info): Add
27390 is_fn_info flag.
27391 (new_var_info): Initialize it.
27392 (dump_constraints): Support printing last added constraints.
27393 (debug_constraints): Adjust.
27394 (dump_constraint_graph): Likewise.
27395 (make_heapvar_for): Check for NULL cfun.
27396 (get_function_part_constraint): New function.
27397 (get_fi_for_callee): Likewise.
27398 (find_func_aliases): Properly implement IPA PTA constraints.
27399 (process_ipa_clobber): New function.
27400 (find_func_clobbers): Likewise.
27401 (insert_into_field_list_sorted): Remove.
27402 (create_function_info_for): Properly allocate vars for IPA mode.
27403 Do not use insert_into_field_list_sorted.
27404 (create_variable_info_for): Properly generate constraints for
27405 global vars in IPA mode.
27406 (dump_solution_for_var): Always dump the solution.
27407 (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
27408 (find_what_var_points_to): Adjust.
27409 (pt_solution_set): Change.
27410 (pt_solution_ior_into): New function.
27411 (pt_solution_empty_p): Export.
27412 (pt_solution_includes_global): Adjust.
27413 (pt_solution_includes_1): Likewise.
27414 (pt_solutions_intersect_1): Likewise.
27415 (dump_sa_points_to_info): Check some invariants.
27416 (solve_constraints): Move constraint dumping ...
27417 (compute_points_to_sets): ... here.
27418 (ipa_pta_execute): ... and here.
27419 (compute_may_aliases): Do not re-compute points-to info
27420 locally if IPA info is available.
27421 (ipa_escaped_pt): New global var.
27422 (ipa_pta_execute): Properly implement IPA PTA.
27423 * tree-into-ssa.c (dump_decl_set): Support dumping
27424 decls not in referenced-vars.
27425 * tree-flow.h (struct gimple_df): Add ipa_pta flag.
27426 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
27427 (dump_points_to_solution): Likewise.
27428 * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
27429 * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
27430 (remap_gimple_stmt): Reset call clobber/use information if necessary.
27431 (copy_decl_to_var): Copy DECL_PT_UID.
27432 (copy_result_decl_to_var): Likewise.
27433 * tree.c (make_node_stat): Initialize DECL_PT_UID.
27434 (copy_node_stat): Copy it.
27435 * tree.h (DECL_PT_UID): New macro.
27436 (SET_DECL_PT_UID): Likewise.
27437 (DECL_PT_UID_SET_P): Likewise.
27438 (struct tree_decl_minimal): Add pt_uid member.
27439 * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
27440 (pt_solution_empty_p): Declare.
27441 (pt_solution_set): Adjust.
27442 (ipa_escaped_pt): Declare.
27443 * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
27444 * gimple-pretty-print.c (pp_points_to_solution): New function.
27445 (dump_gimple_call): Dump call clobber/use information.
27446 * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
27447 * tree-pass.h (TDF_ALIAS): New dump option.
27448 * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
27449 * doc/invoke.texi (-fipa-pta): Update documentation.
27450
27451 2010-04-15 Richard Guenther <rguenther@suse.de>
27452
27453 * Makefile.in (OBJS-common): Add gimple-fold.o.
27454 (gimple-fold.o): New rule.
27455 * tree.h (maybe_fold_offset_to_reference,
27456 maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
27457 prototypes ...
27458 * gimple.h: ... here.
27459 * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
27460 may_propagate_address_into_dereference): Move prototypes ...
27461 * gimple.h: ... here.
27462 * tree-ssa-ccp.c (get_symbol_constant_value,
27463 may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
27464 maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
27465 maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
27466 maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
27467 ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
27468 fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
27469 gimplify_and_update_call_from_tree): Move ...
27470 * gimple-fold.c: ... here. New file.
27471 (ccp_fold_builtin): Rename to ...
27472 (gimple_fold_builtin): ... this.
27473 * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
27474
27475 2010-04-15 Richard Guenther <rguenther@suse.de>
27476
27477 * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
27478 fit_double_type, force_fit_type_double, add_double_with_sign,
27479 neg_double, mul_double_with_sign, lshift_double, rshift_double,
27480 lrotate_double, rrotate_double, div_and_round_double): Move ...
27481 * double-int.c: ... here.
27482 * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
27483 add_double, neg_double, mul_double_with_sign, mul_double,
27484 lshift_double, rshift_double, lrotate_double, rrotate_double,
27485 div_and_round_double): Move prototypes ...
27486 * double-int.h: ... here.
27487
27488 2010-04-15 Bernd Schmidt <bernds@codesourcery.com>
27489
27490 PR target/43742
27491 * config/sh/sh.md (doloop_end_split, dect): Undo previous patch. Use
27492 matching constraints to ensure inputs match the output.
27493
27494 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
27495
27496 PR target/43742
27497 * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
27498 in an input-only operand.
27499
27500 2010-04-15 Anatoly Sokolov <aesok@post.ru>
27501
27502 * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
27503 (double_int_not, double_int_lshift, double_int_rshift): Declare.
27504 (double_int_negative_p): Convert to static inline function.
27505 * double-int.c (double_int_lshift, double_int_lshift): New functions.
27506 (double_int_negative_p): Remove.
27507 * tree.h (lshift_double, rshift_double):
27508 * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
27509 * fold-const.c (fold_convert_const_int_from_real,
27510 fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
27511 (lshift_double): Change type of arith argument to bool.
27512 (rshift_double): Change type of arith argument to bool. Correct
27513 comment.
27514 * expmed.c (mask_rtx, lshift_value): (Ditto.).
27515
27516 2010-04-14 Bernd Schmidt <bernds@codesourcery.com>
27517
27518 PR target/21803
27519 * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
27520 at the start and end of the then/else blocks, and omit them from the
27521 conversion.
27522 * cfgcleanup.c (flow_find_cross_jump): No longer static. Remove MODE
27523 argument; all callers changed. Pass zero to old_insns_match_p instead.
27524 (flow_find_head_matching_sequence): New function.
27525 (old_insns_match_p): Check REG_EH_REGION notes for calls.
27526 * basic-block.h (flow_find_cross_jump,
27527 flow_find_head_matching_sequence): Declare functions.
27528
27529 2010-04-14 Jason Merrill <jason@redhat.com>
27530
27531 PR c++/36625
27532 * c-common.c (attribute_takes_identifier_p): New fn.
27533 * c-common.h: Declare it.
27534
27535 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27536
27537 * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
27538 splitter condition.
27539 (*udivmod<mode>4): Ditto.
27540
27541 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27542
27543 * config/i386/i386.md (maxmin_int): Rename code attribute from
27544 maxminiprefix and update all users.
27545 (maxmin_float): Ditto from maxminfprefix.
27546 (logic): Ditto from logicprefix.
27547 (absneg_mnemonic): Ditto from absnegprefix.
27548 * config/i386/mmx.md: Update all users of maxminiprefix,
27549 maxminfprefix and logicprefix for rename.
27550 * config/i386/sse.md: Ditto.
27551 * config/i386/sync.md (sync_<code><mode>): Update for
27552 logicprefix rename.
27553
27554 2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
27555
27556 PR 42966
27557 * diagnostics.c (diagnostic_report_diagnostic): Mark specially
27558 warnings converted to errors.
27559
27560 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27561
27562 * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
27563 used insn_type variable.
27564 (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
27565 to avoid set-but-not-used warning.
27566
27567 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27568
27569 * df-core.c (df_ref_debug): Change format string placeholder
27570 from 0x%x to %#x.
27571 * dwarf2asm.c (dw2_asm_output_data_raw,
27572 dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
27573 dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
27574 * dwarf2out.c (output_cfi, output_cfi_directive,
27575 dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
27576 output_cfa_loc_raw, output_die, output_ranges, output_file_names):
27577 Ditto.
27578 * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
27579 * print-rtl.c (print_rtx): Ditto.
27580
27581 2010-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
27582
27583 PR middle-end/42694
27584 * builtins.c (expand_builtin_pow_root): New function to expand pow
27585 calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
27586 series of sqrt and cbrt calls under -ffast-math.
27587 (expand_builtin_pow): Call it.
27588
27589 2010-04-14 Michael Matz <matz@suse.de>
27590
27591 PR tree-optimization/42963
27592 * tree-cfg.c (touched_switch_bbs): New static variable.
27593 (group_case_labels_stmt): New function broken out from ...
27594 (group_case_labels): ... here, use the above.
27595 (start_recording_case_labels): Allocate touched_switch_bbs.
27596 (end_recording_case_labels): Deallocate it, call
27597 group_case_labels_stmt.
27598 (gimple_redirect_edge_and_branch): Remember index of affected BB.
27599
27600 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27601
27602 * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
27603 from insn template.
27604
27605 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27606
27607 * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
27608
27609 2010-04-13 Jan Hubicka <jh@suse.cz>
27610
27611 * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
27612 of optimized out static functions.
27613 (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
27614 cost computation. Also sanity check for overflows.
27615 (update_caller_keys): Update cgraph_edge_badness call; properly
27616 update fibheap and sanity check that it is up to date.
27617 (add_new_edges_to_heap): Update cgraph_edge_badness.
27618 (cgraph_decide_inlining_of_small_function): Likewise;
27619 add sanity checking that badness in heap is up to date;
27620 improve dumping of reason; Update badness of calls to the
27621 offline copy of function currently inlined; dump badness
27622 of functions not inlined because of unit growth limits.
27623
27624 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
27625
27626 PR middle-end/32628
27627 * c-common.c (pointer_int_sum): Disregard overflow that occured only
27628 because of sign-extension change when converting to sizetype here...
27629 * fold-const.c (fold_convert_const_int_from_int): ...and not here.
27630
27631 * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
27632 the folding to constants. Remove redundant final conversion.
27633 (fold_binary) <associate>: Do not associate if the re-association of
27634 constants alone overflows.
27635 (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
27636 to the end of the list.
27637 (multiple_of_p) <COND_EXPR>: New case.
27638
27639 2010-04-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
27640
27641 * opt-functions.awk (opt_sanitized_name): New.
27642 (opt_enum): New.
27643 * optc-gen.awk: Use it
27644 * opth-gen.awk: Use it.
27645
27646 2010-04-13 Martin Jambor <mjambor@suse.cz>
27647
27648 * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
27649 (sra_modify_assign): Delete stmts loading dead data even if racc has no
27650 children. Call replace_uses_with_default_def_ssa_name to handle
27651 SSA_NAES on lhs.
27652
27653 2010-04-13 Michael Matz <matz@suse.de>
27654
27655 PR middle-end/43730
27656 * builtins.c (expand_builtin_interclass_mathfn): Also create
27657 a register if the predicate doesn't match.
27658
27659 2010-04-13 Diego Novillo <dnovillo@google.com>
27660
27661 * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
27662 * c-pch.c: Include timevar.h.
27663 (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
27664 (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
27665 * ggc-common.c: Include timevar.h.
27666 (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
27667 * timevar.def (TV_PCH_SAVE): Define.
27668 (TV_PCH_CPP_SAVE): Define.
27669 (TV_PCH_PTR_REALLOC): Define.
27670 (TV_PCH_PTR_SORT): Define.
27671 (TV_PCH_RESTORE): Define.
27672 (TV_PCH_CPP_RESTORE): Define.
27673
27674 2010-04-13 Michael Matz <matz@suse.de>
27675
27676 * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
27677 into MINUS_EXPRs.
27678 (can_reassociate_p): New function.
27679 (break_up_subtract_bb, reassociate_bb): Use it.
27680
27681 2010-04-13 Richard Guenther <rguenther@suse.de>
27682
27683 PR bootstrap/43737
27684 * builtins.c (c_readstr): Fix assert.
27685
27686 2010-04-13 Uros Bizjak <ubizjak@gmail.com>
27687
27688 * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
27689 when generating cltd insn.
27690
27691 (*ashl<mode>3_1): Remove special handling for register operand 2.
27692 (*ashlsi3_1_zext): Ditto.
27693 (*ashlhi3_1): Ditto.
27694 (*ashlhi3_1_lea): Ditto.
27695 (*ashlqi3_1): Ditto.
27696 (*ashlqi3_1_lea): Ditto.
27697 (*<shiftrt_insn><mode>3_1): Ditto.
27698 (*<shiftrt_insn>si3_1_zext): Ditto.
27699 (*<shiftrt_insn>qi3_1_slp): Ditto.
27700 (*<rotate_insn><mode>3_1): Ditto.
27701 (*<rotate_insn>si3_1_zext): Ditto.
27702 (*<rotate_insn>qi3_1_slp): Ditto.
27703
27704 2010-04-13 Richard Guenther <rguenther@suse.de>
27705
27706 * tree-ssa-structalias.c (callused_id): Remove.
27707 (call_stmt_vars): New.
27708 (get_call_vi): Likewise.
27709 (lookup_call_use_vi): Likewise.
27710 (lookup_call_clobber_vi): Likewise.
27711 (get_call_use_vi): Likewise.
27712 (get_call_clobber_vi): Likewise.
27713 (make_transitive_closure_constraints): Likewise.
27714 (handle_const_call): Adjust to do per-call call-used handling.
27715 (handle_pure_call): Likewise.
27716 (find_what_var_points_to): Remove general callused handling.
27717 (init_base_vars): Likewise.
27718 (init_alias_vars): Initialize call_stmt_vars.
27719 (compute_points_to_sets): Process call-used and call-clobbered
27720 vars for call statements.
27721 (delete_points_to_sets): Free call_stmt_vars.
27722
27723 2010-04-13 Richard Guenther <rguenther@suse.de>
27724
27725 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
27726 Only add RW dependence for dependence distance zero.
27727 Adjust maximal vectorization factor according to dependences.
27728 Move alignment handling ...
27729 (vect_find_same_alignment_drs): ... here. New function.
27730 (vect_analyze_data_ref_dependences): Adjust.
27731 (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
27732 (vect_analyze_data_refs): Adjust minimal vectorization factor
27733 according to data references.
27734 * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
27735 dependences before determining the vectorization factor.
27736 Analyze alignment after determining the vectorization factor.
27737 * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
27738 dependences before alignment.
27739 * tree-vectorizer.h (vect_analyze_data_ref_dependences):
27740 Adjust prototype.
27741 (vect_analyze_data_refs): Likewise.
27742 (MAX_VECTORIZATION_FACTOR): New define.
27743
27744 2010-04-13 Duncan Sands <baldrick@free.fr>
27745
27746 * except.h (lang_eh_type_covers): Remove.
27747 * except.c (lang_eh_type_covers): Likewise.
27748
27749 2010-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27750 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
27751
27752 * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
27753 * config/s390/s390.c: Replace UNTIS_PER_WORD with
27754 UNITS_PER_LONG where it is ABI relevant.
27755 (s390_return_addr_rtx): Likewise.
27756 (s390_back_chain_rtx): Likewise.
27757 (s390_frame_area): Likewise.
27758 (s390_frame_info): Likewise.
27759 (s390_initial_elimination_offset): Likewise.
27760 (save_gprs): Likewise.
27761 (s390_emit_prologue): Likewise.
27762 (s390_emit_epilogue): Likewise.
27763 (s390_function_arg_advance): Likewise.
27764 (s390_function_arg): Likewise.
27765 (s390_va_start): Likewise.
27766 (s390_gimplify_va_arg): Likewise.
27767 (s390_function_profiler): Likewise.
27768 (s390_optimize_prologue): Likewise.
27769 (s390_rtx_costs): Likewise.
27770 (s390_secondary_reload): Likewise.
27771 (s390_promote_function_mode): Likewise.
27772 (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
27773 (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
27774 registers available.
27775 (s390_unwind_word_mode): New function.
27776 (s390_function_value): Split 64 bit values into register pair if
27777 used as return value.
27778 (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
27779 function call parameters. Handle parallels.
27780 (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
27781 (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
27782 (DWARF_CIE_DATA_ALIGNMENT): New macro.
27783 (s390_expand_setmem): Remove unused variable src_addr.
27784 * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
27785 deal with 64 bit registers.
27786 * config/s390/s390.h: Define __zarch__ predefined macro.
27787 Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
27788 (UNITS_PER_LONG): New macro.
27789 * libjava/include/s390-signal.h: Define extended ucontext
27790 structure containing the upper halfs of the 64 bit registers.
27791
27792 2010-04-13 Simon Baldwin <simonb@google.com>
27793
27794 * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
27795
27796 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
27797
27798 * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
27799 rvalue on the RHS if the LHS is of a non-renamable type.
27800 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
27801
27802 2010-04-13 Matthias Klose <doko@ubuntu.com>
27803
27804 * gcc.c (cc1_options): Handle -iplugindir before processing
27805 the cc1 spec. Only add -iplugindir once.
27806 (cpp_unique_options): Add -iplugindir option if -fplugin* options
27807 found.
27808 * common.opt (iplugindir): Remove `Separate' property, initialize.
27809 * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
27810 option.
27811 * Makefile.in (check-%, check-parallel-%): Create plugin dir.
27812 (distclean): Remove plugin dir.
27813 * doc/invoke.texi: Document -iplugindir.
27814
27815 2010-04-13 Basile Starynkevitch <basile@starynkevitch.net>
27816
27817 * doc/plugins.texi (Loading Plugins): Document short
27818 -fplugin=foo option.
27819 (Plugin API): Mention default_plugin_dir_name function.
27820
27821 * gcc.c (find_file_spec_function): Add new declaration.
27822 (static_spec_func): Use it for "find-file".
27823 (find_file_spec_function): Add new function.
27824 (cc1_options): Add -iplugindir option if -fplugin* options found.
27825
27826 * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
27827
27828 * plugin.c (add_new_plugin): Updated comment, and handle short
27829 plugin name.
27830 (default_plugin_dir_name): Added new function.
27831
27832 * common.opt (iplugindir): New option to set the plugin directory.
27833
27834 2010-04-12 Uros Bizjak <ubizjak@gmail.com>
27835
27836 * config/i386/i386.md (any_rotate): New code iterator.
27837 (rotate_insn): New code attribute.
27838 (rotate): Ditto.
27839 (SWIM124): New mode iterator.
27840 (<rotate_insn>ti3): New expander.
27841 (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
27842 any_rotate code iterator.
27843 (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
27844 using any_rotate code iterator and SWIM124 mode iterator.
27845 (ix86_rotlti3): New insn_and_split pattern.
27846 (ix86_rotrti3): Ditto.
27847 (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
27848 ix86_rotl{di,ti}3 patterns.
27849 (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
27850 (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
27851 and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
27852 *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
27853 code iterator and SWI mode iterator.
27854 (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
27855 Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
27856 code iterator.
27857 (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
27858 Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
27859 (bswap rotatert splitter): Add splitter.
27860 (bswap splitter): Macroize splitter using any_rotate code iterator.
27861 Add insn predicate to split only for TARGET_USE_XCHGB or when
27862 optimizing function for size.
27863
27864 2010-04-12 Steve Ellcey <sje@cup.hp.com>
27865
27866 * config/pa/pa.c (emit_move_sequence): Remove use of
27867 deleted variable flag_argument_noalias.
27868
27869 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27870
27871 * config.gcc: Removed *-*-solaris2.7* from list of obsolete
27872 configurations.
27873 Add to unsupported targets list.
27874 * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
27875 sparc*-sun-solaris2.[567]* from target lists.
27876 * configure: Regenerate.
27877 * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
27878 removal.
27879 Remove Solaris 7 patch references.
27880 (Specific, sparc-sun-solaris2.7): Removed.
27881 (sparc-sun-solaris2*): Update Solaris 7 example.
27882 (sparc64-*-solaris2*): Likewise.
27883
27884 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27885
27886 * config.build (alpha*-dec-osf4*): Remove.
27887 * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
27888 of obsolete configurations.
27889 (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
27890 support.
27891 * config/alpha/t-osf4: Renamed to ...
27892 * config/alpha/t-osf5: ... this.
27893 * config/alpha/osf.h: Renamed to ...
27894 * config/alpha/osf5.h: ... this.
27895 Merged old osf5.h contents.
27896 Update comments.
27897 (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
27898 (EXTRA_SPECS): Removed.
27899 * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
27900 reflect removal of Tru64 UNIX V4.0/V5.0 support.
27901 Document that.
27902
27903 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27904
27905 * doc/contrib.texi (Contributors, Rainer Orth): Update.
27906
27907 2010-04-12 Kai Tietz <kai.tietz@onevision.com>
27908
27909 PR/43702
27910 * config/i386/i386.c (x86_this_parameter): Handle aggregate for
27911 __thiscall convention.
27912
27913 2010-04-12 Steve Ellcey <sje@cup.hp.com>
27914
27915 * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
27916 orig_base.
27917 * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
27918
27919 2010-04-12 Steve Ellcey <sje@cup.hp.com>
27920
27921 * function.c (assign_parms_initialize_all): Add unused attribute
27922 to fntype.
27923
27924 2010-04-12 Richard Guenther <rguenther@suse.de>
27925
27926 * gsstruct.def (GSS_CALL): New.
27927 * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
27928 * gimple.h: Include tree-ssa-alias.h.
27929 (struct gimple_statement_call): New.
27930 (union gimple_statement_struct_d): Add gimple_call member.
27931 (gimple_call_reset_alias_info): Declare.
27932 (gimple_call_use_set): New function.
27933 (gimple_call_clobber_set): Likewise.
27934 * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
27935 * gimple.c (gimple_call_reset_alias_info): New function.
27936 (gimple_build_call_1): Call it.
27937 * lto-streamer-in.c (input_gimple_stmt): Likewise.
27938 * tree-inline.c (remap_gimple_stmt): Likewise.
27939 (expand_call_inline): Remove callused handling.
27940 * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
27941 * tree-dfa.c (dump_variable): Likewise.
27942 * tree-parloops.c (parallelize_loops): Likewise.
27943 * tree-ssa.c (init_tree_ssa): Likewise.
27944 (delete_tree_ssa): Likewise.
27945 * tree-flow-inline.h (is_call_used): Remove.
27946 * tree-flow.h (struct gimple_df): Remove callused member.
27947 * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
27948 * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
27949 (ref_maybe_used_by_call_p_1): Simplify.
27950 (call_may_clobber_ref_p_1): Likewise.
27951 * tree-ssa-structalias.c (compute_points_to_sets): Set
27952 the call stmt used and clobbered sets.
27953 * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
27954 (find_tail_calls): Verify the tail call.
27955
27956 2010-04-12 Richard Guenther <rguenther@suse.de>
27957
27958 * ipa.c (cgraph_postorder): Adjust postorder to guarantee
27959 single-iteration always-inline inlining.
27960 * ipa-inline.c (cgraph_mark_inline): Do not return anything.
27961 (cgraph_decide_inlining): Do not handle always-inline specially.
27962 (try_inline): Remove always-inline cycle detection special case.
27963 Do not recurse on always-inlines.
27964 (cgraph_early_inlining): Do not iterate if not optimizing.
27965 (cgraph_gate_early_inlining): remove.
27966 (pass_early_inline): Run unconditionally.
27967 (gate_cgraph_decide_inlining): New function.
27968 (pass_ipa_inline): Use it. Do not run the IPA inliner if
27969 not inlining or optimizing.
27970 (cgraph_decide_inlining_of_small_functions): Also consider
27971 always-inline functions.
27972 (cgraph_default_inline_p): Return true for nodes which should
27973 disregard inline limits.
27974 (estimate_function_body_sizes): Assume zero size and time for
27975 nodes which are marked as disregarding inline limits.
27976 (cgraph_decide_recursive_inlining): Do not perform recursive
27977 inlining on always-inline nodes.
27978
27979 2010-04-12 Jakub Jelinek <jakub@redhat.com>
27980
27981 PR bootstrap/43699
27982 * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
27983 for exprs satisfying handled_component_p.
27984
27985 2010-04-12 Eric Botcazou <ebotcazou@adacore.com>
27986
27987 * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
27988 non-constant aggregate elements.
27989
27990 * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
27991 is a real initialization.
27992
27993 2010-04-12 Shujing Zhao <pearly.zhao@oracle.com>
27994
27995 PR c/36774
27996 * c-decl.c (start_function): Move forward check for nested function.
27997
27998 2010-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
27999
28000 * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
28001 * config/sh/sh.c: Include reload.h.
28002 (sh_legitimize_reload_address): New.
28003 * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
28004 sh_legitimize_reload_address.
28005
28006 2010-04-11 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
28007
28008 * config/sh/sh.md (*movqi_pop): New insn pattern.
28009 * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
28010
28011 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
28012
28013 * config/i386/i386.md (any_shiftrt): New code iterator.
28014 (shiftrt_insn): New code attribute.
28015 (shiftrt): Ditto.
28016 (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
28017 using any_shiftrt code iterator.
28018 (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
28019 *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
28020 (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
28021 pattern from corresponding peephole2 patterns.
28022 (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
28023 using any_shiftrt code iterator.
28024 (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
28025 (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
28026 (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
28027 (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
28028 *{ashr,lshr}<mode>3_cmp_zext.
28029 (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
28030
28031 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
28032
28033 * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
28034 scratch register.
28035 (*lshr<mode>3_cconly): Ditto.
28036
28037 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
28038
28039 * config/i386/i386.md (lshr<mode>3): Macroize expander from
28040 lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
28041 (*lshr<mode>3_doubleword): New insn_and_split_pattern. Macroize
28042 pattern from *lshr{di,ti}3_1 and corresponding splitters using
28043 DWI mode iterator.
28044 (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
28045 from corresponding peephole2 patterns.
28046 (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
28047 *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
28048 and *lshrdi3_1_rex64 using SWI mode iterator.
28049 (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
28050 (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
28051 (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
28052 *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
28053 and *lshrdi3_cmp_rex64 using SWI mode iterator.
28054 (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
28055 (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
28056 *lshrdi3_one_bit_cconly_rex64. Macroize insn from
28057 *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
28058 SWI mode iterator.
28059
28060 2010-04-10 Uros Bizjak <ubizjak@gmail.com>
28061
28062 * config/i386/i386.md (ashr<mode>3): Macroize expander from
28063 ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
28064 (*ashr<mode>3_doubleword): New insn_and_split_pattern. Macroize
28065 pattern from *ashr{di,ti}3_1 and corresponding splitters using
28066 DWI mode iterator.
28067 (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
28068 from corresponding peephole2 patterns.
28069 (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
28070 (ashrsi3_cvt): Rename from ashrsi3_31.
28071 (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
28072 (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
28073 and x86_64_shift_adj_3 using SWI48 mode iterator.
28074 (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
28075 *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
28076 and *ashrdi3_1_rex64 using SWI mode iterator.
28077 (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
28078 (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
28079 (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
28080 *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
28081 and *ashrdi3_cmp_rex64 using SWI mode iterator.
28082 (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
28083 (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
28084 *ashrdi3_one_bit_cconly_rex64. Macroize insn from
28085 *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
28086 SWI mode iterator.
28087 (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
28088 * config/i386/i386.c (ix86_split_ashr): Update for renamed
28089 x86_shift<mode>_adj_3 expanders.
28090
28091 2010-04-10 Wei Guozhi <carrot@google.com>
28092
28093 PR target/42601
28094 * config/arm/arm.c (arm_pic_static_addr): New function.
28095 (legitimize_pic_address): Call arm_pic_static_addr when it detects
28096 a static symbol.
28097 (arm_output_addr_const_extra): Output expression for new pattern.
28098 * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
28099
28100 2010-04-10 Bernd Schmidt <bernds@codesourcery.com>
28101
28102 * ira-costs.c (record_reg_classes): Ignore alternatives that are
28103 not enabled.
28104
28105 * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
28106 * web.c: Include "insn-config.h" and "recog.h".
28107 (union_match_dups): New function.
28108 (web_main): Call it.
28109 (union_defs): Don't try to recognize match_dups.
28110
28111 * reload1.c (eliminate_regs_in_insn): Don't restore an operand
28112 if doing so would replace the entire pattern.
28113
28114 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
28115
28116 PR target/43707
28117 PR target/43709
28118 * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
28119 and splitter pattern. Change splitter operand 1 predicate to
28120 nonmemory_operand.
28121
28122 2010-04-09 Martin Jambor <mjambor@suse.cz>
28123
28124 * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
28125 lattices are addresses of CONST_DECLs with the same initial value.
28126 (ipcp_print_all_lattices): Print values of CONST_DECLs.
28127 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
28128
28129 2010-04-09 Eric Botcazou <ebotcazou@adacore.com>
28130 Bernd Schmidt <bernds@codesourcery.com>
28131
28132 * loop-invariant.c (replace_uses): New static function.
28133 (move_invariant_reg): Use it to ensure we can replace the uses.
28134
28135 2010-04-09 Hariharan Sandanagobalane <hariharan@picochip.com>
28136
28137 * config/picochip/picochip.c (picochip_rtx_costs): Use correct
28138 function template.
28139 (picochip_override_options): Enable section anchors only above -O1.
28140 (picochip_reorg): Fixed a couple of build warnings.
28141
28142 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28143
28144 * configure.ac (plugin -rdynamic test): Log result.
28145 * configure: Regenerate.
28146 * config/sol2.h (LINK_SPEC): Handle -rdynamic.
28147 (RDYNAMIC_SPEC): Define.
28148 * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
28149
28150 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28151
28152 * configure.ac: Determine Sun ld version numbers.
28153 (comdat_group): Restrict GNU ld version checks to gld.
28154 (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
28155 (enable_comdat): Support --enable-comdat.
28156 * configure: Regenerate.
28157 * doc/install.texi (Configuration): Document --enable-comdat.
28158
28159 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28160
28161 * config/sparc/sol2-gld.h: Remove SPARC reference. Rename ...
28162 * config/sol2-gld.h: ... here.
28163 * config.gcc (sparc*-*-solaris2*): Reflect this.
28164 (i[34567]86-*-solaris2*): Use it.
28165
28166 2010-04-09 Steve Ellcey <sje@cup.hp.com>
28167
28168 * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
28169 setup_clocks_p.
28170 (final_emit_insn_group_barriers): Remove unused variable prev_insn.
28171
28172 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
28173
28174 PR 42965
28175 * diagnostic.c (diagnostic_initialize): Initialize
28176 some_warnings_are_errors.
28177 (diagnostic_finish): New.
28178 (diagnostic_action_after_output): Call it before exiting.
28179 (diagnostic_report_diagnostic): Do not print message here. Set
28180 some_warnings_are_errors.
28181 * diagnostic.h (diagnostic_context): Delete
28182 issue_warnings_are_errors_message. Add some_warnings_are_errors.
28183 (diagnostic_finish): Declare.
28184 * toplev.c (toplev_main): Call it before exit.
28185
28186 2010-04-09 Jason Merrill <jason@redhat.com>
28187
28188 PR c++/42623
28189 * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
28190 for incomplete type.
28191
28192 PR c++/41788
28193 * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
28194 based on a warning flag.
28195
28196 2010-04-09 Richard Guenther <rguenther@suse.de>
28197
28198 * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
28199
28200 2010-04-09 Iain Sandoe <iains@gcc.gnu.org>
28201
28202 PR bootstrap/43684
28203 * varasm.c (default_assemble_visibility): Wrap vars that are
28204 set, but unused, by targets without GAS.
28205 * config/rs6000/rs6000.c (paired_emit_vector_compare):
28206 Remove set, but unused, vars.
28207 (rs6000_legitimize_tls_address): Likewise.
28208 (altivec_expand_dst_builtin): Likewise.
28209 * config/darwin.c (machopic_classify_symbol): Likewise.
28210 (machopic_indirection_name): Likewise.
28211
28212 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
28213
28214 * config/i386/i386.md (DWI): New mode iterator.
28215 (S): New mode attribute.
28216 (shift_operand): Ditto.
28217 (shift_immediate_operand): Ditto.
28218 (ashl_input_operand): Ditto.
28219 (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
28220 using SDWIM mode iterator.
28221 (*ashl<mode>3_doubleword): New insn_and_split_pattern. Macroize
28222 pattern from *ashl{di,ti}3_1 and corresponding splitters using
28223 DWI mode iterator.
28224 (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
28225 from corresponding peephole2 patterns.
28226 (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
28227 and x86_64_shift_adj_1 using SWI48 mode iterator.
28228 (x86_shift<mode>_adj_2): Ditto.
28229 (*ashldi3_1_rex64): Split TYPE_LEA pattern.
28230 (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
28231 using SWI48 mode iterator.
28232 (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
28233 *ashldi3_cmp_rex64 using SWI mode iterator.
28234 (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
28235 *ashldi3_cconly_rex64 using SWI mode iterator.
28236 * config/i386/i386.c (ix86_split_ashl): Update for renamed
28237 x86_shift<mode>_adj_{1,2}.
28238 (ix86_split_ashr): Ditto.
28239 (ix86_split_lshr): Ditto.
28240
28241 2010-04-09 Richard Guenther <rguenther@suse.de>
28242
28243 * target.h (builtin_conversion): Pass in input and output types.
28244 * targhooks.c (default_builtin_vectorized_conversion): Adjust.
28245 * targhooks.h (default_builtin_vectorized_conversion): Likewise.
28246 * tree-vect-stmts.c (vectorizable_conversion): Adjust.
28247 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
28248
28249 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
28250 Handle AVX modes.
28251 * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
28252
28253 2010-04-09 Richard Guenther <rguenther@suse.de>
28254
28255 PR target/43152
28256 * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
28257
28258 2010-04-09 Richard Guenther <rguenther@suse.de>
28259
28260 * tree-vectorizer.h (struct _stmt_vec_info): Document
28261 that vectype is the type of the LHS.
28262 (supportable_widening_operation, supportable_narrowing_operation):
28263 Get both input and output vector types as arguments.
28264 (vect_is_simple_use_1): Declare.
28265 (get_same_sized_vectype): Likewise.
28266 * tree-vect-loop.c (vect_determine_vectorization_factor):
28267 Set STMT_VINFO_VECTYPE to the vector type of the def.
28268 (vectorizable_reduction): Adjust.
28269 * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
28270 Adjust. Specify the output vector type.
28271 (vect_pattern_recog_1): Adjust.
28272 * tree-vect-stmts.c (get_same_sized_vectype): New function.
28273 (vectorizable_call): Adjust.
28274 (vectorizable_conversion): Likewise.
28275 (vectorizable_operation): Likewise.
28276 (vectorizable_type_demotion): Likewise.
28277 (vectorizable_type_promotion): Likewise.
28278 (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
28279 the def.
28280 (vect_is_simple_use_1): New function.
28281 (supportable_widening_operation): Get both input and output
28282 vector types.
28283 (supportable_narrowing_operation): Likewise.
28284 * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
28285
28286 2010-04-09 Kai Tietz <kai.tietz@onevision.com>
28287
28288 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
28289 __thiscall and _thiscall as predefined macros.
28290 * config/i386/i386.c (ix86_handle_cconv_attribute): Add
28291 thiscall attribute handling.
28292 (ix86_comp_type_attributes): Likewise.
28293 (ix86_function_regparm): Likewise.
28294 (ix86_return_pops_args): Likewise.
28295 (init_cumulative_args): Likewise.
28296 (find_drap_reg): Likewise.
28297 (ix86_static_chain): Likewise.
28298 (x86_this_parameter): Likewise.
28299 (x86_output_mi_thunk): Likewise.
28300 (ix86_attribute_table): Add description for thiscall attribute.
28301 * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
28302 * doc/extend.texi: Add documentation for thiscall.
28303
28304 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
28305
28306 PR c++/28584
28307 * c.opt (Wint-to-pointer-cast): Available in C++.
28308 * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
28309
28310 2010-04-08 Eric Botcazou <ebotcazou@adacore.com>
28311
28312 * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
28313 * calls.c (expand_call): Pass the function type to aggregate_value_p.
28314 * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
28315 the target function of a CALL_EXPR. Honor TREE_ADDRESSABLE on the
28316 function type instead. Reorder and simplify checks.
28317
28318 * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
28319
28320 2010-04-08 Jing Yu <jingyu@google.com>
28321 Zdenek Dvorak <ook@ucw.cz>
28322
28323 PR tree-optimization/42720
28324 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
28325 loop unswitch conditions here from ...
28326 (tree_unswitch_single_loop): ... here.
28327
28328 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
28329
28330 * tree-if-conv.c: Fix comments and simplify logic.
28331
28332 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
28333
28334 * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
28335 (tree_if_conversion): Same. Update call to if_convertible_loop_p.
28336 (main_tree_if_conversion): Update call to tree_if_conversion.
28337
28338 2010-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
28339
28340 PR 42485
28341 * doc/invoke.texi (-b,-V): Delete.
28342 * doc/tm.texi: Do not mention -b.
28343 * gcc.c (display_help): Delete -b and -V.
28344 (process_command): Delete -b and -V.
28345 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
28346
28347 2010-04-08 Christian Borntraeger <borntraeger@de.ibm.com>
28348 Wolfgang Gellerich <gellerich@de.ibm.com>
28349
28350 Implement target hook for loop unrolling
28351 * target.h (loop_unroll_adjust): Add a new target hook function.
28352 * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
28353 * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
28354 * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
28355 (s390_loop_unroll_adjust): Implement the new target hook for s390.
28356 * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
28357 target hook.
28358 (decide_unroll_stupid): Likewise.
28359
28360 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28361
28362 PR target/43643
28363 * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
28364
28365 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28366
28367 * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
28368 (Specific, *-*-solaris2*): Likewise.
28369 Don't prefer Sun as over GNU as.
28370
28371 2010-04-08 Wolfgang Gellerich <gellerich@de.ibm.com>
28372
28373 * config/s390/s390.c (override_options): Adjust the z10 defaults
28374 for max-unroll-times, max-completely-peeled-insns
28375 and max-completely-peel-times.
28376
28377 2010-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28378
28379 * config/s390/s390.c (s390_expand_movmem): Issue prefetch
28380 instructions for z10.
28381 (s390_expand_setmem): Likewise.
28382 (s390_expand_cmpmem): Likewise.
28383
28384 2010-04-08 Richard Guenther <rguenther@suse.de>
28385
28386 PR tree-optimization/43679
28387 * tree-ssa-pre.c (eliminate): Only propagate copies.
28388
28389 2010-04-08 Jakub Jelinek <jakub@redhat.com>
28390
28391 PR bootstrap/43681
28392 * expr.c (block_move_libcall_safe_for_call_parm): Avoid
28393 set but not used variable warning.
28394
28395 2010-04-08 Wei Guozhi <carrot@google.com>
28396
28397 PR target/41653
28398 * config/arm/arm.c (thumb1_size_rtx_costs): New function.
28399 (arm_size_rtx_costs): Call the new function when optimized for size.
28400
28401 2010-04-08 Jakub Jelinek <jakub@redhat.com>
28402
28403 PR debug/43670
28404 * cfgexpand.c (expand_debug_expr): If for non-NULL offset
28405 op0 is not a MEM, just return NULL instead of assertion
28406 failure.
28407 (discover_nonconstant_array_refs): Don't walk debug stmts.
28408
28409 2010-04-08 Doug Kwan <dougkwan@google.com>
28410
28411 * configure.ac: Recognize gold and do not use its version number
28412 to test ld features.
28413 * configure: Regenerate.
28414
28415 2010-04-08 Maxim Kuvyrkov <maxim@codesourcery.com>
28416
28417 PR middle-end/40815
28418 * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
28419 (negate_value): Move code to push elements to broken_up_substracts ...
28420 (eliminate_plus_minus_pair): ... here. Push operands that have no
28421 negative pair to plus_negates.
28422 (repropagate_negates, init_reassoc, fini_reassoc): Update.
28423
28424 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28425
28426 * doc/install.texi (Configuration): Move description of
28427 --enable-lto, --with-libelf*, --enable-gold from Java section to
28428 general section.
28429
28430 * doc/generic.texi (Working with declarations)
28431 (Function Properties, C and C++ Trees): Fix typos.
28432 * doc/sourcebuild.texi (Top Level): Likewise.
28433
28434 2010-04-07 Jakub Jelinek <jakub@redhat.com>
28435
28436 PR c/18624
28437 * tree.h (DECL_READ_P): Define.
28438 (struct tree_decl_common): Add decl_read_flag.
28439 * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
28440 a set but not used warning.
28441 (merge_decls): Merge DECL_READ_P flag.
28442 (finish_decl, build_compound_literal): Set DECL_READ_P flag.
28443 (finish_function): Issue -Wunused-but-set-parameter diagnostics.
28444 * c-common.c (handle_used_attribute, handle_unused_attribute):
28445 Likewise.
28446 * c-tree.h (default_function_array_read_conversion, mark_exp_read):
28447 New prototypes.
28448 * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
28449 New functions.
28450 (default_conversion, c_process_expr_stmt): Call mark_exp_read.
28451 * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
28452 c_parser_binary_expression, c_parser_cast_expression,
28453 c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
28454 Call default_function_array_read_conversion instead of
28455 default_function_array_conversion where needed.
28456 (c_parser_unary_expression, c_parser_conditional_expression,
28457 c_parser_postfix_expression_after_primary, c_parser_initelt):
28458 Likewise. Call mark_exp_read where needed.
28459 (c_parser_statement_after_labels, c_parser_asm_operands,
28460 c_parser_typeof_specifier, c_parser_sizeof_expression,
28461 c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
28462 where needed.
28463 * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
28464 New.
28465 * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
28466 (warn_unused_but_set_parameter): Default to warn_unused
28467 && extra_warnings.
28468 * doc/invoke.texi: Document -Wunused-but-set-variable and
28469 -Wunused-but-set-parameter.
28470
28471 * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
28472 used count variable.
28473 * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
28474 when operandN variables aren't used in the body of the expander
28475 or splitter.
28476 * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
28477 FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
28478 * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
28479 * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
28480 FOR_EACH_IMM_USE_ON_STMT): Likewise.
28481 * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
28482 * tree.c (PROCESS_ARG): Likewise.
28483
28484 2010-04-07 Simon Baldwin <simonb@google.com>
28485
28486 * diagnostic.h (diagnostic_override_option_index): New macro to
28487 set a diagnostic's option_index.
28488 * c-tree.h (c_cpp_error): Add warning reason argument.
28489 * opts.c (_warning_as_error_callback): New.
28490 (register_warning_as_error_callback): Store callback for
28491 warnings enabled via enable_warning_as_error.
28492 (enable_warning_as_error): Call callback, minor code tidy.
28493 * opts.h (register_warning_as_error_callback): Declare.
28494 * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
28495 response to -Werror=.
28496 (c_common_init_options): Register warning_as_error_callback in opts.c.
28497 * common.opt: Add -Wno-cpp option.
28498 * c-common.c (struct reason_option_codes_t): Map cpp warning
28499 reason codes to gcc option indexes.
28500 * (c_option_controlling_cpp_error): New function, lookup the gcc
28501 option index for a cpp warning reason code.
28502 * (c_cpp_error): Add warning reason argument, call
28503 c_option_controlling_cpp_error for diagnostic_override_option_index.
28504 * doc/invoke.texi: Document -Wno-cpp.
28505
28506 2010-04-07 Richard Guenther <rguenther@suse.de>
28507
28508 * ipa-reference.c (mark_load): Use get_base_address.
28509 (mark_store): Likewise.
28510
28511 * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
28512 inserting GIMPLE_NOPs into the IL.
28513 * tree-ssa-structalias.c (get_constraint_for_component_ref):
28514 Explicitly strip handled components and indirect references.
28515
28516 * fold-const.c (fold_unary_loc): Do not strip qualifiers when
28517 folding address expressions.
28518 * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
28519 * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
28520 operand_equal_p to compare decls.
28521 (ptr_deref_may_alias_decl_p): Likewise.
28522 * tree-ssa-operands.c (get_asm_expr_operands): Simplify
28523 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
28524 Handle reversed comparison ops.
28525 * tree-sra.c (asm_visit_addr): Use get_base_address.
28526 * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
28527 * ipa-reference.c (mark_address): Use get_base_address.
28528
28529 2010-04-07 Richard Guenther <rguenther@suse.de>
28530
28531 * tree-ssa-forwprop.c (forward_propagate_addr_expr):
28532 Propagate constants everywhere.
28533
28534 2010-04-07 Jakub Jelinek <jakub@redhat.com>
28535
28536 PR debug/43516
28537 * tree.c (MAX_INT_CACHED_PREC): Define.
28538 (nonstandard_integer_type_cache): New array.
28539 (build_nonstandard_integer_type): Cache results for precision
28540 <= MAX_INT_CACHED_PREC.
28541
28542 2010-04-07 Richard Guenther <rguenther@suse.de>
28543
28544 * doc/invoke.texi (-fargument-alias, -fargument-noalias,
28545 -fargument-noalias-global, -fargument-noalias-anything): Remove.
28546 * common.opt: Likewise.
28547 * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
28548 * alias.c (base_alias_check): Remove flag_argument_noalias handling.
28549 (nonoverlapping_memrefs_p): Likewise.
28550 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
28551 * opts.c (common_handle_option): Handle OPT_fargument_alias,
28552 OPT_fargument_noalias, OPT_fargument_noalias_anything and
28553 OPT_fargument_noalias_global for backward compatibility.
28554
28555 2010-04-07 Richard Guenther <rguenther@suse.de>
28556
28557 PR tree-optimization/43270
28558 * tree-vrp.c (check_array_ref): Fix flexible array member detection.
28559 * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
28560 * tree-ssa-pre.c (phi_translate_1): Adjust.
28561 (fully_constant_expression): Split out vn_reference handling to ...
28562 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
28563 Fold reads from constant strings.
28564 (vn_reference_lookup): Handle fully constant references.
28565 (vn_reference_lookup_pieces): Likewise.
28566 * Makefile.in (expmed.o-warn): Add -Wno-error.
28567
28568 2010-04-07 Martin Jambor <mjambor@suse.cz>
28569
28570 * tree-sra.c (find_param_candidates): Allow scalar va_list types.
28571
28572 2010-04-07 Iain Sandoe <iains@gcc.gnu.org>
28573
28574 PR driver/41594
28575 * gcc.c: Add -static-libstdc++ to list of recognized options.
28576
28577 2010-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28578
28579 * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
28580
28581 2010-04-07 Richard Guenther <rguenther@suse.de>
28582
28583 PR middle-end/42617
28584 * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
28585 bases build simple mem attributes to retain points-to information.
28586
28587 2010-04-07 Richard Guenther <rguenther@suse.de>
28588
28589 PR middle-end/42617
28590 * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
28591 preserve points-to related information.
28592
28593 2010-04-07 Richard Guenther <rguenther@suse.de>
28594
28595 PR middle-end/42617
28596 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
28597 discard plain indirect references.
28598 * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
28599 * tree.c (tree_nop_conversion): Likewise.
28600
28601 2010-04-07 Dodji Seketeli <dodji@redhat.com>
28602
28603 PR debug/43628
28604 * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
28605
28606 2010-04-06 Kai Tietz <kai.tietz@onevision.com>
28607
28608 * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
28609 calling convention attributes on METHOD_TYPEs for w64 ABI, too.
28610
28611 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
28612
28613 * tree-if-conv.c: Fix indentation and comments.
28614
28615 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
28616
28617 * tree-if-conv.c: Sort static functions in topological order.
28618
28619 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
28620
28621 * tree-if-conv.c: Fix indentation and comments.
28622
28623 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28624
28625 PR middle-end/43519
28626 * graphite-clast-to-gimple.c (max_signed_precision_type): Use
28627 lang_hooks.types.type_for_size instead of
28628 build_nonstandard_integer_type.
28629 When converting an unsigned type to signed, double its precision.
28630 (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
28631 (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
28632 (graphite_create_new_loop_guard): When ub + 1 wraps around,
28633 use lb <= ub.
28634
28635 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28636
28637 PR middle-end/43519
28638 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
28639 POINTER_PLUS_EXPR for pointer types.
28640
28641 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28642
28643 PR middle-end/43519
28644 * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
28645 * graphite-clast-to-gimple.c: Include langhooks.h.
28646 (max_signed_precision_type): New.
28647 (max_precision_type): Takes two types as arguments.
28648 (precision_for_value): New.
28649 (precision_for_interval): New.
28650 (gcc_type_for_interval): New.
28651 (gcc_type_for_value): New.
28652 (gcc_type_for_clast_term): New.
28653 (gcc_type_for_clast_red): New.
28654 (gcc_type_for_clast_bin): New.
28655 (gcc_type_for_clast_expr): Split up into several functions.
28656 (gcc_type_for_clast_eq): Rewritten.
28657 (compute_bounds_for_level): New.
28658 (compute_type_for_level_1): New.
28659 (compute_type_for_level): New.
28660 (gcc_type_for_cloog_iv): Removed.
28661 (gcc_type_for_iv_of_clast_loop): Rewritten.
28662 (graphite_create_new_loop): Compute the lower and upper bound types
28663 with gcc_type_for_clast_expr.
28664 (graphite_create_new_loop_guard): Same.
28665 (find_cloog_iv_in_expr): Removed.
28666 (compute_cloog_iv_types_1): Removed.
28667 (compute_cloog_iv_types): Removed.
28668 (gloog): Do not call compute_cloog_iv_types.
28669 * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
28670 GBB_CLOOG_IV_TYPES.
28671 (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
28672 * sese.h (struct gimple_bb): Removed field cloog_iv_types.
28673 (GBB_CLOOG_IV_TYPES): Removed.
28674
28675 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28676
28677 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
28678 gimple_phi_num_args of the loop close SSA phi node is equal to 1.
28679 (detect_commutative_reduction): Same.
28680
28681 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28682
28683 * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
28684 call to verify_ssa. Invoke verify_loop_closed_ssa with an extra
28685 argument.
28686 * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
28687 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
28688 (rewrite_commutative_reductions_out_of_ssa): Same.
28689 * passes.c (execute_function_todo): Call verify_ssa for every pass
28690 in the LNO. Invoke verify_loop_closed_ssa with an extra argument.
28691 * tree-flow.h (verify_loop_closed_ssa): Update declaration.
28692 * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
28693 with an extra argument.
28694 * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same. Call
28695 verify_ssa only when the extra argument is true.
28696 (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
28697 with an extra argument.
28698 (tree_transform_and_unroll_loop): Same.
28699
28700 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28701
28702 * passes.c (execute_function_todo): Call verify_loop_closed_ssa
28703 for all the passes of the LNO having LOOP_CLOSED_SSA.
28704 * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
28705 * tree-loop-distribution.c (pass_loop_distribution): Same.
28706 * tree-pass.h (TODO_verify_loops): Removed.
28707 * tree-ssa-loop.c (pass_tree_loop_init): Same.
28708 (pass_lim): Same.
28709 (pass_tree_unswitch): Same.
28710 (pass_predcom): Same.
28711 (pass_vectorize): Same.
28712 (pass_linear_transform): Same.
28713 (pass_graphite_transforms): Same.
28714 (pass_iv_canon): Same.
28715 (pass_complete_unroll): Same.
28716 (pass_complete_unrolli): Same.
28717 (pass_parallelize_loops): Same.
28718 (pass_loop_prefetch): Same.
28719 (pass_iv_optimize): Same.
28720
28721 2010-04-06 Changpeng Fang <changpeng.fang@amd.com>
28722
28723 PR middle-end/32824
28724 * passes.c (init_optimization_passes): Move pass_lim before
28725 pass_copy_prop and pass_dce_loop.
28726
28727 2010-04-06 Jakub Jelinek <jakub@redhat.com>
28728
28729 PR target/43667
28730 * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
28731 instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
28732 (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
28733 MULTI_* defines for 4 argument vpermil2p* builtins.
28734
28735 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
28736
28737 * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
28738 * config/i386/i386.c (x86_maybe_negate_const_int): New.
28739 (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
28740 * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
28741 *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
28742 *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
28743 *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
28744 Use x86_maybe_negate_const_int to output insn mnemonic.
28745 (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto. Remove overflow
28746 check from instruction predicate. Update comments.
28747 * config/i386/sync.md (sync_add<mode>): Use
28748 x86_maybe_negate_const_int to output insn mnemonic.
28749
28750 2010-04-06 Jan Hubicka <jh@suse.cz>
28751
28752 PR tree-optimization/42906
28753 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
28754 IGNORE_SELF argument. Set visited_control_parents for fully
28755 processed BBs.
28756 (find_obviously_necessary_stmts): Update call of
28757 mark_control_dependent_edges_necessary.
28758 (propagate_necessity): Likewise. Handle PHI edges more curefully.
28759
28760 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
28761
28762 * config/i386/i386.md: Remove comment about 'e' and 'E'
28763 operand modifier.
28764
28765 2010-04-06 Richard Guenther <rguenther@suse.de>
28766
28767 PR tree-optimization/43627
28768 * tree-vrp.c (extract_range_from_unary_expr): Widenings
28769 of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
28770 not varying.
28771
28772 2010-04-06 Jakub Jelinek <jakub@redhat.com>
28773
28774 * BASE-VER: Change to 4.6.0.
28775
28776 PR target/43638
28777 * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
28778 handling.
28779
28780 2010-04-06 Richard Guenther <rguenther@suse.de>
28781
28782 PR middle-end/43661
28783 * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
28784
28785 2010-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28786
28787 * doc/invoke.texi (Optimize Options): Document that LTO
28788 won't remove object access purely due to incompatible
28789 declarations.
28790
28791 2010-04-04 Matthias Klose <doko@ubuntu.com>
28792
28793 * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
28794 Initialize variable.
28795
28796 2010-04-03 Richard Guenther <rguenther@suse.de>
28797
28798 PR middle-end/42509
28799 * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
28800 require a non-NULL MEM_OFFSET.
28801
28802 2010-04-02 Steven Bosscher <steven@gcc.gnu.org>
28803
28804 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
28805 basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
28806 collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
28807 config/alpha/predicates.md, config/arm/arm.md,
28808 config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
28809 config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
28810 config/darwin9.h, config/darwin.c, config/darwin.h,
28811 config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
28812 config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
28813 config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
28814 config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
28815 config/mips/mips.md, config/mn10300/mn10300.c,
28816 config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
28817 config/rs6000/aix.h, config/rs6000/dfp.md,
28818 config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
28819 config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
28820 config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
28821 config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
28822 config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
28823 config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
28824 c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
28825 diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
28826 doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
28827 doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
28828 fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
28829 gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
28830 graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
28831 graphite-dependences.c, graphite-poly.c, graphite-poly.h,
28832 graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
28833 graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
28834 intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
28835 ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
28836 ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
28837 loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
28838 objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
28839 opt-functions.awk, opth-gen.awk, params.def, passes.c,
28840 postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
28841 rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
28842 store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
28843 tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
28844 tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
28845 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
28846 tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
28847 tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
28848 tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
28849 tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
28850 tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
28851 tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
28852 tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
28853 unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
28854
28855 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28856
28857 PR other/43620
28858 * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
28859 * aclocal.m4: Regenerate.
28860
28861 2010-04-02 Richard Guenther <rguenther@suse.de>
28862
28863 PR tree-optimization/43629
28864 * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
28865 if we have seen a constant value.
28866
28867 2010-04-02 Joseph Myers <joseph@codesourcery.com>
28868
28869 * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
28870
28871 2010-04-02 Richard Earnshaw <rearnsha@arm.com>
28872
28873 PR target/43469
28874 * arm.c (legitimize_tls_address): Adjust call to
28875 gen_tls_load_dot_plus_four.
28876 (arm_note_pic_base): New function.
28877 (arm_cannot_copy_insn_p): Use it.
28878 * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
28879 constraint.
28880
28881 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28882
28883 PR bootstrap/43531
28884
28885 Revert:
28886 2009-09-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28887
28888 * Makefile.in ($(out_object_file)): Depend on
28889 gt-$(basename $(notdir $(out_file))).h.
28890
28891 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
28892
28893 * config.gcc (lm32-*-rtems*): Add t-lm32.
28894
28895 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
28896
28897 * config.gcc: Add lm32-*-rtems*.
28898 * config/lm32/rtems.h: New file.
28899
28900 2010-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
28901
28902 PR target/42609
28903 * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
28904
28905 2010-04-01 Jakub Jelinek <jakub@redhat.com>
28906
28907 * dwarf2out.c (output_compilation_unit_header): For
28908 -gdwarf-4 use version 4 instead of version 3.
28909 (output_line_info): For version 4 and above emit additional
28910 maximum ops per insn header field.
28911 (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
28912
28913 * dwarf2out.c (is_c_family, is_java): Remove.
28914 (lower_bound_default): New function.
28915 (add_bound_info, gen_descr_array_type_die): Use it.
28916
28917 2010-04-01 Dodji Seketeli <dodji@redhat.com>
28918
28919 PR debug/43325
28920 * dwarf2out.c (gen_variable_die): Allow debug info for variable
28921 re-declaration when it happens in a function.
28922
28923 2010-04-01 Aldy Hernandez <aldyh@redhat.com>
28924
28925 * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
28926 (cgraph_remove_function_insertion_hook): Same.
28927 (cgraph_call_function_insertion_hooks): Same.
28928
28929 2010-04-01 Richard Guenther <rguenther@suse.de>
28930
28931 PR middle-end/43614
28932 * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
28933 and TREE_THIS_VOLATILE.
28934 (copy_ref_info): Likewise.
28935 * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
28936 * tree.c (build6_stat): Ignore side-effects of all but arg5
28937 for TARGET_MEM_REF. Set TREE_THIS_VOLATILE from arg5 of
28938 TARGET_MEM_REF.
28939
28940 2010-04-01 Richard Guenther <rguenther@suse.de>
28941
28942 PR tree-optimization/43607
28943 * ipa-type-escape.c (check_call): Do not access non-existing
28944 arguments.
28945
28946 2010-04-01 Richard Guenther <rguenther@suse.de>
28947
28948 PR middle-end/43602
28949 Revert
28950 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
28951 Jack Howarth <howarth@bromo.med.uc.edu>
28952
28953 * tree-profile.c (tree_init_ic_make_global_vars): Make static
28954 variables TLS.
28955
28956 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28957
28958 * doc/install.texi (Prerequisites): Document libelf usability on
28959 IRIX 5/6 and Solaris 2.
28960 (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
28961 Update GNU as, GNU ld requirements.
28962 (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
28963 Document Sun Studio compiler download.
28964 Update and simplify as, ld recommendations.
28965 (Specific, *-*-solaris2.7): Note obsoletion, removal.
28966
28967 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28968
28969 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
28970 with_tune_32 to pentium4.
28971
28972 2010-04-01 Uros Bizjak <ubizjak@gmail.com>
28973
28974 * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
28975
28976 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28977
28978 * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
28979 obsoletion, removal.
28980 Update IDO URL.
28981 Document GNU as requirement.
28982 Update configure requirements.
28983 (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
28984 Recomment IRIX 6.5.18+.
28985 Document IDF/IDL requirement.
28986 Document GNU as requirement.
28987 Document GNU ld bootstrap failure.
28988 Remove freeware.sgi.com reference.
28989
28990 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28991
28992 * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
28993 UNIX V4.0, V5.0 obsoletion, removal.
28994 Remove --with-gc=simple reference.
28995 Update VM requirements during bootstrap.
28996 Remove -oldas bootstrap description.
28997 Update binutils reference.
28998 Remove comparison failure note.
28999
29000 2010-03-31 Richard Guenther <rguenther@suse.de>
29001 Zdenek Dvorak <ook@ucw.cz>
29002 Sebastian Pop <sebastian.pop@amd.com>
29003
29004 PR middle-end/43464
29005 * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
29006 with multiple arguments.
29007 (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
29008
29009 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
29010
29011 * graphite-dependences.c (print_pddr): Call print_pdr with an
29012 extra argument.
29013 * graphite-poly.c (debug_pdr): Add an extra argument for the
29014 verbosity level.
29015 (print_pdr): Same.
29016 (print_pbb_domain): Same.
29017 (print_pbb): Same.
29018 (print_scop_context): Same.
29019 (print_scop): Same.
29020 (print_cloog): Same.
29021 (debug_pbb_domain): Same.
29022 (debug_pbb): Same.
29023 (print_pdrs): Same.
29024 (debug_pdrs): Same.
29025 (debug_scop_context): Same.
29026 (debug_scop): Same.
29027 (debug_cloog): Same.
29028 (print_scop_params): Same.
29029 (debug_scop_params): Same.
29030 (print_iteration_domain): Same.
29031 (print_iteration_domains): Same.
29032 (debug_iteration_domain): Same.
29033 (debug_iteration_domains): Same.
29034 (print_scattering_function): Same.
29035 (print_scattering_functions): Same.
29036 (debug_scattering_function): Same.
29037 (debug_scattering_functions): Same.
29038 * graphite-poly.h (debug_pdr): Update declaration.
29039 (print_pdr): Same.
29040 (print_pbb_domain): Same.
29041 (print_pbb): Same.
29042 (print_scop_context): Same.
29043 (print_scop): Same.
29044 (print_cloog): Same.
29045 (debug_pbb_domain): Same.
29046 (debug_pbb): Same.
29047 (print_pdrs): Same.
29048 (debug_pdrs): Same.
29049 (debug_scop_context): Same.
29050 (debug_scop): Same.
29051 (debug_cloog): Same.
29052 (print_scop_params): Same.
29053 (debug_scop_params): Same.
29054 (print_iteration_domain): Same.
29055 (print_iteration_domains): Same.
29056 (debug_iteration_domain): Same.
29057 (debug_iteration_domains): Same.
29058 (print_scattering_function): Same.
29059 (print_scattering_functions): Same.
29060 (debug_scattering_function): Same.
29061 (debug_scattering_functions): Same.
29062
29063 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
29064
29065 * graphite-poly.c (print_scattering_function_1): New.
29066 (print_scattering_function): Call it.
29067 (print_scop_params): Remove spaces at the end of lines.
29068 (print_cloog): New.
29069 (debug_cloog): New.
29070 * graphite-poly.h (print_cloog): Declared.
29071 (debug_cloog): Declared.
29072
29073 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
29074
29075 * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
29076 in loop->header.
29077 * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
29078 * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
29079 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
29080 to switch between adding the IV bump in loop->latch or in loop->header.
29081
29082 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
29083
29084 * graphite-poly.c (print_scattering_function): Pretty print following
29085 the scoplib format.
29086 (print_pdr): Same.
29087 (print_pbb_domain): Same.
29088 (dump_gbb_cases): Same.
29089 (dump_gbb_conditions): Same.
29090 (print_pdrs): Same.
29091 (print_pbb): Same.
29092 (print_scop_params): Same.
29093 (print_scop_context): Same.
29094 (print_scop): Same.
29095 (print_pbb_body): New.
29096 (lst_indent_to): New.
29097 (print_lst): Start new lines with a #.
29098 * graphite-poly.h (pbb_bb): New.
29099 (pbb_index): Use pbb_bb.
29100 * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
29101 disjuncts.
29102 * tree-data-ref.c (dump_data_reference): Start new lines with a #.
29103
29104 2010-03-31 Jakub Jelinek <jakub@redhat.com>
29105
29106 * dwarf2out.c (size_of_die): For -gdwarf-4 use
29107 uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
29108 and 0 instead of 1 for dw_val_class_flag.
29109 (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
29110 dw_val_class_range_list, dw_val_class_loc_list,
29111 dw_val_class_lineptr and dw_val_class_macptr, use
29112 DW_FORM_flag_present for dw_val_class_flag and
29113 DW_FORM_exprloc for dw_val_class_loc.
29114 (output_die): For -gdwarf-4 print dw_val_class_loc
29115 size as uleb128 instead of 1 or 2 bytes and don't print
29116 anything for dw_val_class_flag.
29117
29118 * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
29119 instead of cselib_lookup following by tweaking locs->setting_insn.
29120
29121 PR bootstrap/43596
29122 * cselib.c (cselib_process_insn): Clear cselib_current_insn
29123 even before returning from label, setjmp call or volatile asm
29124 handling.
29125
29126 2010-03-31 Richard Guenther <rguenther@suse.de>
29127
29128 PR middle-end/43600
29129 * cgraphunit.c (cgraph_output_in_order): Do not allocate
29130 temporary data on stack.
29131
29132 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29133
29134 * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
29135 (PUSHSECTION_ASM_OP): Remove.
29136 (POPSECTION_ASM_OP): Remove.
29137 (PUSHSECTION_FORMAT): Remove.
29138 * config/sol2.h (PUSHSECTION_FORMAT): Define.
29139 * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
29140 * config/sol2.c (solaris_output_init_fini): Use it.
29141
29142 2010-03-31 Jie Zhang <jie@codesourcery.com>
29143
29144 PR 43574
29145 * opt-functions.awk (var_type_struct): Use signed char type
29146 for simple variables.
29147
29148 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29149
29150 * config/sol2.c: Include output.h.
29151 (solaris_assemble_visibility): New function.
29152 * config/t-sol2 (sol2.o): Add output.h dependency.
29153 * config/sol2-protos.h (solaris_assemble_visibility): Declare.
29154 * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
29155 Redefine.
29156
29157 2010-03-31 Jakub Jelinek <jakub@redhat.com>
29158
29159 PR target/43580
29160 * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
29161 V2SImode or XFmode on PRE_DEC.
29162
29163 PR debug/43557
29164 * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
29165 BLKmode.
29166
29167 2010-03-31 Jie Zhang <jie@codesourcery.com>
29168
29169 PR 43562
29170 * reload.h (caller_save_initialized_p): Declare.
29171 * toplev.c (backend_init_target): Don't call
29172 init_caller_save but set caller_save_initialized_p to false.
29173 * caller-save.c (caller_save_initialized_p): Define.
29174 (init_caller_save): Check caller_save_initialized_p.
29175 * ira.c (ira): Call init_caller_save if flag_caller_saves.
29176
29177 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29178
29179 PR target/39048
29180 * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
29181 and soft-fp/t-softfp to tmake_file.
29182 * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
29183 (LIBGCC2_TF_CEXT): Define.
29184 (TF_SIZE): Define.
29185
29186 2010-03-30 Alexandre Oliva <aoliva@redhat.com>
29187
29188 PR debug/42977
29189 * cselib.c (n_useless_values): Document handling of debug locs.
29190 (n_useless_debug_values, n_debug_values): New variables.
29191 (new_elt_loc_list): Don't add to debug values, keep count.
29192 (promote_debug_loc): New.
29193 (cselib_reset_table): Zero new variables.
29194 (entry_and_rtx_equal_p): Promote debug locs.
29195 (discard_useless_locs): Increment n_useless_debug_values for
29196 debug values.
29197 (remove_useless_values): Adjust n_useless_values and n_debug_values
29198 with n_useless_debug_values.
29199 (add_mem_for_addr): Promote debug locs.
29200 (cselib_lookup_mem): Likewise.
29201 (cselib_lookup_addr): Renamed to...
29202 (cselib_lookup_addr_1): ... this. Promote debug locs. Don't call...
29203 (cselib_log_lookup): ... this. Turn into...
29204 (cselib_lookup_addr): ... new wrapper.
29205 (cselib_lookup_from_insn): New.
29206 (cselib_invalidate_regno): Increment n_useless_debug_values for
29207 debug values.
29208 (cselib_invalidate_mem): Likewise.
29209 (cselib_process_insn): Take n_deleted and n_debug_values into
29210 account to guard remove_useless_value call.
29211 (cselib_finish): Zero n_useless_debug_values.
29212 * cselib.h (cselib_lookup_from_insn): Declare.
29213 * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
29214 (sched_analyze_2): Likewise.
29215
29216 2010-03-30 Jakub Jelinek <jakub@redhat.com>
29217
29218 * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
29219 functions.
29220 (adjust_mems): Replace narrowing SUBREG of expression containing
29221 just PLUS, MINUS, MULT and ASHIFT of registers and constants
29222 with operations in the narrower mode.
29223
29224 PR debug/43593
29225 * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
29226 regs_invalidated_by_call instead all call_used_reg_set registers.
29227
29228 2010-03-30 Sebastian Pop <sebastian.pop@amd.com>
29229
29230 PR middle-end/43430
29231 * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
29232 pointer comparisons with types_compatible_p.
29233 * tree-vect-stmts.c (vectorizable_call): Same.
29234 (vectorizable_condition): Same.
29235
29236 2010-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29237
29238 * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
29239 stack check if the mask would be zero.
29240
29241 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
29242 Jack Howarth <howarth@bromo.med.uc.edu>
29243
29244 * tree-profile.c (tree_init_ic_make_global_vars): Make static
29245 variables TLS.
29246
29247 2010-03-30 Joseph Myers <joseph@codesourcery.com>
29248
29249 PR other/25232
29250 * libgcc-std.ver (GCC_4.5.0): Define version. Include __unordxf2
29251 and __unordtf2.
29252 * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
29253 Include ___unordxf2 and ___unordtf2.
29254 * config/i386/libgcc-glibc.ver: Do not define inheritance from
29255 GCC_4.4.0 here.
29256
29257 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
29258
29259 * config/lm32/t-lm32: New file.
29260 * config.gcc: Use the above file when targetting lm32.
29261
29262 2010-03-28 Duncan Sands <baldrick@free.fr>
29263
29264 * Makefile.in (PLUGIN_HEADERS): Add except.h.
29265
29266 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
29267
29268 PR middle-end/43431
29269 * tree-vect-loop.c (vect_estimate_min_profitable_iters):
29270 Improve vectorization cost model diagnostic.
29271
29272 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
29273
29274 PR middle-end/43436
29275 * tree-vect-data-refs.c (vect_analyze_data_refs): When
29276 compute_data_dependences_for_loop returns false, early exit
29277 and output an extra diagnostic for the failed data reference
29278 analysis.
29279
29280 2010-03-29 Richard Guenther <rguenther@suse.de>
29281
29282 PR tree-optimization/43560
29283 * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
29284 (can_sm_ref_p): Treat stores to readonly locations as trapping.
29285
29286 2010-03-29 Jie Zhang <jie@codesourcery.com>
29287
29288 PR 43564
29289 * toplev.c (process_options): Set optimization_default_node
29290 and optimization_current_node.
29291 * opts.c (decode_options): Don't set optimization_default_node
29292 and optimization_current_node.
29293
29294 2010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
29295
29296 * config/rtems.h: Abandon -qrtems_debug.
29297
29298 2010-03-28 Jan Hubicka <jh@suse.cz>
29299
29300 PR tree-optimization/43505
29301 * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
29302 map should not be copied.
29303
29304 2010-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
29305
29306 PR middle-end/41674
29307 * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
29308 cdtors, set DECL_PRESERVE_P.
29309 * ipa.c (cgraph_externally_visible_p): Return true if declaration
29310 should be preseved.
29311
29312 2010-03-27 Uros Bizjak <ubizjak@gmail.com>
29313
29314 PR tree-optimization/43528
29315 * stor-layout.c (place_field): Check that constant fits into
29316 unsigned HWI when skipping calculation of MS bitfield layout.
29317
29318 2010-03-27 Jan Hubicka <jh@suse.cz>
29319
29320 PR middle-end/43391
29321 * varasm.c (make_decl_rtl): Deal with COMMON flag to make
29322 notice_global_symbol work.
29323
29324 2010-03-27 Jakub Jelinek <jakub@redhat.com>
29325
29326 * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
29327 instead of dwarf2out_decl.
29328 (struct var_loc_node): Remove section_label field.
29329 (dwarf2out_function_decl): New function.
29330 (dwarf2out_var_location): Don't set section_label field.
29331 (dwarf2out_begin_function): Don't empty decl_loc_table here.
29332
29333 2010-03-26 Michael Meissner <meissner@linux.vnet.ibm.com>
29334
29335 PR tree-optimization/43544
29336 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
29337 First argument for builtin vectorized function hook is now a
29338 tree to be able to distinguish between machine specific and
29339 standard builtins.
29340 * targhooks.c (default_builtin_vectorized_function): Ditto.
29341 * targhooks.h (default_builtin_vectorized_function): Ditto.
29342 * target.h (struct gcc_target): Ditto.
29343 * tree-vect-stmts.c (vectorizable_function): Ditto.
29344 * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
29345 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
29346 Ditto.
29347
29348 2010-03-26 Joseph Myers <joseph@codesourcery.com>
29349
29350 PR c/43381
29351 * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
29352 nested binding iff it is a FUNCTION_DECL.
29353 (store_parm_decls_newstyle): Pass nested=true to bind for
29354 FUNCTION_DECLs amongst parameters.
29355
29356 2010-03-26 Jakub Jelinek <jakub@redhat.com>
29357
29358 * var-tracking.c (vt_expand_loc_callback): Don't run
29359 cselib_expand_value_rtx_cb in dummy mode if
29360 cselib_dummy_expand_value_rtx_cb returned false.
29361
29362 * var-tracking.c (emit_note_insn_var_location): For one part
29363 notes with offset 0, don't add EXPR_LIST around the location.
29364 * dwarf2out.c (loc_descriptor, dw_loc_list_1,
29365 add_location_or_const_value_attribute): Adjust for that change.
29366
29367 PR debug/43540
29368 * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
29369 into first operand and location into second.
29370 (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
29371 dw_cfi_oprnd_loc for DW_CFA_expression.
29372 (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
29373 (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
29374 assume first argument is regnum and second argument is location.
29375
29376 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
29377
29378 PR target/42113
29379 * config/alpha/alpha.md (*cmp_sadd_si): Change mode
29380 of scratch register to DImode. Split to DImode comparison operator.
29381 Use SImode subreg of scratch register in the multiplication.
29382 (*cmp_sadd_sidi): Ditto.
29383 (*cmp_ssub_si): Ditto.
29384 (*cmp_ssub_sidi): Ditto.
29385
29386 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
29387
29388 PR target/43524
29389 * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
29390 Remove invalid assert and wrong comment.
29391
29392 2010-03-26 Jakub Jelinek <jakub@redhat.com>
29393
29394 PR debug/43516
29395 * flags.h (final_insns_dump_p): New extern.
29396 * final.c (final_insns_dump_p): New variable.
29397 (rest_of_clean_state): Set it before -fdump-final-insns=
29398 dumping, clear afterwards.
29399 * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
29400 MEM_ALIAS_SET on MEMs.
29401
29402 2010-03-26 David S. Miller <davem@davemloft.net>
29403
29404 * configure.ac: Fix sparc GOTDATA_OP bug check.
29405 * configure: Rebuild.
29406
29407 2010-03-26 Alan Modra <amodra@gmail.com>
29408
29409 * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
29410
29411 2010-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29412
29413 * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
29414 TLS_SECTION_ASM_FLAG.
29415
29416 2010-03-25 Jakub Jelinek <jakub@redhat.com>
29417
29418 PR bootstrap/43511
29419 * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
29420 Clear first_function_block_is_cold.
29421
29422 PR c/43385
29423 * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
29424 argument if the argument is truth_value_p.
29425
29426 2010-03-24 Michael Meissner <meissner@linux.vnet.ibm.com>
29427
29428 * config/rs6000/constraints.md: Update copyright year for my changes.
29429
29430 PR target/43484
29431 * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
29432 used in reg+reg addressing, swap registers.
29433
29434 2010-03-24 Jakub Jelinek <jakub@redhat.com>
29435
29436 PR debug/43293
29437 * target.h (struct gcc_target): Add code_end hook.
29438 * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
29439 if not yet defined.
29440 (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
29441 * toplev.c (compile_file): Call targetm.asm_out.code_end
29442 hook before unwind info/debug info output.
29443 * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
29444 * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
29445 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
29446 * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
29447 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
29448 * config/i386/i386.c (ix86_file_end): Renamed to...
29449 (ix86_code_end): ... this. Make static. Don't call
29450 file_end_indicate_exec_stack. Emit unwind info using
29451 final_start_function/final_end_function.
29452 (darwin_x86_file_end): Remove.
29453 (TARGET_ASM_CODE_END): Define.
29454 * config/i386/i386.h (TARGET_ASM_FILE_END,
29455 NEED_INDICATE_EXEC_STACK): Don't define.
29456 * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
29457 (TARGET_ASM_FILE_END): Define to darwin_file_end.
29458 * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
29459 * doc/tm.texi (TARGET_ASM_CODE_END): Document.
29460
29461 PR target/43498
29462 * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
29463 at the beginning and final_end_function at the end.
29464 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
29465
29466 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29467
29468 * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
29469 and Sun as TLS syntax.
29470 (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
29471 * configure: Regenerate.
29472 * config.in: Regenerate.
29473 * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
29474 (default_elf_asm_named_section): Use it.
29475 * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
29476 (i386_output_dwarf_dtprel): Likewise.
29477 (output_addr_const_extra): Likewise.
29478 (output_pic_addr_const): Lowercase @GOTTPOFF.
29479 (output_addr_const_extra): Likewise.
29480 (output_pic_addr_const): Lowercase @GOTNTPOFF.
29481 (output_addr_const_extra): Likewise.
29482 (output_pic_addr_const): Lowercase @INDNTPOFF.
29483 (output_addr_const_extra): Likewise.
29484 (output_pic_addr_const): Lowercase @NTPOFF.
29485 (output_addr_const_extra): Likewise.
29486 (output_pic_addr_const): Lowercase @TPOFF.
29487 (output_addr_const_extra): Likewise.
29488 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
29489 (*tls_global_dynamic_64): Likewise.
29490 (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
29491 (*tls_local_dynamic_base_64): Lowercase @TLSLD.
29492
29493 * defaults.h (TLS_COMMON_ASM_OP): Provide default.
29494 (ASM_OUTPUT_TLS_COMMON): Use it.
29495 * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
29496
29497 PR target/38118
29498 * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
29499 * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
29500 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
29501 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
29502 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
29503 (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
29504
29505 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29506
29507 * config/i386/i386.c (override_options): Don't accept
29508 -mtls-dialect=sun any longer.
29509 * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
29510 * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
29511 (*tls_local_dynamic_base_32_sun): Likewise.
29512 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
29513
29514 2010-03-24 Jakub Jelinek <jakub@redhat.com>
29515
29516 PR debug/43508
29517 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
29518 VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
29519
29520 PR debug/43479
29521 * ira.c (adjust_cleared_regs): New function.
29522 (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
29523
29524 PR debug/19192
29525 PR debug/43479
29526 * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
29527 from gimple_block.
29528 * expr.c (expand_expr_real): Restore previous
29529 curr_insn_source_location and curr_insn_block after
29530 expand_expr_real_1 call.
29531 (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
29532 instead of expand_expr_real_1.
29533
29534 2010-03-23 Vladimir Makarov <vmakarov@redhat.com>
29535
29536 PR rtl-optimization/43413
29537 * ira-color.c (setup_allocno_available_regs_num): Count prohibited
29538 hard regs too.
29539
29540 2010-03-22 James E. Wilson <wilson@codesourcery.com>
29541
29542 PR target/43348
29543 * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
29544 call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
29545
29546 2010-03-22 H.J. Lu <hongjiu.lu@intel.com>
29547
29548 * config/i386/i386.c (ix86_target_string): Add -mfma.
29549 Fix a typo in comment.
29550
29551 2010-03-22 Mike Stump <mikestump@comcast.net>
29552
29553 PR target/23071
29554 * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
29555 Don't overly align based upon packed packed fields.
29556
29557 2010-03-22 Jason Merrill <jason@redhat.com>
29558
29559 * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
29560 Use () rather than [], and move before the element type.
29561
29562 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29563
29564 * doc/configfiles.texi (Configuration Files): Removed
29565 fixinc/Makefile*, intl/Makefile.*.
29566 * doc/makefile.texi: Fixed markup. Abstract from version
29567 control system used.
29568 (Makefile): Removed obsolete java/parse.y example.
29569 * doc/sourcebuild.texi: Likewise.
29570 (Top Level): Added config, gnattools, libdecnumber, libgcc,
29571 libgomp, libssp. Removed fastjar.
29572 (Miscellaneous Docs): Clarify location.
29573 Added COPYING3, COPYING3.LIB.
29574 (Front End Directory): Moved Make-lang.in entry to new subsubsection.
29575
29576 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29577
29578 PR target/38085
29579 * config/i386/i386.c (x86_function_profiler)
29580 [!NO_PROFILE_COUNTERS]: Fix typo.
29581 * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
29582 instead of callq.
29583
29584 2010-03-22 Janis Johnson <janis187@us.ibm.com>
29585 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29586
29587 * doc/sourcebuild.texi (Test Directives): Split into six
29588 subsections, with most of the current text in new subsections
29589 Directives, Selectors, and Final Actions.
29590 (Directives): Split list of test directives into multiple
29591 subsubsections.
29592 (Selectors): Describe use and syntax of selectors.
29593 (Effective-Target Keywords): Describe all existing keywords.
29594 (Add Options): Describe features for dg-add-options.
29595 (Require Support): Describe variants of dg-require-support.
29596 (Final Actions): Describe commands to use in dg-final.
29597
29598 2010-03-22 Michael Matz <matz@suse.de>
29599
29600 PR middle-end/43475
29601 * recog.c (validate_replace_rtx_group): Replace also in
29602 REG_EQUAL and REG_EQUIV notes.
29603
29604 2010-03-22 Richard Guenther <rguenther@suse.de>
29605
29606 PR tree-optimization/43390
29607 * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
29608 sure vector extracts are type correct.
29609
29610 2010-03-22 Richard Guenther <rguenther@suse.de>
29611
29612 PR middle-end/40106
29613 * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
29614 x * sqrt (x) even when optimizing for size if the target
29615 has native support for sqrt.
29616
29617 2010-03-22 Jakub Jelinek <jakub@redhat.com>
29618
29619 * varasm.c (make_decl_rtl_for_debug): Also clear
29620 flag_mudflap for the duration of make_decl_rtl call.
29621
29622 PR debug/43443
29623 * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
29624 locs from preserved VALUEs.
29625
29626 2010-03-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
29627
29628 PR middle-end/42718
29629 * pa.md (movmemsi): Set align to one if zero.
29630 (movmemdi): Likewise.
29631
29632 2010-03-21 Richard Earnshaw <rearnsha@arm.com>
29633
29634 PR target/42321
29635 * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
29636 with their corresponding prologue pushes.
29637
29638 2010-03-20 Andrew Pinski <pinskia@gmail.com>
29639
29640 PR target/43156
29641 * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
29642 at the begining or end.
29643 (spu_expand_epilogue): Likewise.
29644
29645 2010-03-20 Richard Guenther <rguenther@suse.de>
29646
29647 PR rtl-optimization/43438
29648 * combine.c (make_extraction): Properly zero-/sign-extend an
29649 extraction of the low part of a CONST_INT. Also handle
29650 CONST_DOUBLE.
29651
29652 2010-03-19 Mike Stump <mikestump@comcast.net>
29653
29654 * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
29655 * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
29656 (override_options): Use SUBTARGET32_DEFAULT_CPU.
29657
29658 2010-03-19 Andrew Pinski <andrew_pinski@caviumnetworks.com>
29659
29660 PR c/43211
29661 * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
29662 an error.
29663
29664 2010-03-19 Bernd Schmidt <bernds@codesourcery.com>
29665
29666 PR rtl-optimization/42258
29667 * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
29668 use that may match DEF.
29669
29670 PR target/40697
29671 * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
29672 the cost of loading the constant rather than assuming
29673 COSTS_N_INSNS (1).
29674 * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
29675 outer code is AND, do the same tests as the andsi3 expander and
29676 return COSTS_N_INSNS (1) if and is cheap.
29677
29678 * optabs.c (avoid_expensive_constant): Fix formatting.
29679
29680 2010-03-19 Michael Matz <matz@suse.de>
29681
29682 PR c++/43116
29683 * attribs.c (decl_attributes): When rebuilding a function pointer
29684 type use the same qualifiers as the original pointer type.
29685
29686 2010-03-19 Martin Jambor <mjambor@suse.cz>
29687
29688 * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
29689 and is_gimple_ip_invariant_address.
29690
29691 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
29692
29693 Revert
29694 2009-10-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
29695
29696 * config/arm/arm.c (arm_override_options): Turn off
29697 flag_dwarf2_cfi_asm for AAPCS variants.
29698
29699 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
29700
29701 PR target/43399
29702 * config/arm/arm.c (emit_multi_reg_push): Update comments.
29703 Use PRE_MODIFY instead of PRE_DEC.
29704 (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
29705 (vfp_emit_fstmd): Likewise.
29706
29707 2010-03-19 Michael Matz <matz@suse.de>
29708
29709 PR target/43305
29710 * builtins.c (expand_builtin_interclass_mathfn,
29711 expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
29712 if that fails.
29713
29714 2010-03-19 Richard Guenther <rguenther@suse.de>
29715
29716 PR tree-optimization/43415
29717 * tree-ssa-pre.c (phi_translate): Split out worker to ...
29718 (phi_translate_1): ... this.
29719 (phi_translate): Move all caching here. Cache all NARY
29720 and REFERENCE translations.
29721
29722 2010-03-19 David S. Miller <davem@davemloft.net>
29723
29724 With help from Eric Botcazou.
29725 * config/sparc/sparc.c: Include dwarf2out.h.
29726 (emit_pic_helper): Delete.
29727 (pic_helper_symbol_name): Delete.
29728 (pic_helper_emitted_p): Delete.
29729 (pic_helper_needed): New.
29730 (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
29731 (get_pc_thunk_name): New.
29732 (load_pic_register): Remove 'delay_pic_helper' arg. Use
29733 get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
29734 Set pic_helper_needed to true. Don't call emit_pic_helper.
29735 (sparc_expand_prologue): Update load_pic_register call.
29736 (sparc_output_mi_thunk): Likewise.
29737 (sparc_file_end): Emit a hidden comdat symbol for the PIC
29738 thunk if possible. Output CFI information as needed.
29739
29740 2010-03-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
29741 Jack Howarth <howarth@bromo.med.uc.edu>
29742
29743 PR target/36399
29744 * config/i386/i386.h: Fix ABI on darwin x86-32.
29745
29746 2010-03-18 Aldy Hernandez <aldyh@redhat.com>
29747
29748 * tree.h: Declare make_decl_rtl_for_debug.
29749 * varasm.c (make_decl_rtl_for_debug): New.
29750 * dwarf2out.c (rtl_for_decl_location): Call it.
29751 * cfgexpand.c (expand_debug_expr): Call it.
29752
29753 2010-03-18 Jakub Jelinek <jakub@redhat.com>
29754
29755 PR bootstrap/43399
29756 * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
29757 mem_mode.
29758
29759 PR bootstrap/43403
29760 * var-tracking.c (vt_init_cfa_base): Do nothing if
29761 cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
29762
29763 2010-03-18 Alexandre Oliva <aoliva@redhat.com>
29764
29765 PR debug/42873
29766 * var-tracking.c (canonicalize_vars_star): New.
29767 (dataflow_post_merge_adjust): Use it.
29768
29769 2010-03-18 Jakub Jelinek <jakub@redhat.com>
29770
29771 PR debug/43058
29772 * var-tracking.c (non_suitable_const): New function.
29773 (add_uses): For DEBUG_INSNs with constants, don't record any
29774 value, instead just the constant value itself.
29775 (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
29776 is not VAR_LOC_UNKNOWN_P, set var to the constant.
29777 (emit_notes_in_bb): Likewise.
29778 (emit_note_insn_var_location): For onepart variables if
29779 cur_loc is a VOIDmode constant, use DECL_MODE.
29780
29781 2010-03-18 Martin Jambor <mjambor@suse.cz>
29782
29783 PR middle-end/42450
29784 * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
29785 * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
29786 all non-clones. Moved call redirection...
29787 (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
29788 (cgraph_materialize_all_clones): Dispose of all
29789 combined_args_to_skip bitmaps.
29790 (verify_cgraph_node): Do not check for edges pointing to wrong
29791 nodes in inline clones.
29792 * tree-inline.c (copy_bb): Call
29793 cgraph_redirect_edge_call_stmt_to_callee.
29794 * ipa.c (cgraph_remove_unreachable_nodes): Call
29795 cgraph_node_remove_callees even when there are used clones.
29796
29797 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
29798
29799 * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
29800
29801 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
29802
29803 PR target/43383
29804 * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
29805 for 32bit.
29806
29807 2010-03-18 Michael Matz <matz@suse.de>
29808
29809 PR middle-end/43419
29810 * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
29811 into sqrt(x) if we need to preserve signed zeros.
29812
29813 2010-03-18 Steven Bosscher <steven@gcc.gnu.org>
29814 Eric Botcazou <ebotcazou@adacore.com>
29815
29816 PR rtl-optimization/43360
29817 * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
29818 note if we don't know its invariant status.
29819
29820 2010-03-18 Michael Matz <matz@suse.de>
29821
29822 PR tree-optimization/43402
29823 * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
29824 PHI chains of ssa names registered for update.
29825
29826 2010-03-17 Peter Bergner <bergner@vnet.ibm.com>
29827
29828 PR target/42427
29829 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
29830 non-offsettable and pre_modify update addressing.
29831 * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
29832 and "2" alternatives "#".
29833 (*movdd_softfloat32): Make all alternatives "#";
29834 * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
29835 (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
29836 (*movdf_softfloat32): Make all alternatives "#";
29837 (movdi): Use the new DIFD mode iterator to create a common splitter
29838 for movdi, movdf and movdd patterns.
29839
29840 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
29841
29842 * common.opt (dumpdir): Remove redundant tab.
29843
29844 2010-03-17 Martin Jambor <mjambor@suse.cz>
29845
29846 PR tree-optimization/43347
29847 * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
29848 original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
29849
29850 2010-03-17 Bernd Schmidt <bernd.schmidt@analog.com>
29851
29852 PR rtl-optimization/42216
29853 * regrename.c (create_new_chain): New function, broken out from...
29854 (scan_rtx_reg): ... here. Call it. Handle the case where we are
29855 appending a use to an empty chain.
29856 (build_def_use): Remove previous changes that convert OP_INOUT to
29857 OP_OUT operands; instead detect the case where an OP_INOUT operand
29858 uses a previously untracked register and create an empty chain for it.
29859
29860 2010-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29861
29862 * doc/extend.texi (Function Attributes): Rewrite unfinished
29863 sentence in ms_abi documentation.
29864
29865 2010-03-17 Alan Modra <amodra@gmail.com>
29866
29867 * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
29868 * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
29869 (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
29870 * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
29871
29872 2010-03-16 Richard Henderson <rth@redhat.com>
29873
29874 PR middle-end/43365
29875 * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
29876 (lower_try_finally): Save and restore eh_seq around the expansion
29877 of the try-finally.
29878
29879 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
29880
29881 * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
29882 statements before splitting block.
29883
29884 2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29885
29886 * doc/sourcebuild.texi (Testsuites): Fix markup.
29887 Use pathnames relative to gcc/testsuite.
29888 (Test Directives): Move description of how timeout is determined.
29889 (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
29890 (C Tests): Correct gcc.misc-tests directory.
29891 Framework tests now live in gcc.test-framework.
29892
29893 2010-03-16 Richard Guenther <rguenther@suse.de>
29894
29895 PR middle-end/43379
29896 * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
29897 operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
29898
29899 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
29900 Alexandre Oliva <aoliva@redhat.com>
29901
29902 PR tree-optimization/42917
29903 * lambda-code.c (remove_iv): Skip debug statements.
29904 (lambda_loopnest_to_gcc_loopnest): Likewise.
29905 (not_interesting_stmt): Debug statements are not interesting.
29906
29907 2010-03-16 Jakub Jelinek <jakub@redhat.com>
29908
29909 PR debug/43051
29910 PR debug/43092
29911 * cselib.c (cselib_preserve_constants,
29912 cfa_base_preserved_val): New static variables.
29913 (preserve_only_constants): New function.
29914 (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
29915 clear its REG_VALUES. If cselib_preserve_constants, don't
29916 empty the whole hash table, but preserve there VALUEs with constants,
29917 cfa_base_preserved_val and cfa_base_preserved_val plus constant.
29918 (cselib_preserve_cfa_base_value): New function.
29919 (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
29920 (cselib_init): Change argument to int bitfield. Set
29921 cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
29922 is in it.
29923 (cselib_finish): Clear cselib_preserve_constants and
29924 cfa_base_preserved_val.
29925 * cselib.h (enum cselib_record_what): New enum.
29926 (cselib_init): Change argument to int.
29927 (cselib_preserve_cfa_base_value): New prototype.
29928 * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
29929 * dse.c (dse_step1): Likewise.
29930 * cfgcleanup.c (thread_jump): Likewise.
29931 * sched-deps.c (sched_analyze): Likewise.
29932 * gcse.c (local_cprop_pass): Likewise.
29933 * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
29934 If FN is non-NULL, call the callback always and whenever it returns
29935 non-NULL just return that. Only do rtx_equal_p if FN is NULL.
29936 * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
29937 * combine.c (propagate_for_debug_subst): Add old_rtx argument,
29938 compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
29939 * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
29940 * var-tracking.c: Include recog.h.
29941 (bb_stack_adjust_offset): Remove.
29942 (vt_stack_adjustments): Don't call it, instead just gather the
29943 adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
29944 (adjust_stack_reference): Remove.
29945 (compute_cfa_pointer): New function.
29946 (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
29947 (struct adjust_mem_data): New type.
29948 (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
29949 functions.
29950 (get_address_mode): New function.
29951 (replace_expr_with_values): Use it.
29952 (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
29953 Use get_address_mode. For cfa_base_rtx return MO_CLOBBER.
29954 (adjust_sets): Remove.
29955 (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
29956 Use get_address_mode.
29957 (get_adjusted_src): Remove.
29958 (add_stores): Don't call it. Never reuse expr SET. Don't add extra
29959 MO_VAL_USE for cfa_base_rtx plus constant. Use get_address_mode.
29960 (add_with_sets): Don't call adjust_sets.
29961 (fp_setter, vt_init_cfa_base): New functions.
29962 (vt_initialize): Change return type to bool. Move most of pool etc.
29963 initialization to the beginning of the function from end. Pass
29964 CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
29965 If !frame_pointer_needed, call vt_stack_adjustment before mos
29966 vector is filled, call vt_init_cfa_base if argp/framep has been
29967 eliminated to sp. If frame_pointer_needed and argp/framep has
29968 been eliminated to hard frame pointer, set
29969 hard_frame_pointer_adjustment and call vt_init_cfa_base after
29970 encountering fp setter in the prologue. For MO_ADJUST, call
29971 log_op_type before pusing the op into mos vector, not afterwards.
29972 Call adjust_insn before cselib_process_insn/add_with_sets,
29973 call cancel_changes (0) afterwards.
29974 (variable_tracking_main_1): Adjust for vt_initialize calling
29975 vt_stack_adjustments and returning whether it succeeded or not.
29976
29977 2010-03-15 Aldy Hernandez <aldyh@redhat.com>
29978
29979 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
29980 debug statements.
29981
29982 2010-03-15 Jakub Jelinek <jakub@redhat.com>
29983
29984 * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
29985 has been set.
29986 (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
29987 drap_reg has not been set.
29988
29989 2010-03-15 Michael Matz <matz@suse.de>
29990
29991 PR middle-end/43300
29992 * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
29993 use it to expand block copies.
29994 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
29995 insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
29996 (insert_value_copy_on_edge): Use store_expr for BLKmode values.
29997
29998 2010-03-15 Richard Guenther <rguenther@suse.de>
29999
30000 PR tree-optimization/43367
30001 * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
30002 elimination check.
30003
30004 2010-03-15 Richard Guenther <rguenther@suse.de>
30005
30006 PR tree-optimization/43317
30007 * ipa-struct-reorg.c (create_new_general_access): Update stmt.
30008
30009 2010-03-15 Martin Jambor <mjambor@suse.cz>
30010
30011 PR tree-optimization/43141
30012 * tree-sra.c (create_abstract_origin): New function.
30013 (modify_function): Call create_abstract_origin.
30014
30015 2010-03-15 Chris Demetriou <cgd@google.com>
30016
30017 * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
30018 wasn't copied.
30019
30020 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
30021
30022 PR middle-end/43354
30023 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
30024 call insert_out_of_ssa_copy for default definitions.
30025
30026 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
30027
30028 * graphite-clast-to-gimple.c (my_long_long): Defined.
30029 (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
30030 * graphite-sese-to-poly.c (my_long_long): Defined.
30031 (scop_ivs_can_be_represented): Use it.
30032
30033 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
30034
30035 * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
30036 graphite-max-bbs-per-function, and loop-block-tile-size.
30037 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
30038 with "maximum".
30039 (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
30040
30041 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
30042
30043 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
30044 forward declaration.
30045 * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
30046 (add_upper_bounds_from_estimated_nit): New.
30047 (build_loop_iteration_domains): Use it.
30048
30049 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
30050
30051 * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
30052
30053 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
30054
30055 PR middle-end/43306
30056 * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
30057 should be an INTEGER_CST. Also handle CASE_CONVERT.
30058
30059 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
30060
30061 * graphite.c (graphite_initialize): To bound the number of bbs per
30062 function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
30063 * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
30064 * doc/invoke.texi: Document it.
30065
30066 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
30067
30068 * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
30069 * graphite-sese-to-poly.h (build_poly_scop): Same.
30070
30071 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
30072
30073 * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
30074 the number of parameters in the scop. Use as an upper bound
30075 PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
30076 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
30077 * doc/invoke.texi: Document it.
30078
30079 2010-03-13 Jerry Quinn <jlquinn@optonline.net>
30080
30081 * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
30082 * doc/c-tree.texi: Remove.
30083 * doc/generic.texi: Merge c-tree.texi here.
30084 * doc/gccint.texi (Trees): Remove menu entry.
30085 (c-tree.texi): Remove @include.
30086 * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
30087 * doc/languages.texi (Reading RTL): Ditto.
30088
30089 2010-03-12 Steve Ellcey <sje@cup.hp.com>
30090
30091 PR target/42869
30092 * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
30093
30094 2010-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
30095
30096 PR middle-end/42431
30097 * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
30098 code added to work around reload clobbering CONST insns.
30099
30100 2010-03-12 Jakub Jelinek <jakub@redhat.com>
30101
30102 * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
30103 (cselib_preserve_definitely, cselib_clear_preserve): Remove.
30104 (cselib_preserve_only_values): Remove retain argument, don't
30105 traverse hash table with cselib_{preserve_definitely,clear_preserve}.
30106 * cselib.h (cselib_preserve_only_values): Remove retain argument.
30107 * var-tracking.c (micro_operation): Move insn field before union.
30108 Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
30109 (struct variable_tracking_info_def): Remove n_mos field, change
30110 mos into a vector of micro_operations.
30111 (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
30112 (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
30113 compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
30114 changing into a vector.
30115 (add_with_sets): Likewise. Ensure MO_VAL_USE uops from add_stores
30116 come before all other uops generated by add_stores.
30117 (vt_add_function_parameters): Adjust for cselib_preserve_only_values
30118 argument removal.
30119 (vt_initialize): Likewise. Adjust for VTI (bb)->mos changing into
30120 a vector. Run just one pass over the bbs instead of separate counting
30121 and computation phase.
30122 (vt_finalize): Free VTI (bb)->mos vector instead of array.
30123
30124 PR debug/43329
30125 * tree-inline.c (remap_decls): Put old_var rather than origin_var
30126 into *nonlocalized_list vector.
30127 * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
30128 even if origin is non-NULL.
30129 (gen_variable_die): Likewise.
30130 (process_scope_var): Don't change origin.
30131 (gen_decl_die): Likewise.
30132 * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
30133 before adding new edges instead of after it, fix moving over
30134 debug stmts.
30135
30136 2010-03-11 David S. Miller <davem@davemloft.net>
30137
30138 * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
30139 of four.
30140 * configure: Rebuild.
30141
30142 2010-03-11 Martin Jambor <mjambor@suse.cz>
30143
30144 PR tree-optimization/43257
30145 * tree.c (assign_assembler_name_if_neeeded): New function.
30146 (free_lang_data_in_cgraph): Assembler name assignment moved to the
30147 above new function.
30148 * tree.h (assign_assembler_name_if_neeeded): Declare.
30149 * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
30150 the function if needed.
30151
30152 2010-03-11 Chris Demetriou <cgd@google.com>
30153
30154 * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
30155 include/stdint-gcc.h, and include/stdint.h world-readable.
30156
30157 2010-03-11 Richard Guenther <rguenther@suse.de>
30158
30159 PR tree-optimization/43255
30160 * tree-vrp.c (process_assert_insertions_for): Do not insert
30161 asserts for trivial conditions.
30162
30163 2010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30164
30165 PR tree-optimization/43280
30166 * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
30167 generation. Move calculation of size out of the if branch.
30168 (find_bswap): Modify compare number generation.
30169
30170 2010-03-11 Richard Guenther <rguenther@suse.de>
30171
30172 PR lto/43200
30173 * lto-streamer-in.c (maybe_fixup_decls): Simplify.
30174 (input_gimple_stmt): Fixup handled component types during
30175 operand read. Also fix up decls in ADDR_EXPRs.
30176
30177 2010-03-10 Eric Botcazou <ebotcazou@adacore.com>
30178
30179 * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
30180 * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
30181
30182 2010-03-10 Jan Hubicka <jh@suse.cz>
30183
30184 PR c/43288
30185 * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
30186 * varasm.c (get_variable_section): Don't do that here...
30187 (make_decl_rtl): ... and here.
30188 (do_assemble_alias): Produce decl RTL.
30189 (assemble_alias): Likewise.
30190
30191 2010-03-10 Jakub Jelinek <jakub@redhat.com>
30192
30193 PR debug/43290
30194 * reg-notes.def (REG_CFA_SET_VDRAP): New note.
30195 * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
30196 of fde->vdrap_reg.
30197 (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
30198 (based_loc_descr): Only express drap or vdrap regno based expressions
30199 using DW_OP_fbreg when not optimizing.
30200 * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
30201 make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
30202 REG_CFA_SET_VDRAP note.
30203
30204 2010-03-10 Alexander Monakov <amonakov@ispras.ru>
30205
30206 PR tree-optimization/43236
30207 * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
30208 error in calculation of base address in reverse iteration case.
30209 (generate_builtin): Take number of latch executions if the statement
30210 is in the latch.
30211
30212 2010-03-10 Andrey Belevantsev <abel@ispras.ru>
30213
30214 PR middle-end/42859
30215 * tree-eh.c: Include pointer-set.h.
30216 (lower_eh_dispatch): Filter out duplicate case labels and
30217 remove the unneeded edge when the label is unused. Return
30218 true when some edges are removed.
30219 (execute_lower_eh_dispatch): When any lowering resulted in
30220 removing an edge, also delete unreachable blocks.
30221
30222 2010-03-10 Jakub Jelinek <jakub@redhat.com>
30223
30224 PR bootstrap/43287
30225 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
30226 UNSPEC_MACHOPIC_OFFSET.
30227
30228 2010-03-09 Andreas Schwab <schwab@linux-m68k.org>
30229
30230 PR target/43294
30231 * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
30232 (m68k_delegitimize_address): New function.
30233
30234 2010-03-09 Jakub Jelinek <jakub@redhat.com>
30235
30236 PR debug/43299
30237 * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
30238
30239 PR debug/43299
30240 * var-tracking.c (adjust_sets): New function.
30241 (count_with_sets, add_with_sets): Use it.
30242 (get_adjusted_src): New inline function.
30243 (add_stores): Use it.
30244
30245 PR debug/43304
30246 * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
30247 call cselib_dummy_expand_value_rtx_cb instead of
30248 cselib_expand_value_rtx_cb.
30249
30250 PR debug/43293
30251 * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
30252 * config/i386/i386.c: Include debug.h and dwarf2out.h.
30253 (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
30254 and .cfi_endproc around the pic thunks.
30255 (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
30256 all queued unwind info register saves are saved before the call.
30257 For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
30258 considered as sp-=4 for unwind info and the pop as sp+=4 which
30259 also clobbers dest, but doesn't actually restore it.
30260
30261 PR debug/43290
30262 * config/i386/i386.c (ix86_get_drap_rtx): Don't set
30263 RTX_FRAME_RELATED_P.
30264
30265 2010-03-09 Jie Zhang <jie@codesourcery.com>
30266
30267 * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
30268 whitespaces in output template.
30269
30270 2010-03-09 Jie Zhang <jie@codesourcery.com>
30271
30272 * ira-lives.c (check_and_make_def_use_conflict): Don't fall
30273 out array boundary.
30274
30275 2010-03-08 Jakub Jelinek <jakub@redhat.com>
30276
30277 * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
30278 builtins.exp in a separate job.
30279
30280 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
30281
30282 * graphite-sese-to-poly.c (add_param_constraints): Use
30283 lower_bound_in_type and upper_bound_in_type.
30284
30285 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
30286
30287 * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
30288 instead of unsigned_type_node.
30289
30290 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
30291 Reza Yazdani <reza.yazdani@amd.com>
30292
30293 PR middle-end/43065
30294 * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
30295 on pointer type parameters.
30296
30297 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
30298
30299 PR middle-end/42644
30300 PR middle-end/42130
30301 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
30302 handle conversions from pointer to integers.
30303 (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
30304 induction variable, to be able to work with code generated by CLooG.
30305 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
30306 (build_poly_scop): Bail out if we cannot codegen a loop.
30307
30308 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
30309
30310 * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
30311 code generation with gloog_error.
30312
30313 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
30314
30315 * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
30316 Call fold_convert on all the returned values.
30317 (expand_scalar_variables_expr): Pass to
30318 expand_scalar_variables_ssa_name the type of the resulting expression.
30319
30320 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
30321
30322 * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
30323 ppl_min_for_le_pointset.
30324 Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
30325 * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
30326
30327 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
30328
30329 * graphite-dependences.c (map_into_dep_poly): Removed.
30330 (dependence_polyhedron_1): Use combine_context_id_scat.
30331
30332 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
30333
30334 * graphite-poly.h (struct poly_scattering): Add layout documentation.
30335 (struct poly_bb): Same.
30336 (combine_context_id_scat): New.
30337
30338 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
30339
30340 PR middle-end/42326
30341 * sese.c (name_defined_in_loop_p): Return false for default
30342 definitions.
30343
30344 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
30345
30346 * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
30347 and clean up the logic.
30348
30349 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
30350
30351 * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
30352 early return.
30353
30354 2010-03-08 Jakub Jelinek <jakub@redhat.com>
30355
30356 * var-tracking.c (remove_cselib_value_chains): Define only for
30357 ENABLE_CHECKING.
30358 (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
30359 delete_slot_part, emit_notes_for_differences_1): Don't call
30360 remove_cselib_value_chains here.
30361 (set_slot_part, emit_notes_for_differences_2): Don't call
30362 add_cselib_value_chains here.
30363 (preserved_values): New vector.
30364 (preserve_value): New function.
30365 (add_uses, add_stores, vt_add_function_parameters): Use it
30366 instead of cselib_preserve_value.
30367 (changed_values_stack): New vector.
30368 (check_changed_vars_0): New function.
30369 (check_changed_vars_1, check_changed_vars_2): Use it.
30370 (emit_notes_for_changes): Call set_dv_changed (*, false) on all
30371 changed_values_stack VALUEs.
30372 (vt_emit_notes): For all preserved_values call
30373 add_cselib_value_chains. If ENABLE_CHECKING call
30374 remove_cselib_value_chains before verifying value_chains is empty.
30375 Initialize and free changed_values_stack.
30376 (vt_initialize): Initialize preserved_values.
30377 (vt_finalize): Free preserved_values.
30378
30379 2010-03-08 Richard Guenther <rguenther@suse.de>
30380
30381 PR tree-optimization/43269
30382 * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
30383 region detection.
30384
30385 2010-03-08 Martin Jambor <mjambor@suse.cz>
30386
30387 * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
30388 (ipa_is_param_called): Removed.
30389 * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
30390 (ipa_print_node_params): Do not print the called flag.
30391 (ipa_write_node_info): Do not stream the called flag.
30392 (ipa_read_node_info): Likewise.
30393
30394 2010-03-07 Jakub Jelinek <jakub@redhat.com>
30395
30396 PR debug/43176
30397 * Makefile.in (var-tracking.o): Depend on pointer-set.h.
30398 * cselib.c (struct expand_value_data): Add dummy field.
30399 (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
30400 dummy to false.
30401 (cselib_dummy_expand_value_rtx_cb): New function.
30402 (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
30403 any rtl.
30404 * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
30405 * var-tracking.c: Include pointer-set.h.
30406 (variable): Change n_var_parts to char from int. Add
30407 cur_loc_changed and in_changed_variables fields.
30408 (variable_canonicalize): Remove.
30409 (shared_var_p): New inline function.
30410 (unshare_variable): Maintain cur_loc_changed and
30411 in_changed_variables fields. If var was in changed_variables,
30412 replace it there with new_var. Just copy cur_loc instead of
30413 resetting it to something else.
30414 (variable_union): Don't recompute cur_loc. Use shared_var_p.
30415 (dataflow_set_union): Don't call variable_canonicalize.
30416 (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
30417 of their DEBUG_EXPR_TREE_DECLs.
30418 (canonicalize_loc_order_check): Verify that cur_loc is NULL
30419 and in_changed_variables and cur_loc_changed is false.
30420 (variable_merge_over_cur): Clear cur_loc, in_changed_variables
30421 and cur_loc_changed. Don't update cur_loc here.
30422 (variable_merge_over_src): Don't call variable_canonicalize.
30423 (dataflow_set_preserve_mem_locs): Use shared_var_p. When
30424 removing loc that is equal to cur_loc, clear cur_loc,
30425 set cur_loc_changed and ensure variable_was_changed is called.
30426 (dataflow_set_remove_mem_locs): Use shared_var_p. Only
30427 compare pointers in cur_loc check, if it is equal to loc,
30428 clear cur_loc and set cur_loc_changed. Don't recompute cur_loc here.
30429 (variable_different_p): Remove compare_current_location argument,
30430 don't compare cur_loc.
30431 (dataflow_set_different_1): Adjust variable_different_p caller.
30432 (variable_was_changed): If dv had some var in changed_variables
30433 already, reset in_changed_variables flag for it and propagate
30434 cur_loc_changed over to the new variable. On empty var
30435 always set cur_loc_changed. Set in_changed_variables on whatever
30436 var is added to changed_variables.
30437 (set_slot_part): Clear cur_loc_changed and in_changed_variables.
30438 Use shared_var_p. When removing loc that is equal to cur_loc,
30439 clear cur_loc and set cur_loc_changed. If cur_loc is NULL at the
30440 end, don't set it to something else, just call variable_was_changed.
30441 (delete_slot_part): Use shared_var_p. When cur_loc equals to
30442 loc being removed, clear cur_loc and set cur_loc_changed.
30443 Set cur_loc_changed if all locations have been removed.
30444 (struct expand_loc_callback_data): New type.
30445 (vt_expand_loc_callback): Add dummy mode in which no rtxes are
30446 allocated. Always create SUBREGs if simplify_subreg failed.
30447 Prefer to use cur_loc, when that fails and still in
30448 changed_variables (and seen first time) recompute it. Set
30449 cur_loc_changed of variables which had to change cur_loc and
30450 compute elcd->cur_loc_changed if any of the subexpressions used
30451 had to change cur_loc.
30452 (vt_expand_loc): Adjust to pass arguments in
30453 expand_loc_callback_data structure.
30454 (vt_expand_loc_dummy): New function.
30455 (emitted_notes): New variable.
30456 (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
30457 that weren't used for any other decl in current
30458 emit_notes_for_changes call call vt_expand_loc_dummy to update
30459 cur_loc. For -fno-var-tracking-assignments, set cur_loc to
30460 first loc_chain location if NULL before. Always use just
30461 cur_loc instead of first loc_chain location. When cur_loc_changed
30462 is false, when not --enable-checking=rtl just don't emit any note.
30463 When rtl checking, compute the note and assert it is the same
30464 as previous note. Clear cur_loc_changed and in_changed_variables
30465 at the end before removing from changed_variables.
30466 (check_changed_vars_3): New function.
30467 (emit_notes_for_changes): Traverse changed_vars to call
30468 check_changed_vars_3 on each changed var.
30469 (emit_notes_for_differences_1): Clear cur_loc_changed and
30470 in_changed_variables. Recompute cur_loc of new_var.
30471 (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
30472 (vt_emit_notes): Initialize and destroy emitted_notes.
30473
30474 2010-03-07 Bernd Schmidt <bernd.schmidt@analog.com>
30475
30476 PR rtl-optimization/42220
30477 * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
30478 Use verify_reg_tracked to determine if we should use OP_OUT rather
30479 than OP_INOUT.
30480 (build_def_use): If we see an in-out operand for a register that we
30481 know nothing about, treat is an output if possible, fail the block if
30482 not.
30483
30484 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
30485
30486 PR debug/42897
30487 * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
30488 permanently.
30489
30490 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
30491
30492 PR debug/42897
30493 * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
30494 uses of relevant DEFs that are dead outside the loop too.
30495
30496 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
30497
30498 * var-tracking.c (dataflow_set_merge): Swap src and src2.
30499 Reverted:
30500 2010-01-13 Jakub Jelinek <jakub@redhat.com>
30501 PR debug/41371
30502 * var-tracking.c (values_to_unmark): New variable.
30503 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
30504 values_to_unmark vector. Moved body to...
30505 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
30506 instead queue it into values_to_unmark vector.
30507 (vt_find_locations): Free values_to_unmark vector.
30508
30509 2010-03-05 Eric Botcazou <ebotcazou@adacore.com>
30510
30511 * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
30512 (site.exp): Export them when plugins are enabled.
30513
30514 2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
30515
30516 PR middle-end/42326
30517 * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
30518 that contain scevs.
30519 (chrec_fold_multiply): Same.
30520
30521 2010-03-04 Andrew Pinski <andrew_pinski@caviumnetworks.com>
30522
30523 PR c/43248
30524 * c-decl.c (build_compound_literal): Return early if init is
30525 an error_mark_node.
30526
30527 2010-03-04 Martin Jambor <mjambor@suse.cz>
30528
30529 PR tree-optimization/43164
30530 PR tree-optimization/43191
30531 * tree-sra.c (type_consists_of_records_p): Reject records with
30532 zero-size bit-fields at the end.
30533
30534 2010-03-04 Mike Stump <mikestump@comcast.net>
30535
30536 * Makefile.in (TAGS): Remove *.y.
30537
30538 2010-03-04 Richard Guenther <rguenther@suse.de>
30539
30540 PR tree-optimization/40761
30541 * tree-ssa-pre.c (compute_antic): Walk reverse postorder
30542 in reverse order.
30543 (my_rev_post_order_compute): New function.
30544 (init_pre): Call it.
30545
30546 2010-03-04 Changpeng Fang <changpeng.fang@amd.com>
30547
30548 PR middle-end/43209
30549 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
30550 decrease the cost of an IV candidate when the cost is infinite.
30551
30552 2010-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30553
30554 * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
30555 Use '3DNow!' for the extension of that name, ensure normal space
30556 after the string.
30557 * doc/invoke.texi (i386 and x86-64 Options): Likewise.
30558
30559 2010-03-03 Jeff Law <law@redhat.com>
30560
30561 * PR middle-end/32693
30562 * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
30563 than gen_rtx_SUBREG.
30564 (extract_bit_field_1): Likewise.
30565
30566 2010-03-03 Janis Johnson <janis187@us.ibm.com>
30567
30568 * doc/sourcebuild.texi (Test directives): Document that arguments
30569 include-opts and exclude-opts are now optional for dg-skip-if,
30570 dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
30571
30572 2010-03-03 Jason Merrill <jason@redhat.com>
30573
30574 PR c++/12909
30575 * cgraph.h (varpool_node): Add extra_name field.
30576 * varpool.c (varpool_extra_name_alias): New.
30577 (varpool_assemble_decl): Emit extra name aliases.
30578 (varpool_mark_needed_node): Look past an extra name alias.
30579 * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
30580 * lto-streamer-in.c (lto_input_tree): Read it.
30581 * lto-streamer-out.c (output_unreferenced_globals): Write it.
30582
30583 2010-03-03 Eric Botcazou <ebotcazou@adacore.com>
30584
30585 * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
30586 (sparc*-*-solaris2*): ...this.
30587
30588 2010-03-03 Jakub Jelinek <jakub@redhat.com>
30589
30590 PR debug/43229
30591 * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
30592 WIDEN_MULT_EXPR and WIDEN_SUM_EXPR. Return NULL without
30593 ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
30594 FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
30595
30596 PR debug/43237
30597 * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
30598 fallthrough to default handling, just with want_address 0 instead of 2.
30599 For single element lists, add_AT_loc directly, otherwise create an
30600 artificial variable DIE and stick location list to it.
30601
30602 PR debug/43177
30603 * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
30604 (VAL_EXPR_HAS_REVERSE): Define.
30605 (reverse_op): New function.
30606 (add_stores): For reversible operations add an extra MO_VAL_USE.
30607
30608 2010-03-02 Jason Merrill <jason@redhat.com>
30609
30610 * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
30611
30612 2010-03-02 Eric Botcazou <ebotcazou@adacore.com>
30613
30614 * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
30615 (sparc64-*-linux*): Likewise.
30616 (sparc64-*-solaris2*): Include assembler files before linker ones.
30617 (sparc-*-solaris2*): Simplify and reorder to match previous case.
30618 * config/sparc/gas.h: Delete.
30619 * config/sparc/sol2-64.h: Add copyright notice.
30620 * config/sparc/sol2-gas-bi.h: Likewise.
30621 * config/sparc/sol2-gld.h: Likewise.
30622 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
30623 * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
30624 * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
30625 * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
30626 (sparc_elf_asm_named_section): Rename into...
30627 (sparc_solaris_elf_asm_named_section): ...this. Always define.
30628
30629 2010-03-02 Uros Bizjak <ubizjak@gmail.com>
30630
30631 * config/alpha/alpha.c (override_options): Fix -mtune error message.
30632
30633 2010-03-02 Jeff Law <law@redhat.com>
30634
30635 PR middle-end/42431
30636 * reload1.c (rtx_p, substitute_stack): Declare.
30637 (substitute): Record addresses of changed rtxs.
30638 (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
30639 Restore the original rtx when complete.
30640 (reload): Free subsitute_stack when complete.
30641
30642 2010-03-02 Janis Johnson <janis187@us.ibm.com>
30643
30644 * doc/gccint.texi (menu): Add Testsuites as a chapter.
30645 * doc/sourcebuild.texi (Testsuites): Move up a level to be a
30646 new chapter.
30647 (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
30648 LTO Testing, gcov Testing, profopt Testing, compat Testing,
30649 Torture Tests): Change from subsection to section.
30650
30651 2010-03-02 Jakub Jelinek <jakub@redhat.com>
30652 Steven Bosscher <steven@gcc.gnu.org>
30653
30654 * var-tracking.c (vt_initialize): Scan insns in ebb chunks
30655 instead of bb.
30656
30657 2010-03-02 Reza Yazdani <reza.yazdani@amd.com>
30658
30659 PR middle-end/42640
30660 * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
30661 the assignment from the new induction variable to the assignment
30662 of the value from the original loop PHI function.
30663
30664 2010-03-01 Janis Johnson <janis187@us.ibm.com>
30665 Daniel Jacobowitz <dan@codesourcery.com>
30666
30667 * doc/sourcebuild.texi (Test directives): Clarify options to
30668 dg-skip-if.
30669
30670 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30671
30672 * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
30673 Disable cfi directives unless GCC and gas agree on using read-only
30674 .eh_frame sections for 64-bit.
30675 * configure: Regenerate.
30676
30677 2010-03-01 Richard Guenther <rguenther@suse.de>
30678
30679 PR tree-optimization/43220
30680 * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
30681 BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
30682
30683 2010-03-01 Richard Guenther <rguenther@suse.de>
30684 Martin Jambor <mjambor@suse.cz>
30685
30686 PR middle-end/41250
30687 * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
30688 gimplified parameters.
30689
30690 2010-03-01 Christian Bruel <christian.bruel@st.com>
30691
30692 * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
30693
30694 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
30695
30696 * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
30697
30698 2010-03-01 Richard Guenther <rguenther@suse.de>
30699
30700 PR middle-end/43213
30701 * expr.c (expand_assignment): Use the alias-oracle to tell
30702 if the rhs aliases the result decl.
30703
30704 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30705
30706 PR pch/14940
30707 * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
30708 to sol_gt_pch_get_address.
30709 (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
30710 64-bit, SPARC and x86.
30711 (sol_gt_pch_get_address): New function.
30712
30713 2010-03-01 Marco Poletti <poletti.marco@gmail.com>
30714
30715 * toplev.h (inform_n, error_n): Declare.
30716 * diagnostic.c (inform_n, error_n): New function.
30717
30718 2010-03-01 Jakub Jelinek <jakub@redhat.com>
30719
30720 * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
30721 has no rtl yet when processing local_decls, queue it and recheck
30722 if deferred stack allocation hasn't assigned it rtl.
30723
30724 2010-02-28 Kaz Kojima <kkojima@gcc.gnu.org>
30725
30726 * config/sh/sh.c (unspec_bbr_uid): New.
30727 (gen_block_redirect): Use it instead of INSN_UID.
30728 (gen_far_branch): Likewise.
30729
30730 2010-02-28 H.J. Lu <hongjiu.lu@intel.com>
30731
30732 * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
30733 it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
30734
30735 2010-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30736
30737 * doc/invoke.texi (Warning Options, RX Options): Fix typos.
30738 (Warning Options): -Wno-conversion-null is valid for
30739 Objective-C++ as well.
30740 * doc/tm.texi (Named Address Spaces): Likewise.
30741 * doc/plugins.texi (Plugins): Replace TABs with spaces.
30742 * doc/tree-ssa.texi (Tree SSA): Likewise.
30743
30744 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
30745
30746 PR bootstrap/43202
30747 * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
30748 by default. Don't set the default arch for
30749 i[34567]86-*-darwin*|x86_64-*-darwin*.
30750
30751 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
30752
30753 PR bootstrap/43202
30754 * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
30755 default. Set the default 32bit/64bit archs with $with_arch
30756 instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
30757
30758 2010-02-27 Richard Guenther <rguenther@suse.de>
30759
30760 PR tree-optimization/43186
30761 * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
30762 * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
30763 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
30764 unroller iterations.
30765
30766 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
30767
30768 * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
30769 required and i[34567]86-*-* targets don't support 64bit ISA.
30770
30771 2010-02-26 Eric Botcazou <ebotcazou@adacore.com>
30772
30773 PR ada/43096
30774 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
30775 the same alias set.
30776
30777 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
30778
30779 * config.gcc: Set the default arch at least to Prescott for
30780 i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
30781 if SSE math is enabled.
30782
30783 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
30784
30785 * diagnostic.c (diagnostic_initialize): Update.
30786 (diagnostic_report_diagnostic): Test inhibit_notes_p for
30787 informative notes.
30788 * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
30789 (diagnostic_inhibit_notes): New.
30790 * toplev.c (process_options): inhibit notes with -fcompare-debug.
30791
30792 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
30793
30794 PR c/20631
30795 * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
30796 * doc/standards.texi: Likewise.
30797 * doc/extend.texi: Likewise.
30798 * doc/trouble.texi: Likewise.
30799 * doc/cppopts.texi: Likewise.
30800 * doc/install.texi: Likewise.
30801 * c.opt (std=c90,std=gnu90): New options.
30802 * c-opts.c (c_common_handle_option): Handle them.
30803
30804 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
30805
30806 PR c/24577
30807 * c-decl.c (undeclared_variable): Use an informative note.
30808
30809 2010-02-26 Richard Guenther <rguenther@suse.de>
30810
30811 PR tree-optimization/43186
30812 * gimple.h (gimple_fold): Remove.
30813 * gimple.c (gimple_fold): Remove. Inline into single user ...
30814 * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
30815 Try harder for conditions.
30816
30817 2010-02-26 Jakub Jelinek <jakub@redhat.com>
30818
30819 PR debug/43190
30820 * function.c (used_types_insert): Don't skip through named pointer
30821 types. Don't use TYPE_MAIN_VARIANT if the original type has a name
30822 and it is different from the main variant's type.
30823
30824 2010-02-26 Nick Clifton <nickc@redhat.com>
30825
30826 * config/rx/rx.md (sminsi3): Remove bogus alternative.
30827
30828 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
30829
30830 * config.gcc: Support --with-fpmath=sse for x86.
30831
30832 * config/i386/ssemath.h: New.
30833
30834 * doc/install.texi (--with-fpmath=sse): Documented.
30835
30836 2010-02-26 Richard Guenther <rguenther@suse.de>
30837
30838 PR tree-optimization/43188
30839 * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
30840 vector types of over-aligned element type.
30841
30842 2010-02-26 Uros Bizjak <ubizjak@gmail.com>
30843
30844 PR target/43175
30845 * config/i386/i386.c (expand_vec_perm_blend): Use correct
30846 operands in V8HImode subregs. Fix operand order in VEC_MERGE rtx.
30847
30848 2010-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
30849
30850 * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
30851
30852 2010-02-26 Jakub Jelinek <jakub@redhat.com>
30853
30854 * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
30855 * var-tracking.c: Include diagnostic.h.
30856 (debug_dv): New function.
30857 (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
30858
30859 PR debug/43160
30860 * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
30861 (add_value_chain, add_value_chains, remove_value_chain,
30862 remove_value_chains): Handle DEBUG_EXPRs.
30863 (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
30864
30865 PR debug/43161
30866 * regcprop.c (struct queued_debug_insn_change): New type.
30867 (struct value_data_entry): Add debug_insn_changes field.
30868 (struct value_data): Add n_debug_insn_changes field.
30869 (debug_insn_changes_pool): New variable.
30870 (free_debug_insn_changes, apply_debug_insn_changes,
30871 cprop_find_used_regs_1, cprop_find_used_regs): New functions.
30872 (kill_value_one_regno): Call free_debug_insn_changes if needed.
30873 (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
30874 fields.
30875 (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
30876 changes for them.
30877 (copyprop_hardreg_forward_1): Don't call apply_change_group for
30878 DEBUG_INSNs. For a real insn, if there are queued DEBUG_INSN
30879 changes, call cprop_find_used_regs via note_stores.
30880 (copyprop_hardreg_forward): When copying vd from predecessor
30881 which has any queued DEBUG_INSN changes, make sure the pointers are
30882 cleared. At the end call df_analyze and then if there are any
30883 DEBUG_INSN changes queued at the end of some basic block for still
30884 live registers, apply them.
30885 (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
30886
30887 2010-02-25 Uros Bizjak <ubizjak@gmail.com>
30888
30889 * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
30890 (arm*-*-*): Ditto.
30891
30892 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
30893
30894 * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
30895 targets. Set the default with_cpu/with_arch from arch/cpu.
30896 Allow x86-64 and native for with_cpu/with_arch.
30897
30898 2010-02-25 Nicolas Benoit <nbenoit@tuxfamily.org>
30899
30900 * ebitmap.c: Change calls to verify_popcount with calls to
30901 sbitmap_verify_popcount.
30902 (ebitmap_clear_bit): Fixed map->cacheindex test and
30903 map>cache update when bit clearing results in an empty
30904 element.
30905
30906 2010-02-25 Michael Meissner <meissner@linux.vnet.ibm.com>
30907
30908 PR target/43154
30909 * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
30910 (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
30911 and support both V2DF and V2DI modes.
30912 (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
30913 support both V2DF and V2DI modes.
30914 (general): Delete trailing whitespace from a few patterns.
30915
30916 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
30917 V2DF/V2DI interleave high/low builtins.
30918
30919 * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
30920 new VSX builtins.
30921
30922 * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
30923 interleave high/low functions.
30924
30925 2010-02-25 Gerald Pfeifer <gerald@pfeifer.com>
30926
30927 * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
30928 #pragma extern_prefix.
30929
30930 2010-02-25 Jakub Jelinek <jakub@redhat.com>
30931
30932 PR debug/43166
30933 * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
30934 BLKmode, assert op0 is a MEM and just adjust its mode.
30935
30936 PR debug/43165
30937 * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
30938 if bitpos isn't multiple of mode's bitsize.
30939
30940 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
30941
30942 * c.opt (-ftemplate-depth=): New.
30943 (-ftemplate-depth-): Deprecate.
30944 * optc-gen.awk: Handle -ftemplate-depth=.
30945 * opth-gen.awk: Likewise.
30946 * c-opts.c (c_common_handle_option): Likewise.
30947 * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
30948
30949 2010-02-24 Jason Merrill <jason@redhat.com>
30950
30951 * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
30952
30953 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30954
30955 * cfg.c (alloc_aux_for_block): Remove inline.
30956 (alloc_aux_for_edge): Likewise.
30957
30958 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30959
30960 * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
30961
30962 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30963
30964 * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
30965 * config/i386/sol2-gas.h: New file.
30966 * config.gcc (i[34567]86-*-solaris2*): Use it.
30967
30968 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
30969
30970 PR c/43128
30971 * c-typeck.c (ep_convert_and_check): New.
30972 (build_conditional_expr): Use it.
30973 (build_binary_op): Likewise.
30974
30975 2010-02-24 Jakub Jelinek <jakub@redhat.com>
30976
30977 * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
30978
30979 PR debug/43150
30980 * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
30981 bounds even for -O+.
30982 * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
30983 expr needs to have DECL_NAME set.
30984
30985 2010-02-24 Nick Clifton <nickc@redhat.com>
30986
30987 * config/mep/mep.c: Include gimple.h.
30988 (mep_function_uses_sp): Delete unused function.
30989 (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
30990 parameters. Use unsigned integers to count args. Return a
30991 NULL_RTX instead of an error_mark_node. Toidy up formatting.
30992
30993 2010-02-23 Jakub Jelinek <jakub@redhat.com>
30994
30995 PR target/43107
30996 * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
30997 greater or equal to nelt instead of 2 * nelt.
30998 (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
30999 with nelt - 1.
31000
31001 2010-02-23 Jason Merrill <jason@redhat.com>
31002
31003 PR debug/42800
31004 * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
31005 in cfun->local_decls even if they have register types.
31006
31007 PR c++/42837
31008 * stor-layout.c (place_field): Don't warn about unnecessary
31009 DECL_PACKED if the type is packed.
31010
31011 2010-02-23 Jakub Jelinek <jakub@redhat.com>
31012
31013 PR target/43139
31014 * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
31015 GOTOFF relocs, even when the base reg isn't pic pointer.
31016
31017 2010-02-23 Michael Matz <matz@suse.de>
31018
31019 PR debug/43077
31020 * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
31021 (expand_gimple_basic_block): Generate and use debug temps if there
31022 are debug uses left after the last real use of TERed ssa names.
31023 Unlink debug immediate uses when they are expanded.
31024
31025 2010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
31026
31027 PR 43123
31028 * config/i386/i386.c (override_options): Reorganise to provide
31029 better error messages.
31030
31031 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
31032
31033 PR middle-end/43083
31034 * graphite-scop-detection.c (create_single_exit_edge): Move
31035 the call to find_single_exit_edge to....
31036 (create_sese_edges): ...here. Don't handle multiple edges
31037 exiting the function.
31038 (build_graphite_scops): Don't handle multiple edges
31039 exiting the function.
31040
31041 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
31042
31043 PR middle-end/43097
31044 * sese.c (get_rename): Assert that old_name is an SSA_NAME.
31045 (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
31046
31047 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
31048
31049 PR middle-end/43026
31050 * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
31051
31052 2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
31053
31054 PR c++/43126
31055 * c-typeck.c (convert_arguments): Print declaration location.
31056 * c-common.c (validate_nargs): Rename as
31057 builtin_function_validate_nargs.
31058 (check_builtin_function_arguments): Update.
31059
31060 2010-02-22 Richard Guenther <rguenther@suse.de>
31061
31062 PR lto/43045
31063 * tree-inline.c (declare_return_variable): Use the type of
31064 the call stmt lhs if available.
31065
31066 2010-02-22 Duncan Sands <baldrick@free.fr>
31067
31068 * passes.c (register_pass): Always consider all pass lists when
31069 ref_pass_instance_number is zero.
31070
31071 2010-02-22 Richard Guenther <rguenther@suse.de>
31072
31073 PR tree-optimization/42749
31074 * tree-tailcall.c (adjust_return_value_with_ops): Drop update
31075 parameter. Do arithmetic in the original type.
31076 (update_accumulator_with_ops): Likewise.
31077 (adjust_accumulator_values): Adjust.
31078
31079 2010-02-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31080
31081 * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
31082 (QI to BLKmode splitter): New splitter.
31083
31084 2010-02-22 H.J. Lu <hongjiu.lu@intel.com>
31085
31086 * config/i386/i386.c (initial_ix86_tune_features): Turn on
31087 X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
31088
31089 2010-02-22 Richard Guenther <rguenther@suse.de>
31090
31091 * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
31092
31093 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
31094
31095 Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
31096 * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
31097 ($(T)crti.o, $(T)crtn.o): Remove rules.
31098
31099 2010-02-21 Tobias Burnus <burnus@net-b.de>
31100
31101 PR fortran/35259
31102 * doc/invoke.texi (-fassociative-math): Document that this
31103 option is automatically enabled for Fortran.
31104
31105 2010-02-20 David S. Miller <davem@davemloft.net>
31106
31107 * configure.ac: Test if linker and assembler properly support
31108 GOTDATA_OP relocations.
31109 * configure: Rebuild.
31110 * config.in: Likewise.
31111 * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
31112 (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
31113 (movsi_high_pic): Likewise.
31114 (movdi_lo_sum_pic): Likewise.
31115 (movdi_high_pic): Likewise.
31116 (movsi_pic_gotdata_op): New pattern.
31117 (movdi_pic_gotdata_op): Likewise.
31118 * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
31119 emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
31120
31121 2010-02-20 Uros Bizjak <ubizjak@gmail.com>
31122
31123 PR target/43067
31124 * config/i386/sse.md (xop_mulv2div2di3_low): Change type
31125 attribute to ssemul.
31126 (xop_mulv2div2di3_high): Ditto.
31127
31128 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
31129
31130 PR c++/35669
31131 * c.opt (Wconversion-null): New option.
31132 * doc/invoke.texi (Wconversion-null): Document.
31133
31134 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
31135
31136 * common.opt (Wlarger-than-): Add Undocumented.
31137
31138 2010-02-19 Mike Stump <mikestump@comcast.net>
31139
31140 * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
31141
31142 2010-02-19 Jason Merrill <jason@redhat.com>
31143
31144 PR target/40332
31145 * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
31146 * configure: Likewise.
31147
31148 2010-02-20 Alan Modra <amodra@gmail.com>
31149
31150 PR middle-end/42344
31151 * cgraph.h (cgraph_make_decl_local): Declare.
31152 * cgraph.c (cgraph_make_decl_local): New function.
31153 (cgraph_make_node_local): Use it.
31154 * cgraphunit.c (cgraph_function_versioning): Likewise.
31155 * ipa.c (function_and_variable_visibility): Likewise.
31156
31157 2010-02-19 Jakub Jelinek <jakub@redhat.com>
31158
31159 PR bootstrap/43121
31160 * except.c (sjlj_emit_function_enter): Don't call
31161 add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
31162 directly.
31163 * rtl.h (add_reg_br_prob_note): Remove prototype.
31164
31165 2010-02-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
31166
31167 PR 41779
31168 * c-common.c (conversion_warning): Remove widening conversions
31169 before checking the conversion of integers to reals.
31170
31171 2010-02-19 Mike Stump <mikestump@comcast.net>
31172
31173 PR middle-end/43125
31174 * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
31175
31176 PR objc/43061
31177 * cgraphunit.c (process_function_and_variable_attributes): Check
31178 DECL_PRESERVE_P instead of looking up attribute "used".
31179 * ipa-pure-const.c (check_decl): Likewise.
31180 * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
31181 * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
31182 * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
31183 instead of attribute "used".
31184 * config/sol2-c.c (solaris_pragma_init): Likewise.
31185 (solaris_pragma_fini): Likewise.
31186
31187 2010-02-19 Jakub Jelinek <jakub@redhat.com>
31188
31189 * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
31190 Use XCNEW instead of xcalloc.
31191 (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
31192 XNEW instead of xmalloc.
31193 (get_fields): Use XNEWVEC instead of xmalloc.
31194
31195 PR debug/43084
31196 * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
31197 populate vars array.
31198 (create_new_general_access): For debug stmts just reset value.
31199 (get_stmt_accesses): For accesses within debug stmts just record them
31200 using add_access_to_acc_sites instead of preventing the peeling or
31201 counting them as accesses.
31202
31203 PR middle-end/42233
31204 * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
31205
31206 2010-02-19 Richard Guenther <rguenther@suse.de>
31207
31208 PR tree-optimization/42916
31209 * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
31210 instructions.
31211
31212 2010-02-19 Andreas Schwab <schwab@linux-m68k.org>
31213
31214 * configure.ac: Replace all uses of changequote in macro arguments
31215 with proper quoting.
31216
31217 2010-02-19 Jakub Jelinek <jakub@redhat.com>
31218
31219 PR middle-end/42233
31220 * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
31221
31222 2010-02-19 Richard Guenther <rguenther@suse.de>
31223
31224 PR tree-optimization/42944
31225 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
31226 test for aliasing with errno.
31227
31228 2010-02-19 Jakub Jelinek <jakub@redhat.com>
31229
31230 PR middle-end/42233
31231 * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
31232 do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
31233 * dojump.c: Include output.h.
31234 (inv): New inline function.
31235 (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
31236 do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
31237 do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
31238 do_jump_by_parts_equality, do_compare_and_jump): Add PROB
31239 argument, pass it down to other calls.
31240 (do_compare_rtx_and_jump): Likewise. If PROB is not -1,
31241 add REG_BR_PROB note to the conditional jump.
31242 * cfgexpand.c (add_reg_br_prob_note): Removed.
31243 (expand_gimple_cond): Don't call it, add the probability
31244 as last argument to jumpif_1/jumpifnot_1.
31245 * Makefile.in (dojump.o): Depend on output.h.
31246 * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
31247 callers.
31248 * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
31249 * stmt.c (do_jump_if_equal): Likewise.
31250 * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
31251 * loop-unswitch.c (compare_and_jump_seq): Likewise.
31252 * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
31253 Likewise.
31254 * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
31255 * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
31256 jumpifnot_1 callers.
31257 (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
31258 callers.
31259 (store_expr): Adjust jumpifnot caller.
31260 (store_constructor): Adjust jumpif caller.
31261
31262 PR middle-end/42233
31263 * gimplify.c (gimple_boolify): For __builtin_expect call
31264 gimple_boolify also on its first argument.
31265
31266 2010-02-18 Uros Bizjak <ubizjak@gmail.com>
31267
31268 * configure.ac (gnu-unique-object): Wrap regexps using [] in
31269 changequote block.
31270 (__stack_chk_fail): Ditto. Remove quadrigraphs.
31271 * configure: Regenerated.
31272
31273 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
31274
31275 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
31276 lang_hooks.types_compatible_p instead of comptypes.
31277
31278 2010-02-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
31279
31280 * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
31281 (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
31282 if __prefer_thumb__ is defined.
31283
31284 2010-02-18 Martin Jambor <mjambor@suse.cz>
31285
31286 PR tree-optimization/43066
31287 * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
31288 array with zero-sized element type.
31289
31290 2010-02-18 Jakub Jelinek <jakub@redhat.com>
31291
31292 * dwarf2out.c (add_var_loc_to_decl): Change last argument to
31293 rtx, allocate struct var_loc_node here and return it to the
31294 caller, and only if it is actually needed.
31295 (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
31296 move it earlier and return immediately if it returns NULL.
31297
31298 2010-02-17 Mikael Pettersson <mikpe@it.uu.se>
31299
31300 * config/sparc/gas.h: New file. Restore
31301 TARGET_ASM_NAMED_SECTION to its ELF default.
31302 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
31303 check !HAVE_GNU_AS.
31304 * config/sparc/sparc.c (sparc_elf_asm_named_section):
31305 Likewise. Add ATTRIBUTE_UNUSED to prototype.
31306 * config.gcc (sparc*-*-linux*): Include sparc/gas.h
31307 after sparc/sysv4.h.
31308
31309 2010-02-17 Dave Korn <dave.korn.cygwin@gmail.com>
31310
31311 * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
31312
31313 2010-02-17 Steven Bosscher <steven@gcc.gnu.org>
31314
31315 * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
31316 patterns from predicated pattern.
31317
31318 2010-02-17 Uros Bizjak <ubizjak@gmail.com>
31319
31320 PR target/43103
31321 * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
31322 for insn mnemonic suffix.
31323
31324 2010-02-17 Richard Guenther <rguenther@suse.de>
31325
31326 * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
31327 to loop PHI nodes.
31328
31329 2010-02-17 Jakub Jelinek <jakub@redhat.com>
31330
31331 PR debug/42918
31332 * caller-save.c (save_call_clobbered_regs): If BB ends with
31333 a DEBUG_INSN, move any notes in between last real insn and the last
31334 DEBUG_INSN after the last DEBUG_INSN.
31335
31336 2010-02-16 Joern Rennecke <joern.rennecke@embecosm.com>
31337
31338 * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
31339 Fix return type. Fix argument type. Explain meaning of return value.
31340
31341 2010-02-16 Richard Guenther <rguenther@suse.de>
31342
31343 PR tree-optimization/41043
31344 * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
31345 (vrp_visit_assignment_or_call): Do not ask SCEV for regular
31346 statements ...
31347 (vrp_visit_phi_node): ... but only for loop PHI nodes.
31348
31349 2010-02-16 Ira Rosen <irar@il.ibm.com>
31350
31351 PR tree-optimization/43074
31352 * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
31353 * tree-vect-loop.c (vect_analyze_loop_operations): Add
31354 vectorizable cycles in hybrid SLP check.
31355 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
31356
31357 2010-02-16 Richard Guenther <rguenther@suse.de>
31358
31359 * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
31360 (true_dependence): If memrefs_conflict_p computes must-alias
31361 trust it. Move TBAA check after offset-based disambiguation.
31362 (canon_true_dependence): Likewise.
31363
31364 2010-02-16 Alexandre Oliva <aoliva@redhat.com>
31365
31366 * params.def (PARAM_MAX_VARTRACK_SIZE): New.
31367 * doc/invoke.texi: Document it.
31368 * var-tracking.c: Include toplev.h and params.h.
31369 (vt_find_locations): Return bool indicating success. Compute
31370 hash sizes unconditionally. Check new parameter, report.
31371 (variable_tracking_main_1): Check vt_find_locations results and
31372 retry. Renamed from...
31373 (variable_tracking_main): ... this. New wrapper to preserve
31374 flag_var_tracking_assignments.
31375 * Makefile.in (var-tracking.o): Adjust dependencies.
31376
31377 2010-02-16 Jack Howarth <howarth@bromo.med.uc.edu>
31378 Jakub Jelinek <jakub@redhat.com>
31379
31380 PR target/42854
31381 * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
31382 if weak_import attribute is present.
31383 * config/darwin.c (machopic_select_section): Likewise.
31384
31385 2010-02-15 Joern Rennecke <joern.rennecke@embecosm.com>
31386
31387 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
31388 (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
31389 (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
31390 (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
31391
31392 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
31393 types.
31394
31395 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
31396 Fix argument types.
31397
31398 * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
31399 Rewrite text to refer to the names.
31400
31401 2010-02-15 Sebastian Pop <sebastian.pop@amd.com>
31402
31403 * config/i386/i386-builtin-types.def
31404 (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
31405 (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
31406 (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
31407 (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
31408 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
31409 IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
31410 IX86_BUILTIN_VPERMIL2PS256.
31411 (MULTI_ARG_4_DF2_DI_I): Defined.
31412 (MULTI_ARG_4_DF2_DI_I1): Defined.
31413 (MULTI_ARG_4_SF2_SI_I): Defined.
31414 (MULTI_ARG_4_SF2_SI_I1): Defined.
31415 (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
31416 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
31417 __builtin_ia32_vpermil2ps256.
31418 (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
31419 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
31420 MULTI_ARG_4_SF2_SI_I1. Handle builtins with 4 arguments.
31421 (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
31422 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
31423 MULTI_ARG_4_SF2_SI_I1. Handle CODE_FOR_xop_vpermil2v2df3,
31424 CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
31425 CODE_FOR_xop_vpermil2v8sf3.
31426 * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
31427 * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
31428 * config/i386/xopintrin.h (_mm_permute2_pd): New.
31429 (_mm256_permute2_pd): New.
31430 (_mm_permute2_ps): New.
31431 (_mm256_permute2_ps): New.
31432
31433 2010-02-15 Nick Clifton <nickc@redhat.com>
31434
31435 * config/h8300/h8300.c (h8300_push_pop): Use bool type for
31436 boolean parameters. Use emit_jump_insn when emitting a pop
31437 instruction containing a return insn.
31438 (push): Use 'true' rather than '1' as second parameter to F.
31439 (h8300_expand_prologue): Likewise.
31440 Use 'true' and 'false' for boolean parameters to h8300_push_pop.
31441 (h8300_expand_epilogue): Likewise.
31442
31443 2010-02-15 Richard Guenther <rguenther@suse.de>
31444
31445 PR middle-end/43068
31446 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
31447 if that is zero.
31448
31449 2010-02-15 Nick Clifton <nickc@redhat.com>
31450
31451 * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
31452 delta.
31453
31454 2010-02-14 Marco Poletti <poletti.marco@gmail.com>
31455
31456 * intl.c (fake_ngettext): New function.
31457 * intl.h (fake_ngettext): Declare.
31458 (ngettext): Define macro.
31459 * collect2.c (notice_translated): New function.
31460 (main): Use notice_translated and ngettext.
31461 * collect2.h (notice_translated): Declare.
31462
31463 2010-02-14 Steven Bosscher <steven@gcc.gnu.org>
31464
31465 * reorg.c (delete_computation): Comment fixes.
31466 * caller-save.c (setup_save_areas): Idem.
31467 * sel-sched-dump.c (dump_lv_set): Idem.
31468 * rtl.def: Idem.
31469
31470 2010-02-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31471
31472 * config/s390/s390.c (s390_sched_init): New function.
31473 (TARGET_SCHED_INIT): Target hook defined.
31474
31475 2010-02-12 Dave Korn <dave.korn.cygwin@gmail.com>
31476 Jack Howarth <howarth@bromo.med.uc.edu>
31477 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
31478
31479 PR target/42982
31480 Partial revert of unintended change in fix for PR41605.
31481 * config/darwin.h: Fix typo.
31482 * config/darwin9.h: Same.
31483
31484 2010-02-11 Jakub Jelinek <jakub@redhat.com>
31485
31486 * c-pch.c (pch_init): Clear v.
31487
31488 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
31489
31490 PR middle-end/42930
31491 * graphite-scop-detection.c (graphite_can_represent_scev): Call
31492 graphite_can_represent_init for MULT_EXPR.
31493
31494 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
31495
31496 PR middle-end/42914
31497 PR middle-end/42530
31498 * graphite-sese-to-poly.c (remove_phi): New.
31499 (translate_scalar_reduction_to_array): Call remove_phi.
31500
31501 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
31502
31503 PR middle-end/42771
31504 * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
31505 * graphite-clast-to-gimple.h (gloog): Update declaration.
31506 * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
31507 * graphite-poly.h (struct poly_bb): Add missing comments.
31508 (struct scop): Add poly_scop_p field.
31509 (POLY_SCOP_P): New.
31510 * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
31511 * graphite.c (graphite_transform_loops): Build the polyhedral
31512 representation for each scop before code generation.
31513 * sese.c (rename_variables_in_operand): Removed.
31514 (rename_variables_in_expr): Return the renamed expression.
31515 (rename_sese_parameters): New.
31516 * sese.h (rename_sese_parameters): Declared.
31517
31518 2010-02-11 Richard Guenther <rguenther@suse.de>
31519
31520 PR tree-optimization/42998
31521 * tree-ssa-pre.c (create_expression_by_pieces): Treat
31522 POINTER_PLUS_EXPR properly.
31523
31524 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
31525 Changpeng Fang <changpeng.fang@amd.com>
31526
31527 PR middle-end/40886
31528 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
31529 the cost of an IV candidate when the IV is used in a test against zero.
31530
31531 * gcc.dg/tree-ssa/ivopts-3.c: New.
31532
31533 2010-02-11 Richard Guenther <rguenther@suse.de>
31534
31535 PR lto/41664
31536 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
31537 pointer-vs-decl case by swapping refs. Handle some cases
31538 of pointer-vs-decl disambiguations more conservatively.
31539 * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
31540 to false after expanding.
31541
31542 2010-02-11 Richard Guenther <rguenther@suse.de>
31543
31544 PR driver/43021
31545 * gcc.c (process_command): Handle LTO file@offset case more
31546 appropriately.
31547
31548 2010-02-11 Jakub Jelinek <jakub@redhat.com>
31549
31550 * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
31551 modifications outside of the DEBUG_INSN. Accept CLOBBERs inside
31552 of DEBUG_INSNs.
31553 (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
31554
31555 * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
31556 if MEM's mode size isn't DWARF2_ADDR_SIZE.
31557 (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
31558 Optimize eq/ne comparisons when both arguments are known to be
31559 zero-extended.
31560 (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
31561 Don't mask operands unnecessarily if they are known to be already
31562 zero-extended.
31563
31564 2010-02-10 Vladimir Makarov <vmakarov@redhat.com>
31565
31566 * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
31567 instead of loop.
31568
31569 2010-02-10 Richard Guenther <rguenther@suse.de>
31570
31571 PR tree-optimization/43017
31572 * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
31573 for wrapping signed arithmetic.
31574
31575 2010-02-10 Jakub Jelinek <jakub@redhat.com>
31576
31577 PR debug/43010
31578 * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
31579 if no debug info should be emitted for it.
31580
31581 2010-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
31582
31583 * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
31584 note when flag_exceptions is set.
31585
31586 2010-02-10 Duncan Sands <baldrick@free.fr>
31587
31588 * Makefile.in (PLUGIN_HEADERS): Add debug.h.
31589
31590 2010-02-10 Richard Guenther <rguenther@suse.de>
31591
31592 PR c/43007
31593 * tree.c (get_unwidened): Handle constants.
31594 * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
31595
31596 2010-02-10 Martin Jambor <mjambor@suse.cz>
31597
31598 PR lto/42985
31599 * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
31600 check for variable argument counts independently.
31601
31602 2010-02-10 Christian Bruel <christian.bruel@st.com>
31603
31604 PR target/42841
31605 * config/sh/sh.c (find_barrier): Increase length for non delayed
31606 conditional branches.
31607
31608 2010-02-10 Christian Bruel <christian.bruel@st.com>
31609
31610 * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
31611
31612 2010-02-10 Jakub Jelinek <jakub@redhat.com>
31613
31614 * builtins.c (set_builtin_user_assembler_name): Also handle
31615 ffs if int is smaller than word.
31616
31617 2010-02-09 Vladimir Makarov <vmakarov@redhat.com>
31618
31619 PR middle-end/42973
31620 * ira-conflicts.c (get_dup): Remove.
31621 (process_reg_shuffles): Add new parameter. Use it as an
31622 additional guard for copy generation.
31623 (add_insn_allocno_copies): Rewrite.
31624
31625 2010-02-09 Alexander Monakov <amonakov@ispras.ru>
31626
31627 * common.opt (fsched2-use-traces): Preserved for backward
31628 compatibility.
31629 * doc/invoke.texi: Remove the documentation about option
31630 -fsched2-use-traces.
31631 * sched-rgn.c (rest_of_handle_sched2): Remove usage of
31632 flag_sched2_use_traces.
31633 * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
31634 the backward compatibility flag section.
31635
31636 2010-02-09 Richard Guenther <rguenther@suse.de>
31637
31638 PR tree-optimization/43008
31639 * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
31640 make HEAP variables initialized from global memory if they
31641 are not known builtin functions.
31642 (find_func_aliases): Adjust.
31643
31644 2010-02-09 Richard Guenther <rguenther@suse.de>
31645
31646 PR tree-optimization/43000
31647 * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
31648 arithmetic manually.
31649
31650 2010-02-08 Jakub Jelinek <jakub@redhat.com>
31651
31652 PR tree-optimization/42931
31653 * tree-loop-linear.c (try_interchange_loops): Don't call
31654 double_int_mul if estimated_loop_iterations failed.
31655
31656 2010-02-08 Martin Jambor <mjambor@suse.cz>
31657
31658 PR middle-end/42898
31659 * tree-sra.c (build_accesses_from_assign): Do not mark in
31660 should_scalarize_away_bitmap if stmt has volatile ops.
31661 (sra_modify_assign): Do not process assigns piecemeal if if stmt
31662 has volatile ops.
31663
31664 2010-02-08 Joern Rennecke <joern.rennecke@embecosm.com>
31665
31666 * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
31667
31668 2010-02-07 Adam Nemet <adambnmet@gmail.com>
31669
31670 * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
31671 before the pattern.
31672
31673 2010-02-07 Andrew Pinski <pinskia@gmail.com>
31674
31675 PR middle-end/42946
31676 * df-core.c (df_finish_pass): Change type of saved_flags to int.
31677
31678 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
31679
31680 PR middle-end/42988
31681 * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
31682 to unknown_dependence.
31683 (graphite_legal_transform_dr): Handle the unknown_dependence.
31684 (graphite_carried_dependence_level_k): Same.
31685
31686 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
31687
31688 * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
31689
31690 2010-02-07 Richard Guenther <rguenther@suse.de>
31691
31692 PR middle-end/42991
31693 * expr.c (get_inner_reference): Always initialize *pbitsize.
31694
31695 2010-02-07 Richard Guenther <rguenther@suse.de>
31696
31697 PR middle-end/42956
31698 * gimplify.c (gimple_fold_indirect_ref): Avoid generating
31699 new ARRAY_REFs on variable size element or minimal index arrays.
31700 Complete.
31701 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
31702 gimple_fold_indirect_ref.
31703
31704 2010-02-06 Richard Earnshaw <rearnsha@arm.com>
31705
31706 PR target/42957
31707 * arm.c (arm_override_options): Just return if the user has specified
31708 an invalid fpu name.
31709
31710 2010-02-03 Jason Merrill <jason@redhat.com>
31711
31712 PR c++/42870
31713 * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
31714 i386_pe_maybe_record_exported_symbol.
31715
31716 2010-02-05 Steve Ellcey <sje@cup.hp.com>
31717
31718 PR target/42924
31719 * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
31720 (pa_delegitimize_address): New function.
31721
31722 2010-02-05 Ozkan Sezer <sezeroz@gmail.com>
31723
31724 * config/i386/msformat-c.c (ms_printf_length_specs): Set the
31725 scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
31726
31727 2010-02-05 Richard Guenther <rguenther@suse.de>
31728
31729 PR lto/42762
31730 * lto-streamer-in.c (get_resolution): Deal with references
31731 to undefined functions.
31732
31733 2010-02-05 Richard Guenther <rguenther@suse.de>
31734
31735 * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
31736 (fold_const_aggregate_ref): Likewise.
31737 (ccp_fold_stmt): Substitute loads.
31738 (maybe_fold_reference): Verify types before substituting.
31739 Unshare properly.
31740 (fold_gimple_assign): Unshare properly.
31741 (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
31742
31743 2010-02-05 Nathan Froyd <froydnj@codesourcery.com>
31744
31745 * config/rs6000/rs6000.c (rs6000_override_options): Invert check
31746 for rs6000_gen_cell_microcode.
31747
31748 2010-02-04 Richard Guenther <rguenther@suse.de>
31749
31750 PR rtl-optimization/42952
31751 * dse.c (const_or_frame_p): Remove MEM handling.
31752
31753 2010-02-04 Nick Clifton <nickc@redhat.com>
31754
31755 * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
31756 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
31757 (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
31758 (mn10300_asm_output_mi_thunk): New function.
31759 (mn10300_can_output_mu_thunk): New function.
31760 * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
31761 (FUNCTION_ARG_REGNO_P): Fix comment. Accept d0 and d1.
31762 (FUNCTION_ARG): Delete incorrect comment.
31763
31764 2010-02-03 Jason Merrill <jason@redhat.com>
31765
31766 PR c++/40138
31767 * fold-const.c (operand_equal_p): Handle erroneous types.
31768
31769 2010-02-03 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
31770
31771 * config/h8300/h8300.md (can_delay): Fix attibute condition.
31772
31773 2010-02-03 Vladimir Makarov <vmakarov@redhat.com>
31774
31775 PR rtl-optimization/42941
31776 * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
31777 of xmalloc.
31778
31779 2010-02-03 Jason Merrill <jason@redhat.com>
31780
31781 PR c++/35652
31782 * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
31783
31784 2010-02-03 Alexandre Oliva <aoliva@redhat.com>
31785
31786 PR debug/42896
31787 * cselib.h (struct cselib_val_struct): Add uid. Rename value to hash.
31788 (cselib_reset_table): Renamed from...
31789 (cselib_reset_table_with_next_value): ... this.
31790 (cselib_get_next_uid): Renamed from...
31791 (cselib_get_next_unknown_value): ... this.
31792 * cselib.c (next_uid): Renamed from...
31793 (next_unknown_value): ... this.
31794 (cselib_clear_table): Adjust.
31795 (cselib_reset_table): Adjust. Renamed from...
31796 (cselib_reset_table_with_next_value): ... this.
31797 (cselib_get_next_uid): Adjust. Renamed from...
31798 (cselib_get_next_unknown_value): ... this.
31799 (get_value_hash): Use hash.
31800 (cselib_hash_rtx): Likewise.
31801 (new_cselib_val): Adjust. Set and dump uid.
31802 (cselib_lookup_mem): Pass next_uid as hash.
31803 (cselib_subst_to_values): Likewise.
31804 (cselib_log_lookup): Dump uid.
31805 (cselib_lookup): Pass next_uid as hash. Adjust.
31806 (cselib_process_insn): Adjust.
31807 (cselib_init): Initialize next_uid.
31808 (cselib_finish): Adjust.
31809 (dump_cselib_table): Likewise.
31810 * dse.c (canon_address): Dump value uid.
31811 * print-rtl.c (print_rtx): Print value uid.
31812 * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
31813 (dvuid): New type.
31814 (dv_uid): New function, sort of renamed from...
31815 (dv_htab_hash): ... this, reimplemented in terms of it and...
31816 (dv_uid2hash): ... this. New.
31817 (variable_htab_eq): Drop excess assertions.
31818 (tie_break_pointers): Removed.
31819 (canon_value_cmp): Compare uids.
31820 (variable_post_merge_New_vals): Print uids.
31821 (vt_add_function_parameters): Adjust.
31822 (vt_initialize): Reset table. Adjust.
31823
31824 2010-02-03 Richard Guenther <rguenther@suse.de>
31825
31826 PR tree-optimization/42944
31827 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
31828 (call_may_clobber_ref_p_1): Likewise. Properly handle
31829 malloc and calloc clobbering errno.
31830
31831 2010-02-03 Steven Bosscher <steven@gcc.gnu.org>
31832
31833 * doc/invoke.texi: Fix name of sched1 dump.
31834
31835 * opts.c (decode_options): Set flag_tree_switch_conversion
31836 only conditionally on optimize >= 2.
31837
31838 * gcse.c: Assorted comment fixes in pass description.
31839
31840 2010-02-03 Anthony Green <green@moxielogic.com>
31841
31842 * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
31843 nop padding in order to maintain alignment of storage location of
31844 target function address.
31845 (moxie_trampoline_init): Store target function address at newly
31846 aligned location.
31847 * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
31848 to 32.
31849 (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
31850
31851 2010-02-03 Richard Guenther <rguenther@suse.de>
31852
31853 PR middle-end/42927
31854 * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
31855
31856 2010-02-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
31857
31858 * config.gcc: Reenable check for obsolete targets.
31859 Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
31860 mips-sgi-irix6.[0-4]*.
31861
31862 2010-02-02 Nick Clifton <nickc@redhat.com>
31863
31864 * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
31865 constant size of 4 as being the same as 0.
31866 * doc/invoke.texi (RX Options): Document that -mmax-constant-size
31867 can take values in the range 0..4.
31868
31869 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
31870
31871 PR java/41991
31872 * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
31873 as _darwin10_Unwind_FindEnclosingFunction().
31874 * libgcc-libsystem.ver: New.
31875
31876 2010-02-01 Vladimir Makarov <vmakarov@redhat.com>
31877
31878 PR target/41399
31879 * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
31880 implicitly set registers.
31881
31882 2010-02-01 Richard Earnshaw <rearnsha@arm.com>
31883
31884 * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
31885 (arm_override_options): Allow automatic selection of the thread
31886 pointer register if thumb2.
31887 (legitimize_pic_address): Improve code sequences for Thumb2.
31888 (arm_call_tls_get_addr): Likewise.
31889 (legitimize_tls_address): Likewise.
31890 * arm.md (pic_load_addr_arm): Delete. Replace with ...
31891 (pic_load_addr_32bit): ... this. New named pattern.
31892 * thumb2.md (pic_load_addr_thumb2): Delete.
31893 (pic_load_dot_plus_four): Delete.
31894 (tls_load_dot_plus_four): New named pattern.
31895
31896 2010-02-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
31897
31898 PR libgomp/29986
31899 * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
31900 Document fix for TLS bug.
31901
31902 2010-01-31 Richard Guenther <rguenther@suse.de>
31903
31904 * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
31905 conservatively correct.
31906
31907 2010-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
31908
31909 PR target/42850
31910 Revert:
31911 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
31912
31913 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
31914
31915 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
31916
31917 * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
31918
31919 2010-01-31 Kai Tietz <kai.tietz@onevision.com>
31920
31921 * config.gcc: Adjust order of makefile fragments for mingw targets.
31922
31923 2010-01-31 Richard Guenther <rguenther@suse.de>
31924
31925 PR middle-end/42898
31926 * gimplify.c (gimplify_init_constructor): For volatile LHS
31927 initialize a temporary.
31928
31929 2010-01-31 Matthias Klose <doko@ubuntu.com>
31930
31931 * configure.ac: Fix __stack_chk_fail check for cross builds configured
31932 --with-headers
31933 * configure: Regenerate.
31934
31935 2010-01-29 Eric Botcazou <ebotcazou@adacore.com>
31936
31937 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
31938 the same alias set and their sizes different constantness.
31939 (aliasing_component_refs_p): Revert 2009-10-24 change.
31940
31941 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
31942
31943 * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
31944 unused.
31945
31946 2010-01-29 Richard Guenther <rguenther@suse.de>
31947
31948 * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
31949 Assert we successfully updated the call.
31950
31951 2010-01-29 Jakub Jelinek <jakub@redhat.com>
31952
31953 PR rtl-optimization/42889
31954 * df.h (df_set_bb_dirty_nonlr): New prototype.
31955 * df-core.c (df_set_bb_dirty_nonlr): New function.
31956 * df-scan.c (df_insn_rescan): Call it instead of
31957 df_set_bb_dirty for DEBUG_INSNs.
31958
31959 2010-01-29 Richard Guenther <rguenther@suse.de>
31960
31961 PR middle-end/37448
31962 * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
31963 quadratic behavior in most cases.
31964
31965 2010-01-28 Uros Bizjak <ubizjak@gmail.com>
31966
31967 PR target/42891
31968 * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
31969 in the call to gen_x86_movsicc_0_m1.
31970
31971 2010-01-28 Richard Guenther <rguenther@suse.de>
31972
31973 PR tree-optimization/42871
31974 * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
31975
31976 2010-01-28 Richard Guenther <rguenther@suse.de>
31977
31978 * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
31979 into call arguments.
31980
31981 2010-01-28 Richard Guenther <rguenther@suse.de>
31982
31983 PR middle-end/42883
31984 * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
31985 the forwarder if the destination is an EH landing pad.
31986
31987 2010-01-28 Razya Ladelsky <razya@il.ibm.com>
31988
31989 * tree-parloops.c (transform_to_exit_first_loop): Update the basic
31990 block list passed to gimple_duplicate_sese_tail.
31991 (parallelize_loops): Avoid parallelization when the function
31992 has_nonlocal_label.
31993 Avoid parallelization when the preheader is IRREDUCIBLE.
31994 Try to optimize when estimated_loop_iterations_int is unresolved.
31995 Add the loop's location to the dump file.
31996 * tree-cfg.c (add_phi_args_after_redirect): Remove.
31997 (gimple_duplicate_sese_tail): Remove the check for the latch.
31998 Redirect nexits to the exit block.
31999 Remove handling of the incoming edges to the latch.
32000 Redirect the backedge from the copied latch to the exit bb.
32001
32002 2010-01-28 Michael Matz <matz@suse.de>
32003
32004 PR target/42881
32005 * config/i386/i386.c (ix86_expand_vector_init_duplicate):
32006 Wrap force_reg into a sequence, emit it before user.
32007
32008 2010-01-28 Stephen Thomas <stephen.thomas@arm.com>
32009
32010 * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
32011 (arm_rev): New.
32012 (arm_legacy_rev): Likewise.
32013 (thumb_legacy_rev): Likewise.
32014
32015 2010-01-27 Jakub Jelinek <jakub@redhat.com>
32016
32017 * dwarf2out.c (mem_loc_descriptor): Remove special casing of
32018 CONSTANT_POOL_ADDRESS_P SYMBOL_REFs. If for MEM recursive call
32019 on MEM's address failed, try avoid_constant_pool_reference and
32020 recurse if it returned something different.
32021 (loc_descriptor): If for MEM mem_loc_descriptor failed on the
32022 address, try avoid_constant_pool_reference and recurse if it
32023 returned something different.
32024 (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
32025 address and avoid_constant_pool_reference returned something
32026 different, don't set have_address.
32027
32028 2010-01-27 Alexandre Oliva <aoliva@redhat.com>
32029
32030 PR debug/42861
32031 * var-tracking.c (val_store): Add modified argument, obey it.
32032 Adjust callers.
32033 (count_uses): Move down logging of main.
32034 (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
32035 don't need resolution.
32036 (emit_notes_in_bb): Likewise.
32037
32038 2010-01-27 Richard Guenther <rguenther@suse.de>
32039
32040 PR middle-end/42878
32041 * tree-inline.c (remap_decl): Delay remapping of SSA name
32042 default definitions until we need them.
32043
32044 2010-01-27 Jakub Jelinek <jakub@redhat.com>
32045
32046 * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
32047 (rs6000_delegitimize_address): New function.
32048
32049 * config/s390/s390.c (s390_delegitimize_address): Call
32050 delegitimize_mem_from_attrs.
32051
32052 PR middle-end/42874
32053 * tree-inline.c (cannot_copy_type_1): Removed.
32054 (copy_forbidden): Don't forbid copying of functions containing
32055 records/unions with variable length fields.
32056
32057 2010-01-27 Christian Bruel <christian.bruel@st.com>
32058
32059 Revert:
32060 PR target/42841
32061 * config/sh/sh.c (find_barrier): Increase length for non delayed
32062 conditional branches.
32063
32064 2010-01-27 Matthias Klose <doko@ubuntu.com>
32065
32066 * configure.ac (gnu-unique-object): Fix ldd version check.
32067 * configure: Regenerate.
32068
32069 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
32070
32071 * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
32072 HAVE_GNU_AS value.
32073 * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
32074 Test for HAVE_GNU_AS value.
32075
32076 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
32077
32078 * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
32079 * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
32080 INT64_TYPE): Define.
32081 (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
32082 (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
32083 INT_LEAST64_TYPE): Define.
32084 (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
32085 UINT_LEAST64_TYPE): Define.
32086 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
32087 INT_FAST64_TYPE): Define.
32088 (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
32089 UINT_FAST64_TYPE): Define.
32090 (INTMAX_TYPE, UINTMAX_TYPE): Define.
32091 (INTPTR_TYPE, UINTPTR_TYPE): Define.
32092 (SIG_ATOMIC_TYPE): Define.
32093
32094 2010-01-26 Richard Guenther <rguenther@suse.de>
32095
32096 * df-scan.c (df_scan_set_bb_info): Remove assert.
32097 (df_insn_rescan_debug_internal): Merge asserts.
32098 (df_install_ref): Likewise.
32099 (df_mark_reg): Use bitmap_set_range.
32100 (df_hard_reg_used_p): Remove assert.
32101 (df_hard_reg_used_count): Likewise.
32102
32103 2010-01-26 Richard Guenther <rguenther@suse.de>
32104
32105 PR rtl-optimization/42685
32106 * web.c (web_main): Ignore DEBUG_INSNs.
32107
32108 2010-01-26 Joern Rennecke <amylaar@spamcop.net>
32109
32110 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
32111
32112 (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
32113 Fix types of fndecl and arglist parameters.
32114
32115 2010-01-26 Richard Guenther <rguenther@suse.de>
32116
32117 PR middle-end/42806
32118 * tree-eh.c (unsplit_eh): Skip debug insns.
32119
32120 2010-01-26 Richard Guenther <rguenther@suse.de>
32121
32122 PR tree-optimization/42250
32123 * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
32124
32125 2010-01-26 Jakub Jelinek <jakub@redhat.com>
32126
32127 PR fortran/42866
32128 * omp-low.c (expand_omp_sections): Only use single_pred if
32129 l2_bb is single_pred_p.
32130
32131 2010-01-25 Christian Bruel <christian.bruel@st.com>
32132
32133 PR target/42841
32134 * config/sh/sh.c (find_barrier): Increase length for non delayed
32135 conditional branches.
32136 (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
32137
32138 2010-01-24 David S. Miller <davem@davemloft.net>
32139
32140 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
32141 define if not using GAS.
32142 * config/sparc/sparc.c (sparc_elf_asm_named_section):
32143 Likewise. Delete SECTION_MERGE code, which is only applicable
32144 when using GAS.
32145
32146 2010-01-24 Mark Mitchell <mark@codesourcery.com>
32147
32148 PR c++/42748
32149 * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
32150 mangling of va_list in system headers.
32151
32152 2010-01-23 Toon Moene <toon@moene.org>
32153
32154 * tree-predcom.c (combine_chains): Return NULL, not false.
32155
32156 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
32157
32158 * tree-loop-distribution.c (distribute_loop): Fix declaration and
32159 initialization of variable res to agree with return type.
32160
32161 2010-01-22 Steve Ellcey <sje@cup.hp.com>
32162
32163 * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
32164 * tree-sra.c: Add include of expr.h.
32165
32166 2010-01-22 Jakub Jelinek <jakub@redhat.com>
32167
32168 * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
32169 insert the debug stmt on the single non-EH edge from the stmt.
32170
32171 2010-01-22 Richard Henderson <rth@redhat.com>
32172
32173 PR tree-opt/42833
32174 * tree-sra.c (sra_modify_assign): Delay re-gimplification of
32175 the RHS until after generate_subtree_copies has insertted its
32176 code before the current statement.
32177
32178 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
32179
32180 * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
32181
32182 * gcc-plugin.h (plugin_init): Use "C" likage for c++.
32183
32184 2010-01-21 Martin Jambor <mjambor@suse.cz>
32185
32186 PR tree-optimization/42585
32187 * tree-sra.c (struct access): New field grp_total_scalarization.
32188 (dump_access): Dump the new field.
32189 (should_scalarize_away_bitmap): New variable.
32190 (cannot_scalarize_away_bitmap): Likewise.
32191 (sra_initialize): Allocate new bitmaps.
32192 (sra_deinitialize): Free new bitmaps.
32193 (create_access_1): New function.
32194 (create_access): Parts moved to create_access_1.
32195 (type_consists_of_records_p): New function.
32196 (completely_scalarize_record): Likewise.
32197 (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
32198 (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
32199 (sort_and_splice_var_accesses): Hint groups with a total_scalarization
32200 access.
32201 (analyze_all_variable_accesses): Completely scalarize small eligible
32202 records.
32203
32204 2010-01-21 Martin Jambor <mjambor@suse.cz>
32205
32206 * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
32207
32208 2010-01-21 Andrew Haley <aph@redhat.com>
32209
32210 * gcc.c (process_command): Move lang_specific_driver before
32211 setting cc_libexec_prefix.
32212
32213 2010-01-21 Richard Guenther <rguenther@suse.de>
32214
32215 PR middle-end/19988
32216 * fold-const.c (negate_expr_p): Pretend only negative
32217 real constants are easily negatable.
32218
32219 2010-01-20 Janis Johnson <janis187@us.ibm.com>
32220 Jason Merrill <jason@redhat.com>
32221
32222 * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
32223 (TYPE_TRANSPARENT_AGGR): this, for union and record.
32224 * calls.c (initialize argument_information): Handle it.
32225 * c-common.c (handle_transparent_union_attribute): Use new name.
32226 * c-decl.c (finish_struct): Ditto.
32227 * c-typeck.c (type_lists_compatible_p): Ditto.
32228 (convert_for_assignment): Use new name and also handle record.
32229 * function.c (aggregate_value_p): Handle it.
32230 (pass_by_reference): Ditto.
32231 (assign_parm_data_types): Ditto.
32232 * print-tree.c (print_node): Ditto.
32233 * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
32234 * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
32235 * tree.c (first_field): New fn.
32236
32237 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
32238
32239 PR target/42818
32240 * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
32241 even when linking statically, for now.
32242
32243 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
32244
32245 PR debug/42715
32246 * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
32247 without a cselib val.
32248 (count_uses): Accept MO_VAL_SET with no val on stores.
32249 (add_stores): Likewise.
32250
32251 2010-01-20 Jakub Jelinek <jakub@redhat.com>
32252
32253 * var-tracking.c (check_value_val): Add a compile time assertion.
32254 (dv_is_decl_p): Simplify.
32255 (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
32256 gcc_assert if ENABLE_CHECKING.
32257
32258 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
32259
32260 PR debug/42782
32261 * var-tracking.c: Include tree-flow.h.
32262 (mem_dies_at_call): New.
32263 (dataflow_set_preserve_mem_locs): Use it.
32264 (dataflow_set_remove_mem_locs): Likewise.
32265 (dump_var): Renamed from dump_variable. Adjust all callers.
32266 (dump_var_slot): Renamed from dump_variable_slot. Likewise.
32267 * Makefile.in (var-tracking.o): Adjust deps.
32268
32269 2010-01-20 Joern Rennecke <amylaar@spamcop.net>
32270
32271 * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
32272
32273 2010-01-20 Richard Guenther <rguenther@suse.de>
32274
32275 PR tree-optimization/42717
32276 * tree-ssa-dce.c (get_live_post_dom): Remove.
32277 (forward_edge_to_pdom): Take an arbitrary edge to copy
32278 degenerate PHI args from.
32279 (remove_dead_stmt): Use the first post-dominator even if it
32280 does not contain live statements as redirection destination.
32281
32282 2010-01-20 Richard Guenther <rguenther@suse.de>
32283
32284 * tree-inline.c (estimate_num_insns): Handle EH builtins.
32285
32286 2010-01-20 Jakub Jelinek <jakub@redhat.com>
32287
32288 * sel-sched.c (create_speculation_check): Remove set but not used
32289 variable twin.
32290 (try_transformation_cache): Remove set but not used variable ds.
32291 (calculate_privileged_insns): Remove set but not used variables
32292 cur_insn and min_spec_insn.
32293 (find_best_expr): Remove set but not used variable avail_n.
32294 * tree-predcom.c (base_names_in_chain_on): Remove set but not used
32295 variable e.
32296 * cgraphunit.c (assemble_thunk): Remove set but not used variable
32297 false_label.
32298 * haifa-sched.c (remove_notes): Remove set but not used variable prev.
32299 * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
32300 new_scop_exit_edge.
32301
32302 2010-01-20 Felyza Wishbringer <fwishbringer@gmail.com>
32303
32304 PR bootstrap/42786
32305 * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
32306 cpu types. Add support for *-sse3 cpu types.
32307 (x86_64-*-*): Ditto.
32308
32309 2010-01-20 Jakub Jelinek <jakub@redhat.com>
32310
32311 PR middle-end/42803
32312 * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
32313 argument, call initializer_constant_valid_p_1 instead of
32314 initializer_constant_valid_p, pass CACHE to it, return NULL
32315 immediately if first call returns NULL.
32316 (initializer_constant_valid_p_1): New function.
32317 (initializer_constant_valid_p): Use it.
32318
32319 2010-01-20 Thomas Quinot <quinot@adacore.com>
32320
32321 * tree.def (PLACEHOLDER_EXPR): Fix comment.
32322
32323 2010-01-20 Jakub Jelinek <jakub@redhat.com>
32324
32325 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
32326 of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
32327 (loc_list_from_tree): Don't handle unsigned division. Handle
32328 signed modulo using DW_OP_{over,over,div,mul,minus}.
32329 * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
32330 modulo instead of signed.
32331
32332 2010-01-20 DJ Delorie <dj@redhat.com>
32333
32334 * config/h8300/h8300.c (F): Add "in_epilogue" flag.
32335 (Fpa): Pass it
32336 (h8300_emit_stack_adjustment): Propogate it.
32337 (push): Pass it.
32338 (h8300_expand_prologue): Likewise.
32339 (h8300_expand_epilogue): Likewise.
32340
32341 2010-01-19 Michael Matz <matz@suse.de>
32342
32343 PR tree-optimization/41783
32344 * tree-data-ref.c (toplevel): Include flags.h.
32345 (dump_data_dependence_relation): Also dump the inputs if the
32346 result will be unknown.
32347 (split_constant_offset_1): Look through some conversions.
32348 * tree-predcom.c (determine_roots_comp): Restart a new chain if
32349 the offset from last element is too large.
32350 (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
32351 (reassociate_to_the_same_stmt): Handle vector registers.
32352 * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
32353 (e.g. conversions).
32354 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
32355 wide_prolog_niters argument, emit widening instructions.
32356 (vect_do_peeling_for_alignment): Adjust caller, use widened
32357 variant of the iteration cound.
32358 * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
32359
32360 2010-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
32361
32362 PR target/38697
32363 * config/arm/neon-testgen.m (emit_automatics): New parameter
32364 features. Adjust for Fixed_return_reg feature.
32365 (test_intrinsic): Call emit_automatics with new feature.
32366 * config/arm/neon.ml: Update copyright years.
32367 (features): New Fixed_return_reg feature.
32368 (ops): Update feature for Vget_low.
32369
32370 2010-01-19 Jakub Jelinek <jakub@redhat.com>
32371
32372 PR tree-optimization/42719
32373 * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
32374 stmt uses.
32375
32376 PR debug/42728
32377 * fwprop.c (all_uses_available_at): Return false if def_set dest
32378 is a REG that is used in def_insn.
32379
32380 2010-01-19 Joern Rennecke <amylaar@spamcop.net>
32381
32382 * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
32383
32384 (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
32385 Add argument names.
32386
32387 (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
32388
32389 * target.h (struct gcc_target) <secondary_reload>: Change type
32390 of last argument to secondary_reload_info *.
32391
32392 2010-01-18 Uros Bizjak <ubizjak@gmail.com>
32393
32394 PR target/42774
32395 * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
32396 memory references with unaligned offsets. Remove CQImode handling.
32397 (unaligned_memory_operand): Return 1 for memory references with
32398 unaligned offsets. Remove CQImode handling.
32399
32400 2010-01-18 Richard Guenther <rguenther@suse.de>
32401
32402 PR middle-end/39954
32403 * cfgexpand.c (expand_call_stmt): TER pointer arguments in
32404 builtin calls.
32405
32406 2010-01-18 Richard Guenther <rguenther@suse.de>
32407
32408 PR tree-optimization/42781
32409 * tree-ssa-structalias.c (find_what_var_points_to): Skip
32410 restrict processing only if the original variable was artificial.
32411
32412 2010-01-18 Joern Rennecke <amylaar@spamcop.net>
32413
32414 * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
32415 find number of popped argument bytes.
32416
32417 (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
32418 Fix the text that describes the return value for invalid insns.
32419
32420 (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type. Fix argument list.
32421
32422 (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
32423 Clarify what 'cost of the -dependence' is. Fix quoting.
32424
32425 * toplev.c (default_get_pch_validity): Rename argument to "sz".
32426 * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
32427
32428 2010-01-17 Jakub Jelinek <jakub@redhat.com>
32429
32430 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
32431 {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
32432
32433 2010-01-17 Richard Guenther <rguenther@suse.de>
32434
32435 PR middle-end/42248
32436 * function.c (split_complex_args): Take a VEC to modify.
32437 (assign_parms_augmented_arg_list): Build a VEC instead of
32438 a chain of PARM_DECLs.
32439 (assign_parms_unsplit_complex): Take a VEC of arguments.
32440 Do not fixup unmodified parms.
32441 (assign_parms): Deal with the VEC.
32442 (gimplify_parameters): Likewise.
32443
32444 2010-01-17 Richard Guenther <rguenther@suse.de>
32445
32446 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
32447 node existence check.
32448 * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
32449 * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
32450 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
32451 * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
32452 (gimple_execute_on_growing_pred): Likewise.
32453
32454 2010-01-17 Richard Guenther <rguenther@suse.de>
32455
32456 PR tree-optimization/42773
32457 * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
32458 (compute_antic_aux): Likewise.
32459 (compute_partial_antic_aux): Likewise.
32460
32461 2010-01-17 Jie Zhang <jie.zhang@analog.com>
32462
32463 PR debug/42767
32464 * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
32465 and US_TRUNCATE.
32466
32467 2010-01-17 Joern Rennecke <amylaar@spamcop.net>
32468
32469 * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
32470 appearance.
32471
32472 (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
32473 Fix markup for strict argument.
32474
32475 (TARGET_SCHED_REORDER2): Fix argument types.
32476
32477 (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
32478 (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
32479
32480 (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
32481 (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
32482
32483 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
32484 Add argument name.
32485
32486 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
32487 (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
32488 (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
32489 (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
32490 (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
32491
32492 (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
32493
32494 (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
32495
32496 (TARGET_ASM_RELOC_RW_MASK): Add return type.
32497 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
32498
32499 (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
32500
32501 (TARGET_ASM_FILE_START): Put @findex before paragraph start.
32502 Use prototype.
32503
32504 (TARGET_ASM_NAMED_SECTION): Fix argument list.
32505
32506 (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
32507 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
32508
32509 (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
32510
32511 (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
32512
32513 (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
32514 referring to it. Fix language.
32515
32516 (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
32517
32518 (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
32519
32520 (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
32521
32522 (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
32523
32524 (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
32525 '@var{stream}. Remove stray 'and'.
32526
32527 (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
32528
32529 (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
32530
32531 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
32532
32533 (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
32534 misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
32535
32536 (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
32537 Fix description of return value.
32538 Rename argument "sz" to "len."
32539
32540 (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
32541 Clarify meaning of 'true' return value.
32542
32543 (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
32544
32545 (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
32546 rep_mode versus mode_rep.
32547
32548 (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
32549
32550 (TARGET_BUILTIN_DECL): Fix name.
32551
32552 (TARGET_COMMUTATIVE_P): Fix type of first argument.
32553
32554 (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
32555
32556 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
32557
32558 (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
32559
32560 (TARGET_RELAXED_ORDERING): Use @deftypevr.
32561
32562 (TARGET_GET_DRAP_RTX): Note that this is a hook.
32563 Clarify language.
32564
32565 (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
32566 Rename argument tm_fn to md_fn.
32567
32568 (TARGET_OPTION_PRINT): Fix argument list.
32569
32570 2010-01-16 Harsha Jagasia <harsha.jagasia@amd.com>
32571
32572 PR target/42664
32573 * config/i386/i386.c (ix86_fixup_binary_operands):
32574 Revert FMA4 fixup of operands.
32575
32576 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32577
32578 PR gcc/42525
32579 * Makefile.in (write_entries_to_file, install-plugin):
32580 Use \012 instead of \n with tr.
32581
32582 2010-01-16 Richard Sandiford <r.sandiford@uk.ibm.com>
32583
32584 * configure.ac (HAVE_AS_REF): New C macro.
32585 * configure: Regenerate.
32586 * config.in: Likewise.
32587 * collect2.c (main): Only postpone SCAN_DWEH to the second pass
32588 if HAVE_AS_REF.
32589 * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
32590 if HAVE_AS_REF.
32591
32592 2010-01-16 Joern Rennecke <amylaar@spamcop.net>
32593
32594 * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
32595
32596 (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
32597
32598 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
32599
32600 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
32601
32602 (TARGET_IN_SMALL_DATA_P): Fix argument type.
32603
32604 (TARGET_BINDS_LOCAL_P): Fix argument type.
32605
32606 (TARGET_ASM_FILE_END): Use prototype.
32607
32608 (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
32609
32610 (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
32611
32612 (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
32613
32614 (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
32615
32616 (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
32617 (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
32618
32619 (TARGET_PCH_VALID_P): Put 'const char *' in braces.
32620 (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
32621
32622 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
32623 (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
32624 (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
32625 (TARGET_ADDR_SPACE_CONVERT): Likewise.
32626
32627 (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
32628
32629 (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
32630
32631 (TARGET_INIT_BUILTINS): Use prototype.
32632
32633 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
32634 Put 'const char *' in braces. Fix parameter types.
32635 (TARGET_INVALID_CONVERSION): Fix parameter types.
32636 (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
32637 (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
32638
32639 (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
32640 Fix argument type.
32641
32642 (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
32643
32644 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
32645
32646 2010-01-15 Joern Rennecke <amylaar@spamcop.net>
32647
32648 * doc/tm.texi (TARGET_HELP): Fix return type.
32649
32650 (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
32651 in braces. Fix argument types.
32652
32653 (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
32654
32655 (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
32656
32657 (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
32658
32659 (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
32660 (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
32661
32662 (TARGET_MANGLE_TYPE): Fix argument types.
32663
32664 (TARGET_IRA_COVER_CLASSES): Use prototype.
32665
32666 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type. Use prototype.
32667
32668 (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
32669
32670 (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
32671
32672 (TARGET_MUST_PASS_IN_STACK): Fix argument type.
32673
32674 (TARGET_CALLEE_COPIES): Fix argument types.
32675
32676 (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
32677
32678 (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
32679
32680 (TARGET_FUNCTION_VALUE): Fix argument types.
32681
32682 (TARGET_RETURN_IN_MSB): Fix argument type.
32683
32684 (TARGET_RETURN_IN_MEMORY): Fix argument types.
32685
32686 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
32687
32688 (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
32689
32690 (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
32691 agree with return type.
32692
32693 (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
32694
32695 2010-01-15 Jing Yu <jingyu@google.com>
32696
32697 PR rtl-optimization/42691
32698 * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
32699 a pseudo to a constant and are merged, and adjust comments.
32700
32701 2010-01-15 Eric Botcazou <ebotcazou@adacore.com>
32702
32703 * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
32704
32705 2010-01-15 Richard Guenther <rguenther@suse.de>
32706
32707 PR middle-end/42739
32708 * tree-cfgcleanup.c (remove_forwarder_block): Move destination
32709 labels of computed or non-local gotos to the destination.
32710 * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
32711 landing pad label is the first label.
32712
32713 2010-01-15 Richard Guenther <rguenther@suse.de>
32714
32715 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
32716
32717 2010-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
32718
32719 PR target/42747
32720 * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
32721 to allow generation of the xssqrtdp instruction on power7.
32722 (sqrtdf2_fpr): Ditto.
32723
32724 2010-01-14 Jakub Jelinek <jakub@redhat.com>
32725
32726 PR middle-end/42674
32727 * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
32728 functions with noreturn attribute.
32729
32730 PR c++/42608
32731 * varasm.c (declare_weak): Add weak attribute to decl if it
32732 doesn't have one already.
32733 (assemble_external): Only add decls to weak_decls if they also
32734 have weak attribute.
32735
32736 2010-01-14 Alexandre Oliva <aoliva@redhat.com>
32737
32738 * var-tracking.c (var_reg_delete): Don't delete the association
32739 between REGs and values or one-part variables if the register
32740 isn't clobbered.
32741
32742 2010-01-14 Jakub Jelinek <jakub@redhat.com>
32743
32744 PR debug/42657
32745 * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
32746 because its first operand is a non-localized variable.
32747
32748 2010-01-14 Martin Jambor <mjambor@suse.cz>
32749
32750 PR tree-optimization/42706
32751 * tree-sra.c (encountered_recursive_call): New variable.
32752 (encountered_unchangable_recursive_call): Likewise.
32753 (sra_initialize): Initialize both new variables.
32754 (callsite_has_enough_arguments_p): New function.
32755 (scan_function): Call decl and flags check only for IPA-SRA, check
32756 whether there is a recursive call and whether it has enough arguments.
32757 (all_callers_have_enough_arguments_p): New function.
32758 (convert_callers): Look for recursive calls only when
32759 encountered_recursive_call is set.
32760 (ipa_early_sra): Bail out either if
32761 !all_callers_have_enough_arguments_p or
32762 encountered_unchangable_recursive_call.
32763
32764 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32765
32766 * sel-sched.c: Add 2010 to copyright years.
32767 * sel-sched-ir.c: Likewise.
32768 * sel-sched-ir.h: Likewise.
32769
32770 2010-01-14 Martin Jambor <mjambor@suse.cz>
32771
32772 PR tree-optimization/42714
32773 * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
32774 constructors specially.
32775
32776 2010-01-14 Andi Kleen <ak@linux.intel.com>
32777
32778 * config/i386/drivers-i386.c (detect_caches_intel):
32779 Add l2sizekb parameter and fill in.
32780 (host_detect_local_cpu): Add l2sizekb, fill in.
32781 Add Atom small cache heuristic.
32782
32783 2010-01-14 Andi Kleen <ak@linux.intel.com>
32784
32785 * config/i386/drivers-i386.c (detect_caches_cpuid4):
32786 Add level3 parameter and fill in.
32787 (detect_caches_intel): Handle level3 cache.
32788
32789 2010-01-14 Andi Kleen <ak@linux.intel.com>
32790
32791 * config/i386/drivers-i386.c (host_detect_local_cpu):
32792 Fix core duo detection.
32793
32794 2010-01-14 Andi Kleen <ak@linux.intel.com>
32795
32796 * config/i386/drivers-i386.c (host_detect_local_cpu):
32797 Fix Atom detection.
32798
32799 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32800
32801 * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
32802 (rs6000_variable_issue_1): this. Use...
32803 (rs6000_variable_issue): here. Reimplement. Print debug info.
32804
32805 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32806
32807 * sel-sched-ir.c (sel_restore_other_notes): Rename to
32808 sel_restore_notes. Update all callers. Call reemit_notes
32809 for all insns.
32810
32811 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32812
32813 PR rtl-optimization/42246
32814 * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
32815 loops.
32816
32817 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32818
32819 * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
32820 all successors is the same as number of successors in current region.
32821
32822 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32823
32824 * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
32825 to rename is not separable. Otherwise check that its LHS is not NULL.
32826
32827 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32828
32829 * sel-sched.c (choose_best_reg_1): Loop over all regs for mode.
32830
32831 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32832
32833 * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
32834 available registers when failed to discover LHS register class.
32835 Fix indentation. Update comment.
32836
32837 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32838 Alexander Monakov <amonakov@ispras.ru>
32839
32840 PR rtl-optimization/42389
32841 * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
32842 to can_issue_more.
32843 (advance_state_on_fence): Likewise.
32844 (sel_target_adjust_priority): Print debug output only when
32845 sched_verbose >= 4, not 2.
32846 (get_expr_cost): Do not issue all unique insns on the next cycle.
32847 (fill_insns): Initialize can_issue_more from the value saved
32848 with the fence.
32849 * sel-sched-ir.c (flist_add): New parameter issue_more.
32850 Init FENCE_ISSUE_MORE with it.
32851 (merge_fences): Likewise.
32852 (init_fences): Update call to flist_add.
32853 (add_to_fences, add_clean_fence_to_fences)
32854 (add_dirty_fence_to_fences): Likewise.
32855 (move_fence_to_fences): Update call to merge_fences.
32856 (invoke_reorder_hooks): Do not reset can_issue_more on insns from
32857 sched groups.
32858 * sel-sched-ir.h (struct _fence): New field issue_more.
32859 (FENCE_ISSUE_MORE): New accessor macro.
32860
32861 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32862
32863 PR rtl-optimization/42388
32864 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
32865 that have no predecessors nor successors. Do not call move_bb_info
32866 for empty blocks outside of current region.
32867
32868 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32869
32870 PR rtl-optimization/42294
32871 * sel-sched-ir.h (struct _sel_insn_data): Update comment.
32872 * sel-sched.c (move_exprs_to_boundary): Transitively add all
32873 originators' originators.
32874
32875 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32876
32877 PR rtl-optimization/39453
32878 PR rtl-optimization/42246
32879 * sel-sched-ir.c (considered_for_pipelining_p): Do not test
32880 for pipelining_p.
32881 (sel_add_loop_preheaders): Add preheader to last_added_blocks.
32882
32883 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32884 Alexander Monakov <amonakov@ispras.ru>
32885
32886 PR middle-end/42245
32887 * sel-sched-ir.c (sel_recompute_toporder): New. Use it...
32888 (maybe_tidy_empty_bb): ... here. Make static. Add new
32889 argument. Update all callers.
32890 (tidy_control_flow): ... and here. Recompute topological order
32891 of basic blocks in region if necessary.
32892 (sel_redirect_edge_and_branch): Change return type. Return true
32893 if topological order might have been invalidated.
32894 (purge_empty_blocks): Export and move from...
32895 * sel-sched.c (purge_empty_blocks): ... here.
32896 * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
32897 (maybe_tidy_empty_bb): Delete prototype.
32898 (purge_empty_blocks): Declare.
32899
32900 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32901
32902 PR rtl-optimization/42249
32903 * sel-sched.c (try_replace_dest_reg): When chosen register
32904 and original register is the same, do not bail out early, but
32905 still check all original insns for validity of replacing destination
32906 register. Set EXPR_TARGET_AVAILABLE to 1 before leaving function
32907 in this case.
32908
32909 2010-01-14 Jakub Jelinek <jakub@redhat.com>
32910
32911 PR c/42721
32912 Port from no-undefined-overflow branch:
32913 2009-03-09 Richard Guenther <rguenther@suse.de>
32914
32915 * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
32916
32917 2010-01-14 Richard Guenther <rguenther@suse.de>
32918
32919 PR lto/42665
32920 * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
32921
32922 2010-01-14 Ira Rosen <irar@il.ibm.com>
32923
32924 PR tree-optimization/42709
32925 * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
32926 as scalar type in creation of constant vector operand.
32927
32928 2010-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32929
32930 PR testsuite/42414
32931 * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
32932 (check-parallel-%): Match `testsuite' directory component only
32933 at the end.
32934
32935 2010-01-14 Shujing Zhao <pearly.zhao@oracle.com>
32936
32937 PR translation/39521
32938 * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
32939 strings with _().
32940
32941 2010-01-13 Richard Guenther <rguenther@suse.de>
32942
32943 PR tree-optimization/42730
32944 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
32945 offset zero.
32946
32947 2010-01-13 Steve Ellcey <sje@cup.hp.com>
32948
32949 PR target/pr42542
32950 * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
32951 for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
32952 them signed.
32953
32954 2010-01-13 Bernd Schmidt <bernd.schmidt@analog.com>
32955
32956 * config/bfin/libgcc-bfin.ver: Regenerate based on current
32957 libgcc-std.ver. Add entries for ___smulsi3_highpart and
32958 ___umulsi3_highpart.
32959
32960 * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
32961 rather than schedule_insns if the pass is enabled.
32962
32963 2010-01-13 Martin Jambor <mjambor@suse.cz>
32964
32965 PR tree-optimization/42704
32966 * tree-sra.c (sra_modify_assign): Do not delete assignments to
32967 SSA_NAMEs.
32968
32969 2010-01-13 Martin Jambor <mjambor@suse.cz>
32970
32971 PR tree-optimization/42703
32972 * tree-sra.c (analyze_access_subtree): Check that we can build a
32973 reference to the original data within the aggregate.
32974
32975 2010-01-13 Richard Guenther <rguenther@suse.de>
32976
32977 PR tree-optimization/42705
32978 * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
32979
32980 2010-01-13 Richard Guenther <rguenther@suse.de>
32981
32982 PR middle-end/42716
32983 * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
32984
32985 2010-01-13 Jakub Jelinek <jakub@redhat.com>
32986
32987 PR debug/41371
32988 * var-tracking.c (values_to_unmark): New variable.
32989 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
32990 values_to_unmark vector. Moved body to...
32991 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
32992 instead queue it into values_to_unmark vector.
32993 (vt_find_locations): Free values_to_unmark vector.
32994
32995 2010-01-13 Wolfgang Gellerich <gellerich@de.ibm.com>
32996
32997 * config/s390/s390.c (override_options): Set
32998 default of max-pending-list-length to 256
32999
33000 2010-01-13 Richard Guenther <rguenther@suse.de>
33001
33002 PR lto/42678
33003 * tree-pass.h (PROP_gimple_lcx): New.
33004 * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
33005 * passes.c (init_optimization_passes): Move pass_lower_complex_O0
33006 before the final cleanup_eh.
33007 (dump_properties): Dump PROP_gimple_lcx.
33008 * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
33009 (tree_lower_complex_O0): Remove.
33010 (gate_no_optimization): Run if PROP_gimple_lcx is not set.
33011 (pass_lower_complex_O0): Provide PROP_gimple_lcx. Run
33012 tree_lower_complex, schedule TODO_update_ssa.
33013 * lto-streamer-out.c (output_function): Stream the functions
33014 properties.
33015 * lto-streamer-in.c (input_function): Likewise.
33016 (lto_read_body): Do not override them here.
33017
33018 2010-01-12 Joseph Myers <joseph@codesourcery.com>
33019
33020 PR c/42708
33021 * c-typeck.c (build_c_cast): Fold value cast to union type before
33022 wrapping it in a CONSTRUCTOR.
33023
33024 2010-01-12 Jakub Jelinek <jakub@redhat.com>
33025
33026 PR rtl-optimization/42699
33027 * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
33028 involved.
33029
33030 2010-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
33031
33032 * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
33033 SUBTARGET_WARN_UNUSED_SPEC): Move ...
33034 config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
33035 SUBTARGET_WARN_UNUSED_SPEC): ... here
33036 * config/mips/iris5.h (LIBGCC_SPEC): Define.
33037
33038 2010-01-12 Julian Brown <julian@codesourcery.com>
33039
33040 * config/arm/neon-schedgen.ml (Utils): Don't try to
33041 open missing module.
33042 (find_with_result): New.
33043
33044 2010-01-12 Jakub Jelinek <jakub@redhat.com>
33045
33046 PR debug/42662
33047 * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
33048 sharing when canonicalizing ({lt,ge}u (plus a b) b).
33049
33050 PR tree-optimization/42645
33051 * tree-inline.c (processing_debug_stmt): Move earlier. Make static.
33052 (remap_ssa_name): If processing_debug_stmt and name wasn't found in
33053 decl_map, set processing_debug_stmt to -1 and return name without
33054 any remapping.
33055
33056 2010-01-11 Dave Korn <dave.korn.cygwin@gmail.com>
33057
33058 * doc/install.texi (Specific#x-x-cygwin): Document minimum required
33059 binutils version, and reword target configuration description.
33060
33061 2010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
33062
33063 * config/avr/avr.h (LINKER_NAME): Remove.
33064
33065 2010-01-11 Janis Johnson <janis187@us.ibm.com>
33066
33067 PR target/42416
33068 * config/rs6000/rs6000.c (rs6000_override_options): On targets
33069 that support VSX, warn for -mno-altivec if vsx is not disabled,
33070 and disable vsx.
33071
33072 2010-01-11 Joseph Myers <joseph@codesourcery.com>
33073 Shujing Zhao <pearly.zhao@oracle.com>
33074
33075 PR translation/42469
33076 * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
33077 fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
33078 character between option name and help text.
33079 * c.opt (imultilib): Likewise.
33080
33081 2010-01-10 Rafael Avila de Espindola <espindola@google.com>
33082
33083 * lto-streamer-out.c (output_unreferenced_globals): Output static
33084 variables.
33085
33086 2010-01-10 Steven Bosscher <steven@gcc.gnu.org>
33087
33088 PR rtl-optimization/42621
33089 * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
33090 optimizing for size.
33091 (duplicate_computed_gotos): Remove now-redundant check.
33092
33093 2010-01-10 Steve Ellcey <sje@cup.hp.com>
33094
33095 PR target/37454
33096 * configure.ac: Save and restore LDFLAGS and LIBS
33097 * configure: Regenerate.
33098
33099 2010-01-10 Richard Guenther <rguenther@suse.de>
33100
33101 PR middle-end/42667
33102 * builtins.c (fold_builtin_strlen): Add type argument and
33103 convert the resulting length to it.
33104 (fold_builtin_1): Adjust.
33105
33106 2010-01-09 Jakub Jelinek <jakub@redhat.com>
33107
33108 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
33109 sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
33110 1 insn.
33111 (num_insns_constant_wide): Adjust for that change.
33112
33113 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
33114
33115 PR debug/42631
33116 * web.c (union_defs): Add used argument, to combine uses of
33117 uninitialized regs.
33118 (entry_register): Adjust type and tests of used argument.
33119 (web_main): Widen used for new use. Pass it to union_defs.
33120 * df.h (union_defs): Adjust prototype.
33121
33122 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
33123
33124 PR debug/42630
33125 * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
33126 uses in new incoming argument. Free body.
33127 (reset_debug_uses_in_loop): New.
33128 (analyze_insn_to_expand_var): Call the latter if the former found
33129 anything. Fix whitespace. Reject invalid dest overlaps before
33130 going through all insns in the loop.
33131
33132 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
33133
33134 PR debug/42629
33135 * haifa-sched.c (dying_use_p): Debug insns don't count.
33136
33137 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
33138
33139 PR middle-end/42363
33140 * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
33141 * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
33142 (verify_gimple_call): Reject LHS in noreturn calls.
33143
33144 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
33145
33146 PR debug/42604
33147 PR debug/42395
33148 * tree-vect-loop-manip.c (adjust_info): New type.
33149 (adjust_vec): New pointer to vector.
33150 (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
33151 (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
33152 (slpeel_update_phis_for_duplicate_loop): Use them.
33153 (slpeel_update_phi_nodes_for_guard1): Likewise.
33154 (slpeel_update_phi_nodes_for_guard2): Likewise.
33155 (slpeel_tree_peel_loop_to_edge): Likewise.
33156 (vect_update_ivs_after_vectorizer): Likewise.
33157
33158 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
33159
33160 * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
33161 (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
33162
33163 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
33164
33165 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
33166 bogus uninitialized warning.
33167
33168 2010-01-09 Richard Guenther <rguenther@suse.de>
33169
33170 PR middle-end/42512
33171 * tree-scalar-evolution.c (interpret_loop_phi): Make sure
33172 the evolution is compatible with the initial condition.
33173
33174 2010-01-09 Jakub Jelinek <jakub@redhat.com>
33175
33176 * gcc.c (process_command): Update copyright notice dates.
33177 * gcov.c (print_version): Likewise.
33178 * gcov-dump.c (print_version): Likewise.
33179 * mips-tfile.c (main): Likewise.
33180 * mips-tdump.c (main): Likewise.
33181
33182 2010-01-08 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
33183
33184 PR target/41885
33185 * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
33186 (rotlhi3): Delete.
33187 (rotlhi3_8): Delete.
33188 (rotlsi3): Delete.
33189 (rotlsi3_8): Delete.
33190 (rotlsi3_16): Delete.
33191 (rotlsi3_24): Delete.
33192 (rotl<mode>3): New.
33193 (*rotw<mode>3): New.
33194 (*rotb<mode>3): New.
33195 * config/avr/avr.c (avr_rotate_bytes): New function.
33196 * config/avr/avr-proto.h (avr_rotate_bytes): New function.
33197
33198 2010-01-08 Steve Ellcey <sje@cup.hp.com>
33199
33200 PR target/37454
33201 * configure.ac: Modify -rdynamic check.
33202 * configure: Regenerate.
33203
33204 2010-01-08 DJ Delorie <dj@redhat.com>
33205
33206 * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
33207 register popping order.
33208
33209 2010-01-08 Richard Guenther <rguenther@suse.de>
33210
33211 PR lto/42528
33212 * c.opt (fsigned-char): Also let LTO handle this option.
33213 (funsigned-char): Likewise.
33214
33215 2010-01-07 Richard Guenther <rguenther@suse.de>
33216
33217 * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
33218 (gimple_op): Likewise.
33219 (gimple_op_ptr): Likewise.
33220 (gimple_assign_set_lhs): Remove gcc_assert.
33221 (gimple_assign_set_rhs1): Likewise.
33222 (gimple_assign_set_rhs2): Likewise.
33223 (gimple_call_set_lhs): Likewise.
33224 (gimple_call_set_fn): Likewise.
33225 (gimple_call_set_fndecl): Likewise.
33226 (gimple_call_fndecl): Likewise.
33227 (gimple_call_return_type): Likewise.
33228 (gimple_call_set_chain): Likewise.
33229 (gimple_call_num_args): Likewise.
33230 (gimple_call_set_arg): Likewise.
33231 (gimple_cond_set_code): Likewise.
33232 (gimple_cond_set_lhs): Likewise.
33233 (gimple_cond_set_rhs): Likewise.
33234 (gimple_cond_set_true_label): Likewise.
33235 (gimple_cond_set_false_label): Likewise.
33236 (gimple_label_set_label): Likewise.
33237 (gimple_goto_set_dest): Likewise.
33238 (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
33239 (gimple_debug_bind_get_value): Likewise.
33240 (gimple_debug_bind_get_value_ptr): Likewise.
33241 (gimple_debug_bind_set_var): Likewise.
33242 (gimple_debug_bind_set_value): Likewise.
33243 (gimple_debug_bind_reset_value): Likewise.
33244 (gimple_debug_bind_has_value_p): Likewise.
33245 (gimple_return_retval_ptr): Remove gcc_assert.
33246 (gimple_return_retval): Likewise.
33247 (gimple_return_set_retval): Likewise.
33248 * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
33249 (safe_referenced_var_iterator): Remove.
33250 (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
33251 * tree-flow-inline.h (gimple_nonlocal_all): Remove.
33252 (fill_referenced_var_vec): Remove.
33253 (first_readonly_imm_use): Remove redundant gcc_assert.
33254 (phi_arg_index_from_use): Combine gcc_asserts.
33255 (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
33256 (first_imm_use_stmt): Remove redundant gcc_assert.
33257 * tree-cfg.c (verify_gimple_call): Verify function and chain
33258 operands. Verify arguments.
33259 (verify_types_in_gimple_stmt): Verify condition code and labels.
33260
33261 2010-01-07 Richard Guenther <rguenther@suse.de>
33262
33263 PR tree-optimization/42641
33264 * sese.c (rename_map_elt_info): Use the SSA name version, do
33265 not hash pointers.
33266
33267 2010-01-07 Jakub Jelinek <jakub@redhat.com>
33268
33269 PR tree-optimization/42625
33270 * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
33271 TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
33272
33273 2010-01-07 Duncan Sands <baldrick@free.fr>
33274
33275 * Makefile.in (PLUGIN_HEADERS): Add version.h.
33276
33277 2010-01-07 Uros Bizjak <ubizjak@gmail.com>
33278
33279 PR target/42511
33280 * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
33281 note itself is not function_invariant_p.
33282
33283 2009-01-07 Steven Bosscher <steven@gcc.gnu.org>
33284
33285 * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
33286 Do not add the DF_NOTE problem.
33287 * store-motion.c (execute_rtl_store_motion): Likewise.
33288
33289 2010-01-07 Martin Jambor <mjambor@suse.cz>
33290
33291 PR tree-optimization/42157
33292 * tree-sra.c (compare_access_positions): Stabilize sort if both
33293 accesses have integer types, return zero immediately if they are the
33294 same.
33295
33296 2010-01-06 Richard Henderson <rth@redhat.com>
33297
33298 PR middle-end/41883
33299 * haifa-sched.c (add_to_note_list): Merge into ...
33300 (concat_note_lists): ... here, and ...
33301 (unlink_other_notes, rm_other_notes): Merge into...
33302 (remove_notes): ... here. Create REG_SAVE_NOTEs for
33303 NOTE_INSN_EPILOGUE_BEG.
33304
33305 2010-01-06 Richard Guenther <rguenther@suse.de>
33306
33307 * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
33308 not inline regular functions into always-inline functions.
33309
33310 2010-01-06 Nick Clifton <nickc@redhat.com>
33311
33312 * config/rx/rx.h (enum rx_cpu_type): Add RX200.
33313 (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
33314 used together.
33315 (OVERRIDE_OPTIONS): Delete.
33316 (OPTIMIZATION_OPTIONS): Define.
33317 (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
33318 * config/rx/rx.c (rx_handle_option): Issue an error message if
33319 -mcpu=rx200 and -fpu are used together.
33320 (rx_set_optimization_options): New function. Issue an error
33321 message if an optimization attribute attempts to reset the FPU/
33322 math optimization pairing.
33323 * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
33324 * config/rx/rx.opt: Set the default to 32-bit doubles.
33325 * config/rx/t-rx: Add multilibs for -nofpu option.
33326 * doc/invoke.texi: Update documentation of RX options.
33327
33328 2010-01-06 Richard Guenther <rguenther@suse.de>
33329
33330 * tree-ssa-pre.c (name_to_id): New global.
33331 (alloc_expression_id): Simplify SSA name handling.
33332 (lookup_expression_id): Likewise.
33333 (init_pre): Zero name_to_id.
33334 (fini_pre): Free it.
33335
33336 2010-01-06 Uros Bizjak <ubizjak@gmail.com>
33337
33338 * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
33339
33340 2010-01-05 H.J. Lu <hongjiu.lu@intel.com>
33341
33342 PR target/42542
33343 * config/i386/sse.md (smaxv2di3): New.
33344 (umaxv2di3): Likewise.
33345 (sminv2di3): Likewise.
33346 (uminv2di3): Likewise.
33347
33348 2010-01-05 Eric Botcazou <ebotcazou@adacore.com>
33349
33350 PR target/42564
33351 * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
33352 * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
33353 (legitimize_tls_address): Likewise.
33354 (sparc_tls_referenced_p): Likewise.
33355 * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
33356 and adjust calls to legitimize_pic_address.
33357 (legitimate_constant_p) Use sparc_tls_referenced_p.
33358 (legitimate_pic_operand_p): Likewise.
33359 (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
33360 (sparc_tls_symbol_ref_1): Delete.
33361 (sparc_tls_referenced_p): Make static, recognize specific patterns.
33362 (legitimize_tls_address): Make static, handle CONST patterns.
33363 (legitimize_pic_address): Make static, remove unused parameter and
33364 adjust recursive calls.
33365 (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
33366 and adjust call to legitimize_pic_address.
33367 (sparc_output_mi_thunk): Likewise.
33368
33369 2010-01-05 Paolo Bonzini <bonzini@gnu.rg>
33370 H.J. Lu <hongjiu.lu@intel.com>
33371
33372 PR target/42542
33373 * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
33374 for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
33375 operands to make them signed.
33376
33377 Revert:
33378 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
33379
33380 PR target/42542
33381 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
33382 GTU to GT for V4SI and V2DI.
33383
33384 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
33385 (umin<mode>3): Removed.
33386 (uminv8hi3): New.
33387 (uminv4si3): Likewise.
33388
33389 2010-01-05 Martin Jambor <mjambor@suse.cz>
33390
33391 PR tree-optimization/42462
33392 * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
33393 current_function_decl to helper functions and macros.
33394
33395 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
33396
33397 PR bootstrap/41771
33398 * flags.h: Don't include real.h.
33399 (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
33400 HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
33401 * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
33402 HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
33403 * dominance.c: Update copyright.
33404 * gimple.c (walk_gimple_op): Remove inline.
33405 * tree-ssa-reassoc.c: Include real.h.
33406 * Makefile.in (FLAGS_H): Remove $(REAL_H).
33407 (tree-ssa-reassoc.o): Depend on $(REAL_H).
33408
33409 2010-01-05 Nick Clifton <nickc@redhat.com>
33410
33411 * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
33412 register to push into the stack frame when the accumulator has to
33413 be saved during interrupts.
33414
33415 2010-01-05 Eric Fisher <joefoxreal@gmail.com>
33416
33417 * doc/invoke.texi: Remove the documentation about option
33418 -Wunreachable-code.
33419 * common.opt (Wunreachable-code): Preserved for backward
33420 compatibility.
33421 * tree-cfg.c: Remove the implementation of -Wunreachable-code.
33422 * opts.c (common_handle_option): Add OPT_Wunreachable_code to
33423 the backward compatibility flag section.
33424
33425 2010-01-05 Richard Guenther <rguenther@suse.de>
33426
33427 * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
33428
33429 2010-01-05 Jakub Jelinek <jakub@redhat.com>
33430
33431 PR other/42611
33432 * cfgexpand.c (expand_one_var): Diagnose too large variables.
33433
33434 PR tree-optimization/42508
33435 * tree-sra.c (convert_callers): Check for recursive call
33436 by comparing cgraph nodes instead of decls.
33437 (modify_function): Call ipa_modify_formal_parameters also
33438 on all same_body aliases.
33439
33440 * cgraphunit.c (cgraph_materialize_all_clones): Compare
33441 cgraph nodes when checking for same_body aliases.
33442
33443 2010-01-05 Richard Guenther <rguenther@suse.de>
33444
33445 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
33446 allocation and lookup.
33447 (get_or_alloc_expr_for_constant): Likewise.
33448 (phi_translate): Sink allocation.
33449
33450 2010-01-04 Richard Guenther <rguenther@suse.de>
33451
33452 * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
33453 a new entry only if needed.
33454 * tree-ssa-dom.c (lookup_avail_expr): Likewise.
33455 * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
33456 hashtable lookup.
33457 * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
33458 the result array.
33459 (phi_translate): Handle CONSTANTs early.
33460
33461 2010-01-04 Martin Jambor <mjambor@suse.cz>
33462
33463 PR tree-optimization/42398
33464 * tree-sra.c (struct access): Removed flag grp_different_types.
33465 (dump_access): Do not dump the removed flag.
33466 (sort_and_splice_var_accesses): Do not set the removed flag.
33467 (sra_modify_expr): Check for type compatibility directly.
33468
33469 2010-01-04 Martin Jambor <mjambor@suse.cz>
33470
33471 PR tree-optimization/42366
33472 * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
33473 edges with variable number of parameters.
33474 * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
33475 flag instead of asserting it.
33476 (ipa_read_node_info): Read uses_analysis_done flag.
33477
33478 2010-01-04 Richard Guenther <rguenther@suse.de>
33479
33480 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
33481 iterative_hash_* as intended.
33482 (vn_reference_compute_hash): Likewise. Simplify hashing
33483 SSA names.
33484 (vn_reference_lookup_2): Likewise.
33485 (vn_nary_op_compute_hash): Likewise.
33486 (vn_phi_compute_hash): Likewise.
33487 (expressions_equal_p): Remove strange code.
33488 * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
33489 (pre_expr_hash): Likewise. Simplify hashing SSA names.
33490 (bitmap_insert_into_set_1): Take value-id as parameter.
33491 (add_to_value): Pass it.
33492 (bitmap_insert_into_set): Likewise.
33493 (bitmap_value_insert_into_set): Likewise. Remove redundant check.
33494
33495 2010-01-04 Jakub Jelinek <jakub@redhat.com>
33496
33497 PR driver/42442
33498 * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
33499 (do_self_spec): For switches with SWITCH_IGNORE set set also
33500 SWITCH_IGNORE_PERMANENTLY.
33501 (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
33502 of SWITCH_IGNORE.
33503
33504 2010-01-04 Rafael Avila de Espindola <espindola@google.com>
33505
33506 * lto-streamer-out.c (output_unreferenced_globals): Output the full
33507 tree of an unreferenced global var.
33508
33509 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
33510
33511 PR target/42542
33512 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
33513 GTU to GT for V4SI and V2DI.
33514
33515 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
33516 (umin<mode>3): Removed.
33517 (uminv8hi3): New.
33518 (uminv4si3): Likewise.
33519
33520 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
33521
33522 PR lto/42581
33523 * collect2.c (main): Turn on trace in collect2 if -v is passed
33524 to gcc with LTO.
33525
33526 2010-01-03 Jerry Quinn <jlquinn@optonline.net>
33527
33528 * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR. Update
33529 description of expression operand.
33530
33531 2010-01-03 Andrew Jenner <andrew@codesourcery.com>
33532
33533 * configure.ac: Add install-html to target_list for Make-hooks.
33534 * configure: Regenerate.
33535 * fortran/Make-lang.in (F95_HTMLFILES): New.
33536 (fortran.html): Use it.
33537 (fortran.install-html): New.
33538 * Makefile.in (install-html): Add lang.install-html.
33539 * java/Make-lang.in (JAVA_HTMLFILES): New.
33540 (java.html): Use it.
33541 (java.install-html): New.
33542 * objc/Make-lang.in (objc.install-html): New.
33543 * objcp/Make-lang.in (obj-c++.install-html): New.
33544 * cp/Make-lang.in (c++.install-html): New.
33545 * ada/gcc-interface/Make-lang.in (ada.install-html): New.
33546 * lto/Make-lang.in (lto.install-html): New.
33547
33548 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
33549
33550 PR lto/42520
33551 * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
33552
33553 2009-01-03 Steven Bosscher <steven@gcc.gnu.org>
33554
33555 PR rtl-optimization/41862
33556 * store-motion.c (store_killed_in_insn, compute_store_table,
33557 remove_reachable_equiv_notes, replace_store_insn,
33558 build_store_vectors): Ignore all DEBUG_INSNs.
33559
33560 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
33561
33562 PR lto/41564
33563 * common.opt: Add dumpdir.
33564
33565 * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
33566 isn't specified.
33567 (option_map): Add --dumpdir.
33568
33569 * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
33570
33571 * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
33572
33573 * opts.c (decode_options): Try dump_dir_name first if
33574 dump_base_name isn't an absolute path.
33575 (common_handle_option): Handle OPT_dumpdir.
33576
33577 * toplev.c (dump_dir_name): New.
33578 (print_switch_values): Also ignore -dumpdir.
33579
33580 * toplev.h (dump_dir_name): New.
33581
33582 2010-01-03 Richard Guenther <rguenther@suse.de>
33583
33584 PR tree-optimization/42589
33585 * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
33586 double-word expansion of bswap32.
33587
33588 2010-01-03 Steven Bosscher <steven@gcc.gnu.org>
33589
33590 * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
33591 with BLOCK_FOR_INSN.
33592 * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
33593 * ifcvt.c (noce_get_alt_condition, noce_try_abs,
33594 noce_process_if_block): Likewise.
33595 * gcse.c (compute_local_properties, insert_expr_in_table,
33596 insert_set_in_table, canon_list_insert, find_avail_set,
33597 pre_insert_copy_insn): Likewise.
33598
33599 * basic-block.h (BLOCK_NUM): Move from here...
33600 * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
33601
33602 2010-01-03 Richard Guenther <rguenther@suse.de>
33603
33604 PR tree-optimization/42438
33605 * tree-ssa-pre.c (struct bb_bitmap_sets): Add
33606 contains_may_not_return_call flag.
33607 (BB_MAY_NOTRETURN): New.
33608 (valid_in_sets): Trapping nary operations are not valid
33609 in blocks that may not return.
33610 (insert_into_preds_of_block): Remove check for trapping expressions.
33611 (compute_avail): Compute also BB_MAY_NOTRETURN.
33612
33613 2010-01-03 Gerald Pfeifer <gerald@pfeifer.com>
33614
33615 * doc/invoke.texi: Add 2010 to copyright years.
33616
33617 2010-01-03 Eric Botcazou <ebotcazou@adacore.com>
33618
33619 * config/sparc/sparc.c: Fix formatting nits.
33620
33621 2010-01-02 Gerald Pfeifer <gerald@pfeifer.com>
33622 Alexander Monakov <amonakov@ispras.ru>
33623
33624 * doc/invoke.texi (Optimize Options): Reword introduction a bit.
33625
33626 2010-01-02 Richard Guenther <rguenther@suse.de>
33627
33628 PR middle-end/42577
33629 * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
33630 (simplify_switch_using_ranges): Mark to be removed edges
33631 as non-executable.
33632
33633 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
33634
33635 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
33636
33637 * collect2.c (scan_libraries): Add missing argument in call to
33638 scan_prog_file.
33639
33640 2010-01-02 Uros Bizjak <ubizjak@gmail.com>
33641
33642 PR target/42448
33643 * config/alpha/predicates.md (aligned_memory_operand): Return false
33644 for CQImode.
33645 (unaligned_memory_operand): Return true for CQImode.
33646 * config/alpha/alpha.c (get_aligned_mem): Assert that location
33647 doesn not cross aligned SImode word boundary.
33648
33649 2010-01-02 Anatoly Sokolov <aesok@post.ru>
33650
33651 * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
33652 Remove.
33653 * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
33654 avr_change_section, avr_reg_class_from_letter) : Remove declaration.
33655
33656 2010-01-02 Richard Guenther <rguenther@suse.de>
33657
33658 PR lto/41597
33659 * toplev.c (compile_file): Emit LTO marker properly. Change
33660 it to __gnu_lto_v1.
33661 * collect2.c (scan_prog_file): Adjust for changed LTO marker.
33662
33663 2010-01-01 Richard Guenther <rguenther@suse.de>
33664
33665 PR debug/42455
33666 * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
33667
33668 2010-01-01 Richard Guenther <rguenther@suse.de>
33669
33670 PR c/42570
33671 * c-decl.c (grokdeclarator): For zero-size arrays force
33672 structural equality checks as layout_type does.
33673
33674 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
33675
33676 * builtins.c: Update copyright to 2010.
33677
33678 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
33679
33680 PR lto/42531
33681 * lto-streamer-out.c (produce_asm): Revert the last change.
33682 (copy_function): Likewise.
33683
33684 * lto-streamer.c (lto_get_section_name): Skip any leading
33685 asterisk in name.
33686
33687 2010-01-01 Richard Guenther <rguenther@suse.de>
33688
33689 PR middle-end/42559
33690 * builtins.c (get_object_alignment): Do not use DECL_ALIGN
33691 for LABEL_DECLs.
33692
33693 \f
33694 Copyright (C) 2010 Free Software Foundation, Inc.
33695
33696 Copying and distribution of this file, with or without modification,
33697 are permitted in any medium without royalty provided the copyright
33698 notice and this notice are preserved.