da28a560969c3ac3adcdde8a3bf4b0ac8bb5805e
[gcc.git] / gcc / ChangeLog
1 2012-10-04 Richard Guenther <rguenther@suse.de>
2
3 PR lto/47788
4 * tree-streamer-out.c (write_ts_block_tree_pointers): For
5 inlined functions outer scopes write the ultimate origin
6 as BLOCK_ABSTRACT_ORIGIN and BLOCK_SOURCE_LOCATION.
7 Do not stream the fragment chains.
8 * tree-streamer-in.c (lto_input_ts_block_tree_pointers): Likewise.
9 * dwarf2out.c (gen_subprogram_die): Handle NULL DECL_INITIAL.
10 (dwarf2out_decl): Always output DECL_ABSTRACT function decls.
11
12 2012-10-04 Arnaud Charlet <charlet@adacore.com>
13
14 * dumpfile.h, dumpfile.c: Remove TDI_ada.
15
16 2012-10-04 Yuri Rumyantsev <ysrumyan@gmail.com>
17
18 * config/i386/i386.c (ix86_dep_by_shift_count_body) : Add
19 check on reload_completed since it can be invoked before
20 register allocation phase in pre-reload schedule.
21 (ia32_multipass_dfa_lookahead) : Do not use dfa_lookahead for pre-reload
22 schedule to save compile time.
23 (ix86_sched_reorder) : Do not perform ready list reordering for pre-reload
24 schedule to save compile time.
25 (insn_is_function_arg) : New function. Returns true if lhs of insn is
26 HW function argument register.
27 (add_parameter_dependencies) : New function. Add output dependencies
28 for chain of function adjacent arguments if only there is a move to
29 likely spilled HW registers. Return first argument if at least one
30 dependence was added or NULL otherwise.
31 (avoid_func_arg_motion) : New function. Add output or anti dependency
32 from insn to first_arg to restrict code motion.
33 (add_dependee_for_func_arg) : New function. Avoid cross block motion of
34 function argument through adding dependency from the first non-jump
35 insn in bb.
36 (ix86_dependencies_evaluation_hook) : New function. Hook for pre-reload schedule:
37 avoid motion of function arguments passed in passed in likely spilled
38 HW registers.
39 (ix86_adjust_priority) : New function. Hook for pre-reload schedule: set priority
40 of moves from likely spilled HW registers to maximum to schedule them
41 as soon as possible.
42 (ix86_sched_init_global): Do not perform multipass scheduling for pre-reload
43 schedule to save compile time.
44
45 2012-10-04 Uros Bizjak <ubizjak@gmail.com>
46
47 * configure.ac (noexception_flags): Add -fasynchronous-unwind-tables.
48 * configure: Regenerate.
49
50 2012-10-04 Kaz Kojima <kkojima@gcc.gnu.org>
51
52 * config/sh/sh.c (sh_can_use_simple_return_p): Return false for
53 SHmedia and SHcompact using call cookie.
54 * config/sh/sh.md (epilogue): Emit non-inlined return insns for
55 SHmedia and SHcompact using call cookie.
56
57 2012-10-03 Oleg Endo <olegendo@gcc.gnu.org>
58
59 PR target/51244
60 * config/sh/sh.md (*mov_t_msb_neg): New insn and two accompanying
61 unnamed split patterns.
62
63 2012-10-03 Oleg Endo <olegendo@gcc.gnu.org>
64
65 PR target/50457
66 * config/sh/sh.c (parse_validate_atomic_model_option): Handle name
67 strings in sh_atomic_model.
68 * config/sh/sh.h (TARGET_CPU_CPP_BUILTINS): Move macro implementation
69 to ...
70 * config/sh/sh-c.c (sh_cpu_cpp_builtins): ... this new function.
71 Add __SH1__ and __SH2__ defines. Add __SH_ATOMIC_MODEL_*__ define.
72 * config/sh/sh-protos.h (sh_atomic_model): Add name and cdef_name
73 variables.
74 (sh_cpu_cpp_builtins): Declare new function.
75
76 2012-10-03 Dehao Chen <dehao@google.com>
77
78 PR middle-end/54782
79 * tree-cfg.c (move_block_to_fn): Update lexical block for phi_args.
80
81 2012-10-03 Vladimir Makarov <vmakarov@redhat.com>
82
83 * reginfo.c (max_regno_since_last_resize): New.
84 (reg_preferred_class, reg_alternate_class): Add assert.
85 (allocate_reg_info): Initialize allocated reg info.
86 (resize_reg_info): Make bigger reg_info and initialize new memory.
87 (reginfo_init): Initialize max_regno_since_last_resize.
88 (setup_reg_classes): Change assert.
89
90 2012-10-03 Andrew W. Nosenko <andrew.w.nosenko@gmail.com>
91
92 * config/i386/driver-i386.c (host_detect_local_cpu): Fix logic
93 in SSE and YMM state support check for -march=native.
94
95 2012-10-03 Nick Clifton <nickc@redhat.com>
96
97 * config/rx/rx.c (struct decl_chain): New local structure.
98 (warned_decls): New local variable. Contains a stack of decls for
99 which warnings have been issued.
100 (add_warned_decl): Adds a decl to the stack.
101 (already_warned): Returns true if a given decl is on the stack.
102 (rx_set_current_function): Issue a warning if multiple fast
103 interrupt handlers are defined.
104 * config/rx/rx.opt (mwarn-multiple-fast-interrupts): New option.
105 * doc/invoke.texi: Document the option.
106
107 2012-09-03 Mark Kettenis <kettenis@openbsd.org>
108
109 * config.gcc (*-*-openbsd4.[3-9]|*-*-openbsd[5-9]*): Set
110 default_use_cxa_atexit to yes.
111
112 2012-10-03 Jakub Jelinek <jakub@redhat.com>
113
114 PR rtl-optimization/54792
115 * sched-deps.c (find_modifiable_mems): Scan also TAIL insn.
116
117 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
118
119 PR target/54785
120 * doc/invoke.texi: Document -mprefer-avx128.
121
122 2012-10-02 Andrew Pinski <apinski@cavium.com>
123
124 * simplify-rtx.c (simplify_unary_operation_1 <case TRUNCATE>):
125 Don't optimize a truncate of a mem if it is a vector mode.
126
127 2012-10-02 Alexandre Oliva <aoliva@redhat.com>
128
129 PR debug/54551
130 * Makefile.in (VALTRACK_H): Add hash-table.h.
131 * valtrack.h: Include hash-table.h.
132 (struct dead_debug_global_entry): New.
133 (struct dead_debug_hash_descr): New.
134 (struct dead_debug_global): New.
135 (struct dead_debug): Rename to...
136 (struct dead_debug_local): ... this. Adjust all uses.
137 (dead_debug_global_init, dead_debug_global_finish): New.
138 (dead_debug_init): Rename to...
139 (dead_debug_local_init): ... this. Adjust all callers.
140 (dead_debug_finish): Rename to...
141 (dead_debug_local_finish): ... this. Adjust all callers.
142 * valtrack.c (dead_debug_global_init): New.
143 (dead_debug_init): Rename to...
144 (dead_debug_local_init): ... this. Take global parameter.
145 Save it and initialize used bitmap from it.
146 (dead_debug_global_find, dead_debug_global_insert): New.
147 (dead_debug_global_replace_temp): New.
148 (dead_debug_promote_uses): New.
149 (dead_debug_finish): Rename to...
150 (dead_debug_local_finish): ... this. Promote remaining uses.
151 (dead_debug_global_finish): New.
152 (dead_debug_add): Try to replace global temps first.
153 (dead_debug_insert_temp): Support global replacements.
154 * dce.c (word_dce_process_block, dce_process_block): Add
155 global_debug parameter. Pass it on.
156 (fast_dce): Initialize, pass on and finalize global_debug.
157 * df-problems.c (df_set_unused_notes_for_mw): Adjusted.
158 (df_create_unused_notes, df_note_bb_compute): Likewise.
159 (df_note_compute): Justify local-only dead debug analysis.
160
161 2012-10-02 Alexandre Oliva <aoliva@redhat.com>
162
163 PR debug/53135
164 * dwarf2out.c (value_format): Use block4 for dw_val_class_loc
165 when needed.
166
167 2012-10-02 Alexandre Oliva <aoliva@redhat.com>
168
169 PR debug/54177
170 * var-tracking.c (vt_add_function_parameter): Bail if
171 var_lowpart fails.
172
173 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
174
175 PR target/54741
176 * config/i386/driver-i386.c (XCR_XFEATURE_ENABLED_MASK): New.
177 (XSTATE_FP): Likewise.
178 (XSTATE_SSE): Likewise.
179 (XSTATE_YMM): Likewise.
180 (host_detect_local_cpu): Disable AVX, AVX2, FMA, FMA4 and XOP if
181 SSE and YMM states aren't supported.
182
183 2012-10-02 Richard Sandiford <rdsandiford@googlemail.com>
184
185 * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
186 (*baddu_si): ...this new pattern.
187
188 2012-10-02 Richard Sandiford <rdsandiford@googlemail.com>
189
190 * ira-int.h (target_ira_int): Add x_ira_useful_class_mode_regs.
191 (ira_useful_class_mode_regs): New macro.
192 * ira.c (clarify_prohibited_class_mode_regs): Set up
193 ira_useful_class_mode_regs.
194 * ira-color.c (setup_profitable_hard_regs): Use it to initialise
195 profitable_hard_regs.
196
197 2012-10-02 Richard Sandiford <rdsandiford@googlemail.com>
198
199 * ira.h (target_ira): Add x_ira_class_singleton.
200 (ira_class_singleton): New macro.
201 * ira.c (setup_prohibited_class_mode_regs): Set up ira_class_singleton.
202 * ira-build.c (update_conflict_hard_reg_costs): Use
203 ira_class_singleton to check for classes with a single
204 allocatable register.
205 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Likewise.
206 (single_reg_class): Likewise. When more than one class is specified,
207 check whether they have the same singleton register.
208 (process_single_reg_class_operands): Require single_reg_class
209 to return NO_REGS or a class with a single allocatable register.
210 Obtain that register from ira_class_singleton.
211
212 2012-10-02 Michael Meissner <meissner@linux.vnet.ibm.com>
213
214 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
215 -mcpu=<xxx> is not specified and the compiler is not configured
216 using --with-cpu=<xxx>, use the bits from the TARGET_DEFAULT to
217 set the initial options.
218
219 2012-10-02 Sharad Singhai <singhai@google.com>
220
221 PR testsuite/54772
222 * tree-vect-stmts.c (vectorizable_operation): Add missing return.
223
224 2012-10-02 David Edelsohn <dje.gcc@gmail.com>
225
226 * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
227 set TARGET_ALTIVEC_VRSAVE for TARGET_ELF.
228 (rs6000_stack_info): Only set vrsave_mask if TARGET_ALTIVEC_VRSAVE.
229
230 2012-10-02 Jakub Jelinek <jakub@redhat.com>
231
232 PR tree-optimization/54713
233 * expr.c (categorize_ctor_elements_1): Don't assume purpose is
234 non-NULL.
235 * tree-cfg.c (verify_gimple_assign_single): Add verification of
236 vector CONSTRUCTORs.
237 * tree-ssa-sccvn.c (vn_reference_lookup_3): For VECTOR_TYPE
238 CONSTRUCTORs, don't do anything if element type is VECTOR_TYPE,
239 and don't check index.
240 * tree-vect-slp.c (vect_get_constant_vectors): VIEW_CONVERT_EXPR ctor
241 elements first if their type isn't compatible with vector element type.
242
243 2012-10-02 Eric Botcazou <ebotcazou@adacore.com>
244
245 * tree.h (DECL_NONLOCAL_FRAME): New macro.
246 * tree-nested.c (get_frame_type): Set DECL_NONLOCAL_FRAME.
247 * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Stream in
248 DECL_NONLOCAL_FRAME flag.
249 * tree-streamer-out.c (pack_ts_decl_common_value_fields): Stream out
250 DECL_NONLOCAL_FRAME flag.
251
252 2012-10-02 Marc Glisse <marc.glisse@inria.fr>
253
254 * tree-ssa-forwprop.c (forward_propagate_into_cond): Don't use
255 boolean_type_node for vectors.
256
257 2012-10-01 Michael Meissner <meissner@linux.vnet.ibm.com>
258
259 * config/rs6000/rs6000.c (toplevel): Include dumpfile.h.
260 (rs6000_density_test): Rework to accommodate 09-30 change by
261 Sharad Singhai.
262
263 * config/rs6000/t-rs6000 (rs6000.o): Add dumpfile.h dependency.
264
265 2012-10-01 Dehao Chen <dehao@google.com>
266
267 PR middle-end/54759
268 * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): Use
269 LOCATION_LOCUS to compare with UNKNOWN_LOCATION.
270 (slpeel_tree_peel_loop_to_edge): Likewise.
271 * tree-vectorizer.c (vectorize_loops): Likewise.
272
273 2012-10-01 Andrew MacLeod <amacleod@redhat.com>
274
275 PR target/54087
276 * optabs.c (expand_atomic_fetch_op_no_fallback): New. Factored code
277 from expand_atomic_fetch_op.
278 (expand_atomic_fetch_op): Try atomic_{add|sub} operations in terms of
279 the other one if direct opcode fails.
280
281 2012-10-01 Uros Bizjak <ubizjak@gmail.com>
282
283 PR rtl-optimization/54457
284 * simplify-rtx.c (simplify_subreg):
285 Simplify (subreg:M (op:N ((x:N) (y:N)), 0)
286 to (op:M (subreg:M (x:N) 0) (subreg:M (x:N) 0)), where
287 the outer subreg is effectively a truncation to the original mode M.
288
289 2012-10-01 Richard Guenther <rguenther@suse.de>
290
291 * builtins.def (ATTR_MATHFN_FPROUNDING): Do not use no-vops
292 with -frounding-math.
293 * builtin-attrs.def (ATTR_PURE_NOTHROW_NOVOPS_LIST): Remove.
294 (ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST): Likewise.
295
296 2012-10-01 Eric Botcazou <ebotcazou@adacore.com>
297
298 * tree.h (copy_mem_ref_info): Delete.
299 * tree-ssa-address.c (copy_mem_ref_info): Likewise.
300 (maybe_fold_tmr): Copy flags manually.
301 * tree-ssa-loop-im.c (simple_mem_ref_in_stmt): Rewrite.
302
303 2012-10-01 Marc Glisse <marc.glisse@inria.fr>
304
305 * simplify-rtx.c (simplify_binary_operation_1) <VEC_SELECT>:
306 Detect the identity.
307 <VEC_CONCAT>: Handle VEC_SELECTs from the same vector.
308
309 2012-10-01 Oleg Endo <olegendo@gcc.gnu.org>
310
311 PR target/50457
312 * config/sh/sh.opt (matomic-model): New option.
313 (msoft-atomic): Mark as deprecated and alias to
314 matomic-model=soft-gusa.
315 (mhard-atomic): Delete.
316 * config/sh/predicates.md (gbr_displacement): New predicate.
317 * config/sh/sh-protos.h (sh_atomic_model): New struct.
318 (selected_atomic_model): New declaration.
319 (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT, TARGET_ATOMIC_SOFT_GUSA,
320 TARGET_ATOMIC_HARD_LLCS, TARGET_ATOMIC_SOFT_TCB,
321 TARGET_ATOMIC_SOFT_TCB_GBR_OFFSET_RTX, TARGET_ATOMIC_SOFT_IMASK):
322 New macros.
323 * config/sh/linux.h (SUBTARGET_OVERRIDE_OPTIONS): Adapt setting to
324 default atomic model.
325 * config/sh/sh.c (selected_atomic_model_): New global variable.
326 (selected_atomic_model, parse_validate_atomic_model_option): New
327 functions.
328 (sh_option_override): Replace atomic selection checks with call to
329 parse_validate_atomic_model_option.
330 * config/sh/sh.h (TARGET_ANY_ATOMIC, UNSUPPORTED_ATOMIC_OPTIONS,
331 UNSUPPORTED_HARD_ATOMIC_CPU): Delete.
332 (DRIVER_SELF_SPECS): Remove atomic checks.
333 config/sh/sync.md: Update documentation comments.
334 (atomic_compare_and_swap<mode>, atomic_exchange<mode>,
335 atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
336 atomic_<fetchop_name>_fetch<mode>, atomic_nand_fetch<mode>): Use
337 TARGET_ATOMIC_ANY as condition. Add TARGET_ATOMIC_STRICT check for
338 SH4A case. Handle new TARGET_ATOMIC_SOFT_TCB and
339 TARGET_ATOMIC_SOFT_IMASK cases.
340 (atomic_test_and_set): Handle new TARGET_ATOMIC_SOFT_TCB and
341 TARGET_ATOMIC_SOFT_IMASK cases.
342 (atomic_compare_and_swapsi_hard, atomic_exchangesi_hard,
343 atomic_fetch_<fetchop_name>si_hard, atomic_fetch_nandsi_hard,
344 atomic_<fetchop_name>_fetchsi_hard, atomic_nand_fetchsi_hard):
345 Add TARGET_ATOMIC_STRICT check.
346 (atomic_compare_and_swap<mode>_hard, atomic_exchange<mode>_hard,
347 atomic_fetch_<fetchop_name><mode>_hard, atomic_fetch_nand<mode>_hard,
348 atomic_<fetchop_name>_fetch<mode>_hard, atomic_nand_fetch<mode>_hard,
349 atomic_test_and_set_hard): Use TARGET_ATOMIC_HARD_LLCS condition.
350 (atomic_compare_and_swap<mode>_soft, atomic_exchange<mode>_soft,
351 atomic_fetch_<fetchop_name><mode>_soft, atomic_fetch_nand<mode>_soft,
352 atomic_<fetchop_name>_fetch<mode>_soft, atomic_nand_fetch<mode>_soft,
353 atomic_test_and_set_soft): Append _gusa to the insn names and use
354 TARGET_ATOMIC_SOFT_GUSA as condition.
355 (atomic_compare_and_swap<mode>_soft_tcb,
356 atomic_exchange<mode>_soft_tcb,
357 atomic_fetch_<fetchop_name><mode>_soft_tcb,
358 atomic_fetch_nand<mode>_soft_tcb,
359 atomic_<fetchop_name>_fetch<mode>_soft_tcb,
360 atomic_nand_fetch<mode>_soft_tcb, atomic_test_and_set_soft_tcb):
361 New insns.
362 (atomic_compare_and_swap<mode>_soft_imask,
363 atomic_exchange<mode>_soft_imask,
364 atomic_fetch_<fetchop_name><mode>_soft_imask,
365 atomic_fetch_nand<mode>_soft_imask,
366 atomic_<fetchop_name>_fetch<mode>_soft_imask,
367 atomic_nand_fetch<mode>_soft_imask, atomic_test_and_set_soft_imask):
368 New insns.
369 * doc/invoke.texi (SH Options): Document new matomic-model option.
370 Remove msoft-atomic and mhard-atomic options.
371
372 2012-10-01 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
373
374 PR target/54746
375 * config/s390/s390.c (s390_option_override): Add missing break.
376
377 2012-09-30 Sharad Singhai <singhai@google.com>
378
379 * dumpfile.c: New file with parts moved from tree-dump.c.
380 (pflags): New variable.
381 (alt_flags): Ditto.
382 (alt_dump_file): Ditto.
383 (dump_files): Update to include additional fields.
384 (struct dump_option_value_info): Add additional entries.
385 (get_dump_file_name): Use command line filename if available.
386 (dump_open_alternate_stream): New function.
387 (dump_loc): Ditto.
388 (dump_gimple_stmt): Ditto.
389 (dump_gimple_stmt_loc): Ditto.
390 (dump_generic_expr): Ditto.
391 (dump_generic_expr_loc): Ditto.
392 (dump_printf): Ditto.
393 (dump_printf_loc): Ditto.
394 (dump_start): Ditto.
395 (dump_finish): Ditto.
396 (dump_begin): Ditto.
397 (dump_enabled_p): Return true if either of the dump types is enabled.
398 (dump_initialized_p): Return true if either type of dump is
399 initialized.
400 (dump_end): Do not close standard streams.
401 (dump_enable_all): Handle filenames for regular dumps.
402 (dump_switch_p_1): Handle command-line dump filenames.
403 (opt_info_enable_all): New function.
404 (opt_info_switch_p_1): Ditto.
405 (opt_info_switch_p): Ditto.
406 (dump_kind_p): Ditto.
407 (dump_basic_block): Ditto.
408 (dump_combine_total_stats): Ditto.
409 (dump_remap_tree_vectorizer_verbose): Ditto.
410 * gimple-pretty-print.h: Rename dump_gimple_stmt to
411 pp_gimple_stmt_1. All callers updated.
412
413 2012-09-30 Sharad Singhai <singhai@google.com>
414
415 * doc/invoke.texi: Add documentation for the new -fopt-info option.
416 * tree-dump.c: Move general dump file related functionality into
417 dumpfile.c. Remove unneeded headers.
418 * tree-dump.h: Move function declarations into dumpfile.h.
419 * dumpfile.h: Include "line-map.h". Add defines for MSG flags.
420 (struct dump_file_info): Move here from tree-dump.c. Rename flags
421 to pflags, state to pstate, stream to pstream, filename to
422 pfilename. All callers updated. Add alt_flags, alt_state,
423 alt_filenmae, alt_stream.
424 * tree-vectorizer.c: Include "dumpfile.h". Remove vect_dump.
425 (vect_set_dump_settings): Remove.
426 (vect_print_dump_info): Ditto.
427 * tree-vectorizer.h: Remove declaration of vect_dump and
428 vect_print_dump_info.
429 * tree-vect-loop.c: Include "dumpfile.h". Use new dump style.
430 * tree-vect-data-refs.c: Ditto.
431 * tree-vect-stmts.c: Ditto.
432 * tree-vect-slp.c: Ditto.
433 * tree-vect-patterns.c: Ditto.
434 * tree-vect-loop-manip.c: Ditto.
435 * opts.c (vect_set_verbosity_level): Remove.
436 (common_handle_option): Handle -fopt-info flag. Deprecate
437 -ftree-vectorizer-verbose.
438 * tree-parloops.c (gather_scalar_reductions): Remove reference to
439 vect_dump.
440 * flag-types.h: Remove vect_verbosity_levels.
441 * common.opt: Add -fopt-info. Deprecate -ftree-vectorizer-verbose.
442 * opts-global.c (dump_remap_tree_vectorizer_verbose): New function.
443 (handle_common_deferred_options): Handle -fopt-info and
444 -ftree-vectorizer-verbose.
445 * Makefile.in: Add dumpfile.o.
446 (tree-dump.o): Update dependencies.
447 (tree-vect-loop.o): Ditto.
448 (tree-vect-loop-manip.o): Ditto.
449 (tree-vect-slp.o): Ditto.
450 (tree-vect-stmts.o): Ditto.
451 (tree-vectorizer.o): Ditto.
452 (opts.o): Ditto.
453 * passes.c (finish_optimization_passes): Instead of using
454 dump_begin/dump_end, use dump_start/dump_finish. Do not use dump_file.
455 (pass_init_dump_file): Ditto.
456
457 2012-09-30 Joern Rennecke <joern.rennecke@embecosm.com>
458
459 PR rtl-optimization/38449:
460 * hooks.c (hook_bool_const_rtx_const_rtx_true): New function.
461 * hooks.h (hook_bool_const_rtx_const_rtx_true): Declare.
462 * target.def: Merge in definitions and documentation for
463 TARGET_CAN_FOLLOW_JUMP.
464 * doc/tm.texi.in: Add documentation locations for the above.
465 * doc/tm.texi: Regenerate.
466 * reorg.c (follow_jumps): New parameters jump and crossing.
467 Changed all callers.
468
469 2012-09-30 Eric Botcazou <ebotcazou@adacore.com>
470
471 * reorg.c (relax_delay_slots): Use delay_insn consistently.
472
473 * config/sparc/sparc.c (gen_stack_pointer_dec): Delete.
474 (sparc_expand_epilogue): Use gen_stack_pointer_inc and adjust.
475 (sparc_flat_expand_epilogue): Likewise.
476 (emit_and_preserve): Likewise.
477 (sparc_fold_builtin): Fix thinko in latest change.
478
479 2012-09-30 Andreas Schwab <schwab@linux-m68k.org>
480
481 * config/m68k/m68k.md: Add names to bitfield insert and extract
482 insns.
483 (*insv_8_16_reg): Remove constraints and conditions that assume
484 that operand 0 could be a MEM.
485 (*extzv_8_16_reg, *extv_8_16_reg): Likewise, for operand 1.
486
487 2012-09-30 Jan Hubicka <jh@suse.cz>
488
489 * cfgloop.c (scale_loop_profile): Move to...
490 * cfgloopmanip.c (scale_loop_profile): .. here; use
491 scale_loop_frequencies.
492 (loopify): Use RDIV.
493
494 2012-09-28 Jan Hubicka <jh@suse.cz>
495
496 * tree-call-cdce.c (shrink_wrap_one_built_in_call): Update profile.
497
498 2012-09-28 Jan Hubicka <jh@suse.cz>
499
500 * function.c (dup_block_and_redirect): Update profile.
501
502 2012-09-29 Andreas Tobler <andreast@fgznet.ch>
503
504 * config.gcc: Replace 'host' with 'target' when configuring for
505 powerpc64*-*-freebsd.
506
507 2012-09-29 Marc Glisse <marc.glisse@inria.fr>
508
509 * tree.c (truth_type_for): New function.
510 * tree.h (truth_type_for): Declare.
511 * gimple-fold.c (and_comparisons_1): Call it.
512 (or_comparisons_1): Likewise.
513 * tree-ssa-forwprop.c (forward_propagate_into_cond): Don't use
514 boolean_type_node for vectors.
515
516 2012-09-28 Jan Hubicka <jh@suse.cz>
517
518 * basic-block.h (RDIV): Define.
519 (EDGE_FREQUENCY): Simplify.
520 (check_probability, combine_probabilities, apply_probability,
521 inverse_probability): New.
522 * cfgloop.c (scale_loop_profile): New function.
523 * cfgloop.h (scale_loop_profile): Declare.
524 (slpeel_add_loop_guard): Add probability parameter.
525 (set_prologue_iterations): Add probability parameter.
526 (slpeel_tree_peel_loop_to_edge): Add bound1 and bound2 parameters;
527 update probabilities correctly.
528 (vect_do_peeling_for_alignment, vect_gen_niters_for_prolog_loop): New.
529
530 2012-09-20 Bernd Schmidt <bernds@codesourcery.com>
531
532 PR bootstrap/54688
533 * sched-deps.c (parse_add_or_inc): Remove MINUS handling. Take
534 STACK_GROWS_DOWNWARD into account.
535
536 2012-09-28 Jakub Jelinek <jakub@redhat.com>
537
538 PR target/54716
539 * config/i386/predicates.md (nonimmediate_or_const_vector_operand):
540 New predicate.
541 * config/i386/i386.c (ix86_expand_vector_logical_operator): New
542 function.
543 * config/i386/i386-protos.h (ix86_expand_vector_logical_operator): New
544 prototype.
545 * config/i386/sse.md (<code><mode>3 VI logic): Use it.
546
547 PR tree-optimization/54713
548 * fold-const.c (vec_cst_ctor_to_array): Give up if vector CONSTRUCTOR
549 has vector elements.
550 (fold_ternary_loc) <case BIT_FIELD_REF>: Likewise.
551 * tree-vect-generic.c (vector_element): Don't rely on CONSTRUCTOR elts
552 indexes. Use BIT_FIELD_REF if CONSTRUCTOR has vector elements.
553 (lower_vec_perm): Use NULL_TREE CONSTRUCTOR indexes.
554
555 2012-09-28 Georg-Johann Lay <avr@gjlay.de>
556
557 * config/avr/avr.md (adjust_len): Add lpm.
558 (reload_in<mode>): Use avr_out_lpm for output. Use "lpm" for
559 adjust_len.
560 * config/avr/avr-protos.h (avr_out_lpm): New prototype.
561 * config/avr/avr.c (avr_out_lpm): Make global.
562 (adjust_insn_length): Handle ADJUST_LEN_LPM.
563
564 2012-09-28 Richard Guenther <rguenther@suse.de>
565
566 PR lto/47799
567 * lto-streamer-out.c (tree_is_indexable): Make PARM_DECLs global.
568 (lto_output_tree_ref): Handle references to them.
569 (output_function): Do not output function arguments again.
570 * lto-streamer-in.c (input_function): Do not input arguments
571 again, nor overwrite them.
572
573 2012-09-28 Richard Guenther <rguenther@suse.de>
574
575 * cgraph.h (symtab_node_base): Re-order and pack fields.
576
577 2012-09-28 Georg-Johann Lay <avr@gjlay.de>
578
579 * config/avr/avr.c (avr_pgm_check_var_decl): Fix non-error diagnostic.
580
581 2012-09-28 Georg-Johann Lay <avr@gjlay.de>
582
583 PR rtl-optimization/52543
584 * config/avr/avr.c (avr_mode_dependent_address_p): Return true for
585 all non-generic address spaces.
586 (TARGET_SECONDARY_RELOAD): New hook define to...
587 (avr_secondary_reload): ...this new static function.
588 * config/avr/avr.md (reload_in<mode>): New insns.
589
590 Undo r185605 (mostly):
591 * config/avr/avr-protos.h (avr_load_lpm): Remove.
592 * config/avr/avr.c (avr_load_libgcc_p): Don't restrict to __flash
593 loads.
594 (avr_out_lpm): Also handle loads > 1 byte.
595 (avr_load_lpm): Remove.
596 (avr_find_unused_d_reg): New static function.
597 (avr_out_lpm_no_lpmx): New static function.
598 (adjust_insn_length): Remove ADJUST_LEN_LOAD_LPM.
599 * config/avr/avr.md (unspec): Remove UNSPEC_LPM.
600 (load_<mode>_libgcc): Use MEM instead of UNSPEC_LPM.
601 (load_<mode>, load_<mode>_clobber): Remove.
602 (mov<mode>): For multi-byte move from non-generic
603 16-bit address spaces: Expand to *mov<mode> again.
604 (load<mode>_libgcc): New expander.
605 (split-lpmx): Remove split.
606
607 2012-09-27 Dehao Chen <dehao@google.com>
608
609 * tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
610 (extern void protected_set_expr_location): Likewise.
611 (function_args_iter_next): Likewise.
612 (inlined_function_outer_scope_p): Likewise.
613 * input.h (IS_UNKNOWN_LOCATION): Likewise.
614 * fold-const.c (expr_location_or): Likewise.
615 * lto-cgraph.c (output_node_opt_summary): Likewise.
616 * dwarf2out.c (add_src_coords_attributes): Likewise.
617 * tree-eh.c (lower_try_finally_dup_block): Likewise.
618 * profile.c (branch_prob):
619 * cfgexpand.c (expand_gimple_cond): Likewise.
620 (expand_gimple_basic_block): Likewise.
621 (construct_exit_block): Likewise.
622 (gimple_expand_cfg): Likewise.
623 * cfgcleanup.c (try_forward_edges): Likewise.
624 * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
625 (dump_scope_block): Likewise.
626 * ipa-prop.c (ipa_write_jump_function): Likewise.
627 * rtl.h (extern void rtl_check_failed_flag): Likewise.
628 * gimple.h (gimple_set_location): Likewise.
629 (gimple_has_location): Likewise.
630 * cfgrtl.c (unique_locus_on_edge_between_p): Likewise.
631 (force_nonfallthru_and_redirect): Likewise.
632 (fixup_reorder_chain): Likewise.
633 (cfg_layout_merge_blocks): Likewise.
634
635 2012-09-27 Meador Inge <meadori@codesourcery.com>
636
637 * gcc-ar.c (main): Handle the returning of the sub-process error
638 code correctly.
639
640 2012-09-27 Ulrich Weigand <ulrich.weigand@linaro.org>
641
642 * lower-subreg.c (enum classify_move_insn): Rename
643 SIMPLE_PSEUDO_REG_MOVE to DECOMPOSABLE_SIMPLE_MOVE.
644 (find_decomposable_subregs): Update.
645 (decompose_multiword_subregs): Add DECOMPOSE_COPIES parameter.
646 Only mark pseudo-to-pseudo copies as DECOMPOSABLE_SIMPLE_MOVE
647 if that parameter is true.
648 (rest_of_handle_lower_subreg): Call decompose_multiword_subregs
649 with DECOMPOSE_COPIES false.
650 (rest_of_handle_lower_subreg2): Call decompose_multiword_subregs
651 with DECOMPOSE_COPIES true.
652
653 2012-09-27 Marek Polacek <polacek@redhat.com>
654
655 * doc/gcov.texi (Gcov Data Files): Fix a typo.
656
657 2012-09-27 Jakub Jelinek <jakub@redhat.com>
658
659 PR target/54703
660 * simplify-rtx.c (simplify_binary_operation_1): Perform
661 (x - (x & y)) -> (x & ~y) optimization only for integral modes.
662
663 2012-09-27 Marc Glisse <marc.glisse@inria.fr>
664
665 PR c/53024
666 PR c++/54427
667 * doc/extend.texi (Vector Extensions): C++ improvements.
668 Power of 2 size requirement.
669
670 2012-09-27 Richard Guenther <rguenther@suse.de>
671
672 PR lto/54709
673 * lto-symtab.c (resolution_guessed_p): Remove.
674 (set_resolution_guessed): Likewise.
675 (lto_symtab_register_decl): Remove assert.
676 (lto_symtab_resolve_symbols): Do not alter symbol resolutions
677 and return the prevailing symbol, checking for multiple prevailing
678 symbols here.
679 (lto_symtab_merge_decls_1): Use the result from
680 lto_symtab_resolve_symbols. Do not alter symbol resolutions.
681
682 2012-09-26 Steve Ellcey <sellcey@mips.com>
683
684 PR web/54711
685 * doc/install.texi: Fix example.
686
687 2012-09-26 Dehao Chen <dehao@google.com>
688
689 * tree-ssa-live.c (clear_unused_block_pointer): Use explicitit (void)
690 for function parameter.
691 (remove_unused_locals): Don't use LOCATION_BLOCK if it is NULL.
692
693 2012-09-26 Oleg Endo <olegendo@gcc.gnu.org>
694
695 * doc/extend.texi (bswap Builtins): Change signed types to unsigned
696 types.
697
698 2012-09-26 Ian Lance Taylor <iant@google.com>
699
700 * diagnostic.c (bt_callback): Cast pc when calling fprintf.
701
702 2012-09-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
703
704 PR tree-optimization/54674
705 * gimple-ssa-strength-reduction.c (analyze_increments): Don't
706 introduce a multiplication with a pointer operand.
707
708 2012-09-26 Georg-Johann Lay <avr@gjlay.de>
709
710 PR middle-end/54635
711 * doc/tm.texi.in (TARGET_MODE_DEPENDENT_ADDRESS_P): Document new
712 parameter addrspace.
713 * doc/tm.texi: Regenerate.
714 * target.def (mode_dependent_address_p): Add addr_space_t parameter.
715 * targhooks.h (default_mode_dependent_address_p): Ditto.
716 * targhooks.c (default_mode_dependent_address_p): Ditto.
717 * expr.c (convert_move): Pass address space to
718 mode_dependent_address_p.
719 * combine.c (combine_simplify_rtx): Ditto.
720 (make_extraction): Ditto.
721 (simplify_shift_const_1): Ditto.
722 (gen_lowpart_for_combine): Ditto.
723 * lower-subreg.c (simple_move_operand): Ditto.
724 * recog.c (simplify_while_replacing): Ditto.
725 (offsettable_address_addr_space_p): Ditto.
726 (mode_dependent_address_p): Ditto.
727 * simplify-rtx.c (simplify_unary_operation_1): Ditto.
728 (simplify_subreg): Ditto.
729 * config/m68k/m68k.md: Ditto.
730 * config/vax/vax.md: Ditto.
731 * config/vax/constraints.md (Q): Ditto.
732 * config/vax/predicates.md (indexed_memory_operand): Ditto.
733 * config/alpha/alpha.c (alpha_mode_dependent_address_p): Add
734 unused addr_space_t parameter.
735 * config/avr/avr.c (avr_mode_dependent_address_p): Ditto.
736 * config/h8300/h8300.c (h8300_mode_dependent_address_p): Ditto.
737 * config/m32r/m32r.c (m32r_mode_dependent_address_p): Ditto.
738 * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): Ditto.
739 * config/rx/rx.c (rx_mode_dependent_address_p): Ditto.
740 * config/sparc/sparc.c (sparc_mode_dependent_address_p): Ditto.
741 * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
742 Ditto.
743 * config/vax/vax.c (vax_mode_dependent_address_p): Ditto.
744 * config/xtensa/xtensa.c (xtensa_mode_dependent_address_p): Ditto.
745
746 2012-09-26 Christophe Lyon <christophe.lyon@linaro.org>
747
748 * tree-ssa-math-opts.c (bswap_stats): Add found_16bit field.
749 (execute_optimize_bswap): Add support for builtin_bswap16.
750
751 2012-09-26 Richard Guenther <rguenther@suse.de>
752
753 * tree.h (DECL_IS_BUILTIN): Compare LOCATION_LOCUS.
754
755 2012-09-26 Ian Lance Taylor <iant@google.com>
756
757 * diagnostic.c: Include "demangle.h" and "backtrace.h".
758 (bt_stop): New static array.
759 (bt_callback, bt_err_callback): New static functions.
760 (diagnostic_action_after_output): Call backtrace_full for DK_ICE.
761 * Makefile.in (BACKTRACE): New variable.
762 (BACKTRACEINC, LIBBACKTRACE): New variables.
763 (BACKTRACE_H): New variable.
764 (LIBDEPS, LIBS): Add $(LIBBACKTRACE).
765 (INCLUDES): Add $(BACKTRACEINC).
766 (diagnostic.o): Depend upon $(DEMANGLE_H) and $(BACKTRACE_H).
767
768 2012-09-25 Segher Boessenkool <segher@kernel.crashing.org>
769
770 PR target/51274
771 PR target/53087
772 * config/rs6000/rs6000.md (ne0si): Remove unnecessary
773 earlyclobber. Merge with...
774 (ne0di): ... to...
775 (ne0_<mode>): New.
776 (plus_ne0si): Merge with...
777 (plus_ne0di): ... to...
778 (plus_ne0_<mode>): New.
779 (compare_plus_ne0si): Merge with...
780 (compare_plus_ne0di)... to...
781 (compare_plus_ne0_<mode>): New.
782 (compare_plus_ne0_<mode>_1): New.
783 (plus_ne0si_compare): Merge with...
784 (plus_ne0di_compare)... to...
785 (plus_ne0_<mode>_compare): New.
786
787 2012-09-25 Oleg Endo <olegendo@gcc.gnu.org>
788
789 PR target/54089
790 * config/sh/constraints.md (Jhb): New constraint.
791 * config/sh/predicates.md (negt_reg_shl31_operand): New predicate.
792 * config/sh/sh.md (rotrsi3): New expander.
793 (rotrsi3_1, *rotrsi3_1, *rotlsi3_1): New insns.
794 (rotlsi3, rotlhi3): Use const_int_operand predicate instead of
795 immediate_operand and remove CONST_INT_P checks in expansion code.
796 (*rotcr): Cleanup variable usage. Handle preceding nott insn. Add
797 split with swapped operands.
798 (*rotcr_neg_t, *movt_msb, *negt_msb): New insns and splits.
799
800 2012-09-25 Aldy Hernandez <aldyh@redhat.com>
801
802 PR middle-end/53850
803 * trans-mem.c (expand_call_tm): Handle late built built-ins.
804
805 2012-09-25 Georg-Johann Lay <avr@gjlay.de>
806
807 PR other/54701
808 * config/avr/avr-log.c (avr_double_int_pop_digit): Rewrite using
809 double_int::udivmod.
810
811 2012-09-25 Georg-Johann Lay <avr@gjlay.de>
812
813 * config/avr/avr.c (avr_set_current_function): Check cfun->machine
814 to be non-NULL.
815
816 2012-09-25 Georg-Johann Lay <avr@gjlay.de>
817
818 PR target/54641
819 * config/avr/t-avr: Use ALL_COMPILERFLAGS instead of ALL_CFLAGS
820 for sources compiled with COMPILER.
821
822 2012-09-25 Richard Guenther <rguenther@suse.de>
823
824 PR lto/54625
825 * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Do not merge
826 cgraph nodes for builtins.
827
828 2012-09-25 Jakub Jelinek <jakub@redhat.com>
829
830 PR tree-optimization/54676
831 * tree-vrp.c (set_and_canonicalize_value_range): Handle
832 one bit precision properly.
833
834 PR other/54692
835 * configure.ac (CFLAGS, CXXFLAGS): Remove -Ofast or -Og properly.
836 * configure: Regenerated.
837
838 2012-09-25 Georg-Johann Lay <avr@gjlay.de>
839
840 PR other/54701
841 * config/avr/avr.c (avr_map_decompose): Use double_int::from_uhwi
842 instead of uhwi_to_double_int.
843
844 2012-09-25 Richard Guenther <rguenther@suse.de>
845
846 * lto-symtab.c (lto_symtab_merge_decls_1): Properly merge
847 all of the chain.
848
849 2012-09-25 Richard Guenther <rguenther@suse.de>
850
851 PR tree-optimization/53663
852 * tree-ssa-sccvn.c (vn_reference_lookup_3): Conditional
853 native encode/interpret translation on VN_WALKREWRITE.
854
855 2012-09-24 Dehao Chen <dehao@google.com>
856
857 * tree-cfg.c (move_stmt_op): Reset the expr block only when necessary.
858 (move_block_to_fn): Reset the edge's goto block even
859 when the goto locus is unknown.
860
861 2012-09-24 Lawrence Crowl <crowl@google.com>
862
863 * double-int.h (double_int::from_pair): New.
864 (double_int::wide_mul_with_sign): New.
865 (double_int::sub_with_overflow): New.
866 (double_int::neg_with_overflow): New.
867 (double_int::divmod_with_overflow): New.
868 (shwi_to_double_int): Remove.
869 (uhwi_to_double_int): Remove.
870 (double_int_to_shwi): Remove.
871 (double_int_to_uhwi): Remove.
872 (double_int_fits_in_uhwi_p): Remove.
873 (double_int_fits_in_shwi_p): Remove.
874 (double_int_fits_in_hwi_p): Remove.
875 (double_int_mul): Remove.
876 (double_int_mul_with_sign): Remove.
877 (double_int_add): Remove.
878 (double_int_sub): Remove.
879 (double_int_neg): Remove.
880 (double_int_div): Remove.
881 (double_int_sdiv): Remove.
882 (double_int_udiv): Remove.
883 (double_int_mod): Remove.
884 (double_int_smod): Remove.
885 (double_int_umod): Remove.
886 (double_int_divmod): Remove.
887 (double_int_sdivmod): Remove.
888 (double_int_udivmod): Remove.
889 (double_int_multiple_of): Remove.
890 (double_int_setbit): Remove.
891 (double_int_ctz): Remove.
892 (double_int_not): Remove.
893 (double_int_ior): Remove.
894 (double_int_and): Remove.
895 (double_int_and_not): Remove.
896 (double_int_xor): Remove.
897 (double_int_lshift): Remove.
898 (double_int_rshift): Remove.
899 (double_int_lrotate): Remove.
900 (double_int_rrotate): Remove.
901 (double_int_negative_p): Remove.
902 (double_int_cmp): Remove.
903 (double_int_scmp): Remove.
904 (double_int_ucmp): Remove.
905 (double_int_max): Remove.
906 (double_int_smax): Remove.
907 (double_int_umax): Remove.
908 (double_int_min): Remove.
909 (double_int_smin): Remove.
910 (double_int_umin): Remove.
911 (double_int_ext): Remove.
912 (double_int_sext): Remove.
913 (double_int_zext): Remove.
914 (double_int_mask): Remove.
915 (double_int_max_value): Remove.
916 (double_int_min_value): Remove.
917 (double_int_zero_p): Remove.
918 (double_int_one_p): Remove.
919 (double_int_minus_one_p): Remove.
920 (double_int_equal_p): Remove.
921 (double_int_popcount): Remove.
922 (extern add_double_with_sign): Remove.
923 (#define add_double): Remove.
924 (extern neg_double): Remove.
925 (extern mul_double_with_sign): Remove.
926 (extern mul_double_wide_with_sign): Remove.
927 (#define mul_double): Remove.
928 (extern lshift_double): Remove.
929 (extern div_and_round_double): Remove.
930 * double-int.c (add_double_with_sign): Make static.
931 (#defined add_double): Localized from header.
932 (neg_double): Make static.
933 (mul_double_with_sign): Make static.
934 (mul_double_wide_with_sign): Make static.
935 (#defined mul_double): Localized from header.
936 (lshift_double): Make static.
937 (div_and_round_double): Make static.
938 (double_int::wide_mul_with_sign): New.
939 (double_int::sub_with_overflow): New.
940 (double_int::neg_with_overflow): New.
941 (double_int::divmod_with_overflow): New.
942 * emit-rtl.c (init_emit_once): Change to new double_int API.
943 * explow.c (plus_constant): Likewise.
944 * expmed.c (choose_multiplier): Likewise.
945 * fold-const.c (#define OVERFLOW_SUM_SIGN): Remove.
946 (int_const_binop_1): Change to new double_int API.
947 (fold_div_compare): Likewise.
948 (maybe_canonicalize_comparison): Likewise.
949 (pointer_may_wrap_p): Likewise.
950 (fold_negate_const): Likewise.
951 (fold_abs_const): Likewise.
952 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
953 (simplify_const_binary_operation): Likewise.
954 * tree-chrec.c (tree_fold_binomial): Likewise.
955 * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
956 * config/sparc/sparc.c (sparc_fold_builtin): Likewise.
957 * config/avr/avr.c (avr_double_int_push_digit): Likewise.
958 (avr_map): Likewise.
959 (avr_map_decompose): Likewise.
960 (avr_out_insert_bits): Likewise.
961
962 2012-09-24 Janis Johnson <janisjo@codesourcery.com>
963
964 * doc/sourcebuild.texi (Selectors): Document the use of target
965 and xfail used together.
966
967 2012-09-24 Richard Guenther <rguenther@suse.de>
968
969 PR middle-end/54632
970 * tree-ssa-live.c (clear_unused_block_pointer_1): Do not
971 handle DECL_DEBUG_EXPR_IS_FROM here...
972 (clear_unused_block_pointer): ... but here when walking all
973 local decls.
974
975 2012-09-24 Richard Guenther <rguenther@suse.de>
976
977 PR tree-optimization/54684
978 * tree-ssa-ccp.c (optimize_unreachable): Properly update stmts.
979
980 2012-09-24 Marc Glisse <marc.glisse@inria.fr>
981
982 * tree-ssa-forwprop.c: Include tree-ssa-propagate.h.
983 (simplify_bitfield_ref): Handle constructors.
984 * Makefile.in (tree-ssa-forwprop.o): Depend on tree-ssa-propagate.h.
985
986 2012-09-24 Richard Guenther <rguenther@suse.de>
987
988 * tree-ssa-pre.c (bitmap_find_leader, create_expression_by_pieces,
989 find_or_generate_expression): Remove dominating stmt argument.
990 (find_leader_in_sets, phi_translate_1, bitmap_find_leader,
991 create_component_ref_by_pieces_1, create_component_ref_by_pieces,
992 do_regular_insertion, do_partial_partial_insertion): Adjust.
993 (compute_avail): Do not set uids.
994
995 2012-09-24 Eric Botcazou <ebotcazou@adacore.com>
996
997 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream in
998 TYPE_NONALIASED_COMPONENT flag.
999 * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream out
1000 TYPE_NONALIASED_COMPONENT flag.
1001
1002 2012-09-24 Jia Liu <proljc@gmail.com>
1003
1004 * doc/lto.texi: Separate sections.
1005 * doc/plugins.texi: Likewise.
1006
1007 2012-09-24 Richard Guenther <rguenther@suse.de>
1008
1009 PR middle-end/52173
1010 * gimple.c (gimple_copy): Properly mark the copy modified
1011 if SSA operands are present.
1012
1013 2012-09-23 Eric Botcazou <ebotcazou@adacore.com>
1014
1015 PR tree-optimization/54669
1016 * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Invoke
1017 maybe_clean_or_replace_eh_stmt on the modified use statements.
1018
1019 2012-09-23 Marc Glisse <marc.glisse@inria.fr>
1020
1021 * expr.c (do_store_flag): Remove duplicated code.
1022
1023 2012-09-22 Segher Boessenkool <segher@kernel.crashing.org>
1024
1025 * config/rs6000/predicates.md (altivec_register_operand,
1026 vsx_register_operand, vfloat_operand, vint_operand,
1027 vlogical_operand, gpc_reg_operand, cc_reg_operand,
1028 cc_reg_not_cr0_operand, cc_reg_not_micro_cr0_operand):
1029 If op is a SUBREG, consider its SUBREG_REG instead.
1030
1031 2012-09-22 Uros Bizjak <ubizjak@gmail.com>
1032
1033 * optabs.c (prepare_cmp_insn): Expand comparison of the result
1034 of memcmp through generic comparison expansion code.
1035
1036 2012-09-21 Anthony Green <green@moxielogic.com>
1037
1038 * config/moxie/moxie.opt: Add -mno-crt0 option.
1039 * config/moxie/moxie.h (STARTFILE_SPEC): Handle -mno-crt0 option.
1040 * doc/invoke.texi (Option Summary): Document -mno-crt0 option.
1041
1042 2012-09-21 Jack Howarth <howarth@bromo.med.uc.edu>
1043
1044 PR bootstrap/54642
1045 * Makefile.in (lto-symtab.o): Remove gt-lto-symtab.h dependency.
1046
1047 2012-09-21 Dehao Chen <dehao@google.com>
1048
1049 PR go/54649
1050 * tree-eh.c (lower_try_finally_dup_block): Set the correct block for
1051 stmts in the duplicated EH block.
1052
1053 2012-09-21 Richard Guenther <rguenther@suse.de>
1054
1055 PR tree-optimization/54647
1056 * tree-ssa-pre.c (compute_avail): Do not put COND_EXPR
1057 or VEC_COND_EXPR into EXP_GEN again.
1058
1059 2012-09-21 Jakub Jelinek <jakub@redhat.com>
1060
1061 PR tree-optimization/54629
1062 * tree-loop-distribution.c (classify_partition): Free loop nest only
1063 after freeing ddr. Free ddr and loop nest also if successful.
1064
1065 2012-09-21 Matthias Klose <doko@ubuntu.com>
1066
1067 * config/arm/arm.c (arm_mangle_type): Don't warn anymore that
1068 4.4 has changed the `va_list' mangling.
1069
1070 2012-09-21 Eric Botcazou <ebotcazou@adacore.com>
1071
1072 PR rtl-optimization/54290
1073 PR rtl-optimization/54644
1074 * reload1.c (choose_reload_regs): Fix thinko in previous change.
1075
1076 2012-09-20 Segher Boessenkool <segher@kernel.crashing.org>
1077
1078 * config/rs6000/rs6000.md (define_split for plus_eqsi):
1079 Fix output pattern.
1080
1081 2012-09-20 Eric Botcazou <ebotcazou@adacore.com>
1082
1083 * reload1.c (choose_reload_regs): Add missing #ifdef/#endif pair.
1084
1085 2012-09-20 Bernd Schmidt <bernds@codesourcery.com>
1086
1087 PR bootstrap/54643
1088 * haifa-sched.c (schedule_block): Skip find_modifiable_mems if using
1089 SCHED_PRESSURE_MODEL.
1090
1091 2012-09-20 Joern Rennecke <joern.rennecke@embecosm.com>
1092
1093 * rtlanal.c (dead_or_set_regno_p): Fix COND_EXEC handling.
1094
1095 2012-09-20 Marek Polacek <polacek@redhat.com>
1096
1097 * tree-ssa-operands.c (get_expr_operands): Merge identical cases.
1098
1099 2012-09-20 Marek Polacek <polacek@redhat.com>
1100
1101 * tree-ssa-threadupdate.c (mark_threaded_blocks): Don't cast XNEWVEC's
1102 result.
1103 (create_edge_and_update_destination_phis): Likewise.
1104
1105 2012-09-20 Martin Jambor <mjambor@suse.cz>
1106
1107 * function.c (push_cfun): Check old current_function_decl matches
1108 old cfun, set new current_function_decl to the decl of the new cfun.
1109 (push_struct_function): Likewise.
1110 (pop_cfun): Likewise.
1111 (allocate_struct_function): Move call to
1112 invoke_set_current_function_hook to the end of the function.
1113 * cfgexpand.c (estimated_stack_frame_size): Do not set and restore
1114 current_function_decl.
1115 * cgraph.c (cgraph_release_function_body): Likewise.
1116 * cgraphunit.c (cgraph_process_new_functions): Likewise.
1117 (cgraph_add_new_function): Likewise.
1118 (cgraph_analyze_function): Likewise.
1119 (assemble_thunk): Set cfun to NULL at the end.
1120 (expand_function): Move call to set_cfun downwards.
1121 * gimple-low.c (record_vars_into): Only check current_function_decl
1122 before possibly doing push_cfun.
1123 * gimplify.c (gimplify_function_tree): Do not set and restore
1124 current_function_decl.
1125 * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
1126 (inline_analyze_function): Likewise.
1127 * ipa-prop.c (ipa_analyze_node): Likewise.
1128 * ipa-pure-const.c (analyze_function): Likewise.
1129 * lto-streamer-in.c (lto_input_function_body): Do not set
1130 current_function_decl.
1131 * lto-streamer-out.c (output_function): Do not set and restore
1132 current_function_decl.
1133 * omp-low.c (finalize_task_copyfn): Likewise.
1134 (expand_omp_taskreg): Likewise.
1135 (create_task_copyfn): Likewise, move push_cfun up quite a bit.
1136 * passes.c (dump_passes): Do not set and restore current_function_decl.
1137 (do_per_function): Likewise.
1138 (do_per_function_toporder): Likewise.
1139 * trans-mem.c (ipa_tm_scan_irr_function): Likewise.
1140 (ipa_tm_transform_transaction): Likewise.
1141 (ipa_tm_transform_clone): Likewise.
1142 (ipa_tm_execute): Likewise.
1143 * tree-emutls.c (lower_emutls_function_body): Likewise.
1144 * tree-inline.c (initialize_cfun): Do not call pop_cfun.
1145 (tree_function_versioning): Do not call push_cfun, do not set and
1146 restore current_function_decl. Remove assert checking consistency of
1147 cfun and current_function_decl.
1148 * tree-profile.c (tree_profiling): Do not set and restore
1149 current_function_decl.
1150 * tree-sra.c (convert_callers_for_node): Do not set
1151 current_function_decl.
1152 (convert_callers): Do not restore current_function_decl.
1153 (modify_function): Do not set current_function_decl.
1154 * tree-ssa-structalias.c (ipa_pta_execute): Do not set and restore
1155 current_function_decl.
1156
1157 2012-09-20 Diego Novillo <dnovillo@google.com>
1158
1159 PR target/54631
1160 * config/vxworks.c (vxworks_emutls_var_init): Update for new
1161 VEC_quick_push interface.
1162
1163 2012-09-20 Richard Guenther <rguenther@suse.de>
1164
1165 PR tree-optimization/54634
1166 * tree-data-ref.c (get_references_in_stmt): For now give
1167 up for pure functions.
1168
1169 2012-09-20 Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
1170
1171 * doc/lto.texi: Correct typo.
1172
1173 2012-09-19 Dehao Chen <dehao@google.com>
1174
1175 * config/s390/s390.c (s390_chunkify_start): Replacing INSN_LOCATOR.
1176 * config/spu/spu.c (emit_nop_for_insn): Likewise.
1177 (pad_bb): Likewise.
1178 (spu_emit_branch_hint): Likewise.
1179 (insert_hbrp_for_ilb_runout): Likewise.
1180 * config/mep/mep.c (mep_make_bundle): Likewise.
1181 (mep_bundle_insns): Likewise.
1182 * config/sh/sh.c (gen_block_redirect): Likewise.
1183 * config/c6x/c6x.c (gen_one_bundle): Likewise.
1184 * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Likewise.
1185 * config/picochip/picochip.c (picochip_reorg): Likewise.
1186 * config/arm/arm.c (require_pic_register): Likewise.
1187 * config/mips/mips.c (mips16_gp_pseudo_reg): Likewise.
1188 * config/bfin/bfin.c (gen_one_bundle): Likewise.
1189
1190 2012-09-19 Mark Kettenis <kettenis@openbsd.org>
1191
1192 * config.gcc (hppa*-*-openbsd*): New target.
1193 * config/pa/pa-openbsd.h: New file.
1194 * config/pa/pa32-openbsd.h: New file.
1195 * config/host-openbsd.c: Update copyright year.
1196 (TRY_EXCEPT_VM_SPACE): Define for OpenBSD/hppa.
1197
1198 2012-09-19 Martin Jambor <mjambor@suse.cz>
1199
1200 * ipa-prop.c (prune_expression_for_jf): New function.
1201 (ipa_set_jf_constant): Use it.
1202 (ipa_set_jf_arith_pass_through): Likewise.
1203 (determine_known_aggregate_parts): Likewise.
1204
1205 2012-09-19 Steve Ellcey <sellcey@mips.com>
1206
1207 * config.gcc (mips*-mti-elf*): New target.
1208 * config/mips/mti-elf.h: New file.
1209 * config/mips/t-mti-elf: New file.
1210
1211 2012-09-19 Dehao Chen <dehao@google.com>
1212
1213 * toplev.c (general_init): Init block_locations.
1214 * tree.c (tree_set_block): New.
1215 (tree_block): Change to use LOCATION_BLOCK.
1216 * tree.h (TREE_SET_BLOCK): New.
1217 * final.c (reemit_insn_block_notes): Change to use LOCATION_BLOCK.
1218 (final_start_function): Likewise.
1219 * input.c (expand_location_1): Likewise.
1220 * input.h (LOCATION_LOCUS): New.
1221 (LOCATION_BLOCK): New.
1222 (IS_UNKNOWN_LOCATION): New.
1223 * fold-const.c (expr_location_or): Change to use new location.
1224 * reorg.c (emit_delay_sequence): Likewise.
1225 (try_merge_delay_insns): Likewise.
1226 * modulo-sched.c (dump_insn_location): Likewise.
1227 * lto-streamer-out.c (lto_output_location_bitpack): Likewise.
1228 * lto-cgraph.c (output_node_opt_summary): Likewise.
1229 * jump.c (rtx_renumbered_equal_p): Likewise.
1230 * ifcvt.c (noce_try_move): Likewise.
1231 (noce_try_store_flag): Likewise.
1232 (noce_try_store_flag_constants): Likewise.
1233 (noce_try_addcc): Likewise.
1234 (noce_try_store_flag_mask): Likewise.
1235 (noce_try_cmove): Likewise.
1236 (noce_try_cmove_arith): Likewise.
1237 (noce_try_minmax): Likewise.
1238 (noce_try_abs): Likewise.
1239 (noce_try_sign_mask): Likewise.
1240 (noce_try_bitop): Likewise.
1241 (noce_process_if_block): Likewise.
1242 (cond_move_process_if_block): Likewise.
1243 (find_cond_trap): Likewise.
1244 * ipa-prop.c (ipa_set_jf_constant): Likewise.
1245 (ipa_write_jump_function): Likewise.
1246 * dwarf2out.c (add_src_coords_attributes): Likewise.
1247 * expr.c (expand_expr_real): Likewise.
1248 * tree-parloops.c (create_loop_fn): Likewise.
1249 * recog.c (peep2_attempt): Likewise.
1250 * function.c (free_after_compilation): Likewise.
1251 (expand_function_end): Likewise.
1252 (set_insn_locations): Likewise.
1253 (thread_prologue_and_epilogue_insns): Likewise.
1254 * print-rtl.c (print_rtx): Likewise.
1255 * profile.c (branch_prob): Likewise.
1256 * trans-mem.c (ipa_tm_scan_irr_block): Likewise.
1257 * gimplify.c (gimplify_call_expr): Likewise.
1258 * except.c (duplicate_eh_regions_1): Likewise.
1259 * emit-rtl.c (try_split): Likewise.
1260 (make_insn_raw): Likewise.
1261 (make_debug_insn_raw): Likewise.
1262 (make_jump_insn_raw): Likewise.
1263 (make_call_insn_raw): Likewise.
1264 (emit_pattern_after_setloc): Likewise.
1265 (emit_pattern_after): Likewise.
1266 (emit_debug_insn_after): Likewise.
1267 (emit_pattern_before): Likewise.
1268 (emit_insn_before_setloc): Likewise.
1269 (emit_jump_insn_before): Likewise.
1270 (emit_call_insn_before_setloc): Likewise.
1271 (emit_call_insn_before): Likeise.
1272 (emit_debug_insn_before_setloc): Likewise.
1273 (emit_copy_of_insn_after): Likewise.
1274 (insn_locators_alloc): Remove.
1275 (insn_locators_finalize): Remove.
1276 (insn_locators_free): Remove.
1277 (set_curr_insn_source_location): Remove.
1278 (get_curr_insn_source_location): Remove.
1279 (set_curr_insn_block): Remove.
1280 (get_curr_insn_block): Remove.
1281 (locator_scope): Remove.
1282 (insn_scope): Change to use new location.
1283 (locator_location): Remove.
1284 (insn_line): Change to use new location.
1285 (locator_file): Remove.
1286 (insn_file): Change to use new location.
1287 (locator_eq): Remove.
1288 (insn_locations_init): New.
1289 (insn_locations_finalize): New.
1290 (set_curr_insn_location): New.
1291 (curr_insn_location): New.
1292 * cfgexpand.c (gimple_assign_rhs_to_tree): Change to use new location.
1293 (expand_gimple_cond): Likewise.
1294 (expand_call_stmt): Likewise.
1295 (expand_gimple_stmt_1): Likewise.
1296 (expand_gimple_basic_block): Likewise.
1297 (construct_exit_block): Likewise.
1298 (gimple_expand_cfg): Likewise.
1299 * cfgcleanup.c (try_forward_edges): Likewise.
1300 * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
1301 (dump_scope_block): Likewise.
1302 (remove_unused_locals): Likewise.
1303 * rtl.c (rtx_equal_p_cb): Likewise.
1304 (rtx_equal_p): Likewise.
1305 * rtl.h (XUINT): New.
1306 (INSN_LOCATOR): Remove.
1307 (CURR_INSN_LOCATION): Remove.
1308 (INSN_LOCATION): New.
1309 (INSN_HAS_LOCATION): New.
1310 * tree-inline.c (remap_gimple_op_r): Change to use new location.
1311 (copy_tree_body_r): Likewise.
1312 (copy_phis_for_bb): Likewise.
1313 (expand_call_inline): Likewise.
1314 * tree-streamer-in.c (lto_input_ts_exp_tree_pointers): Likewise.
1315 * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
1316 * gimple-streamer-out.c (output_gimple_stmt): Likewise.
1317 * combine.c (try_combine): Likewise.
1318 * tree-outof-ssa.c (set_location_for_edge): Likewise.
1319 (insert_partition_copy_on_edge): Likewise.
1320 (insert_value_copy_on_edge): Likewise.
1321 (insert_rtx_to_part_on_edge): Likewise.
1322 (insert_part_to_rtx_on_edge): Likewise.
1323 * basic-block.h (edge_def): Remove field.
1324 * gimple.h (gimple_statement_base): Remove field.
1325 (gimple_bb): Change to use new location.
1326 (gimple_set_block): Likewise.
1327 (gimple_has_location): Likewise.
1328 * tree-cfg.c (make_cond_expr_edges): Likewise.
1329 (make_goto_expr_edges): Likewise.
1330 (gimple_can_merge_blocks_p): Likewise.
1331 (move_stmt_op): Likewise.
1332 (move_block_to_fn): Likewise.
1333 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
1334 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
1335 * config/i386/i386.c (x86_output_mi_thunk): Likewise.
1336 * config/tilegx/tilegx.c (tilegx_output_mi_thunk): Likewise.
1337 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
1338 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
1339 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
1340 * config/score/score.c (score_output_mi_thunk): Likewise.
1341 * config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise.
1342 * config/mips/mips.c (mips_output_mi_thunk): Likewise.
1343 * cfgrtl.c (unique_locus_on_edge_between_p): Likewise.
1344 (unique_locus_on_edge_between_p): Likewise.
1345 (emit_nop_for_unique_locus_between): Likewise.
1346 (force_nonfallthru_and_redirect): Likewise.
1347 (fixup_reorder_chain): Likewise.
1348 (cfg_layout_merge_blocks): Likewise.
1349 * stmt.c (emit_case_nodes): Likewise.
1350
1351 2012-09-19 Bernd Schmidt <bernds@codesourcery.com>
1352
1353 * dbgcnt.def (sched_breakdep): New counter.
1354 * haifa-sched.c (update_insn_after_change): New static function,
1355 broken out of haifa_change_pattern.
1356 (haifa_change_pattern): Call it.
1357 (dep_t heap vecs): Declare.
1358 (INSN_COST): Define earlier.
1359 (next_cycle_replace_deps, next_cycle_apply): New static variables.
1360 (apply_replacement): New static function.
1361 (recompute_todo_spec): New argument FOR_BACKTRACK. All callers
1362 changed. Handle DEP_REPLACE deps.
1363 (contributes_to_priority_p): False for replaceable deps.
1364 (must_restore_pattern_p, restore_pattern): New static functions.
1365 (schedule_insn): Use them. Apply replacements for broken deps.
1366 (struct haifa_saved_data): Add new fields to keep track of
1367 replacements.
1368 (save_backtrack_point): Initialize them.
1369 (undo_replacements_for_backtrack): New static function.
1370 (restore_last_backtrack_point, free_topmost_backtrack_point):
1371 Use it and keep track of replacements.
1372 (perform_replacements_new_cycle, undo_all_replacements): New static
1373 functions.
1374 (schedule_block): Call these two as necessary. Call
1375 find_modifiable_mems.
1376 (try_ready): Tweak the assert. Check for DEP_POSTPONED.
1377 * sched-deps.c: Include "emit-rtl.h".
1378 (init_dep_1): Initialize DEP_NONREG, DEP_MULTIPLE and DEP_REPLACE.
1379 (dep_spec_p): True for DEP_REPLACE deps.
1380 (mark_as_hard): New static variable.
1381 (update_dep): Update DEP_NONREG and DEP_MULTIPLE.
1382 (add_dependence_list): New argument hard. All callers changed. Set
1383 and clear mark_as_hard around function body.
1384 (add_dependence_list_and_free): Likewise.
1385 (haifa_note_mem_dep): Set DEP_NONREG.
1386 (haifa_note_dep): Likewise if mark_as_hard is true.
1387 (sched_analyze_insn): Switch loop with if statement testing for
1388 sel_sched_p.
1389 (struct mem_inc_info): New.
1390 (attempt_change, parse_add_or_inc, find_inc, find_mem): New static
1391 functions.
1392 (find_modifiable_mems): New function.
1393 * sched-int.h (struct dep_replacement): New.
1394 (struct _dep): Add replace, nonreg and multiple fields. Make type and
1395 cost bitfields.
1396 (UNKNOWN_DEP_COST): Change to match the bitfield.
1397 (DEP_NONREG, DEP_MULTIPLE, DEP_REPLACE): New macros.
1398 (DEP_POSTPONED): New macro.
1399 (DEP_CANCELLED): Renumber.
1400 (find_modifiable_mems): Declare.
1401 (enum SCHED_FLAGS): Add DONT_BREAK_DEPENDENCIES.
1402 * sched-rgn.c (init_ready_list): Set TODO_SPEC here.
1403 (new_ready): Don't set HARD_DEP, use DEP_POSTPONED.
1404 (debug_dependencies): Dump DEP_NONREG and DEP_MULTIPLE.
1405 * Makefile.in (sched-deps.o): Update dependencies.
1406 * config/c6x/c6x.c (in_hwloop): New static variable.
1407 (c6x_set_sched_flags): If it is true, add DONT_BREAK_DEPENDENCIES.
1408 (hwloop_optimize): Set and clear it around preliminary scheduling pass.
1409
1410 2012-09-19 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
1411
1412 * config/rs6000/rs6000-builtin.def: Add __builtin_ppc_get_timebase
1413 and __builtin_ppc_mftb.
1414 * config/rs6000/rs6000.c (rs6000_expand_zeroop_builtin): New function
1415 to expand an expression that calls a built-in without arguments.
1416 (rs6000_expand_builtin): Add __builtin_ppc_get_timebase and
1417 __builtin_ppc_mftb.
1418 (rs6000_init_builtins): Likewise.
1419 * config/rs6000/rs6000.md (rs6000_get_timebase): New pattern.
1420 (rs6000_get_timebase_ppc32): New pattern.
1421 (rs6000_mftb_<mode>): New pattern.
1422
1423 * doc/extend.texi (PowerPC Built-in Functions): New section.
1424 (PowerPC AltiVec/VSX Built-in Functions): Move some built-ins
1425 unrelated to Altivec/VSX to the new section.
1426
1427 2012-09-19 David Edelsohn <dje.gcc@gmail.com>
1428
1429 * rs6000.md (mac*): Remove extra spaces.
1430 (mulhw*): Same.
1431
1432 2012-09-19 Oleg Endo <olegendo@gcc.gnu.org>
1433
1434 PR target/54089
1435 * config/sh/predicates.md (arith_reg_or_t_reg_operand): New predicate.
1436 * config/sh/sh.md (*rotcr): Use arith_reg_or_t_reg_operand predicate.
1437 Handle the case where one of the operands is T_REG.
1438 Add new pattern to handle MSB extraction.
1439
1440 2012-09-19 Oleg Endo <olegendo@gcc.gnu.org>
1441
1442 PR target/54236
1443 * config/sh/sh.md (*addc): Add pattern to handle one bit left shifts.
1444
1445 2012-09-19 Oleg Endo <olegendo@gcc.gnu.org>
1446
1447 * config/sh/sh.md (prologue, epilogue): Use braced strings.
1448
1449 2012-09-19 Eric Botcazou <ebotcazou@adacore.com>
1450
1451 PR rtl-optimization/54290
1452 * reload1.c (choose_reload_regs): Also take into account secondary MEMs
1453 to remove address replacements for inherited reloads.
1454 (replaced_subreg): Move around.
1455
1456 2012-09-19 David Edelsohn <dje.gcc@gmail.com>
1457
1458 * config/rs6000/aix61.h (TARGET_DEFAULT): Add MASK_PPC_GPOPT,
1459 MASK_PPC_GFXOPT, and MASK_MFCRF.
1460
1461 2012-09-19 Richard Guenther <rguenther@suse.de>
1462
1463 * passes.c (init_optimization_passes): For -Og move
1464 pass_object_sizes inbetween CCP and copyprop.
1465
1466 2012-09-19 Richard Guenther <rguenther@suse.de>
1467
1468 * tree-ssa-forwprop.c (get_prop_source_stmt): Simplify.
1469
1470 2012-09-19 Jan Hubicka <jh@suse.cz>
1471
1472 * symtab.c (insert_to_assembler_name_hash): Do not insert
1473 register vars.
1474 (unlink_from_assembler_name_hash): NULL out pointers of unlinked var.
1475 (symtab_prevail_in_asm_name_hash): New.
1476 (symtab_initialize_asm_name_hash): Break out from ...
1477 (symtab_node_for_asm): ... here.
1478 (dump_symtab_base): Dump LTO file data.
1479 (verify_symtab_base): Register vars are not in symtab.
1480 * cgraph.h (symtab_initialize_asm_name_hash,
1481 symtab_prevail_in_asm_name_hash): New functions.
1482 (symtab_real_symbol_p): New inline.
1483 * lto-symtab.c: Do not include gt-lto-symtab.h.
1484 (lto_symtab_entry_def): Remove.
1485 (lto_symtab_entry_t): Remove.
1486 (lto_symtab_identifiers): Remove.
1487 (lto_symtab_free): Remove.
1488 (lto_symtab_entry_hash): Remove.
1489 (lto_symtab_entry_eq): Remove.
1490 (lto_symtab_entry_marked_p): Remove.
1491 (lto_symtab_maybe_init_hash_table): Remove.
1492 (resolution_guessed_p, set_resolution_guessed): New functions.
1493 (lto_symtab_register_decl): Only set resolution info.
1494 (lto_symtab_get, lto_symtab_get_resolution): Remove.
1495 (lto_symtab_merge): Reorg to work across symtab; do nothing if decls
1496 are same.
1497 (lto_symtab_resolve_replaceable_p): Reorg to work on symtab.
1498 (lto_symtab_resolve_can_prevail_p): Likewise; only real symbols can
1499 prevail.
1500 (lto_symtab_resolve_symbols): Reorg to work on symtab.
1501 (lto_symtab_merge_decls_2): Likewise.
1502 (lto_symtab_merge_decls_1): Likewise; add debug dumps.
1503 (lto_symtab_merge_decls): Likewise; do not merge at ltrans stage.
1504 (lto_symtab_merge_cgraph_nodes_1): Reorg to work on symtab.
1505 (lto_symtab_merge_cgraph_nodes): Likewise; do not merge at ltrans
1506 stage.
1507 (lto_symtab_prevailing_decl): Rewrite to lookup into symtab.
1508 * lto-streaer.h (lto_symtab_free): Remove.
1509 * lto-cgraph.c (add_references): Cleanup.
1510 * varpool.c (varpool_assemble_decl): Skip hard regs.
1511
1512 2012-09-19 Richard Guenther <rguenther@suse.de>
1513
1514 PR other/53316
1515 * common/common-target.h (OPT_LEVELS_1_PLUS_NOT_DEBUG): Add.
1516
1517 2012-09-19 Richard Guenther <rguenther@suse.de>
1518
1519 PR other/53316
1520 * common.opt (optimize_debug): New variable.
1521 (Og): New optimization level.
1522 * doc/invoke.texi (Og): Document.
1523 * opts.c (maybe_default_option): Add debug parameter.
1524 (maybe_default_options): Likewise.
1525 (default_options_optimization): Handle -Og.
1526 (common_handle_option): Likewise.
1527 * passes.c (gate_all_optimizations): Do not run with -Og.
1528 (gate_all_optimizations_g): New gate, run with -Og.
1529 (pass_all_optimizations_g): New container pass, run with -Og.
1530 (init_optimization_passes): Schedule pass_all_optimizations_g
1531 alongside pass_all_optimizations.
1532
1533 2012-09-19 Richard Guenther <rguenther@suse.de>
1534
1535 PR tree-optimization/54132
1536 * tree-loop-distribution.c (classify_partition): Properly
1537 check dependences for memmove.
1538 * tree-data-ref.h (compute_affine_dependence): Declare.
1539 * tree-data-ref.c (compute_affine_dependence): Export.
1540
1541 2012-09-19 Zhenqiang Chen <zhenqiang.chen@arm.com>
1542
1543 PR middle-end/54364
1544 * bb-reorder.c (connect_better_edge_p): New added.
1545 (find_traces_1_round): When optimizing for size, ignore edge frequency
1546 and probability, and handle all in one round.
1547 (bb_to_key): Use bb->index as key when optimizing for size.
1548 (better_edge_p): The bb with smaller index is better when optimizing
1549 for size.
1550 (connect_traces): When optimizing for size, connect block n with
1551 block n + 1; connect trace m with trace m + 1 if falling through.
1552 (gate_handle_reorder_blocks): Enable bbro when optimizing for -Os.
1553
1554 2012-09-19 Bin Cheng <bin.cheng@arm.com>
1555
1556 * fold-const.c (fold_truth_andor): Remove duplicated check on
1557 BRANCH_COST.
1558
1559 2012-09-18 Eric Botcazou <ebotcazou@adacore.com>
1560
1561 PR middle-end/54617
1562 * expr.c (store_field): Handle a PARALLEL in more cases.
1563
1564 2012-09-18 Segher Boessenkool <segher@kernel.crashing.org>
1565
1566 * config/rs6000/rs6000.md (sminsi3, smaxsi3, uminsi3, umaxsi3): Delete.
1567 (abssi2, abs<mode>2_isel, nabs<mode>2_isel, abssi2_nopower,
1568 nabs_nopower): Delete.
1569 (absdi2, absdi2_internal, nabsdi2): Delete.
1570 (smindi3, smaxdi3, umindi3, umaxdi3): Delete.
1571
1572 2012-09-18 Georg-Johann Lay <avr@gjlay.de>
1573
1574 * config/avr/avr.md: Tidy up empty "". Fix C code indentation.
1575 * config/avr/avr-fixed.md: Ditto.
1576
1577 2012-09-18 Maciej W. Rozycki <macro@codesourcery.com>
1578
1579 * config/rs6000/rs6000.c (print_operand) <'c'>: Remove.
1580 * config/rs6000/spe.md: Remove a leftover comment.
1581
1582 2012-09-18 Jakub Jelinek <jakub@redhat.com>
1583
1584 PR target/54592
1585 * config/i386/i386.c (ix86_rtx_costs): Limit > UNITS_PER_WORD
1586 AND/IOR/XOR cost calculation to MODE_INT class modes.
1587
1588 2012-09-18 Thomas Quinot <quinot@adacore.com>
1589
1590 * doc/invoke.texi: Document -fada-spec-parent.
1591
1592 2012-09-18 Jakub Jelinek <jakub@redhat.com>
1593
1594 PR tree-optimization/54610
1595 * tree-ssa-forwprop.c: Include optabs.h. Don't include
1596 tree-vectorizer.h.
1597 (simplify_vector_constructor): Don't use vect_gen_perm_mask,
1598 instead create the mask constant here.
1599 * Makefile.in (tree-ssa-forwprop.o): Depend on $(OPTABS_H).
1600 Don't depend on $(TREE_VECTORIZER_H).
1601
1602 2012-09-18 Florian Weimer <fweimer@redhat.com>
1603
1604 * Makefile.in (BASIC_BLOCK_H): Add cfg-flags.def.
1605
1606 2012-09-18 Richard Guenther <rguenther@suse.de>
1607
1608 * statistics.h (CXX_MEM_STAT_INFO): New define.
1609 * gimple.h (gimple_build_assign_with_ops_stat,
1610 gimple_build_assign_with_ops, gimple_build_assign_with_ops3):
1611 Turn into an overload of the function gimple_build_assign_with_ops.
1612 * gimple.c (gimple_build_assign_with_ops_stat): Rename to ...
1613 (gimple_build_assign_with_ops): ... this.
1614 * tree-ssa-loop-im.c (move_computations_stmt): Adjust.
1615 * tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
1616 * tree-vect-data-refs.c (vect_permute_store_chain): Likewise.
1617 (vect_permute_load_chain): Likewise.
1618 * tree-vect-generic.c (expand_vector_divmod): Likewise.
1619 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Likewise.
1620 (vect_recog_divmod_pattern): Likewise.
1621 (vect_recog_mixed_size_cond_pattern): Likewise.
1622 (adjust_bool_pattern): Likewise.
1623 * tree-vect-slp.c (vect_create_mask_and_perm): Likewise.
1624 * tree-vect-stmts.c (vectorizable_operation): Likewise.
1625 (permute_vec_elements): Likewise.
1626 (vectorizable_load): Likewise.
1627
1628 2012-09-17 Paul Koning <ni1d@arrl.net>
1629
1630 * doc/invoke.text (-feliminate-unused-debug-types): Update to
1631 reflect that this is enabled by default.
1632
1633 2012-09-17 Ben Cheng <bccheng@google.com
1634
1635 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Suppress the
1636 dynamic linker commands for statically linked programs.
1637
1638 2012-09-17 Ulrich Weigand <ulrich.weigand@linaro.org>
1639
1640 * config/arm/arm.c (arm_rtx_costs_1): Handle vec_extract and vec_set
1641 patterns.
1642 * config/arm/arm.md ("vec_set<mode>_internal"): Support memory source
1643 operands, implemented via vld1 instruction.
1644 ("vec_extract<mode>"): Support memory destination operands, implemented
1645 via vst1 instruction.
1646 ("neon_vst1_lane<mode>"): Use UNSPEC_VST1_LANE instead of vec_select.
1647 * config/arm/predicates.md ("neon_lane_number"): Remove.
1648
1649 2012-09-17 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1650 Ulrich Weigand <ulrich.weigand@linaro.org>
1651
1652 * config/arm/arm.c (output_move_neon): Update comment.
1653 Use vld1.64/vst1.64 instead of vldm/vstm where possible.
1654 (neon_vector_mem_operand): Support double-word modes.
1655 * config/arm/neon.md (*neon_mov VD): Call output_move_neon
1656 instead of output_move_vfp. Change constraint from Uv to Un.
1657
1658 2012-09-17 Richard Guenther <rguenther@suse.de>
1659
1660 PR lto/54598
1661 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Use ggc'ed
1662 FIXED_VALUE_TYPE instead of struct fixed_value.
1663
1664 2012-09-17 Georg-Johann Lay <avr@gjlay.de>
1665
1666 * config/avr/avr.c (CONST_FIXED_P): Remove define.
1667 * config/avr/avr.md (add<mode>3): Use CONST_FIXED_P.
1668
1669 2012-09-17 Georg-Johann Lay <avr@gjlay.de>
1670
1671 PR target/54607
1672 * config.gcc (tm_file,avr): Add avr/avr-arch.h.
1673 * config/avr/t-avr (gen-avr-mmcu-texi): Use CC_FOR_BUILD to
1674 compile. Don't depend on TM_H. Use CFLAGS_FOR_BUILD.
1675 * config/avr/avr.h (avr_arch, base_arch_s, mcu_type_s): Source out
1676 to...
1677 * config/avr/avr-arch.h: ...this new file.
1678 * config/avr/gen-avr-mmcu-texi.c: Include avr-arch.h, stdio.h,
1679 stdlib.h.
1680 * comparator: Make letters smaller than digits.
1681 * config/avr/avr-devices.c: Don't include headers if used in
1682 gen-avr-mmcu-texi.c.
1683 * doc/avr-mmcu.texi: Regenerate.
1684
1685 2012-09-17 Georg-Johann Lay <avr@gjlay.de>
1686
1687 * rtl.h (CONST_FIXED_P): New predicate macro.
1688
1689 2012-09-17 Eric Botcazou <ebotcazou@adacore.com>
1690
1691 * tree-cfgcleanup. (cleanup_control_expr_graph) <GIMPLE_COND>: Remove
1692 code doing propagation from degenerate PHI nodes.
1693 * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): New function.
1694 (propagate_constants_for_unrolling): Likewise.
1695 (tree_unroll_loops_completely): If the current loop has been unrolled
1696 and its father isn't the entire function, propagate constants within
1697 the new basic blocks by means of propagate_constants_for_unrolling.
1698
1699 2012-09-17 Jakub Jelinek <jakub@redhat.com>
1700
1701 PR tree-optimization/54563
1702 * tree-ssa-math-opts.c (execute_cse_sincos): Call
1703 gimple_purge_dead_eh_edges if last call has been changed.
1704
1705 2012-09-17 Georg-Johann Lay <avr@gjlay.de>
1706
1707 PR target/54222
1708 * config/avr/avr.c (avr_out_plus_symbol): Fix typo if PLUS and PSImode.
1709 (avr_out_plus_1): Remove log comments from assembler output.
1710
1711 2012-09-17 Ruben Buchatskiy <ruben@ispras.ru>
1712
1713 * config/arm/vfp.md (*thumb2_movdf_vfp): Require one of the operands
1714 to be a register.
1715
1716 2012-09-16 Richard Sandiford <rdsandiford@googlemail.com>
1717
1718 * calls.c (expand_call): Use emit_group_move for PARALLEL->PARALLEL
1719 moves.
1720
1721 2012-09-15 Tom de Vries <tom@codesourcery.com>
1722
1723 * tree-vrp.c (extract_range_from_binary_expr_1): Fix bug in handling of
1724 LSHIFT_EXPR with shift range. Handle more LSHIFT_EXPR cases with shift
1725 range.
1726
1727 2012-09-15 Georg-Johann Lay <avr@gjlay.de>
1728
1729 PR target/54222
1730 * config/avr/avr-fixed.md (ALL2S, ALL4S, ALL24S, ALL124S,
1731 ALL124U): New mode iterators.
1732 (<code_stdname><mode>3): New insns for SS_PLUS, SS_MINUS.
1733 (<code_stdname><mode>3): New insns for US_PLUS, US_MINUS.
1734 (usneg<mode>2): New insns.
1735 (<code_stdname><mode>2): New expanders for SS_NEG, SS_ABS.
1736 (*<code_stdname><mode>2): New insns for SS_NEG, SS_ABS.
1737 * config/avr/avr-dimode.md (ALL8U, ALL8S): New mode iterators.
1738 (avr_out_plus64, avr_out_minus64): Use avr_out_plus instead.
1739 (<code_stdname><mode>3): New expanders for SS_PLUS, SS_MINUS.
1740 (<code_stdname><mode>3): New expanders for US_PLUS, US_MINUS.
1741 (<code_stdname><mode>3_insn): New insns.
1742 (<code_stdname><mode>3_const_insn): New insns.
1743 * config/avr/avr.md (cc): Add: plus. Remove: out_plus,
1744 out_plus_noclobber, minus.
1745 (length): Add: plus. Remove: out_plus, out_plus_noclobber,
1746 plus64, minus, minus64.
1747 (abelian): New code_attr.
1748 (code_stdname): Handle: ss_plus, ss_minus, ss_neg, ss_abs,
1749 us_plus, us_minus, us_neg.
1750 (*add<mode>3, add<mode>3_clobber, add<mode>3, addpsi3, sub<mode>3):
1751 Use avr_out_plus to output.
1752 * config/avr/avr-protos.h (avr_out_plus): Change prototype.
1753 (avr_out_plus_noclobber, avr_out_minus): Remove.
1754 (avr_out_plus64, avr_out_minus64): Remove.
1755 * config/avr/avr.c (avr_out_plus_1): Add new default arguments
1756 code_sat, sign. Saturate after operation if code_sat != UNKNOWN.
1757 (avr_out_plus_symbol): New static function.
1758 (avr_out_plus): Rewrite.
1759 (adjust_insn_length): Handle: ADJUST_LEN_PLUS. Remove handling
1760 of: ADJUST_LEN_OUT_PLUS, ADJUST_LEN_PLUS64, ADJUST_LEN_MINUS,
1761 ADJUST_LEN_MINUS64, ADJUST_LEN_OUT_PLUS_NOCLOBBER.
1762 (notice_update_cc): Handle: CC_PLUS. Remove handling of: CC_MINUS,
1763 CC_OUT_PLUS, CC_OUT_PLUS_NOCLOBBER
1764 (avr_out_plus_noclobber, avr_out_minus): Remove.
1765 (avr_out_plus64, avr_out_minus64): Remove.
1766 (avr_print_operand): Print raw REGNO if 'r' is used with REG.
1767
1768 2012-09-15 Oleg Endo <olegendo@gcc.gnu.org>
1769
1770 * config/sh/sh.c (sh_rtx_costs): Add handling of MEM, SIGN_EXTEND,
1771 ZERO_EXTEND and PARALLEL cases.
1772 (sh_address_cost): Correct rtx parsing and tweak cost estimations.
1773
1774 2012-09-14 Sandra Loosemore <sandra@codesourcery.com>
1775
1776 * doc/tm.texi.in (Stack Arguments): Update obsolete references
1777 to current_function_outgoing_args_size.
1778 (Function Entry): Likewise for current_function_pops_args,
1779 current_function_pretend_args_size,
1780 current_function_outgoing_args_size, and
1781 current_function_epilogue_delay_list.
1782 (Misc): Fix garbled sentence referencing nonexistent
1783 current_function_leaf_function.
1784 * doc/tm.texi: Regenerated.
1785
1786 2012-09-14 Dehao Chen <dehao@google.com>
1787
1788 * tree-eh.c (goto_queue_node): New field.
1789 (record_in_goto_queue): New parameter.
1790 (record_in_goto_queue_label): New parameter.
1791 (lower_try_finally_dup_block): New parameter.
1792 (maybe_record_in_goto_queue): Update source location.
1793 (lower_try_finally_copy): Likewise.
1794 (honor_protect_cleanup_actions): Likewise.
1795 * gimplify.c (gimplify_expr): Reset the location to unknown.
1796
1797 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1798
1799 * configure: Regenerated.
1800
1801 2012-09-14 Walter Lee <walt@tilera.com>
1802
1803 * doc/invoke.texi (Option Summary): fix typesetting for -mcpu
1804 option for TILEPro and TILE-Gx.
1805 (TILE-Gx Options): Fix grammar and spellings in documentation for
1806 -mcmodel.
1807
1808 2012-09-14 Marc Glisse <marc.glisse@inria.fr>
1809
1810 PR c++/54427
1811 * fold-const.c (fold_unary_loc): Disable for VECTOR_TYPE.
1812 (fold_binary_loc): Likewise.
1813 * gimple-fold.c (and_comparisons_1): Handle VECTOR_TYPE.
1814 (or_comparisons_1): Likewise.
1815
1816 2012-09-14 Richard Earnshaw <rearnsha@arm.com>
1817
1818 PR target/54516
1819 PR rtl-optimization/54540
1820 * reload.c (find_dummy_reload): Don't use OUT as a reload reg
1821 for IN if it overlaps a fixed register.
1822
1823 2012-09-14 Eric Botcazou <ebotcazou@adacore.com>
1824
1825 PR rtl-optimization/44194
1826 * calls.c (expand_call): In the PARALLEL case, copy the return value
1827 into pseudos instead of spilling it onto the stack.
1828 * emit-rtl.c (adjust_address_1): Rename ADJUST into ADJUST_ADDRESS and
1829 add new ADJUST_OBJECT parameter.
1830 If ADJUST_OBJECT is set, drop the underlying object if it cannot be
1831 proved that the adjusted memory access is still within its bounds.
1832 (adjust_automodify_address_1): Adjust call to adjust_address_1.
1833 (widen_memory_access): Likewise.
1834 * expmed.c (store_bit_field_1): Call adjust_bitfield_address instead
1835 of adjust_address. Do not drop the underlying object of a MEM.
1836 (store_fixed_bit_field): Likewise.
1837 (extract_bit_field_1): Likewise. Fix oversight in recursion.
1838 (extract_fixed_bit_field): Likewise.
1839 * expr.h (adjust_address_1): Adjust prototype.
1840 (adjust_address): Adjust call to adjust_address_1.
1841 (adjust_address_nv): Likewise.
1842 (adjust_bitfield_address): New macro.
1843 (adjust_bitfield_address_nv): Likewise.
1844 * expr.c (expand_assignment): Handle a PARALLEL in more cases.
1845 (store_expr): Likewise.
1846 (store_field): Likewise.
1847
1848 * dse.c: Fix typos in the head comment.
1849
1850 2012-09-14 Christian Bruel <christian.bruel@st.com>
1851
1852 PR target/54546
1853 * config/sh/sh-protos.h (sh_need_epilogue): Delete.
1854 (sh_can_use_simple_return_p): Declare.
1855 * config/sh/sh.c (sh_can_use_simple_return_p): Define.
1856 (sh_need_epilogue, sh_need_epilogue_known): Delete.
1857 (sh_output_function_epilogue): Remove sh_need_epilogue_known.
1858 * config/sh/sh.md (simple_return, return): Define.
1859 (epilogue): Use inline return rtl.
1860 (sh_expand_epilogue): Cleanup parameters boolean type.
1861 * config/sh/iterators.md (any_return): New iterator.
1862
1863 2012-09-14 Christian Bruel <christian.bruel@st.com>
1864
1865 * config/sh/predicates.md (t_reg_operand): Check REG_P for SUBREG.
1866 * config/sh/sh.c (sequence_insn_p): Check INSNP_P for SEQUENCE.
1867
1868 2012-09-14 Jakub Jelinek <jakub@redhat.com>
1869
1870 PR target/54564
1871 * config/i386/sse.md (fmai_vmfmadd_<mode>): Use (match_dup 1)
1872 instead of (match_dup 0) as second argument to vec_merge.
1873 (*fmai_fmadd_<mode>, *fmai_fmsub_<mode>): Likewise.
1874 Remove third alternative.
1875 (*fmai_fnmadd_<mode>, *fmai_fnmsub_<mode>): Likewise. Negate
1876 operand 2 instead of operand 1, but put it as first argument of fma.
1877 * config/i386/fmaintrin.h (_mm_fnmadd_sd, _mm_fnmadd_ss,
1878 _mm_fnmsub_sd, _mm_fnmsub_ss): Negate the second argument instead
1879 of the first.
1880
1881 2012-09-14 Richard Guenther <rguenther@suse.de>
1882
1883 PR tree-optimization/54565
1884 * passes.c (init_optimization_passes): Adjust comments.
1885 (execute_function_todo): Do not execute execute_update_addresses_taken
1886 before processing TODO_rebuild_alias.
1887 * tree-ssa-ccp.c (do_ssa_ccp): Schedule TODO_update_address_taken.
1888
1889 2012-09-14 Richard Guenther <rguenther@suse.de>
1890
1891 * tree-vrp.c (register_new_assert_for): Simplify for backward walk.
1892 (find_assert_locations_1): Walk the basic-block backwards, properly
1893 add/prune from live. Use live for asserts derived from stmts.
1894
1895 2012-09-14 Marc Glisse <marc.glisse@inria.fr>
1896
1897 * tree-ssa-forwprop.c (simplify_bitfield_ref): Call
1898 get_prop_source_stmt.
1899 (simplify_permutation): Likewise.
1900 (simplify_vector_constructor): Likewise.
1901
1902 2012-09-14 Richard Guenther <rguenther@suse.de>
1903
1904 * builtin-types.def (BT_FN_CONST_STRING): Add.
1905 * builtins.def (BUILT_IN_FILE, BUILT_IN_FUNCTION,
1906 BUILT_IN_LINE): New builtins.
1907 * gimplify.c (gimplify_call_expr): Expand them.
1908 * doc/extend.texi (__builtin_LINE, __builtin_FUNCTION,
1909 __builtin_FILE): Document.
1910
1911 2012-09-13 Anthony Green <green@moxielogic.com>
1912
1913 * config/moxie/moxie.h (LINK_SPEC): Add bi-endian support.
1914 (MULTILIB_DEFAULTS): Define.
1915 (ASM_SPEC): Define.
1916 (BYTES_BIG_ENDIAN, WORDS_BIG_ENDIAN): Add bi-endian support.
1917 (TARGET_CPU_CPP_BUILTINS): Add __MOXIE_LITTLE_ENDIAN__ and
1918 __MOXIE_BIG_ENDIAN__.
1919 * config/moxie/t-moxie (MULTILIB_DIRNAMES, MULTILIB_OPTIONS): Define.
1920 * config/moxie/moxie.opt: New file.
1921 * doc/invoke.texi (Moxie Options): Add section documenting -mel
1922 and -meb.
1923
1924 2012-09-13 Paolo Carlini <paolo.carlini@oracle.com>
1925 Manuel López-Ibáñez <manu@gcc.gnu.org>
1926
1927 PR c++/53210
1928 * doc/invoke.texi ([Winit-self]): Document as enabled by -Wall in C++.
1929
1930 2012-09-13 Eric Botcazou <ebotcazou@adacore.com>
1931
1932 * config/sparc/predicates.md (input_operand): Do not consider TImode
1933 constants as 1-instruction integer constants.
1934 Use register_or_zero_operand instead of register_operand and tidy up.
1935 * config/sparc/sparc.md (movti): New expander.
1936 (movti_insn_sp64): New instruction.
1937 (movti_insn_sp64_hq): Likewise.
1938 (TImode splitters): New splitters.
1939 * config/sparc/sparc.c (sparc_expand_move) <TImode>: New case.
1940 (sparc_legitimate_address_p): Return 0 for REG+REG in TImode.
1941
1942 * config/sparc/sparc-protos.h (arith_double_4096_operand): Delete.
1943 (arith_4096_operand): Likewise.
1944 (zero_operand): Likewise.
1945 (fp_zero_operand): Likewise.
1946 (reg_or_0_operand): Likewise.
1947
1948 2012-09-13 Jakub Jelinek <jakub@redhat.com>
1949
1950 * configure.ac (CXXFLAGS): Remove -O2 when not bootstrapping.
1951 * configure: Regenerated.
1952
1953 2012-08-13 Uros Bizjak <ubizjak@gmail.com>
1954
1955 * config/i386/i386.md (prefetch): Do not assert mode of operand 0.
1956 (*prefetch_sse_<mode>): Do not set mode of address_operand predicate.
1957 Rename to ...
1958 (*prefetch_sse): ... this.
1959 (*prefetch_3dnow_<mode>): Do not set mode of address_operand predicate.
1960 Rename to ...
1961 (*prefetch_3dnow): ... this.
1962
1963 2012-09-13 Steven Bosscher <steven@gcc.gnu.org>
1964
1965 * ipa-pure-const.c (state_from_flags, local_pure_const): Use
1966 current_function_name instead of lang_hooks.decl_printable_name.
1967
1968 * function.h (fndecl_name): New prototype.
1969 * function.c (fndecl_name): New function.
1970 * vecir.h (cgraph_node_p): New standard IR VEC type.
1971 * trans-mem.c (cgraph_node_p): No need anymore to define it here.
1972 * ipa-utils.h (ipa_get_nodes_in_cycle): New prototype.
1973 * ipa-utils.c (ipa_get_nodes_in_cycle): New function.
1974 * ipa-reference.c: Don't include langhooks.h, and certainly not twice.
1975 Fix many formatting issues (long lines, short lines, spacing, etc.).
1976 (get_static_name): Use fndecl_name.
1977 (dump_static_vars_set_to_file): New function split out from propagate.
1978 (union_static_var_sets): New function, union two sets and collapse
1979 to all_module_statics as quickly as possible.
1980 (intersect_static_var_sets): New function, similar to above.
1981 (copy_static_var_set): Renamed from copy_global_bitmap and rewritten
1982 to allocate a copy on the same bitmap_obstack as the source set.
1983 (propagate_bits): Simplify, and clarify by using union_static_var_sets.
1984 (generate_summary): Remove bm_temp. Print UID of promotable globals.
1985 (read_write_all_from_decl): Use pass-by-reference, bless C++.
1986 (get_read_write_all_from_node): New function, split out from propagate.
1987 (propagate): Simplify and clarify with helper functions. Use
1988 ipa_get_nodes_in_cycle to walk all nodes in a reduced node.
1989 (ipa_reference_read_optimization_summary): Use fndecl_name instead of
1990 lang_hooks.decl_printable_name.
1991
1992 * rtl.h (print_rtl_single_with_indent): New prototype.
1993 * print-rtl.c (print_rtl_single_with_indent): New function.
1994 * cfghooks.h (empty_block_p, split_block_before_cond_jump): New hooks.
1995 * cfghooks.c (empty_block_p, split_block_before_cond_jump): Implement.
1996 * cfgrtl.c (rtl_block_empty_p, rtl_split_block_before_cond_jump):
1997 Implement RTL specific hooks.
1998 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): Register the new hooks.
1999 * tree-cfg.c (gimple_empty_block_p,
2000 gimple_split_block_before_cond_jump): Implement GIMPLE specific hooks.
2001 (gimple_cfg_hooks): Register the new hooks.
2002 * tree-ssa-phiopt.c (empty_block_p): Remove in favor of new hook.
2003
2004 2012-09-13 Richard Guenther <rguenther@suse.de>
2005
2006 * tree-ssa-sccvn.h (enum vn_kind): New.
2007 (vn_get_stmt_kind): Likewise.
2008 * tree-ssa-sccvn.c (vn_get_stmt_kind): New function, adjust
2009 ADDR_EXPR handling.
2010 (visit_use): Use it.
2011 * tree-ssa-pre.c (compute_avail): Likewise, simplify further.
2012
2013 2012-09-13 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2014
2015 * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
2016 for targets bdver1, bdver2, btver1 and btver2.
2017
2018 2012-09-13 Christophe Lyon <christophe.lyon@linaro.org>
2019 Richard Earnshaw <rearnsha@arm.com>
2020
2021 * config/arm/arm.md (arm_rev): Factorize thumb1, thumb2 and arm
2022 variants for rev instruction..
2023 (thumb1_rev): Delete pattern.
2024 (arm_revsh): New pattern to support builtin_bswap16.
2025 (arm_rev16, bswaphi2): Likewise.
2026
2027 2012-09-12 Teresa Johnson <tejohnson@google.com>
2028
2029 PR gcov-profile/54487
2030 * configure.ac (HOST_HAS_F_SETLKW): Set based on compile
2031 test using F_SETLKW with fcntl.
2032 * configure, config.in: Regenerate.
2033
2034 2012-09-12 Jan Hubicka <jh@suse.cz>
2035
2036 PR fortran/48636
2037 * ipa-inline-analysis.c (dump_inline_hints): Dump loop stride.
2038 (set_hint_predicate): New function.
2039 (reset_inline_summary): Reset loop stride.
2040 (remap_predicate_after_duplication): New function.
2041 (remap_hint_predicate_after_duplication): New function.
2042 (inline_node_duplication_hook): Update.
2043 (dump_inline_summary): Dump stride summaries.
2044 (estimate_function_body_sizes): Compute strides.
2045 (remap_hint_predicate): New function.
2046 (inline_merge_summary): Use it.
2047 (inline_read_section): Read stride.
2048 (inline_write_summary): Write stride.
2049 * ipa-inline.c (want_inline_small_function_p): Handle strides.
2050 (edge_badness): Likewise.
2051 * ipa-inline.h (inline_hints_vals): Add stride hint.
2052 (inline_summary): Update stride.
2053
2054 2012-09-12 Uros Bizjak <ubizjak@gmail.com>
2055
2056 * config/i386/i386.c (x86_prefetch_sse): Change to unsigned char.
2057 * config/i386/i386.h (x86_prefetch_sse): Ditto.
2058
2059 2012-09-12 H.J. Lu <hongjiu.lu@intel.com>
2060
2061 PR target/54445
2062 * config/i386/predicates.md (x86_64_immediate_operand): Allow
2063 negative offset for UNSPEC_DTPOFF/UNSPEC_NTPOFF.
2064
2065 2012-09-12 Jan Hubicka <jh@suse.cz>
2066
2067 * common.opt (flto-partition): Add "max".
2068 * invoke.texi (flto-partition): Document "max"
2069
2070 2012-09-12 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2071
2072 * config/i386/i386.md : Comments on fma4 instruction selection
2073 reflect requirement on register pressure based cost model.
2074
2075 * config/i386/driver-i386.c (host_detect_local_cpu): fma4
2076 flag is set-reset as informed by the cpuid flag.
2077
2078 * config/i386/i386.c (processor_alias_table): fma4
2079 flag is enabled for bdver2.
2080
2081 2012-09-12 Richard Guenther <rguenther@suse.de>
2082
2083 PR tree-optimization/54489
2084 * tree-ssa-pre.c: Include domwalk.h.
2085 (in_fre): Remove.
2086 (sccvn_valnum_from_value_id): New function.
2087 (debug_bitmap_sets_for): Simplify.
2088 (get_representative_for): Properly initialize the SCCVN valnum.
2089 (create_expression_by_pieces): Likewise.
2090 (insert_into_preds_of_block): Likewise.
2091 (can_PRE_operation): Remove.
2092 (make_values_for_phi): Simplify.
2093 (compute_avail): Likewise.
2094 (do_SCCVN_insertion): Remove.
2095 (eliminate_avail, eliminate_push_avail, eliminate_insert):
2096 New functions.
2097 (eliminate): Split and perform a domwalk.
2098 (eliminate_bb): Former eliminate part that is now dom-enter.
2099 (eliminate_leave_block): New function.
2100 (fini_eliminate): Likewise.
2101 (init_pre): Simplify.
2102 (fini_pre): Likewise.
2103 (execute_pre): Fold into do_pre and do_fre.
2104 (do_pre): Consume execute_pre.
2105 (do_fre): Likewise.
2106 * Makefile.in (tree-ssa-pre.o): Add domwalk.h dependency.
2107
2108 2012-09-12 Diego Novillo <dnovillo@google.com>
2109
2110 * vec.h: Remove compatibility notes for previous distinction
2111 between vectors of objects and vectors of pointers.
2112
2113 2012-09-12 Christian Bruel <christian.bruel@st.com>
2114
2115 * config/sh/newlib.h (NO_IMPLICIT_EXTERN_C): Define.
2116
2117 2012-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2118
2119 * rtl.h (FFS, FLOAT, ABS, PC): Don't undef.
2120 * system.h (FFS, FLOAT, ABS, PC): Undef.
2121
2122 2012-09-12 Richard Guenther <rguenther@suse.de>
2123
2124 PR middle-end/54553
2125 * common.opt (finline): Mark with Optimization.
2126
2127 2012-09-12 Jakub Jelinek <jakub@redhat.com>
2128
2129 * config.gcc: Obsolete picochip-*.
2130
2131 2012-09-12 Nathan Froyd <froydnj@gcc.gnu.org>
2132 Hans-Peter Nilsson <hp@bitrange.com>
2133
2134 * config/mmix/mmix.h (MMIX_REG_OK_STRICT): Delete.
2135 (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P): Delete.
2136 (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Delete.
2137 * config/mmix/mmix-protos.h (mmix_intval): Declare.
2138 (mmix_const_ok_for_letter_p, mmix_extra_constraint): Delete.
2139 (mmix_const_double_ok_for_letter_p): Delete.
2140 * config/mmix/constraints.md: New file.
2141 * config/mmix/mmix.md: Include it.
2142 (iordi3): Fix typo; use "I" instead of undefined "H" constraint.
2143 ("*call_real"): Update comment about not using the "p" constraint.
2144 * config/mmix/predicates.md (mmix_reg_or_8bit_operand): Use
2145 satisfies_constraint_I.
2146 (mmix_address_operand): New predicate.
2147 (mmix_symbolic_or_address_operand): Use it instead of address_operand.
2148 * config/mmix/mmix.c: #include tm-constrs.h.
2149 (mmix_intval): Delete declaration. Make non-static.
2150 (mmix_const_ok_for_letter_p, mmix_extra_constraint): Delete.
2151 (mmix_const_double_ok_for_letter_p): Delete.
2152 (mmix_legitimate_address_p): Use satisfies_constraint_I.
2153 (mmix_print_operand_address): Likewise.
2154 (mmix_emit_sp_add): Adjust to use insn_const_int_ok_for_constraint
2155 when matching "L" constraint.
2156
2157 2012-09-11 Steven Bosscher <steven@gcc.gnu.org>
2158
2159 * tree.h (expand_case): Move prototype ...
2160 * expr.h (expand_case): ...here.
2161 (expand_sjlj_dispatch_table): New prototype.
2162 * stmt.c: Include pointer-set.h instead of bitmap.h.
2163 (expand_case): Use a pointer set instead of a bitmap for
2164 already-seen labels. Fold label values here.
2165 (add_case_node): Don't fold label values here.
2166 (expand_sjlj_dispatch_table): New function.
2167 * except.c (sjlj_emit_dispatch_table): Use it.
2168
2169 2012-09-11 Marc Glisse <marc.glisse@inria.fr>
2170
2171 * tree-ssa-forwprop.c (simplify_vector_constructor): New function.
2172 (ssa_forward_propagate_and_combine): Call it.
2173
2174 2012-09-11 Diego Novillo <dnovillo@google.com>
2175
2176 * var-tracking.c (vt_add_function_parameter): Adjust for VEC changes.
2177
2178 2012-09-11 Dominique Dhumieres <dominiq@lps.ens.fr>
2179
2180 * config/darwin.c (darwin_asm_named_section): Adjust for VEC changes.
2181 (darwin_asm_dwarf_section): Likewise.
2182
2183 2012-09-11 Martin Jambor <mjambor@suse.cz>
2184
2185 * dwarf2out.c (dwarf2out_abstract_function): Do not change cfun.
2186 (premark_used_types): New parameter fun, use it instead of cfun.
2187 (gen_subprogram_die): Use DECL_STRUCT_FUNCTION (decl) instead of cfun,
2188 also pass it to premark_used_types.
2189
2190 2012-09-11 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2191
2192 * doc/sourcebuild.texi (arm_neon_v2_ok): Adjust command line.
2193
2194 2012-09-11 Tobias Burnus <burnus@net-b.de>
2195
2196 * doc/sourcebuild.texi (arm_neon_v2_ok): Fix @anchor.
2197
2198 2012-09-11 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2199 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2200
2201 * config/arm/neon.md (fma<VCVTF:mode>4): New pattern.
2202 (*fmsub<VCVTF:mode>4): Likewise.
2203 * doc/sourcebuild.texi (arm_neon_v2_ok, arm_neon_v2_hw): Document it.
2204
2205 2012-09-11 Aldy Hernandez <aldyh@redhat.com>
2206
2207 PR middle-end/54149
2208 * tree-ssa-loop-im.c (execute_sm_if_changed_flag_set): Only set
2209 flag for writes.
2210
2211 2012-09-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2212
2213 PR tree-optimization/55492
2214 * doc/invoke.texi (max-slsr-cand-scan): New description.
2215 * gimple-ssa-strength-reduction.c (find_basis_for_candidate): Limit
2216 the time spent searching for a basis.
2217 * params.def (PARAM_MAX_SLSR_CANDIDATE_SCAN): New param.
2218
2219 2012-09-11 Richard Guenther <rguenther@suse.de>
2220
2221 * gimple.h (gimple_register_type): Remove.
2222 (print_gimple_types_stats): Adjust prototype.
2223 * lto-streamer.h (print_lto_report): Likewise.
2224 * lto-streamer.c (print_lto_report): Adjust.
2225 * gimple.c (gimple_types, type_hash_cache, enum gtc_mode,
2226 struct type_pair_d, lookup_type_pair, struct sccs,
2227 next_dfs_num, gtc_next_dfs_num, struct gimple_type_leader_entry_s,
2228 gimple_type_leader, gimple_lookup_type_leader, compare_type_names_p,
2229 gtc_visit, gimple_types_compatible_p_1, gimple_types_compatible_p,
2230 visit, iterative_hash_name, struct type_hash_pair,
2231 type_hash_pair_compare, iterative_hash_gimple_type, gimple_type_hash,
2232 gimple_type_eq, gimple_register_type_1, gimple_register_type):
2233 Move to lto/lto.c.
2234 (print_gimple_types_stats): Adjust.
2235 (free_gimple_type_tables): Likewise.
2236
2237 2012-09-11 Richard Guenther <rguenther@suse.de>
2238
2239 * graphite-scop-detection.c (move_sd_regions): Adjust for VEC changes.
2240 (scopdet_basic_block_info): Likewise.
2241 (build_scops_1): Likewise.
2242 (limit_scops): Likewise.
2243
2244 2012-09-11 Richard Guenther <rguenther@suse.de>
2245
2246 PR middle-end/54515
2247 * gimple.c (get_base_address): Do not return NULL_TREE apart
2248 from for WITH_SIZE_EXPR.
2249 * gimple-fold.c (canonicalize_constructor_val): Do not call
2250 get_base_address when not necessary.
2251
2252 2012-09-10 Andrew Pinski <apinski@cavium.com>
2253
2254 PR tree-opt/54362
2255 * trans-mem.c (thread_private_new_memory): Handle COND_EXPR also.
2256
2257 2012-09-10 Maxim Kuvyrkov <maxim@codesourcery.com>
2258
2259 * config/m68k/m68k.c (m68k_sched_dfa_post_advance_cycle): Support
2260 starting scheduling from a pre-existing state.
2261
2262 2012-09-10 Diego Novillo <dnovillo@google.com>
2263
2264 * vec.h (vec_t::quick_push): Remove overload that accepts 'T *'.
2265 Update all users.
2266 (vec_t::safe_push): Likewise.
2267 (vec_t::quick_insert): Likewise.
2268 (vec_t::lower_bound): Likewise.
2269 (vec_t::safe_insert): Likewise.
2270 (vec_t::replace): Change second argument to 'T &'.
2271
2272 2012-09-10 Maciej W. Rozycki <macro@codesourcery.com>
2273
2274 * config/rs6000/rs6000.md: Move a splitter next to its insn.
2275
2276 2012-09-10 Oleg Endo <olegendo@gcc.gnu.org>
2277
2278 PR target/54089
2279 * config/sh/sh.h (SH_DYNAMIC_SHIFT_COST): Set always to 1 if
2280 dynamic shifts are available.
2281 (SHIFT_COUNT_TRUNCATED): Always define to 0. Correct comment.
2282 * config/sh/sh.c (ashl_lshr_seq, ext_ashl_lshr_seq): Add comments.
2283 * config/sh/predicates.md (shift_count_operand): Allow
2284 arith_reg_operand even if TARGET_DYNSHIFT is false.
2285 * config/sh/sh.md (ashlsi3, lshrsi3): Expand library call patterns
2286 if needed.
2287 (ashlsi3_d_call, lshrsi3_d_call): New insns.
2288
2289 2012-09-10 Richard Sandiford <rdsandiford@googlemail.com>
2290
2291 * ira.c (setup_pressure_classes): Handle synonymous classes.
2292
2293 2012-09-10 Marc Glisse <marc.glisse@inria.fr>
2294
2295 * tree-ssa-forwprop.c (simplify_bitfield_ref): New function.
2296 (ssa_forward_propagate_and_combine): Call it.
2297
2298 2012-09-10 Steve Ellcey <sellcey@mips.com>
2299
2300 * config.gcc: Add mips*-mti-linux* target
2301 Handle with_synci like other options.
2302 * config/mips/gnu-user64.h (LINUX64_DRIVER_SELF_SPECS): New.
2303 (DRIVER_SELF_SPECS): Define in terms of LINUX64_DRIVER_SELF_SPECS.
2304 * config/mips/mips.h (MIPS_ISA_SYNCI_SPEC): New.
2305 * config/mips/mti-linux.h: New file.
2306 * config/mips/t-mti-linux: New file.
2307
2308 2012-09-10 Marc Glisse <marc.glisse@inria.fr>
2309
2310 * tree-ssa-forwprop.c (simplify_permutation): Handle CONSTRUCTOR.
2311
2312 2012-09-10 Martin Jambor <mjambor@suse.cz>
2313
2314 * params.def (PARAM_IPA_MAX_AGG_ITEMS): New parameter.
2315 * ipa-prop.c: Include params.h.
2316 (IPA_MAX_AFF_JF_ITEMS): Removed.
2317 (determine_known_aggregate_parts): Use param value of
2318 PARAM_IPA_MAX_AGG_ITEMS instead of IPA_MAX_AFF_JF_ITEMS.
2319 * Makefile.in (ipa-prop.o): Add PARAMS_H dependency.
2320
2321 2012-09-10 Richard Guenther <rguenther@suse.de>
2322
2323 PR tree-optimization/54520
2324 * tree-ssa-threadupdate.c (def_split_header_continue_p):
2325 Properly consider sub-loops.
2326
2327 2012-09-10 Richard Henderson <rth@redhat.com>
2328
2329 * config/alpha/predicates.md (small_symbolic_operand): Disallow
2330 large offsets.
2331
2332 2012-09-10 Georg-Johann Lay <avr@gjlay.de>
2333
2334 PR target/54536
2335 * config/avr/avr-mcus.def (at90usb1287): Set LIBRARY_NAME to "usb1287".
2336
2337 2012-09-10 Jan Hubicka <jh@suse.cz>
2338
2339 * lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.
2340 * symtab.c (symtab_make_decl_local): Remove user defined visibility
2341 when making symbol local.
2342
2343 2012-09-09 Mark Kettenis <kettenis@gnu.org>
2344
2345 * config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define.
2346
2347 2012-09-09 Jan Hubicka <jh@suse.cz>
2348
2349 * passes.c (ipa_write_summaries_1): Set state;
2350 do not call compute_ltrans_boundary.
2351 (ipa_write_optimization_summaries): Likewise.
2352 (ipa_write_summaries): compute_ltrans_boundary here.
2353 * lto-streamer.h (lto_symtab_encoder_d): NODES are allocated in heap.
2354 (compute_ltrans_boundary): Update prototype.
2355
2356 2012-09-09 Ulrich Drepper <drepper@gmail.com>
2357
2358 * config/i386/cpuid.h: Define signature_*_e[bcd]x macros for
2359 matching results of level 0 calls to __cpuid to processor
2360 manufacturers.
2361 * config/i386/driver-i386.c (vendor_signatures): Removed.
2362 (processor_signatures): Removed.
2363 (host_detect_local_cpu): Replace uses of now-removed SIG_*
2364 constants with the new signature_*_ebx constants.
2365
2366 2012-09-08 Jan Hubicka <jh@suse.cz>
2367
2368 Replace cgraph_node_set and varpool_node_set by symtab_node_encoder
2369 in partitioning.
2370 * tree-pass.h (cgraph_node_set_def, varpool_node_set_def): Remove
2371 forward declaration.
2372 (lto_symtab_encoder_d): Forward declare.
2373 (ipa_write_optimization_summaries): Update.
2374 * lto-cgraph.c (lto_symtab_encoder_new): Do not initialize
2375 body, initializer and in_partition.
2376 (lto_symtab_encoder_delete): Update.
2377 (lto_symtab_encoder_encode): Update.
2378 (lto_symtab_encoder_lookup): Move inline.
2379 (lto_symtab_encoder_delete_node): New function.
2380 (lto_symtab_encoder_encode_body_p, lto_set_symtab_encoder_encode_body,
2381 lto_symtab_encoder_encode_initializer_p,
2382 lto_set_symtab_encoder_encode_initializer,
2383 lto_symtab_encoder_in_partition_p,
2384 lto_symtab_encoder_in_partition_p): Update.
2385 (compute_ltrans_boundary): Take encoder as an input.
2386 * passes.c (ipa_write_summaries_1): Update.
2387 (ipa_write_summaries_1): Update.
2388 (ipa_write_summaries): Update.
2389 (ipa_write_optimization_summaries): Update.
2390 * lto-streamer.c (print_lto_report): Report number of cgraph nodes.
2391 * lto-streamer.h (lto_stats_d): Replace num_output_cgraph_nodes by
2392 num_output_symtab_nodes.
2393 (lto_encoder_entry): New structure.
2394 (struct lto_symtab_encoder_d): Reorg.
2395 (lto_symtab_encoder_delete_node): Declare.
2396 (lto_symtab_encoder_lookup): Bring inline.
2397 (compute_ltrans_boundary): Update.
2398 (lto_symtab_encoder_size): Update.
2399 (lsei_node, lsei_cgraph_node, lsei_varpool_node): Update.
2400 (lto_symtab_encoder_deref): Update.
2401
2402 2012-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2403
2404 * config/pa/pa.c (hppa_rtx_costs): Update costs for large
2405 integer modes.
2406
2407 2012-09-08 Andi Kleen <ak@linux.intel.com>
2408
2409 * gcc/lto/lto.c (do_whole_program_analysis): Fix last broken patch.
2410
2411 2012-09-08 Andi Kleen <ak@linux.intel.com>
2412
2413 * gcc/common.opt (-fmem-report-wpa): Add
2414 * gcc/doc/invoke.texi (-fmem-report-wpa): Document.
2415 * gcc/lto/lto.c (do_whole_program_analysis): Run mem_report
2416 when mem_report_wpa is set.
2417
2418 2012-09-07 Anthony Green <green@moxielogic.com>
2419
2420 * config/moxie/moxie.c (moxie_expand_prologue): Optimize prologue
2421 for functions with large static stack requirements.
2422 (moxie_expand_epilogue): Use $r12 instead of $r5 for pulling saved
2423 values off of the stack.
2424
2425 2012-09-07 Nick Clifton <nickc@redhat.com>
2426
2427 * config/v850/v850.h (DBX_DEBUGGING_INFO): Define.
2428 (ASM_GENERATE_INTERNAL_LABEL): Define if not already provided.
2429 * config/v850/v850.c (compute_register_save_size): Always include
2430 the link pointer.
2431 (increment_stack): New function - emits insns to increment or
2432 decrement the stack pointer.
2433 (expand_prologue, expand_epilogue): Use it.
2434 (expand_prologue): Set the function stack size, if requested.
2435 (v850_debug_unwind_info): New function.
2436 (TARGET_DEBUG_UNWIND_INFO): Define.
2437
2438 2012-09-07 Richard Earnshaw <rearnsha@arm.com>
2439
2440 PR tree-ssa/54295
2441 * tree-ssa-math-opts.c (widening_mult_conversion_strippable_p):
2442 Sign-extension of a zero-extended value can be simplified to
2443 just zero-extension.
2444
2445 2012-09-07 Richard Guenther <rguenther@suse.de>
2446
2447 PR middle-end/53667
2448 * tree-ssa-structalias.c (handle_rhs_call): Properly clobber
2449 EAF_NOESCAPED arguments. Transitively close non-EAF_DIRECT
2450 arguments separately.
2451
2452 2012-09-07 Steven Bosscher <steven@gcc.gnu.org>
2453
2454 * bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.
2455
2456 * graphite.c (print_global_statistics): Use EDGE_COUNT instead
2457 of VEC_length.
2458 (print_graphite_scop_statistics): Likewise.
2459 * graphite-scop-detection.c (get_bb_type): Use single_succ_p.
2460 (print_graphite_scop_statistics): Use EDGE_COUNT, not VEC_length.
2461 (canonicalize_loop_closed_ssa): Use single_pred_p.
2462
2463 * alias.c (reg_seen): Make this an sbitmap.
2464 (record_set, init_alias_analysis): Update.
2465
2466 * tree-ssa-coalesce.c (ssa_conflicts_dump): Fix dumping.
2467
2468 2012-09-07 Tom de Vries <tom@codesourcery.com>
2469
2470 PR tree-optimization/53986
2471 * tree-vrp.c (extract_range_from_multiplicative_op_1): Allow
2472 LSHIFT_EXPR.
2473 (extract_range_from_binary_expr_1): Handle LSHIFT with constant
2474 range as shift amount.
2475
2476 2012-09-07 Segher Boessenkool <segher@kernel.crashing.org>
2477
2478 * config/rs6000/aix43.h (RS6000_CALL_GLUE): Delete.
2479 * config/rs6000/aix51.h (RS6000_CALL_GLUE): Delete.
2480 * config/rs6000/aix52.h (RS6000_CALL_GLUE): Delete.
2481 * config/rs6000/aix53.h (RS6000_CALL_GLUE): Delete.
2482 * config/rs6000/aix61.h (RS6000_CALL_GLUE): Delete.
2483 * config/rs6000/freebsd64.h (RS6000_CALL_GLUE): Delete.
2484 * config/rs6000/linux64.h (RS6000_CALL_GLUE): Delete.
2485 * config/rs6000/rs6000.c (print_operand) ['.']: Delete.
2486 * config/rs6000/rs6000.h (RS6000_CALL_GLUE): Delete.
2487 * config/rs6000/rs6000.md (tls_gd_aix<TLSmode:tls_abi_suffix>):
2488 Replace %. with nop.
2489 (tls_gd_call_aix<TLSmode:tls_abi_suffix>): Ditto.
2490 (tls_ld_aix<TLSmode:tls_abi_suffix>): Ditto.
2491 (tls_ld_call_aix<TLSmode:tls_abi_suffix>): Ditto.
2492 (call_nonlocal_aix32): Ditto.
2493 (call_nonlocal_aix64): Ditto.
2494 (call_value_nonlocal_aix32): Ditto.
2495 (call_value_nonlocal_aix64): Ditto.
2496
2497 2012-09-06 Andi Kleen <ak@linux.intel.com>
2498
2499 * doc/invoke.texi (-ffat-lto-objects): Clarify that gcc-ar
2500 et.al. should be used.
2501
2502 2012-09-06 Andi Kleen <ak@linux.intel.com>
2503
2504 * gcc/lto-streamer.h (res_pair): Add.
2505 (lto_file_decl_data): Replace resolutions with respairs.
2506 Add max_index.
2507 * gcc/lto/lto.c (lto_resolution_read): Remove max_index. Add rp.
2508 Initialize respairs.
2509 (lto_file_finalize): Set up resolutions vector lazily from respairs.
2510
2511 2012-09-06 Lawrence Crowl <crowl@google.com>
2512
2513 * double-int.h (double_int::operator &=): New.
2514 (double_int::operator ^=): New.
2515 (double_int::operator |=): New.
2516 (double_int::mul_with_sign): Modify overflow parameter to bool*.
2517 (double_int::add_with_sign): New.
2518 (double_int::ule): New.
2519 (double_int::sle): New.
2520 (binary double_int::operator *): Remove parameter name.
2521 (binary double_int::operator +): Likewise.
2522 (binary double_int::operator -): Likewise.
2523 (binary double_int::operator &): Likewise.
2524 (double_int::operator |): Likewise.
2525 (double_int::operator ^): Likewise.
2526 (double_int::and_not): Likewise.
2527 (double_int::from_shwi): Tidy formatting.
2528 (double_int::from_uhwi): Likewise.
2529 (double_int::from_uhwi): Likewise.
2530 * double-int.c (double_int::mul_with_sign): Modify overflow parameter
2531 to bool*.
2532 (double_int::add_with_sign): New.
2533 (double_int::ule): New.
2534 (double_int::sle): New.
2535 * builtins.c: Modify to use the new double_int interface.
2536 * cgraph.c: Likewise.
2537 * combine.c: Likewise.
2538 * dwarf2out.c: Likewise.
2539 * emit-rtl.c: Likewise.
2540 * expmed.c: Likewise.
2541 * expr.c: Likewise.
2542 * fixed-value.c: Likewise.
2543 * fold-const.c: Likewise.
2544 * gimple-fold.c: Likewise.
2545 * gimple-ssa-strength-reduction.c: Likewise.
2546 * gimplify-rtx.c: Likewise.
2547 * ipa-prop.c: Likewise.
2548 * loop-iv.c: Likewise.
2549 * optabs.c: Likewise.
2550 * stor-layout.c: Likewise.
2551 * tree-affine.c: Likewise.
2552 * tree-cfg.c: Likewise.
2553 * tree-dfa.c: Likewise.
2554 * tree-flow-inline.h: Likewise.
2555 * tree-object-size.c: Likewise.
2556 * tree-predcom.c: Likewise.
2557 * tree-pretty-print.c: Likewise.
2558 * tree-sra.c: Likewise.
2559 * tree-ssa-address.c: Likewise.
2560 * tree-ssa-alias.c: Likewise.
2561 * tree-ssa-ccp.c: Likewise.
2562 * tree-ssa-forwprop.c: Likewise.
2563 * tree-ssa-loop-ivopts.c: Likewise.
2564 * tree-ssa-loop-niter.c: Likewise.
2565 * tree-ssa-phiopt.c: Likewise.
2566 * tree-ssa-pre.c: Likewise.
2567 * tree-ssa-sccvn: Likewise.
2568 * tree-ssa-structalias.c: Likewise.
2569 * tree-ssa.c: Likewise.
2570 * tree-switch-conversion.c: Likewise.
2571 * tree-vect-loop-manip.c: Likewise.
2572 * tree-vrp.c: Likewise.
2573 * tree.h: Likewise.
2574 * tree.c: Likewise.
2575 * varasm.c: Likewise.
2576
2577 2012-09-06 Uros Bizjak <ubizjak@gmail.com>
2578
2579 * configure.ac (hle prefixes): Remove .code64 directive.
2580 * configure: Regenerated.
2581
2582 2012-09-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2583
2584 * config/arm/arm.c: Use CONST_INT_P, CONST_DOUBLE_P, REG_P, MEM_P,
2585 LABEL_P, JUMP_P, CALL_P, NOTE_P, BARRIER_P consistently.
2586 * config/arm/arm.h: Use REG_P, MEM_P consistently.
2587 * config/arm/arm.md: Use CONST_INT_P, REG_P, MEM_P, CONST_DOUBLE_P
2588 consistently.
2589 * config/arm/neon.md: Use REG_P consistently.
2590 * config/arm/predicates.md: Use CONST_INT_P, REG_P, MEM_P consistently.
2591 * config/arm/thumb2.md: Use CONST_INT_P, REG_P consistently.
2592 * config/arm/vec-common.md: Use REG_P consistently.
2593
2594 2012-09-06 Richard Guenther <rguenther@suse.de>
2595
2596 PR tree-optimization/54498
2597 * tree-ssa-alias.h (get_continuation_for_phi): Add flag to
2598 abort when reaching an already visited region.
2599 * tree-ssa-alias.c (maybe_skip_until): Likewise. And do it.
2600 (get_continuation_for_phi_1): Likewise.
2601 (walk_non_aliased_vuses): When we translated the reference,
2602 abort when we re-visit a region.
2603 * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
2604
2605 2012-09-06 David Edelsohn <dje.gcc@gmail.com>
2606
2607 * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Add TLS
2608 section.
2609 * config/rs6000/rs6000.c (rs6000_debug_address_cost): Add new
2610 arguments to TARGET_ADDRESS_COST call.
2611
2612 2012-09-06 Richard Guenther <rguenther@suse.de>
2613
2614 * tree.h (MOVE_NONTEMPORAL): Remove.
2615 * tree-pretty-print.c (dump_generic_node): Remove
2616 MOVE_NONTEMPORAL handling.
2617 * expr.c (expand_expr_real_1): Likewise.
2618
2619 2012-09-06 Richard Guenther <rguenther@suse.de>
2620
2621 * passes.c (execute_function_todo): Call compute_may_aliases
2622 only if flag_tree_pta is set.
2623
2624 2012-09-06 Andrew Pinski <apinski@cavium.com>
2625
2626 PR tree-opt/54494
2627 * tree-inline.c (remap_gimple_op_r): Copy TREE_SIDE_EFFECTS also.
2628
2629 2012-09-06 Jakub Jelinek <jakub@redhat.com>
2630
2631 PR rtl-optimization/54455
2632 * sel-sched-ir.c (maybe_tidy_empty_bb): Give up if previous fallthru
2633 bb ends up with asm goto referencing bb's label.
2634
2635 2012-09-06 Chen Liqin <liqin.gcc@gmail.com>
2636
2637 * config/score/score.c: Remove TARGET_LEGITIMIZE_ADDRESS define and
2638 score_legitimize_address function, use compiler default code instead.
2639
2640 2012-09-05 Jan Hubicka <jh@suse.cz>
2641
2642 * ipa-inline.c (want_inline_small_function_p): Use
2643 INLINE_HINT_loop_iterations hint.
2644
2645 2012-09-05 Andrew Pinski <apinski@cavium.com>
2646
2647 * optabs.c (emit_conditional_add): Correct comment about the arguments.
2648 Remove code which might swap op2 and op3 since they cannot be swapped.
2649 * doc/md.texi (add@var{mode}cc): Fix document about how the arguments
2650 are used.
2651
2652 2012-09-05 Oleg Endo <olegendo@gcc.gnu.org>
2653
2654 * hooks.c (hook_int_rtx_mode_as_bool_0): New function.
2655 * hooks.h (hook_int_rtx_mode_as_bool_0): Declare it.
2656 * output.h (default_address_cost): Add machine_mode and address space
2657 arguments.
2658 * target.def (address_cost): Likewise.
2659 * rtlanal.c (address_cost): Pass mode and address space to target hook.
2660 (default_address_cost): Add unnamed machine_mode and address space
2661 arguments.
2662 * doc/tm.texi: Regenerate.
2663 * config/alpha/alpha.c (TARGET_ADDRESS_COST): Use
2664 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
2665 * config/arm/arm.c (arm_address_cost): Add machine_mode and address
2666 space arguments.
2667 * config/avr/avr.c (avr_address_cost): Likewise.
2668 * config/bfin/bfin.c (bfin_address_cost): Likewise.
2669 * config/cr16/cr16.c (cr16_address_cost): Likewise.
2670 * config/cris/cris.c (cris_address_cost): Likewise.
2671 * config/epiphany/epiphany.c (epiphany_address_cost): Likewise.
2672 * config/i386/i386.c (ix86_address_cost): Likewise.
2673 * config/ia64/ia64.c (TARGET_ADDRESS_COST): Use
2674 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
2675 * config/iq2000/iq2000.c (iq2000_address_cost): Add machine_mode and
2676 address space arguments. Pass them on in recursive invocation.
2677 * config/lm32/lm32.c (TARGET_ADDRESS_COST): Use
2678 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
2679 * config/m32c/m32c.c (m32c_address_cost): Add machine_mode and address
2680 space arguments.
2681 * config/m32r/m32r.c (TARGET_ADDRESS_COST): Use
2682 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
2683 * config/mcore/mcore.c (TARGET_ADDRESS_COST): Likewise.
2684 * config/mep/mep.c (mep_address_cost): Add machine_mode and address
2685 space arguments.
2686 * config/microblaze/microblaze.c (microblaze_address_cost): Likewise.
2687 * config/mips/mips.c (mips_address_cost): Likewise.
2688 * config/mmix/mmix.c (TARGET_ADDRESS_COST): Use
2689 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
2690 * config/mn10300/mn10300.c (mn10300_address_cost): Add machine_mode and
2691 address space arguments.
2692 (mn10300_rtx_costs): Pass GET_MODE (x) and MEM_ADDR_SPACE (x) to
2693 mn10300_address_cost.
2694 * config/pa/pa.c (hppa_address_cost): Add machine_mode and address
2695 space arguments.
2696 * config/rs6000/rs6000.c (rs6000_debug_address_cost): Likewise.
2697 (TARGET_ADDRESS_COST): Use hook_int_rtx_mode_as_bool_0 instead of
2698 hook_int_rtx_bool_0.
2699 * config/rx/rx.c (rx_address_cost): Add machine_mode and address
2700 space arguments.
2701 * config/s390/s390.c (s390_address_cost): Likewise.
2702 * config/score/score-protos.h (score_address_cost): Likewise.
2703 * config/score/score.c (score_address_cost): Likewise.
2704 * config/sh/sh.c (sh_address_cost): Likewise.
2705 * config/sparc/sparc.c (TARGET_ADDRESS_COST): Use
2706 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
2707 * config/spu/spu.c (TARGET_ADDRESS_COST): Likewise.
2708 * config/stormy16/stormy16.c (xstormy16_address_cost): Add machine_mode
2709 and address space arguments.
2710 * config/v850/v850.c (TARGET_ADDRESS_COST): Use
2711 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
2712 * config/vax/vax.c (vax_address_cost): Add machine_mode and address
2713 space arguments.
2714 * config/xtensa/xtensa (TARGET_ADDRESS_COST): Use
2715 hook_int_rtx_mode_as_bool_0 instead of hook_int_rtx_bool_0.
2716
2717 2012-09-05 Diego Novillo <dnovillo@google.com>
2718
2719 PR bootstrap/54484
2720 * vec.h (vec_t::lower_bound): Fix spelling of LESSTHAN argument.
2721
2722 2012-09-05 Jakub Jelinek <jakub@redhat.com>
2723
2724 PR middle-end/54486
2725 * builtins.c (fold_builtin_strspn, fold_builtin_strcspn): Use
2726 build_int_cst with size_type_node instead of size_int.
2727
2728 2012-09-05 Uros Bizjak <ubizjak@gmail.com>
2729
2730 * config/i386/sse.md (<sse4_1>_blendv<ssemodesuffix><avxsizesuffix>):
2731 Use register_operand instead of reg_not_xmm0_operand{,_maybe_avx}.
2732 Use nonimmediate_operand instead of
2733 nonimm_not_xmm0_operand{,_maybe_avx}.
2734 (<sse4_1_avx2>_pblendvb): Ditto.
2735 (sse4_2_pcmpestr): Ditto.
2736 (*sse4_2_pcmpestr_unaligned): Ditto.
2737 (sse4_2_pcmpistr): Ditto.
2738 (*sse4_2_pcmpistr_unaligned): Ditto.
2739 * config/i386/predicates.md (reg_not_xmm0_operand): Remove predicate.
2740 (nonimm_not_xmm0_operand): Ditto.
2741 (nonimm_not_xmm0_operand_maybe_avx): Ditto.
2742 (nonimm_not_xmm0_operand_maybe_avx): Ditto.
2743 * config/i386/i386.md (rdpmc): Do not force operand 1 into ecx.
2744
2745 2012-09-05 Eric Botcazou <ebotcazou@adacore.com>
2746
2747 * bb-reorder.c: Clarify a few points in the head comment and fix
2748 long lines in other comments.
2749 (find_traces): Fix long line.
2750 (find_traces_1_round): Likewise.
2751 (better_edge_p): Likewise.
2752 (connect_traces): Likewise.
2753 (duplicate_computed_gotos): Likewise.
2754 (find_rarely_executed_basic_blocks_and_cr): Remove trailing spaces.
2755 (fix_up_fall_thru_edges): Fix formatting.
2756
2757 2012-09-05 Richard Guenther <rguenther@suse.de>
2758
2759 PR tree-optimization/46590
2760 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Do not
2761 update SSA form here.
2762 (canonicalize_induction_variables): Assert we do not need to
2763 update SSA form.
2764 (tree_unroll_loops_completely): Update SSA form here.
2765 * tree-ssa-loop-manip.c (gimple_duplicate_loop_to_header_edge):
2766 Do not verify loop-closed SSA form if SSA form is not up-to-date.
2767
2768 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
2769
2770 PR target/54461
2771 * config.gcc (tm_file,target=avr-*-*): Add avr/avrlibc.h if
2772 not configured --with-avrlibc=no.
2773 (tm_defines,target=avr-*-*): Add WITH_AVRLIBC if not configured
2774 --with-avrlibc=no.
2775 * config/avr/avrlibc.h: New file.
2776 * config/avr/avr-c.c: Build-in define __WITH_AVRLIBC__ if
2777 not configured --with-avrlibc=no.
2778 * doc/invoke.texi (AVR Built-in Macros): Document __WITH_AVRLIBC__
2779
2780 2012-09-04 Teresa Johnson <tejohnson@google.com>
2781
2782 * gcov-io.c (gcov_write_summary): Write out non-zero histogram
2783 entries to function summary along with an occupancy bit vector.
2784 (gcov_read_summary): Read in the histogram entries.
2785 (gcov_histo_index): New function.
2786 (void gcov_histogram_merge): Ditto.
2787 * gcov-io.h (gcov_type_unsigned): New type.
2788 (struct gcov_bucket_type): Ditto.
2789 (struct gcov_ctr_summary): Include histogram.
2790 (GCOV_TAG_SUMMARY_LENGTH): Update to include histogram entries.
2791 (GCOV_HISTOGRAM_SIZE): New macro.
2792 (GCOV_HISTOGRAM_BITVECTOR_SIZE): Ditto.
2793 * profile.c (NUM_GCOV_WORKING_SETS): Ditto.
2794 (gcov_working_sets): New global variable.
2795 (compute_working_sets): New function.
2796 (find_working_set): Ditto.
2797 (get_exec_counts): Invoke compute_working_sets.
2798 * coverage.c (read_counts_file): Merge histograms, and
2799 fix bug with accessing summary info for non-summable counters.
2800 * basic-block.h (gcov_type_unsigned): New type.
2801 (struct gcov_working_set_info): Ditto.
2802 (find_working_set): Declare.
2803 * gcov-dump.c (tag_summary): Dump out histogram.
2804
2805 2012-09-04 Diego Novillo <dnovillo@google.com>
2806
2807 PR bootstrap/54484
2808 * vec.h (vec_t::embedded_init): Move default argument value
2809 to function declaration.
2810
2811 2012-09-04 Eric Botcazou <ebotcazou@adacore.com>
2812
2813 * bb-reorder.c (gate_handle_reorder_blocks): Move around.
2814 (rest_of_handle_reorder_blocks): Likewise.
2815 (pass_reorder_blocks): Likewise.
2816 (gate_handle_partition_blocks): Likewise.
2817
2818 2012-09-04 Eric Botcazou <ebotcazou@adacore.com>
2819
2820 PR rtl-optimization/54456
2821 * sched-rgn.c (gate_handle_sched): Return 1 only if optimize > 0.
2822
2823 2012-09-04 Diego Novillo <dnovillo@google.com>
2824
2825 PR bootstrap/54478
2826 * vec.h (vec_t::alloc): Remove explicit type specification
2827 in call to reserve.
2828 (vec_t::copy): Likewise.
2829 (vec_t::reserve): Likewise.
2830 (vec_t::reserve_exact): Likewise.
2831 (vec_t::safe_splice): Likewise.
2832 (vec_t::safe_push): Likewise.
2833 (vec_t::safe_grow): Likewise.
2834 (vec_t::safe_grow_cleared): Likewise.
2835 (vec_t::safe_insert): Likewise.
2836
2837 2012-09-04 Richard Henderson <rth@redhat.com>
2838
2839 * alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.
2840
2841 2012-09-04 Richard Guenther <rguenther@suse.de>
2842
2843 * tree-ssa-pre.c (value_expressions): Make it a vector of
2844 bitmaps containing expression IDs.
2845 (add_to_value): Adjust.
2846 (sorted_array_from_bitmap_set): Likewise.
2847 (bitmap_set_replace_value): Likewise.
2848 (print_value_expressions): Likewise.
2849 (get_constant_for_value_id): Likewise.
2850 (get_representative_for): Likewise.
2851 (phi_translate_1): Likewise.
2852 (bitmap_find_leader): Likewise.
2853 (find_or_generate_expression): Likewise.
2854 (do_regular_insertion): Likewise.
2855 (init_pre): Likewise.
2856 (fini_pre): Likewise.
2857
2858 2012-09-04 Diego Novillo <dnovillo@google.com>
2859
2860 PR bootstrap/54479
2861 * vec.h (vec_t::copy): Add cast in call to reserve_exact.
2862
2863 2012-09-04 Richard Guenther <rguenther@suse.de>
2864
2865 * tree-ssa-pre.c (add_to_exp_gen): Adjust.
2866 (make_values_for_phi): Do not add to PHI_GEN for FRE.
2867 (compute_avail): Stop processing after adding all defs to
2868 AVAIL_OUT for FRE.
2869 (init_pre): Do not allocate not needed bitmap sets for FRE.
2870
2871 2012-09-04 Diego Novillo <dnovillo@google.com>
2872
2873 Rewrite VEC_* functions as member functions of vec_t.
2874
2875 * vec.h: Update documentation.
2876 (ALONE_VEC_CHECK_INFO): Define.
2877 (ALONE_VEC_CHECK_DECL): Define.
2878 (ALONE_VEC_CHECK_PASS): Define.
2879 (struct vec_prefix): Rename field NUM to NUM_.
2880 Rename field ALLOC to ALLOC_.
2881 Update all users.
2882 (struct vec_t): Rename field PREFIX to PREFIX_.
2883 Rename field VEC to VEC_.
2884 Update all users.
2885 (vec_t::length): Rename from VEC_length_1. Update all users.
2886 (vec_t::empty): Rename from VEC_empty_1. Update all users.
2887 (vec_t::address): Rename from VEC_address_1. Update all users.
2888 (vec_address): New.
2889 (vec_t::last): Rename from VEC_last_1. Update all users.
2890 (vec_t::operator[]): Rename from VEC_index_1. Update all users.
2891 (vec_t::iterate): Rename from VEC_iterate_1. Update all users.
2892 (vec_t::embedded_size): Rename from VEC_embedded_size_1.
2893 Update all users.
2894 (vec_t::embedded_init): Rename from VEC_embedded_init_1.
2895 Update all users.
2896 (vec_t::alloc): Rename from VEC_alloc_1. Update all users.
2897 (vec_t::free): Rename from VEC_free_1. Update all users.
2898 (vec_t::copy): Rename from VEC_copy_1. Update all users.
2899 (vec_t::space): Rename from VEC_space_1. Update all users.
2900 (vec_t::reserve): Rename from VEC_reserve_1. Update all users.
2901 (vec_t::reserve_exact): Rename from VEC_reserve_exact_1.
2902 Update all users.
2903 (vec_t::splice): Rename from VEC_splice_1. Update all users.
2904 (vec_t::safe_splice): Rename from VEC_safe_splice_1. Update all users.
2905 (vec_t::quick_push): Rename from VEC_quick_push_1. Update all users.
2906 (vec_t::safe_push): Rename from VEC_safe_push_1. Update all users.
2907 (vec_t::pop): Rename from VEC_pop_1. Update all users.
2908 (vec_t::truncate): Rename from VEC_truncate_1. Update all users.
2909 (vec_t::safe_grow): Rename from VEC_safe_grow_1. Update all users.
2910 (vec_t::safe_grow_cleared): Rename from VEC_safe_grow_cleared_1.
2911 Update all users.
2912 (vec_t::replace): Rename from VEC_replace_1. Update all users.
2913 (vec_t::quick_insert): Rename from VEC_quick_insert_1.
2914 Update all users.
2915 (vec_t::safe_insert): Rename from VEC_safe_insert_1. Update all users.
2916 (vec_t::ordered_remove): Rename from VEC_ordered_remove_1.
2917 Update all users.
2918 (vec_t::unordered_remove): Rename from VEC_unordered_remove_1.
2919 Update all users.
2920 (vec_t::block_remove): Rename from VEC_block_remove_1. Update all users.
2921 (vec_t::lower_bound): Rename from VEC_lower_bound_1. Update all users.
2922
2923 2012-09-04 Steven Bosscher <steven@gcc.gnu.org>
2924
2925 * gimple.h (gimple_build_switch): Remove.
2926 (gimple_build_switch_vec): Promote to the new gimple_build_switch.
2927 (gimple_switch_default_label): Assert the default case label is
2928 really a default case label.
2929 (gimple_switch_set_default_label): Likewise.
2930 * gimple.c (gimple_build_switch_nlabels): Make sure a default label
2931 is passed in, and simplify accordingly.
2932 (gimple_build_switch): Removed.
2933 (gimple_build_switch_vec): Rename to gimple_build_switch.
2934 * gimplify.c (gimplify_switch_expr): Update gimple_build_switch use.
2935 * gimple-pretty-print.c (dump_gimple_switch): Do not accept a NULL
2936 case label.
2937 * stmt.c (expand_case): Simplify using the fact that every GIMPLE
2938 switch must have a default case.
2939 * tree-cfg.c (group_case_labels_stmt): Likewise.
2940 (verify_gimple_switch): Use gimple_switch_label in verifier to get
2941 the label at index 0, and verify that it is a valid default case.
2942 * except.c (sjlj_emit_dispatch_table): Rewrite construction of the
2943 switch for dispatching.
2944 * tree-eh.c (lower_try_finally_switch): Update gimple_build_switch use.
2945 (lower_eh_dispatch): Likewise.
2946 * tree-vrp.c (execute_vrp): Use gimple_switch_label to get the case
2947 label at index 0 before turning it into a default case label.
2948 * omp-low.c (expand_omp_sections): Update gimple_build_switch use.
2949 * tree-switch-conversion.c (emit_case_bit_tests): Get the default case
2950 label using gimple_switch_default_label.
2951 (collect_switch_conv_info): Likewise.
2952 (process_switch): Likewise.
2953 * doc/gimple.texi: Update documentation of gimple_build_switch.
2954
2955 2012-09-04 Georg-Johann Lay <avr@gjlay.de>
2956
2957 PR target/54476
2958 * config/avr/avr.c (avr_expand_delay_cycles): Mask operand with
2959 SImode.
2960
2961 2012-09-04 Bin Cheng <bin.cheng@arm.com>
2962
2963 PR target/45070
2964 * config/arm/arm.c (thumb1_extra_regs_pushed): Handle return value
2965 of size less than 4 bytes by using macro ARM_NUM_INTS.
2966 (thumb1_unexpanded_epilogue): Use macro ARM_NUM_INTS.
2967
2968 2012-09-04 Richard Guenther <rguenther@suse.de>
2969
2970 PR tree-optimization/54458
2971 * tree-ssa-threadupdate.c (thread_through_loop_header): If we
2972 turn the loop into one with multiple latches mark it so.
2973
2974 2012-09-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2975
2976 PR target/54220
2977 * config/avr/avr.c (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): New
2978 define to...
2979 (avr_allocate_stack_slots_for_args): ...this new static function.
2980
2981 2012-09-04 Christophe Lyon <christophe.lyon@linaro.org>
2982
2983 * config/arm/arm.c (arm_expand_builtin): Replace gen_rtx_CONST_INT
2984 by GEN_INT.
2985 (arm_emit_coreregs_64bit_shift): Likewise.
2986
2987 2012-09-04 Christophe Lyon <christophe.lyon@linaro.org>
2988
2989 * config/arm/arm.c (arm_evpc_neon_vext): New function.
2990 (arm_expand_vec_perm_const_1): Add call to arm_evpc_neon_vext.
2991
2992 2012-09-04 Oleg Endo <olegendo@gcc.gnu.org>
2993
2994 PR target/51244
2995 * config/sh/sh.c (prepare_cbranch_operands): Pull out comparison
2996 canonicalization code into...
2997 * (sh_canonicalize_comparison): This new function.
2998 * config/sh/sh-protos.h: Declare it.
2999 * config/sh/sh.h: Use it in new macro CANONICALIZE_COMPARISON.
3000 * config/sh/sh.md (cbranchsi4): Remove TARGET_CBRANCHDI4 check and
3001 always invoke expand_cbranchsi4.
3002
3003 2012-09-03 Andi Kleen <ak@linux.intel.com>
3004
3005 * tree-ssa-sccvn.c (vn_reference_fold_indirect): Initialize
3006 addr_offset always.
3007
3008 2012-09-03 Andrew Pinski <apinski@cavium.com>
3009
3010 PR tree-opt/53395
3011 * tree-if-conv.c (constant_or_ssa_name): New function.
3012 (fold_build_cond_expr): New function.
3013 (predicate_scalar_phi): Use fold_build_cond_expr instead of build3.
3014 (predicate_mem_writes): Likewise.
3015
3016 2012-09-03 Marc Glisse <marc.glisse@inria.fr>
3017
3018 * fold-const.c (fold_ternary_loc): Constant-propagate after
3019 removing dead operands.
3020
3021 2012-09-03 Michael Matz <matz@suse.de>
3022
3023 PR tree-optimization/46590
3024 * tree-cfg.c (gimple_duplicate_sese_region): Don't update
3025 SSA web here ...
3026 * tree-ssa-loop-ch.c (copy_loop_headers): ... but here.
3027
3028 2012-09-03 Sandra Loosemore <sandra@codesourcery.com>
3029
3030 * doc/invoke.texi: Fix numerous typos and punctuation/grammatical
3031 errors throughout the file. Re-word some awkward sentences and
3032 paragraphs.
3033
3034 2012-09-03 Richard Guenther <rguenther@suse.de>
3035
3036 PR tree-optimization/54362
3037 * tree-ssa-structalias.c (find_func_aliases): Handle COND_EXPR.
3038
3039 2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3040
3041 * config/s390/s390.c (s390_loadrelative_operand_p): New function.
3042 (s390_check_qrst_address, print_operand_address): Use
3043 s390_loadrelative_operand_p instead of s390_symref_operand_p.
3044 (s390_check_symref_alignment): Accept pointer size alignment for
3045 GOT slots.
3046 (legitimize_pic_address): Use load relative on z10 or later.
3047
3048 2012-09-03 Jakub Jelinek <jakub@redhat.com>
3049
3050 PR debug/53923
3051 * valtrack.c (dead_debug_insert_temp): Drop non-reg uses
3052 from the chain.
3053
3054 2012-09-03 Joseph Myers <joseph@codesourcery.com>
3055
3056 * common.opt (--no-sysroot-suffix): New driver option.
3057 * doc/invoke.texi (--no-sysroot-suffix): Document.
3058 * gcc.c (driver_handle_option): Handle --no-sysroot-suffix as not
3059 needing spec processing.
3060 (main): Do not process sysroot suffixes if no_sysroot_suffix.
3061
3062 2012-09-02 Oleg Endo <olegendo@gcc.gnu.org>
3063
3064 PR target/33135
3065 * common/config/sh/sh-common.c: Update copyright years.
3066 (sh_option_init_struct): Delete.
3067 (TARGET_OPTION_INIT_STRUCT): Likewise.
3068
3069 2012-09-02 Oleg Endo <olegendo@gcc.gnu.org>
3070
3071 PR target/54418
3072 * config/sh/sh.md (cmpgeusi_t): Remove N alternative.
3073 Check operands[1] in split condition instead of operands[0].
3074 Add comments.
3075
3076 2012-09-02 Mark Kettenis <kettenis@openbsd.org>
3077
3078 * config.gcc (x86_64-*-openbsd*): New target.
3079 * config.host (*-*-openbsd*): New target.
3080 * config/openbsd.h (TARGET_C99_FUNCTIONS): Define.
3081 * config/i386/openbsdelf.h: Remove some superfluous defines and
3082 group things together in a more logical fashion.
3083 (DBX_REGISTER_NUMBER): Provide a
3084 definition that works on both 32-bit and 64-bit targets.
3085 (WCHAR_TYPE_SIZE): Hardcode as 32.
3086 (NO_DOLLAR_IN_LABEL): Remove undef.
3087 (TARGET_DEFAULT): Remove.
3088 (SET_ASM_OP): Remove.
3089 (DEFAULT_PCC_STRUCT_RETURN): Undef first to prevent warning.
3090 (ASM_OUTPUT_MAX_SKIP_ALIGN): Synch with x86-64.h
3091 (DWARF2_UNWIND_INFO): Remove define.
3092 (HAVE_ENABLE_EXECUTE_STACK): Define.
3093 * config/host-openbsd.c: New file.
3094 * config/t-openbsd (USER_H): Add EXTRA_HEADERS.
3095 * config/x-openbsd: New file.
3096
3097 2012-09-02 Oleg Endo <olegendo@gcc.gnu.org>
3098
3099 * config/sh/sh.md (*extend<mode>si2_compact_mem_disp): Pass iterated
3100 mode to sh_legitimate_index_p instead of QImode.
3101
3102 2012-09-02 Eric Botcazou <ebotcazou@adacore.com>
3103
3104 PR rtl-optimization/54369
3105 * config/mips/mips.c (mips_reorg): Invoke cleanup_barriers before
3106 calling dbr_schedule.
3107 * config/sparc/sparc.c (sparc_reorg): Likewise.
3108
3109 2012-09-01 Jakub Jelinek <jakub@redhat.com>
3110
3111 PR target/54436
3112 * config/i386/i386.md (*mov<mode>_insv_1_rex64, *movsi_insv_1): If
3113 operands[1] is CONST_INT_P, convert it to QImode before printing.
3114
3115 2012-09-01 Andrew Pinski <apinski@cavium.com>
3116
3117 * simplify-rtx.c (simplify_unary_operation_1 <case TRUNCATE>):
3118 A truncate of a memory is just loading the low part of the memory.
3119
3120 2012-09-01 Uros Bizjak <ubizjak@gmail.com>
3121
3122 PR target/46829
3123 PR target/46843
3124 * config/i386/i386.c (ix86_legitimate_combined_insn): New function.
3125 (TARGET_LEGITIMATE_COMBINED_INSN): New macro.
3126
3127 2012-09-01 Uros Bizjak <ubizjak@gmail.com>
3128
3129 * target.def (legitimate_combined_insn): New target hook.
3130 * doc/tm.texi.in (TARGET_LEGITIMATE_COMBINED_INSN): New hook.
3131 * doc/tm.texi: Regenerated.
3132 * combine.c (recog_for_combine): Call targetm.legitimate_combined_insn
3133 to allow targets to reject combined insn.
3134 * hooks.h (hook_bool_rtx_true): New.
3135 * hooks.c (hook_bool_rtx_true): Ditto.
3136
3137 2012-08-31 Martin Jambor <mjambor@suse.cz>
3138
3139 * ipa-inline-analysis.c (estimate_function_body_sizes): Allocate
3140 nonconstant_names after calculate_dominance_info and
3141 loop_optimizer_init.
3142
3143 2012-08-31 Greta Yorsh <Greta.Yorsh@arm.com>
3144
3145 * config/arm/arm.c (arm_expand_epilogue): Remove unused variable
3146 floats_from_frame.
3147
3148 2012-08-31 Martin Jambor <mjambor@suse.cz>
3149
3150 PR middle-end/54409
3151 * ipa-inline-analysis.c (remap_predicate): Fix the offset_map
3152 checking condition.
3153
3154 2012-08-31 Martin Jambor <mjambor@suse.cz>
3155
3156 * ipa-inline-analysis.c (phi_result_unknown_predicate): New function.
3157 (predicate_for_phi_result): Likewise.
3158 (estimate_function_body_sizes): Use the above two functions.
3159
3160 2012-08-31 Martin Jambor <mjambor@suse.cz>
3161
3162 PR middle-end/54394
3163 * ipa-inline-analysis.c (estimate_function_body_sizes): Compute
3164 dominance info and loops whenever optimizing.
3165
3166 2012-08-29 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3167 Richard Earnshaw <richard.earnshaw@arm.com>
3168
3169 PR target/54252
3170 * config/arm/arm.c (neon_dereference_pointer): Adjust nelems by
3171 element size. Use elem_type from the formal parameter. New parameter
3172 fcode.
3173 (neon_expand_args): Adjust call to neon_dereference_pointer.
3174
3175 2012-08-29 Steven Bosscher <steven@gcc.gnu.org>
3176
3177 * cfg.c (dump_bb_info): Print a newline if there were no edges to dump.
3178
3179 2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
3180
3181 Revert:
3182 * config/mips/t-linux64 (MULTILIB_OSDIRNAMES): Change to use
3183 mapping style, add ../lib/mips16.
3184 (MULTILIB_OPTIONS,MULTILIB_DIRNAMES): Add mips16.
3185 (MULTILIB_EXCLUSIONS): Exclude mips16 when not -mabi=32.
3186
3187 2012-08-29 Richard Sandiford <rdsandiford@googlemail.com>
3188
3189 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_synci
3190 if TARGET_SYNCI.
3191
3192 2012-08-29 Oleg Endo <olegendo@gcc.gnu.org>
3193
3194 * config/sh/sh.opt (menable-tas): Rename to mtas.
3195 * doc/invoke.texi (SH options): Likewise.
3196 * config/sh/sync.md: Update comments.
3197
3198 2012-08-29 Oleg Endo <olegendo@gcc.gnu.org>
3199
3200 * config/sh/iterators.md: New file.
3201 * config/sh/sync.md (I124, I12, i124suffix): Delete. Replace usage
3202 with new iterators QIHISI, QIHI, bw, bwl respectively throughout
3203 the file.
3204 * config/sh/sh.md: Include new file iterators.md.
3205 (zero_extendhisi2, zero_extendqisi2): Fold into zero_extend<mode>si2.
3206 (*zero_extendhisi2_compact, *zero_extendqisi2_compact): Fold into
3207 *zero_extend<mode>si2_compact.
3208 (*zero_extendqisi2_disp_mem, zero_extendhisi2_disp_mem): Fold into
3209 *zero_extend<mode>si2_disp_mem.
3210 (extendhisi2, extendqisi2): Fold into extend<mode>si2.
3211 (*extendqisi2_compact_reg, *extendhisi2_compact_reg): Fold into
3212 *extend<mode>si2_compact_reg.
3213 (*extendqisi2_compact_mem_disp, *extendhisi2_compact_mem_disp): Fold
3214 into *extend<mode>si2_compact_mem_disp.
3215 (*extendqisi2_compact_snd, *extendhisi2_compact_snd): Fold into
3216 *extend<mode>si2_compact_snd.
3217 (*movsi_index_disp, *movhi_index_disp): Fold with iterators and rename
3218 to *movsi_index_disp_load, *movhi_index_disp_load,
3219 *mov<mode>_index_disp_store.
3220 (*movqi_reg_reg, *movhi_reg_reg): Fold into *mov<mode>_reg_reg.
3221 (*movqi_store_mem_disp04, *movhi_store_mem_disp05): Fold into
3222 *mov<mode>_store_mem_disp04.
3223 (*movqi_store_mem_disp12, *movhi_store_mem_disp13): Fold into
3224 *mov<mode>_store_mem_disp12.
3225 (*movqi_load_mem_disp, *movhi_load_mem_disp): Fold into
3226 *mov<mode>_load_mem_disp04 and *mov<mode>_load_mem_disp12.
3227
3228 2012-08-29 Martin Jambor <mjambor@suse.cz>
3229
3230 * ipa-inline.h (estimate_edge_hints): Call do_estimate_edge_hints, not
3231 do_estimate_edge_time.
3232
3233 2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
3234
3235 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Add nomips16 asm
3236 directives, remove #ifndef __mips16 guards.
3237 * config/mips/t-linux64 (MULTILIB_OSDIRNAMES): Change to use
3238 mapping style, add ../lib/mips16.
3239 (MULTILIB_OPTIONS,MULTILIB_DIRNAMES): Add mips16.
3240 (MULTILIB_EXCLUSIONS): Exclude mips16 when not -mabi=32.
3241
3242 2012-08-28 Walter Lee <walt@tilera.com>
3243 * confg/tilegx/tilegx.md: Fix code style.
3244 (*zero_extendsidi_truncdisi): Fix typo.
3245 * config/tilegx/tilegx.c: Fix code style.
3246 (tilegx_function_profiler): Fix typo.
3247
3248 2012-08-28 Walter Lee <walt@tilera.com>
3249
3250 * doc/invoke.texi: Document -mcmodel=small, -mcmodel=large.
3251 * config/tilegx/tilegx.h: Include config/tilegx/tilegx-opts.h.
3252 (CRT_CALL_STATIC_FUNCTION): Define.
3253 * config/tilegx/predicates.md (const_last_symbolic_operand):
3254 Handle UNSPEC_HW2_LAST_PCREL, UNSPEC_HW1_LAST_PLT_PCREL, and
3255 UNSPEC_HW2_LAST_PLT_PCREL.
3256 (const_symbolic_operand): Handle UNSPEC_HW1_PCREL,
3257 UNSPEC_HW0_PLT_PCREL, and UNSPEC_HW1_PLT_PCREL.
3258 * config/tilegx/tilegx.md (UNSPEC_MOV_LARGE_PCREL_STEP4): Define,
3259 and renumber the constants that follow.
3260 (UNSPEC_HW1_PCREL): Ditto.
3261 (UNSPEC_HW2_LAST_PCREL): Ditto.
3262 (UNSPEC_HW0_PLT_PCREL): Define.
3263 (UNSPEC_HW1_PLT_PCREL): Define.
3264 (UNSPEC_HW1_LAST_PLT_PCREL): Define.
3265 (UNSPEC_HW2_LAST_PLT_PCREL): Define.
3266 (mov_large_pcrel_step1): Define.
3267 (mov_large_pcrel_step2): Define.
3268 (mov_large_pcrel_step3): Define.
3269 (mov_large_pcrel_step4): Define.
3270 (mov_plt_pcrel_step1): Define.
3271 (mov_plt_pcrel_step2): Define.
3272 (mov_plt_pcrel_step3): Define.
3273 (mov_plt_pcrel_step1_32bit): Define.
3274 (mov_plt_pcrel_step2_32bit): Define.
3275 (call): Handle tilegx_cmodel == CM_LARGE, CM_LARGE_PIC.
3276 (call_value): Ditto.
3277 * config/tilegx/tilegx.opt: Include config/tilegx/tilegx-opts.h.
3278 (mcmodel): New option.
3279 (enum cmodel): Define.
3280 (CM_SMALL): Define.
3281 (CM_LARGE): Define.
3282 * config/tilegx/tilegx-opts.h: New file.
3283 * config/tilegx/tilegx-protos.h (tilegx_compute_pcrel_address):
3284 Declare.
3285 (tilegx_compute_pcrel_plt_address): Declare.
3286 * config/tilegx/tilegx.c (tilegx_option_override): Handle
3287 tilegx_cmodel.
3288 (tilegx_function_ok_for_sibcall): Ditto.
3289 (compute_pcrel_address): Rename to tilegx_compute_pcrel_address,
3290 and don't declare static. Handle tilegx_cmodel.
3291 (tilegx_compute_pcrel_plt_address): Define.
3292 (tilegx_legitimize_pic_address): Rename calls to
3293 compute_pcrel_address.
3294 (tilegx_delegitimize_address): Handle UNSPEC_HW1_PCREL,
3295 UNSPEC_HW2_LAST_PCREL, UNSPEC_HW0_PLT_PCREL, UNSPEC_HW1_PLT_PCREL,
3296 UNSPEC_HW1_LAST_PLT_PCREL, UNSPEC_HW2_LAST_PLT_PCREL.
3297 (load_pic_register): Rename call to compute_pcrel_address.
3298 (tilegx_print_operand): Handle UNSPEC_HW1_PCREL,
3299 UNSPEC_HW2_LAST_PCREL, UNSPEC_HW0_PLT_PCREL, UNSPEC_HW1_PLT_PCREL,
3300 UNSPEC_HW1_LAST_PLT_PCREL, UNSPEC_HW2_LAST_PLT_PCREL.
3301
3302 2012-08-27 Maxim Kuvyrkov <maxim@codesourcery.com>
3303
3304 * sched-deps.c (add_dependence_list_and_free): Simplify.
3305 (flush_pending_list_and_free): Fix a hack that was fixing a hack. Free
3306 lists when add_dependence_list_and_free doesn't free them.
3307
3308 2012-08-27 Uros Bizjak <ubizjak@gmail.com>
3309
3310 PR target/46254
3311 * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): Return
3312 true for TARGET_64BIT or !flag_pic.
3313 * config/i386/sync.md (*atomic_compare_and_swap_doubledi_pic): Remove.
3314 (atomic_compare_and_swap_double<mode>): Change operand 2 predicate
3315 to cmpxchg8b_pic_memory_operand. Use DWIH mode iterator.
3316 Add insn constraint. Conditionally emit xchg asm insns.
3317 (atomic_compare_and_swap<mode>): Update calls. Check only
3318 cmpxchg8b_pic_memory_operand in memory address fixup.
3319 (DCASMODE): Remove.
3320 (CASHMODE): Rename from DCASHMODE.
3321 (doublemodesuffix): Update modes.
3322 (regprefix): New mode attribute.
3323
3324 (unspecv) <UNSPECV_CMPXCHG_{1,2,3,4}>: Remove.
3325 <UNSPECV_CMPXCHG>: New constant.
3326 (atomic_compare_and_swap<mode>_1): Rename from
3327 atomic_compare_and_swap_single<mode>. Update calls and
3328 unspec_volatile constants.
3329 (atomic_compare_and_swap<mode>_doubleword): Rename from
3330 atomic_compare_and_swap_double<mode>. Update calls and
3331 unspec_volatile constants.
3332
3333 2012-08-27 Walter Lee <walt@tilera.com>
3334
3335 * doc/md.texi (TILE-Gx): Fix typo.
3336
3337 2012-08-27 Walter Lee <walt@tilera.com>
3338
3339 * config/tilegx/tilegx.c (tilegx_function_profiler): Fix typo.
3340 * config/tilepro/tilepro.c (tilepro_function_profiler): Ditto.
3341
3342 2012-08-27 Walter Lee <walt@tilera.com>
3343
3344 * config/tilegx/tilegx.md (*bfins): Rename to insn_bfins.
3345 (insn_bfins): Delete.
3346
3347 2012-08-27 Walter Lee <walt@tilera.com>
3348
3349 * config/tilegx/sync.md (atomic_compare_and_swap_bare<mode>,
3350 atomic_exchange_bare<mode>,
3351 atomic_fetch_<fetchop_name>_bare<mode>): Set type to X1_remote.
3352 * config/tilegx/tilegx-generic.md (X1_remote): New
3353 insn_reservation.
3354 * config/tilegx/tilegx.md (type): Add X1_remove.
3355 (insn_cmpexch<four_if_si>, insn_exch<four_if_si>,
3356 insn_fetchadd<four_if_si>, insn_fetchaddgez<four_if_si>,
3357 insn_fetchand<four_if_si>, insn_fetchor<four_if_si>): Set type to
3358 X1_remote.
3359
3360 2012-08-27 Andreas Schwab <schwab@linux-m68k.org>
3361
3362 * gdbinit.in: Fix syntax of skip command.
3363
3364 2012-08-27 Richard Sandiford <rdsandiford@googlemail.com>
3365
3366 * config/mips/mips.c (mips_pic_call_symbol_from_set): Check for
3367 SYMBOL_REF SET_SRCs.
3368
3369 2012-08-27 Richard Sandiford <rdsandiford@googlemail.com>
3370
3371 * config/mips/mips.c (vr4130_align_insns): Don't simulate
3372 ghost instructions. Assert that the required instructions exist.
3373
3374 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
3375
3376 * config/mips/mips.h (AVOID_CCMODE_COPIES): Update rationale for
3377 definition.
3378 * config/mips/mips.c (machine_function): Add next_fcc.
3379 (mips_output_move): Remove handling of fcc moves.
3380 (mips_allocate_fcc): New function.
3381 (mips_emit_compare, mips_expand_vcondv2sf): Use it.
3382 (mips_hard_regno_mode_ok_p): Restrict CCmode to ST registers.
3383 Remove special case for CCmode reloads.
3384 (mips_expand_builtin_compare_1): Use mips_allocate_fcc and treat
3385 the result a fixed operand.
3386 * config/mips/mips.md (move_type): Remove lui_movf.
3387 (type, length): Remove references to it.
3388 (movcc, reload_incc, reload_outcc): Delete.
3389
3390 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
3391
3392 * config/mips/mips.c (mips_has_long_branch_p): New function,
3393 split out from...
3394 (mips_expand_ghost_gp_insns): ...here. Look inside sequences.
3395
3396 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
3397
3398 * config/mips/mips.c (r10k_safe_mem_expr_p): Use get_inner_reference.
3399
3400 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
3401
3402 * config/mips/mips.c (mips_rtx_costs): Add costs for CINS.
3403
3404 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
3405
3406 * config/mips/mips.c (mips_rtx_costs): Add missing COSTS_N_INSNS
3407 to the size cost of multiplication.
3408
3409 2012-08-26 Gerald Pfeifer <gerald@pfeifer.com>
3410
3411 * doc/install.texi (Specific): Clarify what needs to be added to
3412 this section.
3413
3414 2012-08-26 Gerald Pfeifer <gerald@pfeifer.com>
3415
3416 * doc/tm.texi.in (Misc): Move descriptions of NO_DOLLAR_IN_LABEL
3417 and NO_DOT_IN_LABEL from here...
3418 (Label Output): ...to here.
3419 * doc/tm.texi: Regenerate.
3420
3421 2012-08-26 Gerald Pfeifer <gerald@pfeifer.com>
3422
3423 * doc/invoke.texi (C++ Dialect Options): Add missing space.
3424
3425 2012-08-25 Eric Botcazou <ebotcazou@adacore.com>
3426
3427 PR rtl-optimization/54088
3428 * jump.c (delete_related_insns): Robustify latest change.
3429
3430 2012-08-25 Ricardo Catalinas Jiménez <jimenezrick@gmail.com>
3431
3432 * doc/extend.texi (__atomic Builtins): Remove space before comma.
3433
3434 2012-08-25 Richard Sandiford <rdsandiford@googlemail.com>
3435 Andrew Pinski <apinski@cavium.com>
3436
3437 * config/mips/mips.h (CASE_VECTOR_MODE): For not
3438 TARGET_MIPS16_SHORT_JUMP_TABLES use ptr_mode.
3439 (CASE_VECTOR_SHORTEN_MODE): Likewise.
3440
3441 2012-08-25 Uros Bizjak <ubizjak@gmail.com>
3442
3443 * config/i386/i386.h (FP_REG_P): Remove macro.
3444 (FP_REGNO_P): Ditto.
3445 (HARD_REGNO_NREGS): Use STACK_REGNO_P instead of FP_REGNO_P.
3446 (HARD_REGNO_NREGS_HAS_PADDING): Ditto.
3447 (ANY_FP_REGNO_P): Ditto.
3448 (HARD_REGNO_RENAME_OK): Use STACK_REGNO_P.
3449 * config/i386/i386.c (output_387_ffreep): Use STACK_REGNO_P
3450 instead of FP_REGNO_P.
3451 (ix86_hard_regno_mode_ok): Ditto.
3452 * config/i386/predicates.md (fp_register_operand): Ditto.
3453 (register_and_not_fp_reg_operand): Ditto.
3454 * config/i386/sync.md (atomic_loaddi_fpu): Use STACK_REG_P instead
3455 of FP_REG_P.
3456
3457 * reg-stack.c (get_true_reg): Use STACK_REG_P instead of FP_REG_P.
3458
3459 2012-08-24 Jason Merrill <jason@redhat.com>
3460
3461 * print-tree.c (print_node): Don't check TREE_LANG_FLAG_*
3462 on TREE_VEC or SSA_NAME.
3463
3464 2012-08-24 Jakub Jelinek <jakub@redhat.com>
3465
3466 PR c/54363
3467 * gimplify.c (optimize_compound_literals_in_ctor): Only recurse
3468 if init is a CONSTRUCTOR.
3469
3470 2012-08-24 Steven Bosscher <steven@gcc.gnu.org>
3471
3472 * tree-ssa-live.c (dump_var_map): Do not dump the partition
3473 map of virtual operands.
3474
3475 2012-08-24 Yuri Rumyantsev <ysrumyan@gmail.com>
3476
3477 * config/i386/i386.c (ia32_multipass_dfa_lookahead) : Add
3478 case for Atom processor.
3479
3480 2012-08-24 Simon Baldwin <simonb@google.com>
3481
3482 * dwarf2out.c (gen_producer_string): Omit command line switch if
3483 CL_NO_DWARF_RECORD flag set.
3484 * opts.h (CL_NO_DWARF_RECORD): New.
3485 * opt-functions.awk (switch_flags): Add NoDWARFRecord.
3486 * doc/options.texi: Document NoDWARFRecord option flag.
3487
3488 2012-08-24 H.J. Lu <hongjiu.lu@intel.com>
3489
3490 PR debug/52857
3491 * dwarf2out.c (mem_loc_descriptor): Allow arg_pointer_rtx and
3492 frame_pointer_rtx for based_loc_descr.
3493
3494 2012-08-24 Martin Jambor <mjambor@suse.cz>
3495
3496 * predict.c (maybe_hot_frequency_p): New parameter fun. Use its decl
3497 instead of current_function_decl, use profile_status_for_function and
3498 ENTRY_BLOCK_PTR_FOR_FUNCTION with fun instead of their cfun variants.
3499 (maybe_hot_count_p): New parameter fun, use
3500 profile_status_for_function instead of its cfun_variant.
3501 (maybe_hot_bb_p): New parameter fun, checking-assert it, pass it to
3502 all callees.
3503 (maybe_hot_edge_p): Pass cfun to maybe_hot_count_p and
3504 maybe_hot_frequency_p.
3505 (probably_never_executed_bb_p): New parameter fun, use its decl
3506 instead of current_function_decl.
3507 (optimize_bb_for_size_p): Pass cfun to maybe_hot_bb_p.
3508 (rtl_profile_for_bb): Likewise.
3509 (compute_function_frequency): Pass cfun to maybe_hot_bb_p and
3510 probably_never_executed_bb_p.
3511 * tree-ssa-operands.c (ssa_operands_active): New operator fun. Use it
3512 instead of cfun.
3513 (update_stmt_operands): Pass cfun as an argument of
3514 ssa_operands_active.
3515 (swap_tree_operands): Likewise.
3516 * gimple-iterator.c (update_modified_stmt): Likewise.
3517 (update_modified_stmts): Likewise.
3518 * tree-flow-inline.h (delink_stmt_imm_use): Likewise.
3519 * tree-ssa.c (delete_tree_ssa): Likewise.
3520 * bb-reorder.c (bb_to_key): Pass cfun to probably_never_executed_bb_p.
3521 (push_to_next_round_p): Likewise.
3522 (find_rarely_executed_basic_blocks_and_crossing_edges ): Likewise.
3523 * cfg.c: Inlude tree.h.
3524 (check_bb_profile): Use profile_status_for_function,
3525 EXIT_BLOCK_PTR_FOR_FUNCTION and ENTRY_BLOCK_PTR_FOR_FUNCTION with
3526 DECL_STRUCT_FUNCTION (current_function_decl) instead of their cfun
3527 variants.
3528 (dump_bb_info): Pass DECL_STRUCT_FUNCTION (current_function_decl) to
3529 maybe_hot_bb_p and probably_never_executed_bb_p.
3530 * gimple-pretty-print.c (gimple_dump_bb_buff): Checking-assert that
3531 DECL_STRUCT_FUNCTION (current_function_decl) is not NULL. Pass it to
3532 dump_histograms_for_stmt.
3533 (dump_gimple_mem_ops): Pass
3534 DECL_STRUCT_FUNCTION (current_function_decl)
3535 as an argument to dump_gimple_mem_ops.
3536 * tree-cfg.c (dump_function_to_file): Rename parameter fn to fndecl.
3537 Do not change cfun. Change and restore current_function_decl.
3538 * Makefile.in (cfg.o): Include TREE_H in dependencies.
3539
3540 2012-08-24 Georg-Johann Lay <avr@gjlay.de>
3541
3542 PR target/54222
3543 * avr-modes.def (HA, SA, DA, TA, UTA): Adjust modes.
3544 * avr/avr-fixed.md: New file.
3545 * avr/avr.md: Include it.
3546 (cc): Add: minus.
3547 (adjust_len): Add: minus, minus64, ufract, sfract.
3548 (ALL1, ALL2, ALL4, ORDERED234): New mode iterators.
3549 (MOVMODE): Add: QQ, UQQ, HQ, UHQ, HA, UHA, SQ, USQ, SA, USA.
3550 (MPUSH): Add: HQ, UHQ, HA, UHA, SQ, USQ, SA, USA.
3551 (pushqi1, xload8_A, xload_8, movqi_insn, *reload_inqi, addqi3,
3552 subqi3, ashlqi3, *ashlqi3, ashrqi3, lshrqi3, *lshrqi3, *cmpqi,
3553 cbranchqi4, *cpse.eq): Generalize to handle all 8-bit modes in ALL1.
3554 (*movhi, reload_inhi, addhi3, *addhi3, addhi3_clobber, subhi3,
3555 ashlhi3, *ashlhi3_const, ashrhi3, *ashirhi3_const, lshrhi3,
3556 *lshrhi3_const, *cmphi, cbranchhi4): Generalize to handle all
3557 16-bit modes in ALL2.
3558 (subhi3, casesi, strlenhi): Add clobber when expanding minus:HI.
3559 (*movsi, *reload_insi, addsi3, subsi3, ashlsi3, *ashlsi3_const,
3560 ashrsi3, *ashrhi3_const, *ashrsi3_const, lshrsi3, *lshrsi3_const,
3561 *reversed_tstsi, *cmpsi, cbranchsi4): Generalize to handle all
3562 32-bit modes in ALL4.
3563 * avr-dimode.md (ALL8): New mode iterator.
3564 (adddi3, adddi3_insn, adddi3_const_insn, subdi3, subdi3_insn,
3565 subdi3_const_insn, cbranchdi4, compare_di2,
3566 compare_const_di2, ashrdi3, lshrdi3, rotldi3, ashldi3_insn,
3567 ashrdi3_insn, lshrdi3_insn, rotldi3_insn): Generalize to handle
3568 all 64-bit modes in ALL8.
3569 * config/avr/avr-protos.h (avr_to_int_mode): New prototype.
3570 (avr_out_fract, avr_out_minus, avr_out_minus64): New prototypes.
3571 * config/avr/avr.c (TARGET_FIXED_POINT_SUPPORTED_P): Define to...
3572 (avr_fixed_point_supported_p): ...this new static function.
3573 (TARGET_BUILD_BUILTIN_VA_LIST): Define to...
3574 (avr_build_builtin_va_list): ...this new static function.
3575 (avr_adjust_type_node): New static function.
3576 (avr_scalar_mode_supported_p): Allow if ALL_FIXED_POINT_MODE_P.
3577 (avr_builtin_setjmp_frame_value): Use gen_subhi3 and return new
3578 pseudo instead of gen_rtx_MINUS.
3579 (avr_print_operand, avr_operand_rtx_cost): Handle: CONST_FIXED.
3580 (notice_update_cc): Handle: CC_MINUS.
3581 (output_movqi): Generalize to handle respective fixed-point modes.
3582 (output_movhi, output_movsisf, avr_2word_insn_p): Ditto.
3583 (avr_out_compare, avr_out_plus_1): Also handle fixed-point modes.
3584 (avr_assemble_integer): Ditto.
3585 (output_reload_in_const, output_reload_insisf): Ditto.
3586 (avr_compare_pattern): Skip all modes > 4 bytes.
3587 (avr_2word_insn_p): Skip movuqq_insn, movqq_insn.
3588 (avr_out_fract, avr_out_minus, avr_out_minus64): New functions.
3589 (avr_to_int_mode): New function.
3590 (adjust_insn_length): Handle: ADJUST_LEN_SFRACT,
3591 ADJUST_LEN_UFRACT, ADJUST_LEN_MINUS, ADJUST_LEN_MINUS64.
3592 * config/avr/predicates.md (const0_operand): Allow const_fixed.
3593 (const_operand, const_or_immediate_operand): New.
3594 (nonmemory_or_const_operand): New.
3595 * config/avr/constraints.md (Ynn, Y00, Y01, Y02, Ym1, Ym2, YIJ):
3596 New constraints.
3597 * config/avr/avr.h (LONG_LONG_ACCUM_TYPE_SIZE): Define.
3598
3599 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>
3600
3601 * alias.c (rtx_equal_for_memref_p): Convert constant cases.
3602 * combine.c (find_single_use_1, mark_used_regs_combine): Convert
3603 to CASE_CONST_ANY.
3604 * cse.c (exp_equiv_p, canon_reg, fold_rtx, cse_process_notes_1,
3605 count_reg_usage): Convert constant cases.
3606 * cselib.c (cselib_expand_value_rtx_1): Convert to CASE_CONST_ANY.
3607 (cselib_subst_to_values): Convert constant cases.
3608 * df-scan.c (df_uses_record): Ditto.
3609 * dse.c (const_or_frame_p): Convert case statements to explicit
3610 if-then-else using mode classes.
3611 * emit-rtl.c (verify_rtx_sharing, copy_insn_1): Convert constant cases.
3612 * explow.c (convert_memory_address_addr_space): Ditto.
3613 * gcse.c (want_to_gcse_p, oprs_unchanged_p, compute_transp): Ditto.
3614 * genattrtab.c (attr_copy_rtx, clear_struct_flag): Ditto.
3615 * ira.c (equiv_init_varies_p, contains_replace_regs,
3616 memref_referenced_p, rtx_moveable_p): Ditto.
3617 * jump.c (mark_jump_label_1): Remove constant cases.
3618 (rtx_renumbered_equal_p): Convert to CASE_CONST_UNIQUE.
3619 * loop-invariant.c (check_maybe_invariant, hash_invariant_expr_1,
3620 invariant_expr_equal_p): Convert to CASE_CONST_ANY.
3621 * postreload-gcse.c (oprs_unchanged_p): Convert constant cases.
3622 * reginfo.c (reg_scan_mark_refs): Ditto.
3623 * regrename.c (scan_rtx): Ditto.
3624 * reload1.c (eliminate_regs_1, elimination_effects,
3625 scan_paradoxical_subregs): Ditto.
3626 * reload.c (operands_match_p, subst_reg_equivs): Ditto.
3627 * resource.c (mark_referenced_resources, mark_set_resources): Ditto.
3628 * rtlanal.c (rtx_unstable_p, rtx_varies_p, count_occurrences)
3629 (reg_mentioned_p, modified_between_p, modified_in_p)
3630 (volatile_insn_p, volatile_refs_p, side_effects_p, may_trap_p_1,
3631 inequality_comparisons_p, computed_jump_p_1): Ditto.
3632 * rtl.c (copy_rtx, rtx_equal_p_cb, rtx_equal_p): Ditto.
3633 * sched-deps.c (sched_analyze_2): Ditto.
3634 * valtrack.c (cleanup_auto_inc_dec): Ditto.
3635 * rtl.h: (CASE_CONST_SCALAR_INT, CASE_CONST_UNIQUE,
3636 CASE_CONST_ANY): New macros.
3637
3638 2012-08-23 Julian Brown <julian@codesourcery.com>
3639 Sandra Loosemore <sandra@codesourcery.com>
3640
3641 * config/mips/mips.md
3642 (UNSPEC_CASESI_DISPATCH): New.
3643 (MIPS16_T_REGNUM): New constant.
3644 (tablejump): Don't use for MIPS16_SHORT_JUMP_TABLES.
3645 (casesi): New.
3646 (casesi_internal_mips16_<mode>): New.
3647 * config/mips/mips.c (mips16_split_long_branches): Adjust test
3648 to ignore casesi jump tables.
3649 * config/mips/mips.h (TARGET_MIPS16_SHORT_JUMP_TABLES): Update
3650 comment.
3651 (CASE_VECTOR_MODE): Use SImode unconditionally.
3652 (CASE_VECTOR_SHORTEN_MODE): Define.
3653 (ASM_OUTPUT_ADDR_DIFF_ELT): Output word-sized addr_diff_elts
3654 when necessary for MIPS16_SHORT_JUMP_TABLES.
3655
3656 2012-08-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3657
3658 * config/rs6000/rs6000.c (rs6000_density_test): Free loop body.
3659
3660 2012-08-23 H.J. Lu <hongjiu.lu@intel.com>
3661
3662 PR driver/54335
3663 * doc/invoke.texi: Add -da and remove -dm.
3664
3665 2012-08-23 Richard Guenther <rguenther@suse.de>
3666
3667 * tree-vect-stmts.c (vect_finish_stmt_generation): Update
3668 virtual SSA form.
3669
3670 2012-08-23 Jakub Jelinek <jakub@redhat.com>
3671
3672 * tree.c (copy_node_stat): Clear DECL_STRUCT_FUNCTION.
3673
3674 2012-08-23 Mingjie Xing <mingjie.xing@gmail.com>
3675
3676 * doc/gty.texi: Fix typo.
3677
3678 2012-08-23 Richard Guenther <rguenther@suse.de>
3679
3680 * tree-ssa-loop-manip.c (add_exit_phis_var): Allow virtual operands.
3681 (find_uses_to_rename_use): Likewise.
3682 (find_uses_to_rename_bb): Likewise.
3683 (find_uses_to_rename_stmt): Walk over all operands.
3684
3685 2012-08-22 Oleg Endo <olegendo@gcc.gnu.org>
3686
3687 PR target/54089
3688 * config/sh/predicates (p27_rshift_count_operand,
3689 not_p27_rshift_count_operand): New predicates.
3690 * config/sh/sh.c (sh_ashlsi_clobbers_t_reg_p,
3691 sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p): Handle special
3692 case when shift amount is 31.
3693 (gen_ashift): Emit gen_shlr instead of gen_lshrsi3_m.
3694 * config/sh/sh.md (ashlsi3_d): Set type to 'dyn_shift' instead
3695 of 'arith'.
3696 (ashlsi_c): Rename to shll. Adapt calls to gen_ashlsi_c throughout
3697 the file.
3698 (lshrsi3): Remove clobber from expander. Use shift_count_operand
3699 instead of nonmemory_operand predicate for second operand. Add
3700 handling of case lshrsi3_n_clobbers_t.
3701 (lshrsi3_k): Use p27_rshift_count_operand for second operand.
3702 (lshrsi3_d): Make insn_and_split. Split dynamic shift to constant
3703 shift sequences if beneficial.
3704 (lshrsi3_n): Make insn_and_split. Split constant shift sequence to
3705 dynamic shift if beneficial.
3706 (lshrsi3_n_clobbers_t): New insn_and_split.
3707 (lshrsi3_m): Delete.
3708
3709 2012-08-22 Steven Bosscher <steven@gcc.gnu.org>
3710
3711 * tracer.c (mark_bb_seen): Use SBITMAP_SIZE.
3712
3713 * alias.c (MAX_ALIAS_LOOP_PASSES): Update comment with rationale,
3714 or rather a lack thereof.
3715 (init_alias_analysis): Propagate the latest information across
3716 the CFG in topological order to propagate as far as possible in
3717 each iteration. Ignore debug insns.
3718
3719 2012-08-22 H.J. Lu <hongjiu.lu@intel.com>
3720
3721 * doc/invoke.texi: Document -mlong-double-64/-mlong-double-80.
3722
3723 * config/i386/i386.c (flag_opts): Add -mlong-double-64.
3724 (TARGET_HAS_BIONIC): Default long double to 64-bit for Bionic.
3725
3726 * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 64 if
3727 TARGET_LONG_DOUBLE_64 is true.
3728 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): New macro.
3729 (WIDEST_HARDWARE_FP_SIZE): Defined to 80.
3730
3731 * config/i386/i386.opt (mlong-double-80): New option.
3732 (mlong-double-64): Likewise.
3733
3734 * config/i386/i386-c.c (ix86_target_macros): Define
3735 __LONG_DOUBLE_64__ for TARGET_LONG_DOUBLE_64.
3736
3737 2012-08-22 H.J. Lu <hongjiu.lu@intel.com>
3738
3739 PR target/54347
3740 * config/i386/i386.c (ix86_split_to_parts): Replace
3741 REAL_VALUE_TO_TARGET_LONG_DOUBLE with real_to_target.
3742
3743 2012-08-22 Richard Guenther <rguenther@suse.de>
3744
3745 * tree-vectorizer.c (vectorize_loops): Do not call
3746 mark_virtual_operands_for_renaming.
3747 * tree-vect-slp.c (vect_slp_transform_bb): Likewise.
3748 Do not update SSA form here.
3749
3750 2012-08-22 Dodji Seketeli <dodji@redhat.com>
3751
3752 * tree.h (TREE_NOTHROW): Use the base.nothrow_flag.
3753
3754 2012-08-22 Richard Guenther <rguenther@suse.de>
3755
3756 PR tree-optimization/46590
3757 * tree-ssa-alias.h (get_continuation_for_phi): Add alias query
3758 counter output argument.
3759 (walk_non_aliased_vuses): Add alias query counter argument
3760 to the walker callback.
3761 * tree-ssa-alias.c (maybe_skip_until): Add alias query counter
3762 output argument and count alias queries.
3763 (get_continuation_for_phi_1): Likewise.
3764 (get_continuation_for_phi): Likewise.
3765 (walk_non_aliased_vuses): Add alias query counter argument
3766 to the walker callback and allow it to abort the walk by
3767 returning -1.
3768 * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
3769 * tree-ssa-sccvn.c (vn_reference_lookup_2): Add alias query
3770 counter parmeter, abort walk if that is bigger than
3771 --param sccvn-max-alias-queries-per-access.
3772 * params.def (sccvn-max-alias-queries-per-access): New param.
3773 * doc/invoke.texi (sccvn-max-alias-queries-per-access): Document.
3774
3775 2012-08-22 Richard Guenther <rguenther@suse.de>
3776
3777 * tree-ssa-loop-ch.c (copy_loop_headers): Remove redundant checking.
3778 * tree-into-ssa.c (initialize_flags_in_bb): Use gcc_checking_assert
3779 instead of gcc_assert.
3780 (mark_block_for_update): Likewise.
3781 (add_new_name_mapping): Likewise.
3782 (mark_def_sites): Likewise.
3783 (insert_phi_nodes_for): Likewise.
3784 (rewrite_debug_stmt_uses): Likewise.
3785 (rewrite_stmt): Likewise.
3786 (maybe_register_def): Likewise.
3787 (rewrite_update_phi_arguments): Likewise.
3788 (rewrite_update_enter_block): Likewise.
3789 (mark_def_interesting): Likewise.
3790 (prepare_def_site_for): Likewise.
3791 (insert_updated_phi_nodes_for): Likewise.
3792
3793 2012-08-22 Jakub Jelinek <jakub@redhat.com>
3794
3795 * tree-vect-loop.c (vect_transform_loop): Initialize
3796 check_profitability to false.
3797
3798 * tree-predcom.c (try_combine_chains): Free the worklist vector
3799 at the end.
3800
3801 2012-08-22 Marc Glisse <marc.glisse@inria.fr>
3802
3803 PR tree-optimization/54317
3804 * tree-vrp.c (extract_range_from_binary_expr_1): Test for
3805 double_int overflow.
3806 Remove dead tests.
3807
3808 2012-08-22 Jakub Jelinek <jakub@redhat.com>
3809
3810 * tree-vrp.c (find_assert_locations): Skip also edges
3811 from the entry block.
3812
3813 * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): Call
3814 free_stmt_vec_info on orig_cond after gsi_removing it.
3815 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Always
3816 free body_cost_vec vector.
3817 (vect_analyze_data_refs): If gather is unsuccessful,
3818 free_data_ref (dr).
3819 * tree-inline.c (tree_function_versioning): Free
3820 old_transforms_to_apply vector.
3821
3822 2012-08-22 Steven Bosscher <steven@gcc.gnu.org>
3823
3824 * tree-ssa-coalesce.c (struct ssa_conflicts_d): Make contents
3825 of this a VEC and add a bitmap obstack.
3826 (ssa_conflicts_new): Allocate the obstack and grow the VEC cleared
3827 to the right size.
3828 (ssa_conflicts_delete): Free the VEC and release the obstack.
3829 (ssa_conflicts_test_p, ssa_conflicts_test_p, ssa_conflicts_add_one,
3830 ssa_conflicts_merge, ssa_conflicts_dump): Update for above changes.
3831 (truct live_track_d): Add another bitmap obstack here.
3832 (new_live_track): Initialize it and use it for all bitmaps.
3833 (delete_live_track): Don't free the bitmaps one at a time, just
3834 release the obstack.
3835 (create_outofssa_var_map): Fix to conform to GCC code style rules.
3836
3837 2012-08-21 Nathan Froyd <froydnj@gcc.gnu.org>
3838
3839 * config/m32c/constraints.md: New file.
3840 * config/m32c/t-m32c (MD_FILES): Add constraints.
3841 * config/m32c/m32c-protos.h (m32c_const_ok_for_constraint_p): Delete.
3842 (m32c_extra_address_constraint, m32c_extra_memory_constraint): Delete.
3843 (m32c_reg_class_from_constraint): Delete.
3844 (m32c_extra_constraint_p, m32c_extra_constraint_p2): Delete.
3845 (m32c_matches_constraint_p): Declare.
3846 * config/m32c/m32c.h (CONSTRAINT_LEN): Delete.
3847 (REG_CLASS_FROM_CONSTRAINT): Delete.
3848 (CONST_OK_FOR_CONSTRAINT_P): Delete.
3849 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Delete.
3850 (EXTRA_CONSTRAINT_STR): Delete.
3851 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Delete.
3852 * config/m32c/m32c.c: Include tm-constrs.h
3853 (m32c_reg_class_from_constraint): Delete.
3854 (m32c_const_ok_for_constraint_p): Delete.
3855 (m32c_extra_constraint_p2): Rename to...
3856 (m32c_matches_constraint_p): ...this. Make it return bool. Tweak
3857 formatting.
3858 (m32c_extra_constraint_p): Delete.
3859 (m32c_extra_address_constraint, m32c_extra_memory_constraint): Delete.
3860 (m32c_split_move): Use satisfies_constraint_Ss.
3861 * config/m32c/predicates.md (memsym_operand): Use
3862 satisfies_constraint_Si.
3863 (memimmed_operand): Use satisfies_constraint_Sp.
3864 (m32c_psi_scale, m32c_1bit8_operand): Use satisfies_constraint_Ilb.
3865 (m32c_1bit16_operand): Use satisfies_constraint_Ilw.
3866 (m32c_1mask8_operand): Use satisfies_constraint_ImB.
3867 (m32c_1mask16_operand): Use satisfies_constraint_Imw.
3868
3869 2012-08-21 Nathan Froyd <froydnj@gcc.gnu.org>
3870
3871 * config/mep/mep.h (REG_CLASS_FROM_CONSTRAINT): Delete.
3872 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
3873 (CONSTRAINT_LEN, EXTRA_CONSTRAINT): Delete.
3874 * config/mep/mep.c (mep_reg_class_from_constraint): Delete.
3875 (mep_const_ok_for_letter_p, mep_extra_constraint): Delete.
3876 * config/mep/mep-protos.h (mep_reg_class_from_constraint): Delete.
3877 (mep_const_ok_for_letter_p, mep_extra_constraint): Delete.
3878
3879 2012-08-21 Oleg Endo <olegendo@gcc.gnu.org>
3880
3881 * config/sh/sh.md (cmpeqdi_t, cmpgtdi_t, cmpgedi_t, cmpgeudi_t,
3882 cmpgtudi_t, *movsicc_t_false, *movsicc_t_true, divsi_inv20, negsi_cond,
3883 truncdihi2, ic_invalidate_line_i, ic_invalidate_line_sh4a,
3884 ic_invalidate_line_media, movdf_i4, calli_pcrel, call_valuei,
3885 call_valuei_pcrel, sibcalli_pcrel, sibcall_compact,
3886 sibcall_valuei_pcrel, sibcall_value_compact, casesi_worker_1,
3887 casesi_worker_2, bandreg_m2a, borreg_m2a, bxorreg_m2a, sp_switch_1,
3888 sp_switch_2, stack_protect_set_si, stack_protect_set_si_media,
3889 stack_protect_set_di_media, stack_protect_test_si,
3890 stack_protect_test_si_media, stack_protect_test_di_media): Convert to
3891 multi-line asm output strings.
3892 (divsi_inv_qitable, divsi_inv_hitable): Use single-alternative asm
3893 output.
3894 (*andsi3_bclr, rotldi3_mextr, rotrdi3_mextr, calli,
3895 call_valuei_tbr_rel, movml_push_banked, movml_pop_banked, bclr_m2a,
3896 bclrmem_m2a, bset_m2a, bsetmem_m2a, bst_m2a, bld_m2a, bldsign_m2a,
3897 bld_reg, *bld_regqi, band_m2a, bor_m2a, bxor_m2a, mextr_rl, *mextr_lr):
3898 Use tab char instead of '\\t'.
3899 (iordi3): Use braced string.
3900 (*movsi_pop): Use tab chars instead of spaces.
3901
3902 2012-08-21 Oleg Endo <olegendo@gcc.gnu.org>
3903
3904 PR target/39423
3905 * config/sh/sh.md (*movhi_index_disp): Add support for SH2A
3906 movu.w insn.
3907
3908 2012-08-21 H.J. Lu <hongjiu.lu@intel.com>
3909
3910 PR middle-end/54332
3911 * df-scan.c (df_bb_verify): Restore df_free_collection_rec call
3912 inside the insn traversal loop.
3913
3914 * vec.h (vec_reserve): Remove the stack allocation check.
3915
3916 2012-08-21 Marc Glisse <marc.glisse@inria.fr>
3917
3918 * fold-const.c (fold_ternary_loc): Detect identity permutations.
3919 Canonicalize permutations more.
3920 * tree-ssa-forwprop.c (is_combined_permutation_identity): New function.
3921 (simplify_permutation): Likewise.
3922 (ssa_forward_propagate_and_combine): Call it.
3923
3924 2012-08-21 Richard Guenther <rguenther@suse.de>
3925
3926 * tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free
3927 the affine expansion cache.
3928 * tree-ssa-dom.c (free_expr_hash_elt_contents): New function,
3929 split out from ...
3930 (free_expr_hash_elt): ... this one.
3931 (record_cond): Properly free a not needed hashtable element.
3932 (lookup_avail_expr): Likewise.
3933 * tree-into-ssa.c (init_ssa_renamer): Specify a free function
3934 for the var_infos hashtable.
3935 (update_ssa): Likewise.
3936
3937 2012-08-21 Richard Guenther <rguenther@suse.de>
3938
3939 * alloc-pool.c (pool_alloc): Fix valgrind annotation.
3940 * tree.h: Fix typo and complete flags documentation.
3941
3942 2012-08-21 Richard Guenther <rguenther@suse.de>
3943
3944 * tree.h (struct tree_base): Add union to make it possible to
3945 re-use the upper 4 bytes for tree codes that do not need as
3946 many flags as others. Move visited and default_def_flag to
3947 common bits section in exchange for saturating_flag and
3948 unsigned_flag. Add SSA name version and tree vec length
3949 fields here.
3950 (struct tree_vec): Remove length field here.
3951 (struct tree_ssa_name): Remove version field here.
3952
3953 2012-08-20 Jan Hubicka <jh@suse.cz>
3954
3955 PR fortran/48636
3956 * ipa-inline.c (want_inline_small_function_p): Take loop_iterations
3957 hint.
3958 (edge_badness): Likewise.
3959 * ipa-inline.h (inline_hints_vals): Add INLINE_HINT_loop_iterations.
3960 (inline_summary): Add loop_iterations.
3961 * ipa-inline-analysis.c: Include tree-scalar-evolution.h.
3962 (dump_inline_hints): Dump loop_iterations.
3963 (reset_inline_summary): Free loop_iterations.
3964 (inline_node_duplication_hook): Update loop_iterations.
3965 (dump_inline_summary): Dump loop_iterations.
3966 (will_be_nonconstant_expr_predicate): New function.
3967 (estimate_function_body_sizes): Analyze loops.
3968 (estimate_node_size_and_time): Set hint loop_iterations.
3969 (inline_merge_summary): Merge loop iterations.
3970 (inline_read_section): Stream in loop_iterations.
3971 (inline_write_summary): Stream out loop_iterations.
3972
3973 2012-08-20 Oleg Endo <olegendo@gcc.gnu.org>
3974
3975 PR target/54089
3976 * config/sh/sh.md (rotcr, *rotcr, shar, shlr): New insns and splits.
3977 (ashrdi3_k, lshrdi3_k): Rewrite as insn_and_split.
3978 * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p): New function.
3979 * config/sh/sh-protos.h (sh_lshrsi_clobbers_t_reg_p): Declare it.
3980
3981 2012-08-20 Oleg Endo <olegendo@gcc.gnu.org>
3982
3983 PR target/51244
3984 * config/sh/sh.md (*cset_zero): New insns.
3985
3986 2012-08-20 Mark Wielaard <mjw@redhat.com>
3987
3988 * dwarf2out.h (enum dw_val_class): Add dw_val_class_high_pc.
3989 * dwarf2out.c (dw_val_equal_p): Handle dw_val_class_high_pc.
3990 (add_AT_low_high_pc): New function.
3991 (AT_lbl): Handle dw_val_class_high_pc.
3992 (print_die): Likewise.
3993 (attr_checksum): Likewise.
3994 (attr_checksum_ordered): Likewise.
3995 (same_dw_val_p): Likewise.
3996 (size_of_die): Likewise.
3997 (value_format): Likewise.
3998 (output_die): Likewise.
3999 (gen_subprogram_die): Use add_AT_low_high_pc.
4000 (add_high_low_attributes): Likewise.
4001 (dwarf2out_finish): Likewise.
4002
4003 2012-08-20 Jakub Jelinek <jakub@redhat.com>
4004
4005 PR rtl-optimization/54294
4006 * fwprop.c (all_uses_available_at): Ignore debug insns in between
4007 def_insn and target_insn when checking whether the shortcut is
4008 possible.
4009
4010 2012-08-20 Eric Botcazou <ebotcazou@adacore.com>
4011
4012 * config/sparc/sparc.h (MAX_FIXED_MODE_SIZE): Define.
4013
4014 2012-08-20 Patrick Marlier <patrick.marlier@gmail.com>
4015
4016 PR middle-end/53992
4017 * omp-low.c (lower_omp_1): Handle GIMPLE_TRANSACTION.
4018
4019 2012-08-20 Richard Earnshaw <rearnsha@arm.com>
4020
4021 PR tree-ssa/54295
4022 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Delete rhs_code
4023 declaration and setter.
4024
4025 2012-08-20 Richard Earnshaw <rearnsha@arm.com>
4026
4027 PR tree-ssa/54295
4028 * tree-ssa-math-opts.c (widening_mult_conversion_strippable_p):
4029 New function.
4030 (is_widening_mult_rhs_p): Use it.
4031
4032 2012-08-20 Joseph Myers <joseph@codesourcery.com>
4033
4034 * configure.ac (ffs): Check for declaration.
4035 * configure, config.in: Regenerate.
4036
4037 2012-08-20 Richard Guenther <rguenther@suse.de>
4038
4039 * tree-flow.h (register_new_name_mapping): Remove.
4040 * tree-into-ssa.c (register_new_name_mapping): Likewise.
4041 (add_new_name_mapping): Do not push/pop timevar here.
4042 (create_new_def_for): Instead do it here. Initialize
4043 update-ssa here, handle a NULL def.
4044 * tree-vrp.c (build_assert_expr_for): Use create_new_def_for.
4045
4046 2012-08-20 Richard Guenther <rguenther@suse.de>
4047
4048 PR tree-optimization/54327
4049 * gimple-fold.c (get_maxval_strlen): Do not walk use-def chains
4050 if the use is registered for SSA update.
4051
4052 2012-08-20 Jakub Jelinek <jakub@redhat.com>
4053
4054 PR tree-optimization/54321
4055 * tree-ssa-forwprop.c (simplify_builtin_call): Pass 0 instead of 1
4056 as second argument to tree_low_cst call on val2.
4057
4058 2012-08-20 Richard Guenther <rguenther@suse.de>
4059
4060 * gimple.h (gimple_statement_base): Annotate with GTY chain_next.
4061
4062 2012-08-20 Richard Guenther <rguenther@suse.de>
4063
4064 PR bootstrap/54326
4065 * genoutput.c (note_constraint): Properly use CONST_CAST.
4066
4067 2012-08-19 Nick Clifton <nickc@redhat.com>
4068
4069 PR target/54306
4070 * config/arm/mmintrin.h: Remove spurious #endif.
4071
4072 2012-08-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4073
4074 * config/avr/avr-log.c (avr_log_vadump): Properly use
4075 int-promoted enum values.
4076 * config/avr/avr.h (struct mcu_type_s): Change `arch' from
4077 int to enum avr_arch.
4078 * config/avr/gen-avr-mmcu-texi.c (main): Use correct initializer.
4079
4080 2012-08-18 Jan Hubicka <jh@suse.cz>
4081
4082 PR lto/45375
4083 * ipa-inline.c (want_inline_small_function_p): Bypass
4084 inline limits for hinted functions.
4085 (edge_badness): Dump hints; decrease badness for hinted funcitons.
4086 * ipa-inline.h (enum inline_hints_vals): New enum.
4087 (inline_hints): New type.
4088 (edge_growth_cache_entry): Add hints.
4089 (dump_inline_summary): Update.
4090 (dump_inline_hints): Declare.
4091 (do_estimate_edge_hints): Declare.
4092 (estimate_edge_hints): New inline function.
4093 (reset_edge_growth_cache): Update.
4094 * predict.c (cgraph_maybe_hot_edge_p): Do not ice on indirect edges.
4095 * ipa-inline-analysis.c (dump_inline_hints): New function.
4096 (estimate_edge_devirt_benefit): Return true when function should be
4097 hinted.
4098 (estimate_calls_size_and_time): New hints argument; set it when
4099 devritualization happens.
4100 (estimate_node_size_and_time): New hints argument.
4101 (do_estimate_edge_time): Cache hints.
4102 (do_estimate_edge_growth): Update.
4103 (do_estimate_edge_hints): New function
4104
4105 2012-08-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4106
4107 PR middle-end/53823
4108 * expmed.c (expand_mult): Skip synth_mult for negative coefficients
4109 if the mode is larger than a wide int and it is too costly to multiply
4110 by a positive multiplier and negate the result.
4111
4112 2012-08-18 Steven Bosscher <steven@gcc.gnu.org>
4113
4114 * sparseset.c (sparseset_alloc): Use non-clearing allocation. Tell
4115 valgrind not to worry about reading from unitialized memory.
4116
4117 2012-08-18 Steven Bosscher <steven@gcc.gnu.org>
4118
4119 PR middle-end/54313
4120 * dse.c (dse_step7): Don't free kill_on_calls bitmap, it is
4121 freed when its obstack is release.
4122
4123 2012-08-18 Andrew Pinski <pinskia@gmail.com>
4124
4125 * alloc-pool.c (pool_alloc): Add valgrind markers.
4126 (pool_free): Likewise.
4127
4128 2012-08-17 Walter Lee <walt@tilera.com>
4129
4130 * config/tilegx/feedback.h (FEEDBACK_ENTER_EXPLICIT): Define.
4131 (FEEDBACK_ENTER): Define.
4132 (FEEDBACK_REENTER): Define.
4133 (FEEDBACK_ENTRY): Define.
4134 * config/tilepro/feedback.h: (FEEDBACK_ENTER_EXPLICIT): Define.
4135 (FEEDBACK_ENTER): Define.
4136 (FEEDBACK_REENTER): Define.
4137 (FEEDBACK_ENTRY): Define.
4138
4139 2012-08-17 H.J. Lu <hongjiu.lu@intel.com>
4140 Gary Funck <gary@intrepid.com>
4141
4142 PR target/20020
4143 * config/i386/i386.c (ix86_member_type_forces_blk): New function.
4144 (TARGET_MEMBER_TYPE_FORCES_BLK): New macro.
4145
4146 * config/i386/i386.h (MAX_FIXED_MODE_SIZE): New macro.
4147
4148 2012-08-17 Marc Glisse <marc.glisse@inria.fr>
4149
4150 * simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of
4151 a concatenation.
4152
4153 2012-08-17 H.J. Lu <hongjiu.lu@intel.com>
4154
4155 * stor-layout.c (compute_record_mode): Replace
4156 MEMBER_TYPE_FORCES_BLK with targetm.member_type_forces_blk.
4157 (layout_type): Likewise.
4158
4159 * system.h: Poison MEMBER_TYPE_FORCES_BLK.
4160
4161 * target.def (member_type_forces_blk): New target hook.
4162
4163 * targhooks.c (default_member_type_forces_blk): New.
4164 * targhooks.h (default_member_type_forces_blk): Likewise.
4165
4166 * doc/tm.texi.in (MEMBER_TYPE_FORCES_BLK): Removed.
4167 (TARGET_MEMBER_TYPE_FORCES_BLK): New hook.
4168 * doc/tm.texi: Regenerated.
4169
4170 * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Removed.
4171
4172 * config/ia64/ia64.c (ia64_member_type_forces_blk): New function.
4173 (TARGET_MEMBER_TYPE_FORCES_BLK): New macro.
4174
4175 * config/rs6000/rs6000.c (TARGET_MEMBER_TYPE_FORCES_BLK): New macro.
4176 (rs6000_member_type_forces_blk): New function.
4177
4178 * config/rs6000/rs6000.h (MEMBER_TYPE_FORCES_BLK): Removed.
4179
4180 * config/xtensa/xtensa.c (xtensa_member_type_forces_blk): New function.
4181 (TARGET_MEMBER_TYPE_FORCES_BLK): New macro.
4182
4183 * config/xtensa/xtensa.h (MEMBER_TYPE_FORCES_BLK): Removed.
4184
4185 2012-08-17 Diego Novillo <dnovillo@google.com>
4186
4187 PR bootstrap/54281
4188 * configure.ac: Add libintl.h to AC_CHECK_HEADERS list.
4189 * config.in: Regenerate.
4190 * configure: Regenerate.
4191 * intl.h: Always include libintl.h if HAVE_LIBINTL_H is set.
4192
4193 2012-08-17 Richard Guenther <rguenther@suse.de>
4194
4195 * bitmap.h (struct bitmap_element_def): GTY annotate next/prev.
4196 (struct bitmap_head_def): GTY skip current field.
4197
4198 2012-08-17 Steven Bosscher <steven@gcc.gnu.org>
4199
4200 PR middle-end/54146
4201 * tree-ssa-loop-im.c (lim_bitmap_obstack): New bitmap_obstack.
4202 (memref_free): Don't free the bitmaps individually here.
4203 (mem_ref_alloc): Allocate the bitmaps on the new bitmap obstack.
4204 (analyze_memory_references): Likewise.
4205 (tree_ssa_lim_initialize): Initialize the new bitmap obstack.
4206 (tree_ssa_lim_finalize): Release it.
4207 * dse.c (dse_bitmap_obstack): New bitmap obstack.
4208 (dse_obstack): New obstack.
4209 (get_group_info): Allocate the bitmaps on the new bitmap obstack.
4210 (dse_step0): Allocate the scratch bitmap on reg_obstack. Initialize
4211 the new bitmap obstack and normal obstack. Use XNEWVEC for bb_table.
4212 (record_store): Allocate regs_set on reg_obstack.
4213 (dse_step1): Allocate regs_live on reg_obstack.
4214 (dse_step2_init): Allocate offset_map_n and offset_map_p on the new
4215 obstack.
4216 (dse_step3_scan): Allocate bitmaps on the new bitmap obstack.
4217 (dse_step3): Likewise.
4218 (dse_confluence_0): Likewise.
4219 (dse_confluence_n): Likewise.
4220 (dse_transfer_function): Likewise.
4221 (dse_step7): Destroy the new obstacks, and everything allocated on
4222 them, in one big sweep.
4223 (rest_of_handle_dse): Update.
4224 * cfgexpand.c (stack_var_bitmap_obstack): New bitmap obstack.
4225 (add_stack_var_conflict): Allocate bitmaps on it.
4226 (add_scope_conflicts_1): Likewise.
4227 (add_scope_conflicts): Likewise.
4228 (update_alias_info_with_stack_vars): Likewise.
4229 (init_vars_expansion): Move TREE_USED fiddling expand_used_vars.
4230 Initialize the new bitmap obstack.
4231 (fini_vars_expansion): Release it.
4232 (estimated_stack_frame_size): Use init_vars_expansion to set things up
4233 and always clean up at the end.
4234 (expand_used_vars): Do the TREE_USED trickery here. Always call
4235 fini_vars_expansion.
4236 * tree-ssa-live.h (struct tree_live_info_d): Make livein and liveout
4237 arrays of bitmap_head to avoid one indirection per bitmap access.
4238 (live_on_entry, live_on_exit, live_var_map, live_merge_and_clear,
4239 make_live_on_entry): Update.
4240 * tree-ssa-live.c (partition_view_bitmap): Don't double-free 'used'.
4241 (liveness_bitmap_obstack): New bitmap obstack.
4242 (remove_unused_locals): Use it to allocate all bitmaps on. Update
4243 for livein/liveout changes in tree-ssa-live.h.
4244 (delete_tree_live_info): Release the bitmap obstack.
4245 (loe_visit_block, live_worklist, set_var_live_on_entry,
4246 calculate_live_on_exit, dump_live_info): Update.
4247 (calculate_live_ranges): Initialize the bitmap.
4248 * tree-ssa-ter.c (ter_bitmap_obstack): New bitmap obstack.
4249 (new_temp_expr_table): Allocate bitmap on it.
4250 (make_dependent_on_partition, add_to_partition_kill_list,
4251 add_dependence, process_replaceable): Likewise.
4252 (find_replaceable_exprs): Initialize and release the new obstack here.
4253 * df-problems.c (df_lr_add_problem): Allocate persistent bitmap
4254 for out_of_date_transfer_functions on df_bitmap_obstack.
4255 (df_live_add_problem): Likewise.
4256 (df_chain_add_problem): Likewise.
4257 (df_word_lr_add_problem): Likewise.
4258
4259 2012-08-17 Nick Clifton <nickc@redhat.com>
4260
4261 * config/fr30/fr30.md (cbranchsi4): Remove mode from comparison.
4262 (branch_true): Likewise.
4263 (branch_false): Likewise.
4264
4265 * config/mcore/mcore.md (cbranchsi4): Remove mode from comparison.
4266
4267 * config/iq2000/iq2000.md (cbranchsi4): Remove mode from
4268 comparison and label.
4269 (branch_zero): Likewise.
4270 (branch_zero_inverted): Likewise.
4271 (branch_equality): Likewise.
4272 (branch_equality_inverted): Likewise.
4273 (extend-and-compare): Disable until reload issues can be resolved.
4274 * config/iq2000/iq2000.c (gen_conditional_branch): Use VOIDmode
4275 for comparison.
4276 (iq2000_function_arg_advance): Remove CONST_CAST2.
4277
4278 * config/mep/t-mep (mep-pragma.o): Use $(COMPILER) to compile
4279 mep-pragma.c.
4280
4281 2012-08-17 Georg-Johann Lay <avr@gjlay.de>
4282
4283 * config/avr/t-avr (gen-avr-mmcu-texi): Use $(CC) to compile
4284 gen-avr-mmcu-texi.c.
4285
4286 2012-08-17 Richard Earnshaw <rearnsha@arm.com>
4287
4288 * arm.md (arm_addsi3): New variant for Thumb2 16-bit ADD instruction.
4289 * arm.c (thumb2_reorg): Don't convert an ADD instruction that's
4290 already 16 bits.
4291
4292 2012-08-17 Richard Guenther <rguenther@suse.de>
4293
4294 * hash-table.h (class hash_table): Use a descriptor template
4295 argument instead of decomposed element type and support functions.
4296 (struct pointer_hash): New generic typed pointer-hash.
4297 (struct typed_free_remove, struct typed_noop_remove): Generic
4298 hash_table support pieces.
4299 * coverage.c (struct counts_entry): Add hash_table support members.
4300 * tree-ssa-ccp.c (gimple_htab): Use pointer_hash.
4301 * tree-ssa-coalesce.c (struct ssa_name_var_hash): New generic
4302 SSA name by SSA_NAME_VAR hash.
4303 (coalesce_ssa_name): Use it.
4304 * tree-ssa-pre.c (struct pre_expr_d): Add hash_table support.
4305 (expression_to_id): Adjust.
4306 (struct expr_pred_trans_d): Add hash_table support.
4307 (phi_translate_table): Adjust.
4308 (phi_trans_lookup): Likewise.
4309 (phi_trans_add): Likewise.
4310 (do_regular_insertion): Likewise.
4311 * tree-ssa-tail-merge.c (struct same_succ_def): Add hash_table support.
4312 (same_succ_htab): Adjust.
4313 (find_same_succ_bb): Likewise.
4314 (find_same_succ): Likewise.
4315 (update_worklist): Likewise.
4316 * tree-ssa-threadupdate.c (struct redirection_data): Add hash_table
4317 support.
4318 (redirection_data): Adjust.
4319
4320 2012-08-17 Richard Guenther <rguenther@suse.de>
4321
4322 * params.def (integer-share-limit): Decrease from 256 to 251,
4323 add rationale.
4324
4325 2012-08-17 Richard Guenther <rguenther@suse.de>
4326
4327 * tree-sra.c (modify_function): Free redirect_callers vector.
4328 * ipa-split.c (split_function): Free args_to_pass vector.
4329 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Free
4330 body_cost_vec properly.
4331 (vect_enhance_data_refs_alignment): Likewise.
4332 * tree-vect-stmts.c (vectorizable_operation): Do not pre-allocate
4333 vec_oprnds.
4334 (new_stmt_vec_info): Do not pre-allocate STMT_VINFO_SAME_ALIGN_REFS.
4335 * tree-vect-slp.c (vect_free_slp_instance): Free the instance.
4336 (vect_analyze_slp_instance): Free everything.
4337 (destroy_bb_vec_info): Free the SLP instances.
4338
4339 2012-08-17 Iain Sandoe <iain@codesourcery.com>
4340
4341 * config/rs6000/rs6000.c (macho_branch_islands): Adjust for changes
4342 to vec.h.
4343
4344 2012-08-17 Jakub Jelinek <jakub@redhat.com>
4345
4346 * doc/invoke.texi (-Wsizeof-pointer-memaccess): Document.
4347
4348 2012-08-16 Sandra Loosemore <sandra@codesourcery.com>
4349
4350 * config/mips/mips-dsp.md (mips_dpau_h_qbl, mips_dpau_h_qbr)
4351 (mips_dpsu_h_qbl, mips_dpsu_h_qbr, mips_dpaq_s_w_ph)
4352 (mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph, mips_dpaq_sa_l_w)
4353 (mips_dpsq_sa_l_w, mips_maq_s_w_phl, mips_maq_s_w_phr)
4354 (mips_maq_sa_w_phl, mips_maq_sa_w_phr): Add accum_in attribute.
4355
4356 2012-08-16 Oleg Endo <olegendo@gcc.gnu.org>
4357
4358 PR target/54236
4359 * config/sh/sh.md (addc): Add commutative modifier.
4360 (*addc, *minus_plus_one, *subc, *negc): New insns and splits.
4361
4362 2012-08-16 Oleg Endo <olegendo@gcc.gnu.org>
4363
4364 PR target/39423
4365 * config/sh/sh.md (*movsi_index_disp, *movhi_index_disp): Handle
4366 potential T_REG clobber. Convert zero extending split to
4367 insn_and_split.
4368
4369 2012-08-16 Oleg Endo <olegendo@gcc.gnu.org>
4370
4371 PR target/54089
4372 * config/sh/sh.md (ashlsi3_d): Do not split if it would result
4373 in a T_REG clobber. Correct comment.
4374 (ashlsi3_n): Correct comment.
4375
4376 2012-08-16 Hans-Peter Nilsson <hp@axis.com>
4377
4378 PR middle-end/54261
4379 * optabs.c (expand_atomic_fetch_op): Save and restore code when
4380 retrying after failed attempt.
4381
4382 2012-08-16 Yuri Rumyantsev <ysrumyan@gmail.com>
4383
4384 * config/i386/i386-protos.h (ix86_split_lea_for_addr) : Add
4385 additional argument.
4386 * config/i386/i386.md (ix86_split_lea_for_addr) : Add
4387 additional argument curr_insn.
4388 * config/i386/i386.c (ix86_split_lea_for_addr): Load base or index
4389 register first, depending on their defintion distances.
4390 (ix86_lea_outperforms): Prefer LEA only if split cost exceeds
4391 AGU stall.
4392 (find_nearest_reg-def): New function. Find register with
4393 nearest definition.
4394
4395 2012-08-16 Walter Lee <walt@tilera.com>
4396
4397 * config.gcc (tilegx-*-linux*): Add feedback.h.
4398 (tilepro-*-linux*): Likewise.
4399 * config/tilegx/feedback.h: New file.
4400 * config/tilepro/feedback.h: New file.
4401
4402 2012-08-16 Diego Novillo <dnovillo@google.com>
4403
4404 Revert
4405
4406 PR bootstrap/54281
4407 * double-int.h: Move including of gmp.h ...
4408 * system.h: ... here.
4409 * realmpfr.h: Do not include gmp.h.
4410 * tree-ssa-loop-niter.c: Do not include gmp.h.
4411
4412 2012-08-16 Segher Boessenkool <segher@kernel.crashing.org>
4413
4414 * config/rs6000/darwin.h (TARGET_IEEE_QUAD): Fix comment.
4415
4416 2012-08-16 Richard Guenther <rguenther@suse.de>
4417
4418 PR middle-end/54146
4419 * tree-ssa-loop-niter.c (find_loop_niter_by_eval): Free the
4420 exit vector.
4421 * ipa-pure-const.c (analyze_function): Use FOR_EACH_LOOP_BREAK.
4422 * cfgloop.h (FOR_EACH_LOOP_BREAK): Fix.
4423 * tree-ssa-structalias.c (handle_lhs_call): Properly free rhsc.
4424 * tree-into-ssa.c (get_ssa_name_ann): Allocate info only when needed.
4425 * tree-ssa-loop-im.c (analyze_memory_references): Adjust.
4426 (tree_ssa_lim_finalize): Free all mem_refs.
4427 * tree-ssa-sccvn.c (extract_and_process_scc_for_name): Free
4428 scc when bailing out.
4429 * modulo-sched.c (sms_schedule): Use FOR_EACH_LOOP_BREAK.
4430 * ira-build.c (loop_with_complex_edge_p): Free loop exit vector.
4431 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): Use
4432 FOR_EACH_LOOP_BREAK.
4433
4434 2012-08-16 Diego Novillo <dnovillo@google.com>
4435
4436 PR bootstrap/54281
4437 * double-int.h: Move including of gmp.h ...
4438 * system.h: ... here.
4439 * realmpfr.h: Do not include gmp.h.
4440 * tree-ssa-loop-niter.c: Do not include gmp.h.
4441
4442 2012-08-16 Steven Bosscher <steven@gcc.gnu.org>
4443
4444 PR middle-end/54146
4445 * tree-flow.h (compute_global_livein): Remove prototype.
4446 * tree-into-ssa.c (compute_global_livein): Remove function.
4447 * tree-ssa-loop-manip.c: Include gimple-pretty-print.h.
4448 (find_sibling_superloop): New function.
4449 (compute_live_loop_exits): New function.
4450 (add_exit_phis_edge): Rename to add_exit_phi. Do not allow
4451 inserting a PHI in a block that is not a loop exit for VAR.
4452 Add dumping if TDF_DETAILS.
4453 (add_exit_phis_var): Rewrite.
4454 (add_exit_phis): Update.
4455 (get_loops_exits): Rewrite to return an array of per-loop exits
4456 rather than one bitmap with all loop exits.
4457 (find_uses_to_rename_bb): Ignore virtual PHI nodes.
4458 (rewrite_into_loop_closed_ssa): Update.
4459
4460 2012-08-16 Nick Clifton <nickc@redhat.com>
4461
4462 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Cast _ascii_bytes
4463 before passing it to ASM_OUTPUT_LIMITED_STRING.
4464
4465 * config/bfin/bfin.c (hwloop_optimize): Fix use of VEC_last macro.
4466
4467 * config/avr/t-avr: Replace occurrences of $(CC) with $(COMPILER).
4468 * config/avr/avr.c (avr_legitimize_reload_address): Add casts
4469 for reload_type enums.
4470 (DEF_BUILTIN): Cast the icode to enum insn_code.
4471
4472 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
4473
4474 * config/rs6000/aix43.h (ASM_CPU_SPEC): Use %(asm_default)
4475 instead of -mppc.
4476 * config/rs6000/aix51.h (ASM_CPU_SPEC): Ditto.
4477
4478 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
4479
4480 * config/rs6000/aix43.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
4481 (RS6000_CALL_GLUE): Adjust for single assembler syntax.
4482 * config/rs6000/aix51.h (TARGET_DEFAULT, RS6000_CALL_GLUE): Ditto.
4483 * config/rs6000/aix52.h (TARGET_DEFAULT, RS6000_CALL_GLUE): Ditto.
4484 * config/rs6000/aix53.h (TARGET_DEFAULT, RS6000_CALL_GLUE): Ditto.
4485 * config/rs6000/aix61.h (TARGET_DEFAULT, RS6000_CALL_GLUE): Ditto.
4486 * config/rs6000/darwin.h (TARGET_DEFAULT): Ditto.
4487 * config/rs6000/darwin.md (whole file): Adjust to single
4488 assembler syntax.
4489 * config/rs6000/darwin64.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
4490 * config/rs6000/default64.h (TARGET_DEFAULT): Ditto.
4491 * config/rs6000/dfp.md: (whole file): Adjust to single
4492 assembler syntax.
4493 * config/rs6000/eabi.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
4494 * config/rs6000/eabialtivec.h (TARGET_DEFAULT): Ditto.
4495 * config/rs6000/eabispe.h (TARGET_DEFAULT): Ditto.
4496 * config/rs6000/linuxaltivec.h (TARGET_DEFAULT): Ditto.
4497 * config/rs6000/linuxspe.h (TARGET_DEFAULT): Ditto.
4498 * config/rs6000/rs6000-cpus.def (whole file): Delete POWERPC_BASE_MASK.
4499 * config/rs6000/rs6000-tables.opt: Regenerate.
4500 * config/rs6000/rs6000.c (POWERPC_BASE_MASK): Delete.
4501 (num_insns_constant_wide): Adjust comments.
4502 (whole file): Adjust to single assembler syntax.
4503 (output_cbranch): Adjust comment.
4504 * config/rs6000/rs6000.h (ASSEMBLER_DIALECT): Delete.
4505 * config/rs6000/rs6000.md: (whole file): Adjust to single
4506 assembler syntax.
4507 * config/rs6000/rs6000.opt (mnew-mnemonics): Delete.
4508 (mold-mnemonics): Delete.
4509 * config/rs6000/spe.md: (whole file): Adjust to single
4510 assembler syntax.
4511 * config/rs6000/sync.md: (whole file): Adjust to single
4512 assembler syntax.
4513 * config/rs6000/sysv4.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
4514 (ASM_OUTPUT_REG_PUSH): Adjust.
4515 (ASM_OUTPUT_REG_POP): Adjust.
4516 * config/rs6000/sysv4le.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
4517 * config/rs6000/vsx.md: (whole file): Adjust to single
4518 assembler syntax.
4519 * config/rs6000/vxworks.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.
4520 * doc/invoke.texi: Adjust documentation to reflect the
4521 removal of -mnew-mnemonics and -mold-mnemonics.
4522
4523 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
4524
4525 * common/config/rs6000/rs6000-common.c (rs6000_handle_option):
4526 Delete handling for -mno-powerpc and -mpowerpc.
4527 * config/rs6000/aix43.h (ASM_CPU_SPEC): Similar.
4528 (ASM_DEFAULT_SPEC): Use -mppc instead of -mcom.
4529 * config/rs6000/aix51.h (ASM_CPU_SPEC, ASM_DEFAULT_SPEC): Ditto.
4530 * config/rs6000/aix52.h (TARGET_DEFAULT): Delete MASK_POWERPC.
4531 * config/rs6000/aix53.h (TARGET_DEFAULT): Ditto.
4532 * config/rs6000/aix61.h (TARGET_DEFAULT): Ditto.
4533 * config/rs6000/darwin.h (TARGET_DEFAULT): Ditto.
4534 * config/rs6000/darwin64.h (TARGET_DEFAULT): Ditto.
4535 * config/rs6000/default64.h (TARGET_DEFAULT): Ditto.
4536 * config/rs6000/driver-rs6000.c (asm_names): Delete handling
4537 for -mcpu=common and -mpowerpc.
4538 * config/rs6000/eabi.h (TARGET_DEFAULT): Delete MASK_POWERPC.
4539 * config/rs6000/eabialtivec.h (TARGET_DEFAULT): Ditto.
4540 * config/rs6000/eabispe.h (TARGET_DEFAULT): Ditto.
4541 * config/rs6000/linuxaltivec.h (TARGET_DEFAULT): Ditto.
4542 * config/rs6000/linuxspe.h (TARGET_DEFAULT): Ditto.
4543 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING):
4544 Use RS6000_BTM_ALWAYS instead of RS6000_BTM_POWERPC.
4545 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Adjust.
4546 (rs6000_cpu_cpp_builtins): Adjust.
4547 * config/rs6000/rs6000.c (POWERPC_BASE_MASK): Delete MASK_POWERPC.
4548 (rs6000_builtin_mask_calculate): Adjust.
4549 (rs6000_emit_move): Delete code for ! TARGET_POWERPC.
4550 (rs6000_init_libfuncs): Ditto.
4551 (rs6000_output_function_prologue): Ditto.
4552 (rs6000_opt_masks): Delete MASK_POWERPC.
4553 (rs6000_builtin_mask_names): Delete RS6000_BTM_POWERPC.
4554 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Delete handling for -mpowerpc.
4555 (RS6000_BTM_POWERPC): Delete.
4556 (RS6000_BTM_COMMON): Delete RS6000_BTM_POWERPC.
4557 * config/rs6000/rs6000.md (extendqisi2 patterns): Adjust for
4558 TARGET_POWERPC always on.
4559 (extendqihi2 patterns): Similar.
4560 (various unnamed subtract patterns): Similar.
4561 (bswaphi2 patterns): Similar.
4562 (divmodsi4): Similar.
4563 (udiv<GPR:mode>3): Similar.
4564 (div<GPR:mode>3 patterns): Similar.
4565 (udivmodsi4): Similar.
4566 (mulhcall): Delete.
4567 (mullcall): Delete.
4568 (divss_call): Delete.
4569 (divus_call): Delete.
4570 (quoss_call): Delete.
4571 (quous_call): Delete.
4572 (insvsi patterns): Adjust.
4573 (addsf3 patterns): Adjust.
4574 (subsf3 patterns): Adjust.
4575 (mulsf3 patterns): Adjust.
4576 (divsf3 patterns): Adjust.
4577 (*fmasf4_fpr): Adjust.
4578 (*fmssf4_fpr): Adjust.
4579 (*nfmasf4_fpr): Adjust.
4580 (*nfmssf4_fpr): Adjust.
4581 (*floatunssidf2_internal): Adjust.
4582 (fix_trunc<SFDF:mode>si2_internal): Adjust.
4583 (fctiwz_<SFDF:mode>): Adjust.
4584 (mulsidi3 patterns): Adjust.
4585 (smulsi3_highpart patterns): Adjust.
4586 (umulsi3_highpart patterns): Adjust.
4587 (fix_trunctfsi2 patterns): Adjust.
4588 (prefetch): Adjust.
4589 * config/rs6000/rs6000.opt (mpowerpc): Replace by stub option.
4590 (mno-powerpc): Delete.
4591 * config/rs6000/sync.md (load_locked<ATOMIC:mode>): Adjust.
4592 (store_conditional<ATOMIC:mode>): Adjust.
4593 (atomic_compare_and_swap<ATOMIC:mode>): Adjust.
4594 (atomic_exchange<ATOMIC:mode>): Adjust.
4595 (atomic_<fetchop_name><ATOMIC:mode>): Adjust.
4596 (atomic_nand<ATOMIC:mode>): Adjust.
4597 (atomic_fetch_<fetchop_name><ATOMIC:mode>): Adjust.
4598 (atomic_fetch_nand<ATOMIC:mode>): Adjust.
4599 (atomic_<fetchop_name>_fetch<ATOMIC:mode>): Adjust.
4600 (atomic_nand_fetch<ATOMIC:mode>): Adjust.
4601 * config/rs6000/sysv4.h (TARGET_DEFAULT): Delete MASK_POWERPC.
4602 * config/rs6000/sysv4le.h (TARGET_DEFAULT): Ditto.
4603 * config/rs6000/vxworks.h (TARGET_DEFAULT): Ditto.
4604 * doc/invoke.texi: Adjust documentation.
4605
4606 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
4607
4608 * config/rs6000/rs6000.h (RS6000_BTM_ALWAYS): New.
4609
4610 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
4611
4612 * config/rs6000/aix52.h (ASM_CPU_SPEC): Fix typo.
4613 * config/rs6000/aix53.h (ASM_CPU_SPEC): Ditto.
4614 * config/rs6000/aix61.h (ASM_CPU_SPEC): Ditto.
4615 * config/rs6000/driver-rs6000.c (asm_names): Ditto.
4616
4617 2012-08-15 Segher Boessenkool <segher@kernel.crashing.org>
4618
4619 PR target/54142
4620 * config/rs6000/driver-rs6000.c (asm_names): Use %(asm_default)
4621 instead of -mcom.
4622 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Ditto.
4623
4624 2012-08-15 Sandra Loosemore <sandra@codesourcery.com>
4625 Maxim Kuvyrkov <maxim@codesourcery.com>
4626 Julian Brown <julian@codesourcery.com>
4627 MIPS Technologies, Inc.
4628
4629 * config/mips/mips.md (dspmac, dspmacsat, accext, accmod, dspalu)
4630 (dspalusat): Add insn types.
4631 * config/mips/mips-dsp.md (add<DSPV:mode>3)
4632 (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>)
4633 (sub<DSPV:mode>3, mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc)
4634 (mips_addwc, mips_modsub, mips_raddu_w_qb, mips_absq_s_<DSPQ:dspfmt2>)
4635 (mips_precrq_qb_ph, mips_precrq_ph_w, mips_precrq_rs_ph_w)
4636 (mips_precrqu_s_qb_ph, mips_preceq_w_phl, mips_preceq_w_phr)
4637 (mips_precequ_ph_qbl, mips_precequ_ph_qbr, mips_precequ_ph_qbla)
4638 (mips_precequ_ph_qbra, mips_preceu_ph_qbl, mips_preceu_ph_qbr)
4639 (mips_preceu_ph_qbla, mips_preceu_ph_qbra, mips_shll_<DSPV:dspfmt2>)
4640 (mips_shll_s_<DSPQ:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>, mips_shrl_qb)
4641 (mips_shra_ph, mips_shra_r_<DSPQ:dspfmt2>, mips_bitrev, mips_insv)
4642 (mips_repl_qb, mips_repl_ph)
4643 (mips_cmp<DSPV:dspfmt1_1>_eq_<DSPV:dspfmt2>)
4644 (mips_cmp<DSPV:dspfmt1_1>_lt_<DSPV:dspfmt2>)
4645 (mips_cmp<DSPV:dspfmt1_1>_le_<DSPV:dspfmt2>, mips_cmpgu_eq_qb)
4646 (mips_cmpgu_lt_qb, mips_cmpgu_le_qb, mips_pick_<DSPV:dspfmt2>)
4647 (mips_packrl_ph, mips_wrdsp, mips_rddsp): Change type to dspalu.
4648 (mips_dpau_h_qbl, mips_dpau_h_qbr, mips_dpsu_h_qbl, mips_dpsu_h_qbr)
4649 (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph)
4650 (mips_maq_s_w_phl, mips_maq_s_w_phr, mips_maq_sa_w_phr): Set type to
4651 dspmac.
4652 (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_sa_w_phl): Set type to
4653 dspmacsat.
4654 (mips_extr_w, mips_extr_r_w, mips_extr_rs_w, mips_extp, mips_extpdp):
4655 Set type to accext.
4656 (mips_shilo, mips_mthlip): Set type to accmod.
4657 * config/mips/mips-dspr2.md (mips_absq_s_qb, mips_addu_s_ph)
4658 (mips_adduh_r_qb): Set type to dspalusat.
4659 (mips_addu_ph, mips_adduh_qb, mips_append, mips_balign)
4660 (mips_cmpgdu_eq_qb, mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb)
4661 (mips_precr_qb_ph, mips_precr_sra_ph_w, mips_precr_sra_r_ph_w)
4662 (mips_prepend, mips_shra_qb, mips_shra_r_qb, mips_shrl_ph)
4663 (mips_subu_ph, mips_subuh_qb, mips_subuh_r_qb, mips_addqh_ph)
4664 (mips_addqh_r_ph, mips_addqh_w, mips_addqh_r_w, mips_subqh_ph)
4665 (mips_subqh_r_ph, mips_subqh_w, mips_subqh_r_w): Set type to dspalu.
4666 (mips_dpa_w_ph, mips_dps_w_ph, mips_mulsa_w_ph, mips_dpax_w_ph)
4667 (mips_dpsx_w_ph, mips_dpaqx_s_w_ph, mips_dpsqx_s_w_ph): Set type to
4668 dspmac. Set accum_in attribute.
4669 (mips_subu_s_ph): Set type to dspalusat.
4670 (mips_dpaqx_sa_w_ph, mips_dpsqx_sa_w_ph): Set type to dspmacsat.
4671 Set accum_in attribute.
4672 * config/mips/mips-protos.h (mips_dspalu_bypass_p): Add prototype.
4673 * config/mips/mips.c (dspalu_bypass_table): New.
4674 (mips_dspalu_bypass_p): New.
4675 * config/mips/24k.md (r24k_dsp_alu, r24k_dsp_mac, r24k_dsp_mac_sat)
4676 (r24k_dsp_acc_ext, r24k_dsp_acc_mod): New insn reservations.
4677 (r24k_int_mult, r24k_int_mthilo, r24k_dsp_mac, r24k_dsp_mac_sat)
4678 (r24k_dsp_acc_ext, r24k_dsp_acc_mod, r24k_dsp_alu): New bypasses.
4679 * config/mips/74k.md (r74k_dsp_alu, r74k_dsp_alu_sat, r74k_dsp_mac)
4680 (r74k_dsp_mac_sat, r74k_dsp_acc_ext, r74k_dsp_acc_mod): New insn
4681 reservations.
4682 (r74k_dsp_mac, r74k_dsp_mac_sat, r74k_int_mult, r74k_int_mul3)
4683 (r74k_dsp_mac, r74k_dsp_mac_sat): New bypasses.
4684
4685 2012-08-15 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4686
4687 * config/spu/spu.c: Include "cfgloop.h".
4688 (spu_machine_dependent_reorg): Call loop_optimizer_init and
4689 loop_optimizer_finalize. Use bb_loop_depth instead of loop_depth.
4690 Directly compare loop_father values where appropriate.
4691 * config/spu/t-spu-elf (spu.o): Update dependencies.
4692
4693 2012-08-15 H.J. Lu <hongjiu.lu@intel.com>
4694
4695 * Makefile.in (tree-cfg.o): Also depend on $(TARGET_H).
4696
4697 2012-08-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4698
4699 PR tree-optimization/54245
4700 * gimple-ssa-strength-reduction.c (legal_cast_p_1): New function.
4701 (legal_cast_p): Split out logic to legal_cast_p_1.
4702 (analyze_increments): Avoid introducing multiplies in smaller types.
4703
4704 2012-08-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4705
4706 PR tree-optimization/54240
4707 * tree-ssa-phiopt.c (hoist_adjacent_loads): Correct test for
4708 existence of conditional move with given mode.
4709
4710 2012-08-15 Richard Guenther <rguenther@suse.de>
4711
4712 * double-int.h (double_int::from_unsigned): Rename to ...
4713 (double_int::from_uhwi): ... this.
4714 (double_int::from_signed): Rename to ...
4715 (double_int::from_shwi): ... this.
4716 (double_int::to_signed): Rename to ...
4717 (double_int::to_shwi): ... this.
4718 (double_int::to_unsigned): Rename to ...
4719 (double_int::to_uhwi): ... this.
4720 (double_int::fits_unsigned): Rename to ...
4721 (double_int::fits_uhwi): ... this.
4722 (double_int::fits_signed): Rename to ...
4723 (double_int::fits_shwi): ... this.
4724 (double_int::fits): Rename to ...
4725 (double_int::fits_hwi): ... this.
4726 * double-int.c: Likewise.
4727
4728 2012-08-15 Steven Bosscher <steven@gcc.gnu.org>
4729
4730 * timevar.def (TV_VARPOOL, TV_WHOPR_WPA_LTRANS_EXEC, TV_LIFE,
4731 TV_LIFE_UPDATE, TV_DF_UREC, TV_INLINE_HEURISTICS,
4732 TV_TREE_LINEAR_TRANSFORM, TV_TREE_LOOP_INIT, TV_TREE_LOOP_FINI,
4733 TV_VPT, TV_LOCAL_ALLOC, TV_GLOBAL_ALLOC, TV_SEQABSTR): Remove.
4734 (TV_IPA_INLINING, TV_FLATTEN_INLINING, TV_EARLY_INLINING,
4735 TV_INLINE_PARAMETERS, TV_LOOP_INIT, TV_LOOP_FINI): New.
4736 * timevar.c (timevar_print): Make printing width of timevar names
4737 more flexible, but enforce maximum length.
4738 * ipa-inline.c (pass_early_inline): Use TV_EARLY_INLINING.
4739 (pass_ipa_inline): Use TV_IPA_INLINING.
4740 * ipa-inline-analysis.c (pass_inline_parameters): Use
4741 TV_INLINE_HEURISTICS.
4742 * tree-ssa-loop.c (pass_tree_loop_init): No timevar for wrapper pass.
4743 (pass_tree_loop_done): Likewise.
4744 * final.c (pass_shorten_branches): Use TV_SHORTEN_BRANCH.
4745 * loop-init.c (loop_optimizer_init): Push/pop TV_LOOP_INIT.
4746 (loop_optimizer_finalize): Push/pop TV_LOOP_FINI.
4747
4748 2012-08-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4749
4750 * config/arm/neon.md (neon_vaba<mode> VDQIW): Canonicalize operands.
4751 (neon_vabal<mode> VDQIW): Likewise.
4752
4753 2012-08-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4754
4755 PR target/54212
4756 * config/arm/neon.md (vec_set<mode>_internal VD,VQ): Do not
4757 mark as predicable. Adjust asm template.
4758 (vec_setv2di_internal): Likewise.
4759 (vec_extract<mode> VD, VQ): Likewise.
4760 (vec_extractv2di): Likewise.
4761 (neon_vget_lane<mode>_sext_internal VD, VQ): Likewise.
4762 (neon_vset_lane<mode>_sext_internal VD, VQ): Likewise.
4763 (neon_vdup_n<mode> VX, V32): Likewise.
4764 (neon_vdup_nv2di): Likewise.
4765
4766 2012-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4767
4768 * config/mips/mips.md (define_attr accum_in): New instruction
4769 attribute. Set it for imadd and fmadd patterns.
4770 * config/mips/mips.c (mips_linked_madd_p): Use accum_in to extract
4771 accumulator register.
4772
4773 2012-08-14 Diego Novillo <dnovillo@google.com>
4774
4775 Merge from cxx-conversion branch. Configury.
4776
4777 * configure.ac (CXX_FOR_BUILD): Define and substitute.
4778 (BUILD_CXXFLAGS): Define.
4779 Remove all handlers of ENABLE_BUILD_WITH_CXX.
4780 Force all build to be with C++.
4781 * Makefile.in (BUILD_CXXFLAGS): Use it.
4782 Remove all handlers of ENABLE_BUILD_WITH_CXX.
4783 * configure: Regenerate.
4784 * config.in: Regenerate.
4785 * doc/install.texi: Remove documentation for --enable-build-with-cxx
4786 and --enable-build-poststage1-with-cxx.
4787
4788 2012-08-14 Diego Novillo <dnovillo@google.com>
4789
4790 Merge from cxx-conversion branch. Re-implement VEC in C++.
4791
4792 * vec.c (vec_heap_free): Convert into a template function.
4793 (vec_gc_o_reserve_1): Make extern.
4794 (vec_gc_p_reserve): Remove.
4795 (vec_gc_p_reserve_exact): Remove.
4796 (vec_gc_o_reserve): Remove.
4797 (vec_gc_o_reserve_exact): Remove.
4798 (vec_heap_o_reserve_1): Make extern.
4799 (vec_heap_p_reserve): Remove.
4800 (vec_heap_p_reserve_exact): Remove.
4801 (vec_heap_o_reserve): Remove.
4802 (vec_heap_o_reserve_exact): Remove.
4803 (vec_stack_p_reserve): Remove.
4804 (vec_stack_p_reserve_exact): Remove.
4805 * vec.h (VEC_CHECK_INFO, VEC_CHECK_DECL, VEC_CHECK_PASS, VEC_ASSERT,
4806 VEC_ASSERT_FAIL, vec_assert_fail): Move earlier in the file.
4807 (VEC): Define to vec_t<T>.
4808 (vec_allocation_t): Define.
4809 (struct vec_prefix): Move earlier in the file.
4810 (vec_t<T>): New template.
4811 (DEF_VEC_I, DEF_VECL_ALLOC_I, DEF_VEC_P, DEF_VEC_ALLOC_P,
4812 DEF_VEC_O, DEF_VEC_ALLOC_P, DEF_VEC_O, DEF_VEC_ALLOC_O,
4813 DEF_VEC_ALLOC_P_STACK, DEF_VEC_ALLOC_O_STACK,
4814 DEF_VEC_ALLOC_I_STACK): Expand to 'struct vec_swallow_trailing_semi'.
4815 (DEF_VEC_A): Provide template instantiations for
4816 GC/PCH markers that do not traverse the vector.
4817 (vec_stack_p_reserve): Remove.
4818 (vec_stack_p_reserve_exact): Remove.
4819 (vec_stack_p_reserve_exact_1): Remove.
4820 (vec_stack_o_reserve): Remove.
4821 (vec_stack_o_reserve_exact): Remove.
4822 (vec_stack_free): Re-write as a template function.
4823 (vec_reserve): New template function.
4824 (vec_reserve_exact): New template function.
4825 (vec_heap_free): New template function if GATHER_STATISTICS is
4826 defined. Otherwise, macro that expands to free().
4827 (VEC_length_1): New template function.
4828 (VEC_length): Call it.
4829 (VEC_empty_1): New template function.
4830 (VEC_empty): Call it.
4831 (VEC_address_1): New template function.
4832 (VEC_address): Call it.
4833 (VEC_last_1): New template function.
4834 (VEC_last): Call it. Change return type to T&.
4835 Change all users that used VEC_Os.
4836 (VEC_index_1): New template function.
4837 (VEC_index): Call it. Return a T& instead of a T*.
4838 Update all callers that were using VEC_O before.
4839 (VEC_iterate_1): New template function.
4840 (VEC_iterate): Call it.
4841 (VEC_embedded_size_1): New template function.
4842 (VEC_embedded_size): Call it.
4843 (VEC_embedded_init_1): New template function.
4844 (VEC_embedded_init): Call it.
4845 (VEC_alloc_1): New template function.
4846 (VEC_alloc): Call it. If A is 'stack', call XALLOCAVAR to
4847 do the allocation.
4848 (VEC_free_1): New template function.
4849 (VEC_free): Call it.
4850 (VEC_copy_1): New template function.
4851 (VEC_copy): Call it.
4852 (VEC_space_1): New template function
4853 (VEC_space): Call it.
4854 (VEC_reserve_1): New template function.
4855 (VEC_reserve): Call it.
4856 (VEC_reserve_exact_1): New template function.
4857 (VEC_reserve_exact): Call it.
4858 (VEC_splice_1): New template function.
4859 (VEC_splice): Call it.
4860 (VEC_safe_splice_1): New template function.
4861 (VEC_safe_splice): Call it.
4862 (VEC_quick_push_1): New template function. Create two overloads, one
4863 accepting T, the other accepting T *. Update all callers
4864 where T and T * are ambiguous.
4865 (VEC_quick_push): Call it.
4866 (VEC_safe_push_1): New template function. Create two overloads, one
4867 accepting T, the other accepting T *. Update all callers
4868 where T and T * are ambiguous.
4869 (VEC_safe_push): Call it.
4870 (VEC_pop_1): New template function.
4871 (VEC_pop): Call it.
4872 (VEC_truncate_1): New template function.
4873 (VEC_truncate): Call it.
4874 (VEC_safe_grow_1): New template function.
4875 (VEC_safe_grow): Call it.
4876 (VEC_safe_grow_cleared_1): New template function.
4877 (VEC_safe_grow_cleared): Call it.
4878 (VEC_replace_1): New template function.
4879 (VEC_replace): Call it. Always accept T instead of T*.
4880 Update all callers that used VEC_Os.
4881 (VEC_quick_insert_1): New template function.
4882 (VEC_quick_insert): Call it.
4883 (VEC_safe_insert_1): New template function.
4884 (VEC_safe_insert): Call it.
4885 (VEC_ordered_remove_1): New template function.
4886 (VEC_ordered_remove): Call it.
4887 (VEC_unordered_remove_1): New template function.
4888 (VEC_unordered_remove): Call it.
4889 (VEC_block_remove_1): New template function.
4890 (VEC_block_remove): Call it.
4891 (VEC_lower_bound_1): New template function.
4892 (VEC_lower_bound): Call it.
4893 (VEC_OP): Remove.
4894 (DEF_VEC_FUNC_P): Remove.
4895 (DEF_VEC_ALLOC_FUNC_P): Remove.
4896 (DEF_VEC_NONALLOC_FUNCS_P): Remove.
4897 (DEF_VEC_FUNC_O): Remove.
4898 (DEF_VEC_ALLOC_FUNC_O): Remove.
4899 (DEF_VEC_NONALLOC_FUNCS_O): Remove.
4900 (DEF_VEC_ALLOC_FUNC_I): Remove.
4901 (DEF_VEC_NONALLOC_FUNCS_I): Remove.
4902 (DEF_VEC_ALLOC_FUNC_P_STACK): Remove.
4903 (DEF_VEC_ALLOC_FUNC_O_STACK): Remove.
4904 (DEF_VEC_ALLOC_FUNC_I_STACK): Remove.
4905 (vec_reserve_exact): New template function.
4906
4907 * gengtype-lex.l (DEF_VEC_ALLOC_[IOP]/{EOID}): Remove.
4908 * gengtype-parse.c (token_names): Remove DEF_VEC_ALLOC_[IOP].
4909 (typedef_name): Emit vec_t<C1> instead of VEC_C1_C2.
4910 (def_vec_alloc): Remove. Update all callers.
4911 * gengtype.c (filter_type_name): New.
4912 (output_mangled_typename): Call it.
4913 (write_func_for_structure): Likewise.
4914 (write_types): Likewise.
4915 (write_root): Likewise.
4916 (write_typed_alloc_def): Likewise.
4917 (note_def_vec): Emit vec_t<TYPE_NAME> instead of VEC_TYPE_NAME_base.
4918 (note_def_vec_alloc): Remove.
4919 * gengtype.h (note_def_vec_alloc): Remove.
4920 (DEFVEC_ALLOC): Remove token code.
4921
4922 * df-scan.c (df_bb_verify): Remove call to df_free_collection_rec
4923 inside the insn traversal loop.
4924 * gimplify.c (gimplify_compound_lval): Rename STACK to EXPR_STACK.
4925 * ipa-inline.c (inline_small_functions): Rename HEAP to EDGE_HEAP.
4926 * reg-stack.c (stack): Rename to STACK_PTR. Update all users.
4927 * tree-vrp.c (stack): Rename to EQUIV_STACK. Update all users.
4928
4929 * config/bfin/bfin.c (hwloop_optimize): Update some calls to
4930 VEC_* for vectors of non-pointers.
4931 * config/c6x/c6x.c (try_rename_operands): Likewise.
4932 (reshuffle_units): Likewise.
4933 * config/mips/mips.c (mips_multi_start): Likewise.
4934 (mips_multi_add): Likewise.
4935 (mips_multi_copy_insn): Likewise.
4936 (mips_multi_set_operand): Likewise.
4937 * hw-doloop.c (discover_loop): Likewise.
4938 (discover_loops): Likewise.
4939 (reorg_loops): Likewise.
4940
4941 2012-08-14 Diego Novillo <dnovillo@google.com>
4942
4943 Merge from cxx-conversion branch. C++ support in gengtype.
4944
4945 * coretypes.h (gt_pointer_operator): Move from ...
4946 * ggc.h: ... here.
4947 * doc/gty.texi: Document support for C++ templates and
4948 user-provided markers.
4949 * gcc/gengtype-lex.l: Update copyright year.
4950 Remove support for recognizing DEF_VEC_O, DEF_VEC_P and DEFVEC_I.
4951 * gengtype-parse.c: Update copyright year.
4952 (token_names): Remove DEF_VEC_O, DEF_VEC_P and DEF_VEC_I.
4953 (require_template_declaration): New.
4954 (typedef_name): Call it.
4955 (type): Replace IS_UNION with KIND. Replace all users.
4956 (def_vec): Remove. Update all users.
4957 * gengtype-state.c (type_lineloc): Handle TYPE_USER_STRUCT.
4958 (write_state_user_struct_type): New.
4959 (write_state_type): Call it.
4960 (read_state_user_struct_type): New.
4961 (read_state_type): Call it.
4962 * gengtype.c: Update copyright year.
4963 (dump_pair): Move declaration to the top.
4964 (dump_type): Likewise.
4965 (dump_type_list): Likewise.
4966 (dbgprint_count_type_at): Handle TYPE_USER_STRUCT.
4967 (create_user_defined_type): New.
4968 (resolve_typedef): Call it.
4969 (new_structure): Replace argument ISUNION with KIND.
4970 Change users to refer to KIND directly.
4971 Update all callers.
4972 (find_structure): Likewise.
4973 (set_gc_used_type): Handle TYPE_USER_STRUCT.
4974 (create_file): Update HDR to include new copyright year.
4975 (struct walk_type_data): Add field IN_PTR_FIELD.
4976 (output_mangled_typename): Handle TYPE_USER_STRUCT.
4977 (walk_type): Set D->IN_PTR_FIELD when walking a TYPE_POINTER.
4978 Clear it afterwards.
4979 Handle TYPE_USER_STRUCT.
4980 (write_types_process_field): Handle TYPE_USER_STRUCT.
4981 (get_type_specifier): Move earlier in the file.
4982 (write_type_decl): New.
4983 (write_marker_function_name): New.
4984 (write_user_func_for_structure_ptr): New.
4985 (write_user_func_for_structure_body): New.
4986 (write_user_marking_functions): New.
4987 (write_func_for_structure): Call write_marker_function_name
4988 and write_type_decl.
4989 Do not call walk_type for TYPE_USER_STRUCT. Emit a call to the user
4990 function directly.
4991 Call write_user_marking_functions on TYPE_USER_STRUCTs.
4992 (write_types_local_user_process_field): New.
4993 (write_pch_user_walking_for_structure_body): New.
4994 (write_pch_user_walking_functions): New.
4995 (write_types_local_process_field): Handle TYPE_USER_STRUCT.
4996 (write_local_func_for_structure): Do not call walk_type for
4997 TYPE_USER_STRUCT. Instead, emit the call to gt_pch_nx directly.
4998 Call write_pch_user_walking_functions for TYPE_USER_STRUCTs.
4999 (write_root): Handle TYPE_USER_STRUCT.
5000 (vec_prefix_type): Remove. Update all users.
5001 (note_def_vec): Remove. Update all users.
5002 (dump_typekind): Handle TYPE_USER_STRUCT.
5003 (dump_type): Initialize SEEN_TYPES, if needed.
5004 Handle TYPE_USER_STRUCT.
5005 (dump_everything): Do not initialize SEEN_TYPES.
5006 * gengtype.h: Update copyright year.
5007 (enum typekind): Add TYPE_USER_STRUCT.
5008 (union_or_struct_p): Rename from UNION_OR_STRUCT_P.
5009 Convert into function.
5010 Add an overload taking const_type_p.
5011 Update all callers.
5012 (new_structure): Change second field to type enum typekind.
5013 Update all users.
5014 (find_structure): Likewise.
5015 (note_def_vec): Remove.
5016 (DEFVEC_OP): Remove.
5017 (DEFVEC_I): Remove.
5018 * ggc-page.c (gt_ggc_mx): Add entry points for marking
5019 'const char *&', 'unsigned char *&' and 'unsigned char&'.
5020 * ggc-zone.c (gt_ggc_mx): Add entry points for marking
5021 'const char *&' and 'unsigned char *&'.
5022 * stringpool.c (gt_pch_nx): Add entry points for marking
5023 'const char *&', 'unsigned char *&' and 'unsigned char&'.
5024 Add an entry point for the overload taking arguments 'unsigned char
5025 *', 'gt_pointer_operator' and 'void *'.
5026 * vec.h (struct vec_prefix): Remove GTY marker.
5027 (struct vec_t): Remove GTY((length)) attribute from field 'vec'.
5028 (gt_ggc_mx (vec_t<T> *)): New template function.
5029 (gt_pch_nx (vec_t<T> *)): New template function.
5030 (gt_pch_nx (vec_t<T *> *, gt_pointer_operator, void *)): New template
5031 function.
5032 (gt_pch_nx (vec_t<T> *, gt_pointer_operator, void *)): New template
5033 function.
5034
5035 * basic-block.h (struct edge_def): Mark GTY((user)).
5036 Remove all GTY markers from fields.
5037 (gt_ggc_mx): Declare.
5038 (gt_pch_nx): Declare.
5039 * tree-cfg.c (gt_ggc_mx): New.
5040 (gt_pch_nx): New.
5041
5042 * gengtype-lex.l (USER_GTY): Add pattern for "user".
5043 * gengtype-parse.c (option): Handle USER_GTY.
5044 (opts_have): New.
5045 (type): Call it.
5046 If the keyword 'user' is used, do not walk the fields
5047 of the structure.
5048 * gengtype.h (USER_GTY): Add.
5049 * doc/gty.texi: Update.
5050
5051 2012-08-14 Lawrence Crowl <crowl@google.com>
5052
5053 Merge cxx-conversion branch. Implement C++ hash table.
5054
5055 * hash-table.h: New. Implementation borrowed from libiberty/hashtab.c.
5056 * hash-table.c: Likewise.
5057 * tree-ssa-tail-merge.c: Include hash-table.h instead of hashtab.h.
5058 (static htab_t same_succ_htab): Change type to hash_table;
5059 move specification of helper functions from create call to declaration.
5060 Change users to invoke member functions.
5061 (same_succ_print_traverse): Make extern ssa_.... Change callers.
5062 Remove void* casting.
5063 (same_succ_hash): Likewise.
5064 (same_succ_equal): Likewise.
5065 (same_succ_delete): Likewise.
5066 * tree-ssa-threadupdate.c: Include hash-table.h.
5067 (struct local_info): Rename to ssa_local_info_t to avoid overloading
5068 the type name local_info with the variable name local_info.
5069 (static htab_t redirection_data): Change type to hash_table.
5070 Move specification of helper functions from create call to declaration.
5071 Change users to invoke member functions.
5072 (redirection_data_hash): Make extern ssa_.... Change callers.
5073 Remove void* casting.
5074 (redirection_data_eq): Likewise.
5075 (fix_duplicate_block_edges): Likewise.
5076 (create_duplicates): Likewise.
5077 (fixup_template_block): Likewise.
5078 (redirect_edges): Likewise.
5079 (lookup_redirection_data): Change types associated with the hash table
5080 from void* to their actual type. Remove unnecessary casts.
5081 * tree-ssa-ccp.c: Include hash-table.h.
5082 (typedef gimple_htab): New. Uses hash_table. Replace specific uses
5083 of htab_t with gimple_htab. Change users to invoke member functions.
5084 Move specification of helper functions from create call to declaration.
5085 * tree-ssa-coalesce.c: Include hash-table.h instead of hashtab.h.
5086 (hash_ssa_name_by_var): Make extern. Remove void* casting.
5087 (eq_ssa_name_by_var): Likewise.
5088 (coalesce_ssa_name): Change type of local static htab_t ssa_name_hash
5089 to hash_table. Change users to invoke member functions.
5090 Move specification of helper functions from create call to declaration.
5091 * coverage.c: Include hash-table.h instead of hashtab.h.
5092 (static htab_t counts_hash): Change type to hash_table;
5093 move specification of helper functions from create call to declaration.
5094 Change users to invoke member functions.
5095 (htab_counts_entry_hash): Make extern. Rename with coverage_... instead
5096 of htab_... Remove void* casting.
5097 (htab_counts_entry_eq): Likewise.
5098 (htab_counts_entry_del): Likewise.
5099 * tree-ssa-pre.c: Include hash-table.h instead of hashtab.h.
5100 (static htab_t expression_to_id): Change type to hash_table.
5101 Move specification of helper functions from create call to declaration.
5102 Change users to invoke member functions.
5103 (static htab_t phi_translate_table): Likewise.
5104 (pre_expr_eq): Make extern ssa_.... Change callers.
5105 Remove void* casting.
5106 (pre_expr_hash): Likewise.
5107 (expr_pred_trans_hash): Likewise.
5108 (expr_pred_trans_eq): Likewise.
5109 (alloc_expression_id): Change types associated with the hash table
5110 from void* to their actual type. Remove unnecessary casts.
5111 (lookup_expression_id): Likewise.
5112 (phi_trans_lookup): Likewise.
5113 (phi_trans_add): Likewise.
5114 * stringpool.c: Rename uses of libcpp typedef hash_table to
5115 cpp_hash_table.
5116 * Makefile.in: Add hash-table.o to OBJS-libcommon-target.
5117 Add $(HASH_TABLE_H). Add new dependences on $(HASH_TABLE_H).
5118
5119 2012-08-14 Lawrence Crowl <crowl@google.com>
5120
5121 Merge from cxx-conversion branch. Re-write double_int in C++.
5122
5123 * hash-table.h
5124 (typedef double_int): Change to struct (POD).
5125 (double_int::make): New overloads for int to double-int conversion.
5126 (double_int::mask): New.
5127 (double_int::max_value): New.
5128 (double_int::min_value): New.
5129 (double_int::operator ++): New.
5130 (double_int::operator --): New.
5131 (double_int::operator *=): New.
5132 (double_int::operator +=): New.
5133 (double_int::operator -=): New.
5134 (double_int::to_signed): New.
5135 (double_int::to_unsigned): New.
5136 (double_int::fits_unsigned): New.
5137 (double_int::fits_signed): New.
5138 (double_int::fits): New.
5139 (double_int::trailing_zeros): New.
5140 (double_int::popcount): New.
5141 (double_int::multiple_of): New.
5142 (double_int::set_bit): New.
5143 (double_int::mul_with_sign): New.
5144 (double_int::operator * (binary)): New.
5145 (double_int::operator + (binary)): New.
5146 (double_int::operator - (binary)): New.
5147 (double_int::operator - (unary)): New.
5148 (double_int::operator ~ (unary)): New.
5149 (double_int::operator & (binary)): New.
5150 (double_int::operator | (binary)): New.
5151 (double_int::operator ^ (binary)): New.
5152 (double_int::and_not): New.
5153 (double_int::lshift): New.
5154 (double_int::rshift): New.
5155 (double_int::alshift): New.
5156 (double_int::arshift): New.
5157 (double_int::llshift): New.
5158 (double_int::lrshift): New.
5159 (double_int::lrotate): New.
5160 (double_int::rrotate): New.
5161 (double_int::div): New.
5162 (double_int::sdiv): New.
5163 (double_int::udiv): New.
5164 (double_int::mod): New.
5165 (double_int::smod): New.
5166 (double_int::umod): New.
5167 (double_int::divmod): New.
5168 (double_int::sdivmod): New.
5169 (double_int::udivmod): New.
5170 (double_int::ext): New.
5171 (double_int::zext): New.
5172 (double_int::sext): New.
5173 (double_int::is_zero): New.
5174 (double_int::is_one): New.
5175 (double_int::is_minus_one): New.
5176 (double_int::is_negative): New.
5177 (double_int::cmp): New.
5178 (double_int::ucmp): New.
5179 (double_int::scmp): New.
5180 (double_int::ult): New.
5181 (double_int::ugt): New.
5182 (double_int::slt): New.
5183 (double_int::sgt): New.
5184 (double_int::max): New.
5185 (double_int::smax): New.
5186 (double_int::umax): New.
5187 (double_int::min): New.
5188 (double_int::smin): New.
5189 (double_int::umin): New.
5190 (double_int::operator ==): New.
5191 (double_int::operator !=): New.
5192 (shwi_to_double_int): Change implementation to use member function.
5193 (double_int_minus_one): Likewise.
5194 (double_int_zero): Likewise.
5195 (double_int_one): Likewise.
5196 (double_int_two): Likewise.
5197 (double_int_ten): Likewise.
5198 (uhwi_to_double_int): Likewise.
5199 (double_int_to_shwi): Likewise.
5200 (double_int_to_uhwi): Likewise.
5201 (double_int_fits_in_uhwi_p): Likewise.
5202 (double_int_fits_in_shwi_p): Likewise.
5203 (double_int_fits_in_hwi_p): Likewise.
5204 (double_int_mul): Likewise.
5205 (double_int_mul_with_sign): Likewise.
5206 (double_int_add): Likewise.
5207 (double_int_sub): Likewise.
5208 (double_int_neg): Likewise.
5209 (double_int_div): Likewise.
5210 (double_int_sdiv): Likewise.
5211 (double_int_udiv): Likewise.
5212 (double_int_mod): Likewise.
5213 (double_int_smod): Likewise.
5214 (double_int_umod): Likewise.
5215 (double_int_divmod): Likewise.
5216 (double_int_sdivmod): Likewise.
5217 (double_int_udivmod): Likewise.
5218 (double_int_multiple_of): Likewise.
5219 (double_int_setbit): Likewise.
5220 (double_int_ctz): Likewise.
5221 (double_int_not): Likewise.
5222 (double_int_ior): Likewise.
5223 (double_int_and): Likewise.
5224 (double_int_and_not): Likewise.
5225 (double_int_xor): Likewise.
5226 (double_int_lshift): Likewise.
5227 (double_int_rshift): Likewise.
5228 (double_int_lrotate): Likewise.
5229 (double_int_rrotate): Likewise.
5230 (double_int_cmp): Likewise.
5231 (double_int_scmp): Likewise.
5232 (double_int_ucmp): Likewise.
5233 (double_int_max): Likewise.
5234 (double_int_smax): Likewise.
5235 (double_int_umax): Likewise.
5236 (double_int_min): Likewise.
5237 (double_int_smin): Likewise.
5238 (double_int_umin): Likewise.
5239 (double_int_ext): Likewise.
5240 (double_int_sext): Likewise.
5241 (double_int_zext): Likewise.
5242 (double_int_mask): Likewise.
5243 (double_int_max_value): Likewise.
5244 (double_int_min_value): Likewise.
5245 (double_int_zero_p): Likewise.
5246 (double_int_one_p): Likewise.
5247 (double_int_minus_one_p): Likewise.
5248 (double_int_equal_p): Likewise.
5249 (double_int_popcount): Likewise.
5250 * hash-table.c
5251 (double_int_mask): Reuse implementation for double_int::mask.
5252 (double_int_max_value): Likewise.
5253 (double_int_min_value): Likewise.
5254 (double_int_ext): Likewise.
5255 (double_int_zext): Likewise.
5256 (double_int_sext): Likewise.
5257 (double_int_mul_with_sign): Likewise.
5258 (double_int_divmod): Likewise.
5259 (double_int_sdivmod): Likewise.
5260 (double_int_udivmod): Likewise.
5261 (double_int_div): Likewise.
5262 (double_int_sdiv): Likewise.
5263 (double_int_udiv): Likewise.
5264 (double_int_mod): Likewise.
5265 (double_int_smod): Likewise.
5266 (double_int_umod): Likewise.
5267 (double_int_multiple_of): Likewise.
5268 (double_int_lshift): Likewise.
5269 (double_int_rshift): Likewise.
5270 (double_int_lrotate): Likewise.
5271 (double_int_rrotate): Likewise.
5272 (double_int_cmp): Likewise.
5273 (double_int_ucmp): Likewise.
5274 (double_int_scmp): Likewise.
5275 (double_int_max): Likewise.
5276 (double_int_smax): Likewise.
5277 (double_int_umax): Likewise.
5278 (double_int_min): Likewise.
5279 (double_int_smin): Likewise.
5280 (double_int_umin): Likewise.
5281 (double_int_min): Likewise.
5282 (double_int_min): Likewise.
5283 (double_int_min): Likewise.
5284 (double_int_min): Likewise.
5285 (double_int_min): Likewise.
5286 (double_int_min): Likewise.
5287 (double_int::alshift): New.
5288 (double_int::arshift): New.
5289 (double_int::llshift): New.
5290 (double_int::lrshift): New.
5291 (double_int::ult): New.
5292 (double_int::ugt): New.
5293 (double_int::slt): New.
5294 (double_int::sgt): New.
5295 (double_int_setbit): Reuse implementation for double_int::set_bit,
5296 which avoids a name conflict with a macro.
5297 (double_int_double_int_ctz): Reuse implementation for
5298 double_int::trailing_zeros.
5299 (double_int_fits_in_shwi_p): Reuse implementation for
5300 double_int::fits_signed.
5301 (double_int_fits_in_hwi_p): Reuse implementation for double_int::fits.
5302 (double_int_mul): Reuse implementation for binary
5303 double_int::operator *.
5304 (double_int_add): Likewise.
5305 (double_int_sub): Likewise.
5306 (double_int_neg): Reuse implementation for unary
5307 double_int::operator -.
5308 (double_int_max_value): Likewise.
5309 * fixed-value.c: Change to use member functions introduced above.
5310
5311 2012-08-14 Lawrence Crowl <crowl@google.com>
5312
5313 Merge cxx-conversion branch. Support tree macro calling from gdb.
5314
5315 * tree.h (tree_check): New.
5316 (TREE_CHECK): Use inline function above instead of __extension__.
5317 (tree_not_check): New.
5318 (TREE_NOT_CHECK): Use inline function above instead of __extension__.
5319 (tree_check2): New.
5320 (TREE_CHECK2): Use inline function above instead of __extension__.
5321 (tree_not_check2): New.
5322 (TREE_NOT_CHECK2): Use inline function above instead of __extension__.
5323 (tree_check3): New.
5324 (TREE_CHECK3): Use inline function above instead of __extension__.
5325 (tree_not_check3): New.
5326 (TREE_NOT_CHECK3): Use inline function above instead of __extension__.
5327 (tree_check4): New.
5328 (TREE_CHECK4): Use inline function above instead of __extension__.
5329 (tree_not_check4): New.
5330 (TREE_NOT_CHECK4): Use inline function above instead of __extension__.
5331 (tree_check5): New.
5332 (TREE_CHECK5): Use inline function above instead of __extension__.
5333 (tree_not_check5): New.
5334 (TREE_NOT_CHECK5): Use inline function above instead of __extension__.
5335 (contains_struct_check): New.
5336 (CONTAINS_STRUCT_CHECK): Use inline function above instead of
5337 __extension__.
5338 (tree_class_check): New.
5339 (TREE_CLASS_CHECK): Use inline function above instead of __extension__.
5340 (tree_range_check): New.
5341 (TREE_RANGE_CHECK): Use inline function above instead of __extension__.
5342 (omp_clause_subcode_check): New.
5343 (OMP_CLAUSE_SUBCODE_CHECK): Use inline function above instead of
5344 __extension__.
5345 (omp_clause_range_check): New.
5346 (OMP_CLAUSE_RANGE_CHECK): Use inline function above instead of
5347 __extension__.
5348 (expr_check): New.
5349 (EXPR_CHECK): Use inline function above instead of __extension__.
5350 (non_type_check): New.
5351 (NON_TYPE_CHECK): Use inline function above instead of __extension__.
5352 (tree_vec_elt_check): New.
5353 (TREE_VEC_ELT_CHECK): Use inline function above instead of
5354 __extension__.
5355 (omp_clause_elt_check): New.
5356 (OMP_CLAUSE_ELT_CHECK): Use inline function above instead of
5357 __extension__.
5358 (tree_operand_check): New.
5359 (TREE_OPERAND_CHECK): Use inline function above instead of
5360 __extension__.
5361 (tree_operand_check_code): New.
5362 (TREE_OPERAND_CHECK_CODE): Use inline function above instead of
5363 __extension__.
5364 (TREE_CHAIN): Simplify implementation.
5365 (TREE_TYPE): Simplify implementation.
5366 (tree_operand_length): Move for compilation dependences.
5367 * gdbinit.in: (macro define __FILE__): New.
5368 (macro define __LINE__): New.
5369 (skip "tree.h"): New.
5370
5371 2012-08-14 Oleg Endo <olegendo@gcc.gnu.org>
5372
5373 PR target/52933
5374 * config/sh/sh.md (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0,
5375 *cmp_div0s_1, *cbranch_div0s, *movsicc_div0s): New insns.
5376 * config/sh/sh.c (sh_rtx_costs): Handle div0s patterns.
5377
5378 2012-08-14 Oleg Endo <olegendo@gcc.gnu.org>
5379
5380 PR target/50751
5381 * config/sh/constraints.md (Sra): New constraint.
5382 * config/sh/predicates.md (simple_mem_operand,
5383 displacement_mem_operand, zero_extend_movu_operand): New predicates.
5384 (zero_extend_operand): Check zero_extend_movu_operand for SH2A.
5385 * config/sh/sh.md (*zero_extendqisi2_disp_mem,
5386 *zero_extendhisi2_disp_mem): Add new insns and two new related
5387 peephole2 patterns.
5388
5389 2012-08-14 Steven Bosscher <steven@gcc.gnu.org>
5390
5391 * graphite-scop-detection.c (create_sese_edges): Compute dominance
5392 info before trying to fix loop structure.
5393 * cfgloopmanip.c (fix_loop_structure): Require fast DOM queries.
5394 * tree-cfgcleanup.c (repair_loop_structures): Likewise.
5395 * cfgloop.c (verify_loop_structure): Verify loop fathers.
5396
5397 * dominance.c (init_dom_info): Use gcc_checking_assert, not gcc_assert.
5398 (dom_convert_dir_to_idx, compute_dom_fast_query,
5399 get_immediate_dominator, set_immediate_dominator, get_dominated_by,
5400 redirect_immediate_dominators, nearest_common_dominator,
5401 (dominated_by_p, bb_dom_dfs_in, bb_dom_dfs_out, recompute_dominator,
5402 iterate_fix_dominators, add_to_dominance_info,
5403 delete_from_dominance_info): Likewise.
5404
5405 2012-08-14 Richard Guenther <rguenther@suse.de>
5406
5407 * cfgexpand.c (expand_used_vars): Use virtual_operand_p.
5408 * gimple-pretty-print.c (dump_phi_nodes): Likewise.
5409 * gimple-streamer-out.c (output_bb): Likewise.
5410 * graphite-sese-to-poly.c (scalar_close_phi_node_p): Likewise.
5411 (rewrite_reductions_out_of_ssa): Likewise.
5412 (rewrite_commutative_reductions_out_of_ss): Likewise.
5413 * ipa-split.c (verify_non_ssa_vars): Likewise.
5414 (consider_split): Likewise.
5415 (visit_bb): Likewise.
5416 (split_function): Likewise.
5417 * lto-streamer-out.c (output_ssa_names): Likewise.
5418 * sese.c (rename_uses): Likewise.
5419 * tree-cfg.c (replace_uses_by): Likewise.
5420 (gimple_merge_blocks): Likewise.
5421 (gimple_cfg2dot): Likewise.
5422 (verify_gimple_phi): Likewise.
5423 (replace_ssa_name): Likewise.
5424 (move_block_to_fn): Likewise.
5425 * tree-eh.c (cleanup_empty_eh_merge_phis): Likewise.
5426 * tree-if-conv.c (if_convertible_phi_p): Likewise.
5427 (predicate_scalar_phi): Likewise.
5428 * tree-inline.c (update_ssa_across_abnormal_edges): Likewise.
5429 (copy_phis_for_bb): Likewise.
5430 * tree-loop-distribution.c (generate_loops_for_partition): Likewise.
5431 (destroy_loop): Likewise.
5432 * tree-outof-ssa.c (eliminate_useless_phis): Likewise.
5433 (insert_backedge_copies): Likewise.
5434 * tree-parloops.c (transform_to_exit_first_loop): Likewise.
5435 (gather_scalar_reductions): Likewise.
5436 (try_create_reduction_list): Likewise.
5437 * tree-scalar-evolution.c (analyze_scalar_evolution_for_all_loop_ph):
5438 Likewise.
5439 (scev_const_prop): Likewise.
5440 * tree-ssa-ccp.c (debug_lattice_value): Likewise.
5441 (get_default_value): Likewise.
5442 (ccp_initialize): Likewise.
5443 * tree-ssa-coalesce.c (create_outofssa_var_map): Likewise.
5444 * tree-ssa-copy.c (may_propagate_copy): Likewise.
5445 (init_copy_prop): Likewise.
5446 * tree-ssa-dce.c (propagate_necessity): Likewise.
5447 (remove_dead_phis): Likewise.
5448 (forward_edge_to_pdom): Likewise.
5449 (eliminate_unnecessary_stmts): Likewise.
5450 * tree-ssa-live.c (partition_view_init): Likewise.
5451 (remove_unused_locals): Likewise.
5452 (register_ssa_partition_check): Likewise.
5453 * tree-ssa-loop-im.c (movement_possibility): Likewise.
5454 (move_computations_stmt): Likewise.
5455 * tree-ssa-loop-ivopts.c (determine_biv_step): Likewise.
5456 (record_invariant): Likewise.
5457 (find_interesting_uses_outside): Likewise.
5458 (determine_set_costs): Likewise.
5459 * tree-ssa-loop-manip.c (add_exit_phis_var): Likewise.
5460 (find_uses_to_rename_use): Likewise.
5461 (check_loop_closed_ssa_use): Likewise.
5462 (rewrite_phi_with_iv): Likewise.
5463 (canonicalize_loop_ivs): Likewise.
5464 * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise.
5465 * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
5466 * tree-ssa-pre.c (make_values_for_phi): Likewise.
5467 (compute_avail): Likewise.
5468 (eliminate): Likewise.
5469 * tree-ssa-propagate.c (substitute_and_fold): Likewise.
5470 * tree-ssa-reassoc.c (phi_rank): Likewise.
5471 * tree-ssa-strlen.c (strlen_enter_block): Likewise.
5472 * tree-ssa-structalias.c (compute_points_to_sets): Likewise.
5473 (ipa_pta_execute): Likewise.
5474 * tree-ssa-tail-merge.c (same_succ_hash): Likewise.
5475 (release_last_vdef): Likewise.
5476 (same_phi_alternatives_1): Likewise.
5477 (bb_has_non_vop_phi): Likewise.
5478 (vop_phi): Likewise.
5479 * tree-ssa-threadedge.c (record_temporary_equivalences_from_phis):
5480 Likewise.
5481 * tree-ssa-uninit.c (warn_uninitialized_phi): Likewise.
5482 (execute_late_warn_uninitialized): Likewise.
5483 * tree-ssa.c (verify_ssa_name): Likewise.
5484 (verify_phi_args): Likewise.
5485 (verify_ssa): Likewise.
5486 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
5487 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1):
5488 Likewise.
5489 (slpeel_tree_peel_loop_to_edge): Likewise.
5490 (vect_can_advance_ivs_p): Likewise.
5491 (vect_update_ivs_after_vectorizer): Likewise.
5492 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Likewise.
5493 * tree-vrp.c (remove_range_assertions): Likewise.
5494 * value-prof.c (gimple_divmod_values_to_profile): Likewise.
5495
5496 2012-08-14 Richard Guenther <rguenther@suse.de>
5497
5498 PR tree-optimization/54146
5499 * tree-ssa-pre.c (do_regular_insertion): Use a VEC
5500 indexed by pred edge index for avail.
5501 (do_partial_partial_insertion): Likewise.
5502 (insert_into_preds_of_block): Adjust.
5503
5504 2012-08-14 Richard Guenther <rguenther@suse.de>
5505
5506 * gimplify.c (create_tmp_from_val): Mark temporary with
5507 DECL_GIMPLE_REG_P here ...
5508 (internal_get_tmp_var): ... instead of here. If we go into
5509 SSA create an SSA name instead of a VAR_DECL.
5510 (gimplify_modify_expr): Do not create SSA names here, assert
5511 we already got them.
5512 (force_gimple_operand_1): Create an SSA name if we go into SSA.
5513 * sese.c (rename_uses): Simplify.
5514
5515 2012-08-14 Richard Guenther <rguenther@suse.de>
5516
5517 * tree-into-ssa.c: Include diagnostic-core.h.
5518 * Makefile.in (tree-into-ssa.o): Adjust.
5519
5520 2012-08-14 Richard Guenther <rguenther@suse.de>
5521
5522 * tree-into-ssa.c (update_ssa): Verify we do not rename
5523 symbols that are already partly in SSA form.
5524
5525 2012-08-14 Jakub Jelinek <jakub@redhat.com>
5526
5527 PR middle-end/53411
5528 PR rtl-optimization/53495
5529 * ira.c (ira): Move delete_trivially_dead_insns call before
5530 find_moveable_pseudos call.
5531
5532 2012-08-13 Steven Bosscher <steven@gcc.gnu.org>
5533
5534 * tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points
5535 of potentially huge memset overhead.
5536 (do_partial_partial_insertion): Likewise.
5537 * cfgexpand.c (gimple_expand_cfg): Use XCNEWVEC instead of xcalloc.
5538 * tree-vrp.c (find_assert_locations): Use XNEWVEC instead of XCNEWVEC
5539 for arrays to be filled by pre_and_rev_post_order_compute. Allocate
5540 the right number of slots, not that number plus NUM_FIXED_BLOCKS.
5541 * tree-ssa-reassoc.c (init_reassoc): Likewise.
5542 * cfganal.c (dfs_enumerate_from): Use XNEWVEC instead of XCNEWVEC for
5543 array used as stack.
5544 * tree-ssa-sccvn.c (init_scc_vn): Use XNEWVEC instead of XCNEWVEC for
5545 arrays to be filled by pre_and_rev_post_order_compute.
5546 * cfgloopmanip.c (find_path): Use XNEWVEC instead of XCNEWVEC for
5547 array to be filled by dfs_enumerate_from.
5548 (remove_path): Likewise.
5549 (duplicate_loop_to_header_edge): Use XNEWVEC instead of XCNEWVEC for
5550 array of loops that is filled on the next lines.
5551 * cfgloop.c (get_loop_body): Use XNEWVEC instead of XCNEWVEC for
5552 array of basic blocks to be returned.
5553 (get_loop_body_in_dom_order): Likewise.
5554 (get_loop_body_in_bfs_order): Likewise.
5555 * tree-ssa-loop-manip.c (loop_renamer_obstack): New static obstack
5556 for all bitmaps used for rewriting into loop-closed SSA form.
5557 (add_exit_phis_var): Allocate the def bitmap on it. Clear the livein
5558 bitmap at the end to release a lot of memory.
5559 (add_exit_phis): Allocate the exits bitmap on the new obstack.
5560 (get_loops_exits): Allocate the exits bitmap on the new obstack.
5561 (find_uses_to_rename_use): Allocate a use_blocks bitmap if ver is
5562 seen for the first time.
5563 (find_uses_to_rename): Add "???" for why the whole function must
5564 be re-scanned if changed_bbs is empty.
5565 (rewrite_into_loop_closed_ssa): Allocate bitmaps on the new obstack.
5566 Use XNEWVEC to allocate the use_blocks array. Initialize the new
5567 obstack, and free it at the end. Remove loop over all SSA names.
5568 (check_loop_closed_ssa_stmt): Look only at SSA_OP_USE operands.
5569 * tree-cfg.c (move_sese_region_to_fn): Use XNEWVEC instead of
5570 xcalloc to allocate edge_pred and edge_flag arrays.
5571
5572 2012-08-13 Uros Bizjak <ubizjak@gmail.com>
5573
5574 * config/i386/i386.h (FIXED_REGISTERS): Do not mark REX registers here.
5575 (CALL_USED_REGISTERS): Use bitmaps to mark call-used registers
5576 for different ABIs.
5577 (enum reg_class): Move CLOBBERED_REGS just before GENERAL_REGS.
5578 (REG_CLASS_NAMES): Update.
5579 (REG_CLASS_CONTENTS): Update. Clear CLOBBERED_REGS members.
5580 * config/i386/i386.c (ix86_conditional_register_usage): Disable
5581 REX registers on 32bit targets. Handle bitmaps from
5582 CALL_USED_REGISTERS initializer. Calculate CLOBBERED_REGS register
5583 set from GENERAL_REGS also for 32bit targets. Do not change call
5584 used register set for TARGET_64BIT_MS_ABI separately.
5585
5586 2012-08-13 Richard Guenther <rguenther@suse.de>
5587
5588 * basic-block.h (struct basic_block): Remove loop_depth
5589 member, move flags and index members next to each other.
5590 * cfgloop.h (bb_loop_depth): New inline function.
5591 * cfghooks.c (split_block): Do not set loop_depth.
5592 (duplicate_block): Likewise.
5593 * cfgloop.c (flow_loop_nodes_find): Likewise.
5594 (flow_loops_find): Likewise.
5595 (add_bb_to_loop): Likewise.
5596 (remove_bb_from_loops): Likewise.
5597 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
5598 * gimple-streamer-in.c (input_bb): Do not stream loop_depth.
5599 * gimple-streamer-out.c (output_bb): Likewise.
5600 * bt-load.c: Include cfgloop.h.
5601 (migrate_btr_defs): Use bb_loop_depth.
5602 * cfg.c (dump_bb_info): Likewise.
5603 * final.c (compute_alignments): Likewise.
5604 * ira.c (update_equiv_regs): Likewise.
5605 * tree-ssa-copy.c (init_copy_prop): Likewise.
5606 * tree-ssa-dom.c (loop_depth_of_name): Likewise.
5607 * tree-ssa-forwprop.c: Include cfgloop.h.
5608 (forward_propagate_addr_expr): Use bb_loop_depth.
5609 * tree-ssa-pre.c (insert_into_preds_of_block): Likewise.
5610 * tree-ssa-sink.c (select_best_block): Likewise.
5611 * ipa-inline-analysis.c: Include cfgloop.h.
5612 (estimate_function_body_sizes): Use bb_loop_depth.
5613 * Makefile.in (tree-ssa-forwprop.o): Depend on $(CFGLOOP_H).
5614 (ipa-inline-analysis.o): Likewise.
5615 (bt-load.o): Likewise.
5616
5617 2012-08-13 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
5618 Jakub Jelinek <jakub@redhat.com>
5619
5620 PR driver/54210
5621 * config/i386/driver-i386.c (host_detect_local_cpu): Test bit_PRFCHW
5622 bit of CPUID 0x80000001 %ecx instead of CPUID 7 %ecx.
5623 * config/i386/cpuid.h (bits_PRFCHW): Move definition to CPUID
5624 0x80000001 %ecx flags.
5625
5626 2012-08-13 Richard Guenther <rguenther@suse.de>
5627
5628 * tree-cfg.c (print_loop): Avoid ICEing for loops marked for
5629 removal and loops with multiple latches.
5630
5631 2012-08-13 Jakub Jelinek <jakub@redhat.com>
5632
5633 PR c/53968
5634 * tree.c (integer_pow2p): Avoid undefined signed overflows.
5635 * simplify-rtx.c (neg_const_int): Likewise.
5636 * expr.c (fixup_args_size_notes): Likewise.
5637 * stor-layout.c (set_min_and_max_values_for_integral_type): Likewise.
5638 * double-int.c (mul_double_wide_with_sign): Likewise.
5639 (double_int_mask): Likewise.
5640 * tree-ssa-loop-ivopts.c (get_address_cost): Likewise.
5641
5642 2012-08-13 Richard Guenther <rguenther@suse.de>
5643
5644 PR tree-optimization/54200
5645 * tree-ssa-copyrename.c (rename_ssa_copies): Do not add
5646 PHI results to another partition if not all PHI arguments
5647 have the same partition.
5648
5649 2012-08-12 Jan Hubicka <jh@suse.cz>
5650
5651 * tree-pass.h (write_summary, write_optimization_summary): Remove
5652 set and vset arguments.
5653 * ipa-cp.c (ipcp_write_summary): Remove set and vset arugments.
5654 (write_node_summary_p): Likewise; use the encoder.
5655 (ipa_reference_write_optimization_summary): Likewise.
5656 * lto-cgraph.c (output_cgraph_opt_summary): Use encoder.
5657 (lto_symtab_encoder_new): Initialize in_partition field.
5658 (lto_symtab_encoder_delete): Destroy in_partition field.
5659 (LCC_NOT_FOUND): Move to lto-streamer.h
5660 (lto_symtab_encoder_deref): Likewise.
5661 (lto_symtab_encoder_in_partition_p,
5662 lto_set_symtab_encoder_in_partition): New functions.
5663 (referenced_from_other_partition_p): Rewrite to use encoder.
5664 (reachable_from_other_partition_p): Likewise.
5665 (referenced_from_this_partition_p): Likewise.
5666 (reachable_from_this_partition_p): Likewise.
5667 (lto_output_node): Likewise.
5668 (lto_output_varpool_node): Likewise.
5669 (output_refs): Likewise.
5670 (compute_ltrans_boundary): Initialize in_partition fileds of
5671 the encoder.
5672 (output_symtab): Likewise.
5673 (input_refs): Match the changes in output_refs.
5674 (output_cgraph_opt_summary_p): Remove set argument.
5675 (output_node_opt_summary): Replace set by encoder.
5676 (output_cgraph_opt_summary): Remove set argument; use
5677 the encoder.
5678 * ipa-pure-const.c (pure_const_write_summary): Remove set and vset
5679 arguments; use the encoder.
5680 * lto-streamer-out.c (lto_output): Remove set and vset argument; use
5681 the encoder.
5682 (produce_symtab): Likewise.
5683 * ipa-inline.h (inline_write_summary): Remove set and vset arguments.
5684 * ipa-inline-analysis.c (inline_write_summary): Likewise.
5685 * ipa-prop.c (ipa_prop_write_jump_functions): Remove set argument;
5686 use encoder.
5687 * ipa-prop.h (ipa_prop_write_jump_functions): Likewise.
5688 * passes.c (ipa_write_summaries_2): Remove set and vset arguments.
5689 (ipa_write_summaries_1): Update.
5690 (ipa_write_optimization_summaries_1): Likewise.
5691 (ipa_write_optimization_summaries): Likewise.
5692 * lto-streamer.h (lto_symtab_encoder_t): Add in_partition.
5693 (lto_symtab_encoder_iterator): New type.
5694 (lto_symtab_encoder_deref): Make inline.
5695 (output_symtab, referenced_from_other_partition_p,
5696 reachable_from_other_partition_p, referenced_from_this_partition_p,
5697 reachable_from_this_partition_p): Update.
5698 (lsei_end_p, lsei_next, lsei_node, lsei_cgraph_node,
5699 lsei_varpool_node): New inline functions.
5700 (LCC_NOT_FOUND): New macro.
5701 (lto_symtab_encoder_deref, lsei_start, lsei_next_in_partition,
5702 lsei_start_in_partition, lsei_next_function_in_partition,
5703 lsei_start_function_in_partition, lsei_next_variable_in_partition,
5704 lsei_start_variable_in_partition): New inline functions.
5705
5706 2012-08-12 Oleg Endo <olegendo@gcc.gnu.org>
5707
5708 * config/sh/sh.md (prefetch): Simplify expander. Fix condition to
5709 allow SH3.
5710 (*prefetch_media): Move insn below expander.
5711 (*prefetch): Fix condition to allow SH3.
5712
5713 2012-08-12 Oleg Endo <olegendo@gcc.gnu.org>
5714
5715 PR target/51244
5716 * config/sh/sh.md: Add splits for inverted compare and branch
5717 opportunities.
5718 (*cmpeqsi_t): New insn.
5719 (cmpgtsi_t, cmpgesi_t): Swap r and N alternatives.
5720 (cmpgeusi_t): Use satisfies_constraint_Z. Emit sett insn in
5721 replacement insn list and not in the preparation statements.
5722 (clrt, sett): Add mt_group attribute.
5723
5724 2012-08-12 Marc Glisse <marc.glisse@inria.fr>
5725
5726 PR middle-end/54193
5727 * gimple-pretty-print.c (dump_ternary_rhs): Handle 4 arguments.
5728
5729 2012-08-12 Oleg Endo <olegendo@gcc.gnu.org>
5730
5731 PR target/39423
5732 * config/sh/predicates.md (mem_index_disp_operand): Check for
5733 arith_reg_operand instead of REG_P.
5734
5735 2012-08-11 Bernd Schmidt <bernds@codesourcery.com>
5736
5737 * reload1.c (replaced_subreg, gen_reload): Add
5738 SECONDARY_MEMORY_NEEDED ifdefs as necessary.
5739
5740 2012-08-11 Jan Hubicka <jh@suse.cz>
5741
5742 * lto-section-in.c (lto_section_name): Do not use "symtab" as part of
5743 symtab_node sectoin name; it confuses plugin.
5744
5745 2012-08-11 Uros Bizjak <ubizjak@gmail.com>
5746
5747 * config/alpha/alpha.c (alpha_stdarg_optimize_hook): Shift DECL_UID
5748 index in the va_list_vars bitmap by num_ssa_names.
5749
5750 2012-08-11 Uros Bizjak <ubizjak@gmail.com>
5751
5752 * config/i386/sse.md (xop integer multiply/add insns): Use
5753 register_operand for operand 3 predicate.
5754 (xop_phadd<u>bq): Fix vec_select selectors.
5755
5756 2012-08-11 Martin Jambor <mjambor@suse.cz>
5757
5758 PR fortran/48636
5759 * ipa-inline.h (condition): New fields offset, agg_contents and by_ref.
5760 * ipa-inline-analysis.c (agg_position_info): New type.
5761 (add_condition): New parameter aggpos, also store agg_contents, by_ref
5762 and offset.
5763 (dump_condition): Also dump aggregate conditions.
5764 (evaluate_conditions_for_known_args): Also handle aggregate
5765 conditions. New parameter known_aggs.
5766 (evaluate_properties_for_edge): Gather known aggregate contents.
5767 (inline_node_duplication_hook): Pass NULL known_aggs to
5768 evaluate_conditions_for_known_args.
5769 (unmodified_parm): Split into unmodified_parm and unmodified_parm_1.
5770 (unmodified_parm_or_parm_agg_item): New function.
5771 (set_cond_stmt_execution_predicate): Handle values passed in
5772 aggregates.
5773 (set_switch_stmt_execution_predicate): Likewise.
5774 (will_be_nonconstant_predicate): Likewise.
5775 (estimate_edge_devirt_benefit): Pass new parameter known_aggs to
5776 ipa_get_indirect_edge_target.
5777 (estimate_calls_size_and_time): New parameter known_aggs, pass it
5778 recrsively to itself and to estimate_edge_devirt_benefit.
5779 (estimate_node_size_and_time): New vector known_aggs, pass it o
5780 functions which need it.
5781 (remap_predicate): New parameter offset_map, use it to remap aggregate
5782 conditions.
5783 (remap_edge_summaries): New parameter offset_map, pass it recursively
5784 to itself and to remap_predicate.
5785 (inline_merge_summary): Also create and populate vector offset_map.
5786 (do_estimate_edge_time): New vector of known aggregate contents,
5787 passed to functions which need it.
5788 (inline_read_section): Stream new fields of condition.
5789 (inline_write_summary): Likewise.
5790 * ipa-cp.c (ipa_get_indirect_edge_target): Also examine the aggregate
5791 contents. Let all local callers pass NULL for known_aggs.
5792
5793 2012-08-11 Jan Hubicka <jh@suse.cz>
5794
5795 * lto-cgraph.c (output_cgraph): Rename to ...
5796 (output_symtab): ... this one. Update for LTO_section_symtab_nodes.
5797 (input_cgraph): Rename to ...
5798 (input_symtab): ... this one. Update for LTO_section_symtab_nodes.
5799 * lto-streamer-out.c (create_output_block): Do not set
5800 section_type.
5801 (produce_asm): Likewise.
5802 (lto_output_toplevel_asms): Likewise.
5803 (produce_asm_for_decls): Likewise.
5804 (lto_output): Use output_symtab.
5805 * lto-section-in.c (lto_section_name): Update.
5806 * lto-section-out.c (lto_destroy_simple_output_block): Remove
5807 section_type.
5808 * lto-streamer.h (enum lto_section_type): Remove LTO_section_varpool;
5809 rename LTO_section_cgraph to LTO_section_symtab_nodes.
5810 (struct lto_header): Remove section_type.
5811
5812 2012-08-11 Jan Hubicka <jh@suse.cz>
5813
5814 * cgraph.h (vector types for symtab_node): Add.
5815 * ipa-reference.c (ipa_reference_write_optimization_summary): Update
5816 for new symtab encoder.
5817 (ipa_reference_read_optimization_summary): Likewise.
5818 * lto-cgraph.c (output_varpool): Remove.
5819 (input_cgraph_opt_summary): Take symtab nodes vector as argument.
5820 (LTO_cgraph_tags): Rename to ...
5821 (LTO_symtab_tags): ... this one; add LTO_symtab_variable.
5822 (lto_cgraph_encoder_new): Rename to ...
5823 (lto_symtab_encoder_new): ... this on.
5824 (lto_cgraph_encoder_encode): Rename to ...
5825 (lto_symtab_encoder_encode): ... this one.
5826 (lto_cgraph_encoder_delete): Rename to ...
5827 (lto_symtab_encoder_delete): ... this one.
5828 (lto_cgraph_encoder_deref): Rename to ...
5829 (lto_symtab_encoder_deref): ... this one.
5830 (lto_cgraph_encoder_encode_body_p): Rename to ...
5831 (lto_symtab_encoder_encode_body_p): ... this one.
5832 (lto_varpool_encoder_new, lto_varpool_encoder_delete,
5833 lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
5834 lto_varpool_encoder_deref): Remove.
5835 (lto_varpool_encoder_encode_initializer_p): Rename to ...
5836 (lto_symtab_encoder_encode_initializer_p): ... this one.
5837 (lto_set_varpool_encoder_encode_initializer): Rename to ...
5838 (lto_set_symtab_encoder_encode_initializer): ... this one.
5839 (lto_output_edge): Update.
5840 (lto_output_node): Update.
5841 (lto_output_varpool_node): Update; stream out LTO_symtab_variable tag.
5842 (lto_output_ref): Drop varpool_encoder; update.
5843 (add_node_to): Update.
5844 (add_references): Update.
5845 (output_outgoing_cgraph_edges): Update.
5846 (output_refs): Update.
5847 (compute_ltrans_boundary): Update.
5848 (output_cgraph): Update; output varpools too.
5849 (input_overwrite_node): Update.
5850 (output_varpool): Remove.
5851 (input_node): Update.
5852 (input_ref): Update.
5853 (input_edge): Update.
5854 (input_cgraph_1): Update; input varpool too; unify fixup code.
5855 (input_varpool_1): Remove.
5856 (input_refs): Update.
5857 (input_cgraph): Update.
5858 (output_node_opt_summary): Update.
5859 (input_cgraph_opt_section): Update.
5860 (input_cgraph_opt_summary): Update.
5861 * ipa-pure-const.c (pure_const_write_summary): Update.
5862 (pure_const_read_summary): Update.
5863 * lto-streamer-out.c (lto_write_tree): Update.
5864 (lto_output): Likewise.
5865 (produce_symtab): Update.
5866 (produce_asm_for_decls): Update.
5867 * ipa-inline-analysis.c (inline_read_section): Update.
5868 (inline_write_summary): Update.
5869 * ipa-prop.c (ipa_write_node_info): Update.
5870 (ipa_prop_read_section): Update.
5871 * lto-streamer.h (lto_cgraph_encoder_d): Rename to ...
5872 (lto_symtab_encoder_d): ... this one; add initializer.
5873 (lto_cgraph_encoder_t): Rename to ...
5874 (lto_symtab_encoder_t): ... this one.
5875 (lto_cgraph_encoder_size): Rename to ...
5876 (lto_symtab_encoder_size): ... this one.
5877 (lto_varpool_encoder_d): ... remove.
5878 (lto_varpool_encoder_t): Remove.
5879 (lto_out_decl_state): Remove cgraph_node_encoder, varpool_node_encoder
5880 add symtab_node_encoder.
5881 (lto_file_decl_data): Likewise.
5882 (lto_cgraph_encoder_deref, lto_cgraph_encoder_lookup,
5883 lto_cgraph_encoder_new, lto_cgraph_encoder_encode,
5884 lto_cgraph_encoder_delete, lto_cgraph_encoder_encode_body_p,
5885 lto_varpool_encoder_encode_body_p, lto_varpool_encoder_deref,
5886 lto_varpool_encoder_lookup, lto_varpool_encoder_new,
5887 lto_varpool_encoder_encode, lto_varpool_encoder_delete,
5888 lto_varpool_encoder_encode_initializer_p): Remove.
5889 (lto_symtab_encoder_deref, lto_symtab_encoder_lookup,
5890 lto_symtab_encoder_t, lto_symtab_encoder_encode,
5891 lto_symtab_encoder_delete, lto_symtab_encoder_encode_body_p,
5892 lto_symtab_encoder_encode_initializer_p): New.
5893
5894 2012-08-11 Uros Bizjak <ubizjak@gmail.com>
5895
5896 * config/i386/i386.md (isa): Add fma and fma4.
5897 (enabled): Handle fma and fma4.
5898 * config/i386/sse.md (*fma_fmadd_<mode>): Merge *fma4_fmadd_<mode>.
5899 (*fma_fmsub_<mode>): Merge *fma4_fmsub_<mode>.
5900 (*fma_fnmadd_<mode>): Merge *fma4_fnmadd_<mode>.
5901 (*fma_fnmsub_<mode>): Merge *fma4_fnmsub_<mode>.
5902 (*fma_fmaddsub_<mode>): Merge *fma4_fmaddsub_<mode>.
5903 (*fma_fmsubadd_<mode>): Merge *fma4_fmsubadd_<mode>.
5904
5905 2012-08-10 Uros Bizjak <ubizjak@gmail.com>
5906
5907 * config/i386/sse.md (*fma_fmadd_<mode>, *fma_fmsub_<mode>,
5908 *fma_fnmadd_<mode>, *fma_fnmsub_<mode>, *fma_fmaddsub_<mode>,
5909 *fma_fmsubadd_<mode>): Move FMA3 insn patterns before FMA4 patterns.
5910
5911 2012-08-10 Uros Bizjak <ubizjak@gmail.com>
5912
5913 * config/i386/i386.md (simple LEA peephole2s): Add zero-extend
5914 variants of PLUS and MULT simple LEA patterns. Disable PLUS
5915 patterns for TARGET_OPT_AGU.
5916
5917 2012-08-10 Richard Guenther <rguenther@suse.de>
5918
5919 * Makefile.in (OBJS): Remove matrix-reorg.o.
5920 (matrix-reorg.o): Remove dependence rule.
5921 (GTFILES): Remove matrix-reorg.c.
5922 * matrix-reorg.c: Remove.
5923 * passes.c (init_optimization_passes): Do not schedule
5924 pass_ipa_matrix_reorg.
5925 * tree-pass.h (pass_ipa_matrix_reorg): Remove.
5926 * common.opt (fipa-matrix-reorg): Stub out.
5927 * doc/invoke.texi (fipa-matrix-reorg): Remove documentation.
5928
5929 2012-08-10 Richard Guenther <rguenther@suse.de>
5930
5931 PR middle-end/54219
5932 * fold-const.c (fold_ternary_loc): Do not reverse the mask
5933 when canonicalizing it when folding VEC_PERM_EXPR.
5934
5935 2012-08-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5936
5937 PR middle-end/54211
5938 * gimple-ssa-strength-reduction.c (analyze_candidates_and_replace):
5939 Use cand_type to determine whether pointer arithmetic will be generated.
5940
5941 2012-08-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5942
5943 * doc/sourcebuild.texi: Document long_neq_int effective target.
5944
5945 2012-08-10 Richard Guenther <rguenther@suse.de>
5946
5947 PR tree-optimization/54109
5948 * tree-ssa-forwprop.c
5949 (forward_propagate_addr_into_variable_array_index): Remove.
5950 (forward_propagate_addr_expr_1): Adjust.
5951
5952 2012-08-10 Richard Guenther <rguenther@suse.de>
5953
5954 * tree-cfg.c (dump_function_to_file): Make sure to dump
5955 anonymous SSA names when there are no local decls.
5956
5957 2012-08-10 Steven Bosscher <steven@gcc.gnu.org>
5958
5959 * tree-ssa-pre.c (alloc_expression_id): Fix use of VEC_reserve.
5960 * tree-into-ssa.c (get_ssa_name_ann): Likewise.
5961 (mark_phi_for_rewrite): Likewise.
5962 (compute_global_livein): Use VEC_reserve outside the innermost
5963 loop and VEC_quick_push instead of VEC_safe_push in that loop.
5964 (update_ssa): Re-organize to avoid unnecessary sbitmap_zero'ing
5965 of new_ssa_names and old_ssa_names. Allocate phis_to_rewrite to
5966 the correct initial size.
5967
5968 2012-08-10 Richard Guenther <rguenther@suse.de>
5969
5970 * tree-ssa-pre.c (pretemp, storetemp, prephitemp): Remove.
5971 (need_creation): Remove.
5972 (get_representative_for): Use anonymous named SSA names.
5973 (create_expression_by_pieces): Likewise.
5974 (insert_into_preds_of_block): Likewise.
5975 (init_pre): Do not init removed vars.
5976 (fini_pre): Do not free need_creation.
5977 * tree-ssa-forwprop.c (simplify_bitwise_binary): Use anonymous
5978 SSA names.
5979 * tree-ssa-loop-manip.c (create_iv): Likewise.
5980 * value-prof.c (gimple_divmod_fixed_value): Likewise.
5981 (gimple_mod_pow2): Likewise.
5982 (gimple_mod_subtract): Likewise.
5983 (gimple_ic): Likewise.
5984 (gimple_stringop_fixed_value): Likewise.
5985 * tree-ssa-phiopt.c (condstoretemp): Remove.
5986 (tree_ssa_phiopt_worker): Use anonymous named SSA names.
5987 (conditional_replacement): Likewise.
5988 (abs_replacement): Likewise.
5989 (cond_store_replacement): Likewise.
5990 (cond_if_else_store_replacement_1): Likewise.
5991 * tree-ssa-loop-im.c (rewrite_reciprocal): Likewise.
5992 (rewrite_bittest): Likewise.
5993 * tree-ssa-reassoc.c (build_and_add_sum): Get type from callers
5994 and build anonymous SSA names.
5995 (undistribute_ops_list): Adjust.
5996 (eliminate_redundant_comparison): Use anonymous SSA names.
5997 (rewrite_expr_tree_parallel): Likewise.
5998 (get_reassoc_pow_ssa_name): Remove.
5999 (attempt_builtin_powi): Adjust.
6000 (reassociate_bb): Likewise.
6001 * tree-ssa-strlen.c (get_string_length): Use anonymous SSA names.
6002 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
6003 (build_arrays): Likewise.
6004 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
6005 (create_tailcall_accumulator): Likewise.
6006 * tree-vect-generic.c (expand_vector_divmod): Likewise.
6007 * tree-profile.c (gcov_type_tmp_var): Remove.
6008 (gimple_init_edge_profiler): Do not initialize it and use anonymous
6009 SSA names.
6010 (gimple_gen_ic_profiler): Likewise.
6011 (tree_profiling): Adjust.
6012 * tree-sra.c (build_ref_for_offset): Use anonymous SSA names.
6013 * tree-ssa-math-opts.c (execute_cse_sincos_1): Likewise.
6014 (powi_as_mults_1): Likewise.
6015 (powi_as_mults): Likewise.
6016 (build_and_insert_call): Adjust.
6017 (build_and_insert_binop): Likewise.
6018 (build_and_insert_ref): Likewise.
6019 (build_and_insert_cast): Likewise.
6020 (gimple_expand_builtin_pow): Likewise.
6021 (gimple_expand_builtin_cabs): Likewise.
6022 (execute_optimize_bswap): Use anonymous SSA names.
6023 (convert_mult_to_widen): Likewise.
6024 (convert_plusminus_to_widen): Likewise.
6025 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
6026 * tree-ssa-propagate.c (update_call_from_tree): Likewise.
6027 * tree-if-conv.c (ifc_temp_var): Likewise.
6028 * tree-loop-distribution.c (generate_memset_builtin): Likewise.
6029 * tree-parloops.c (take_address_of): Likewise.
6030 * tree-vect-data-refs.c (vect_permute_store_chain): Likewise.
6031 (vect_permute_load_chain): Likewise.
6032 * tree-vect-loop-manip.c (vect_create_cond_for_align_checks): Likewise.
6033 * tree-vect-patterns.c (vect_recog_temp_ssa_var): Likewise.
6034 (vect_handle_widen_op_by_const): Likewise.
6035 (vect_operation_fits_smaller_type): Likewise.
6036 (vect_recog_over_widening_pattern): Likewise.
6037 * tree-vect-stmts.c (vect_init_vector): Likewise.
6038 * tree-vrp.c (simplify_truth_ops_using_ranges): Likewise.
6039 (simplify_float_conversion_using_ranges): Likewise.
6040
6041 2012-08-10 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
6042
6043 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Fix
6044 target mask of __builtin_ia32_rdseed_di_step builtin.
6045
6046 2012-08-10 Richard Guenther <rguenther@suse.de>
6047
6048 PR tree-optimization/54027
6049 * tree-vrp.c (extract_range_from_binary_expr_1): Merge RSHIFT_EXPR
6050 and LSHIFT_EXPR handling, force -fwrapv for the multiplication used
6051 to handle LSHIFT_EXPR with a constant.
6052
6053 2012-08-10 Richard Guenther <rguenther@suse.de>
6054
6055 * tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE
6056 is recorded as var.
6057 (SSA_NAME_IDENTIFIER): Return the IDENTIFIER_NODE of the SSA_NAME
6058 or its SSA_NAME_VAR.
6059 (SET_SSA_NAME_VAR_OR_IDENTIFIER): New setter.
6060 * tree-ssanames.c (make_ssa_name_fn): Handle creating anonymous
6061 SSA names by passing a type instead of a variable decl.
6062 (release_ssa_name): Use SET_SSA_NAME_VAR_OR_IDENTIFIER.
6063 (copy_ssa_name_fn): Handle anonymous SSA names.
6064 (replace_ssa_name_symbol): Use SET_SSA_NAME_VAR_OR_IDENTIFIER.
6065 * tree-flow-inline.h (make_temp_ssa_name): New inline function.
6066 * tree-pretty-print.c (dump_generic_node): Use SSA_NAME_IDENTIFIER,
6067 dump SSA names without a name as <anon>.
6068 * cfgexpand.c (expand_used_vars): Assing anonymous SSA names we are
6069 going to expand a decl.
6070 (gimple_expand_cfg): Assign all SSA names of a partition the
6071 decl we created for its leader.
6072 * tree-ssa.c (target_for_debug_bind): Handle SSA_NAMEs.
6073 (verify_ssa_name): Handle anonymous SSA names.
6074 (verify_def): Likewise.
6075 * tree-predcom.c (eliminate_temp_copies): Likewise.
6076 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
6077 * tree-ssa-live.c (var_map_base_init): Compute conflicts for
6078 anonymous SSA names with the same type.
6079 (mark_all_vars_used_1): Handle anonymous SSA names.
6080 (verify_live_on_entry): Likewise.
6081 * tree-ssa-coalesce.c (abnormal_corrupt): Remove.
6082 (create_outofssa_var_map): Adjust with respect to conflicts we
6083 compute for anonymous SSA names. Do not restrict abnormal
6084 coalescing.
6085 (coalesce_partitions): Do not restrict abnormal coalescing.
6086 Assert we only ever coalesce variables we computed conflicts for.
6087 * tree-ssa-ter.c (process_replaceable): Do not restrict TER
6088 of anonymous names.
6089 * expr.c (expand_expr_real_1): Handle anonymous SSA names
6090 expanded from IVOPTs by creating a raw REG here.
6091 * tree-cfg.c (replace_ssa_name): Handle anonymous SSA names.
6092 (dump_function_to_file): Dump anonymous SSA names alongside
6093 with their types in the variable list.
6094 (verify_gimple_return): Guard use of SSA_NAME_VAR.
6095 * tree-into-ssa.c (mark_for_renaming): Handle a NULL symbol.
6096 (rewrite_into_ssa): Make SSA names anonymous.
6097 * tree-ssa-structalias.c (alias_get_name): Rewrite.
6098 * tree-ssa-uninit.c (ssa_undefined_value_p): Handle anonymous
6099 SSA names.
6100 (warn_uninitialized_phi): Likewise.
6101 * tree-ssa-loop-ivopts.c (prepare_decl_rtl): Defer expanding
6102 anonymous SSA names to the expander.
6103 (determine_iv_cost): Anonymous SSA names are artificial.
6104 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
6105 Handle anonymous SSA names.
6106 * lto-streamer-out.c (output_ssa_names): Stream SSA_NAME_VAR
6107 or if NULL, the type of the SSA name.
6108 * tree-inline.c (remap_ssa_name): Handle anonymous SSA names,
6109 remap names as anonymous where appropriate.
6110 (insert_init_stmt): Pass SSA names down to insert_init_debug_bind.
6111 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Adjust
6112 according to what we create conflicts for in out-of-SSA
6113 coalescing.
6114 * tree-parloops.c (separate_decls_in_region_name): Handle
6115 anonymous SSA names.
6116 (add_field_for_name): Likewise.
6117 * tree.c (get_name): Handle SSA names.
6118 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Defer to get_name for
6119 SSA_NAMEs.
6120 * tree-vect-loop-manip.c (adjust_debug_stmts): Use
6121 virtual_operand_p.
6122 * tree-sra.c (create_access_replacement): Give up generating
6123 a DECL_DEBUG_EXPR for SSA names in the memory reference.
6124 (replace_removed_params_ssa_names): Guard use of SSA_NAME_VAR.
6125 * tree-complex.c (get_component_ssa_name): Handle anonymous
6126 SSA names.
6127 (set_component_ssa_name): Likewise.
6128 * tree-ssa-sccvn.c (visit_reference_op_load): Likewise.
6129 * tree-object-size.c (collect_object_sizes_for): Handle
6130 uninitialized SSA names properly.
6131 * ipa-inline-analysis.c (eliminated_by_inlining_prob): Guard use of
6132 SSA_NAME_VAR.
6133 * ipa-split.c (test_nonssa_use): Likewise.
6134 (consider_split): Likewise.
6135 (mark_nonssa_use): Likewise.
6136
6137 2012-08-09 Jan Hubicka <jh@suse.cz>
6138
6139 PR middle-end/54146
6140 * ipa-inline-transform.c (inline_call): Add UPDATE_OVERALL_SUMMARY
6141 parameter; honnor it.
6142 * ipa-inline.c (recursive_inlining): Update call
6143 of inline_call.
6144 (inline_small_functions): Likewise.
6145 (ipa_inline): Likewise.
6146 (inline_always_inline_functions): Likewise.
6147 (early_inline_small_functions): Likewise.
6148 (flatten_function): Do separate update of summary info.
6149 * ipa-inline.h (inline_update_overall_summary): Declare.
6150 (inline_call): Update.
6151 * ipa-inline-analysis.c (inline_merge_summary): Break out
6152 updating code to ...
6153 (inline_update_overall_summary): Likewise.
6154
6155 2012-08-09 Richard Henderson <rth@redhat.com>
6156
6157 * config/s390/s390.c (s390_expand_insv): Use VOIDmode in gen_rtx_SET.
6158
6159 * config/s390/s390.c (s390_expand_cs_hqi): Copy val to a temp before
6160 performing the compare for the restart loop.
6161
6162 2012-08-09 DJ Delorie <dj@redhat.com>
6163
6164 * config/rl78/rl78.c (rl78_alloc_physical_registers): Check for
6165 SET before extracting SET_SRC.
6166 (rl78_remove_unused_sets): Check for REG before extractnig REGNO.
6167
6168 2012-08-09 Oleg Endo <olegendo@gcc.gnu.org>
6169
6170 PR target/54089
6171 * config/sh/sh-protos (shift_insns_rtx): Delete.
6172 (sh_ashlsi_clobbers_t_reg_p): Add.
6173 * config/sh/sh.c (shift_insns, shift_amounts, ext_shift_insns,
6174 ext_shift_amounts): Merge arrays of ints to array of structs.
6175 Adapt usage of arrays throughout the file.
6176 (shift_insns_rtx): Delete unused function.
6177 (sh_ashlsi_clobbers_t_reg_p): New function.
6178 * config/sh/sh.md (ashlsi3): Emit ashlsi3_n_clobbers_t insn if the
6179 final shift sequence will clobber T_REG.
6180 (ashlsi3_n): Split only if the final shift sequence will not
6181 clobber T_REG.
6182 (ashlsi3_n_clobbers_t): New insn_and_split.
6183
6184 2012-08-09 Steven Bosscher <steven@gcc.gnu.org>
6185
6186 * calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE
6187 instead of looking at sbitmap n_bits member directly.
6188 * gcse.c (hoist_code): Likewise.
6189 * sched-rgn.c (split_edges): Likewise.
6190 * tree-into-ssa.c (is_old_name, is_new_name, add_new_name_mapping,
6191 update_ssa): Likewise.
6192
6193 2012-08-09 Uros Bizjak <ubizjak@gmail.com>
6194
6195 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Return preferred
6196 single unit register class for classes that contain registers form
6197 multiple units.
6198 (REG_CLASS_CONTENTS): Add missing "frame" register to FLOAT_INT_REGS,
6199 INT_SSE_REGS and FLOAT_INT_SSE_REGS register classes.
6200
6201 2012-08-09 Martin Jambor <mjambor@suse.cz>
6202
6203 * cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to
6204 offset, updated all users. New field agg_contents.
6205 * ipa-prop.h (jump_func_type): Removed IPA_JF_CONST_MEMBER_PTR.
6206 (ipa_pass_through_data): New field agg_preserved.
6207 (ipa_ancestor_jf_data): Likewise.
6208 (ipa_member_ptr_cst): Removed.
6209 (ipa_agg_jf_item): New type.
6210 (ipa_agg_jump_function): Likewise.
6211 (ipa_jump_func): New field agg. Removed field member_cst.
6212 (ipa_get_jf_pass_through_agg_preserved): New function.
6213 (ipa_get_jf_ancestor_agg_preserved): Likewise.
6214 (ipa_get_jf_member_ptr_pfn): Removed.
6215 (ipa_find_agg_cst_for_param): Declare.
6216 (ipa_load_from_parm_agg): Likewise.
6217 * ipa-prop.c (param_analysis_info): Fields modified and
6218 visited_statements rename to parm_modified and parm_visited_statements
6219 respectively, added fields ref_modified, ref_visited_statements,
6220 pt_modified and pt_visited_statements.
6221 (ipa_print_node_jump_functions_for_edge): Do not dump const member
6222 functions. Dump agg_preserved flags and aggregate jump functions.
6223 (ipa_set_jf_simple_pass_through): Set also agg_preserved.
6224 (ipa_set_ancestor_jf): Likewise.
6225 (ipa_set_jf_arith_pass_through): Clear agg_preserved.
6226 (ipa_set_jf_member_ptr_cst): Removed.
6227 (is_parm_modified_before_stmt): Logic reversed, renamed to
6228 parm_preserved_before_stmt_p. Cache visited bitmap only for
6229 naked DECL parameters. All callers updated.
6230 (load_from_unmodified_param): Allow NULL parms_ainfo.
6231 (parm_ref_data_preserved_p): New function.
6232 (parm_ref_data_pass_through_p): Likewise.
6233 (ipa_load_from_parm_agg_1): Likewise.
6234 (ipa_load_from_parm_agg): Likewise.
6235 (compute_complex_assign_jump_func): Check if aggregate contents are
6236 preserved.
6237 (compute_complex_ancestor_jump_func): Likewise.
6238 (compute_scalar_jump_functions): Removed.
6239 (type_like_member_ptr_p): Also check field position are known and sane.
6240 (compute_pass_through_member_ptrs): Removed.
6241 (determine_cst_member_ptr): Likewise.
6242 (ipa_known_agg_contents_list): New type.
6243 (determine_known_aggregate_parts): New function.
6244 (compute_cst_member_ptr_arguments): Removed.
6245 (ipa_compute_jump_functions_for_edge): Compute all kinds of jump
6246 functions (scalar, aggregate and member pointer).
6247 (ipa_get_member_ptr_load_param): Incorporate into
6248 ipa_get_stmt_member_ptr_load_param, also pass back an offset.
6249 (ipa_note_param_call): Clear agg_contents.
6250 (ipa_analyze_indirect_call_uses): Also look for simple pointers loaded
6251 from aggregates. In such cases, store offset of the called field.
6252 (ipa_analyze_node): Initialize new fields of param_analysis_info.
6253 (update_jump_functions_after_inlining): Handle aggregate contents.
6254 (ipa_find_agg_cst_for_param): New function.
6255 (try_make_edge_direct_simple_call): Handle called aggregate values.
6256 (update_indirect_edges_after_inlining): Make sure aggregate preserving
6257 jump functions comply with type compatibility requirements.
6258 (ipa_edge_duplication_hook): Copy also aggregate jump functions.
6259 (ipa_write_jump_function): Stream agg_preserved flags and aggregate
6260 jump functions. Do not stream member pointer constant jump functions.
6261 (ipa_read_jump_function): Likewise.
6262 (ipa_write_indirect_edge_info): Stream new cgraph_indirect_call_info
6263 fields.
6264 (ipa_read_indirect_edge_info): Likewise.
6265
6266 2012-08-09 Oleg Endo <olegendo@gcc.gnu.org>
6267
6268 PR target/39423
6269 * config/sh/predicates.md (mem_index_disp_operand): New predicate.
6270 * config/sh/sh.md (*movsi_index_disp): Rewrite insns to use the new
6271 mem_index_disp_operand predicate.
6272
6273 2012-08-09 Oleg Endo <olegendo@gcc.gnu.org>
6274
6275 PR target/51244
6276 * config/sh/sh.md: Add negc extu sequence peephole.
6277 (movrt, movnegt, movrt_negc, nott): Use t_reg_operand predicate.
6278 (*movrt_negc): New insn.
6279 * config/sh/sync.md (atomic_test_and_set): Pass gen_t_reg_rtx to
6280 gen_movnegt.
6281 * config/sh/sh.c (expand_cbranchsi4, sh_emit_scc_to_t,
6282 sh_emit_compare_and_branch, sh_emit_compare_and_set): Use
6283 get_t_reg_rtx.
6284 (sh_expand_t_scc): Pass gen_t_reg_rtx to gen_movnegt.
6285
6286 2012-08-09 Oleg Endo <olegendo@gcc.gnu.org>
6287
6288 PR target/50751
6289 * config/sh/sh.md (*extendqisi2_compact_reg, *extendhisi2_compact_reg):
6290 Use arith_reg_operand predicate instead of register_operand.
6291 * config/sh/predicates.md (movsrc_no_disp_mem_operand): Accept
6292 only mem, simplify.
6293
6294 2012-08-09 Uros Bizjak <ubizjak@gmail.com>
6295
6296 * config/alpha/alpha.c (alpha_pad_noreturn): Rename to ...
6297 (alpha_pad_function_end): ... this. Also insert NOP between
6298 sibling call and GP load.
6299 (alpha_reorg): Update call to alpha_pad_function_end. Expand comment.
6300
6301 2012-08-09 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
6302
6303 * config/i386/adxintrin.h: Remove guarding __ADX__ check.
6304 * config/i386/x86intrin.h: Likewise.
6305 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove
6306 OPTION_MASK_ISA_ADX from needed options for
6307 __builtin_ia32_addcarryx_u32 and __builtin_ia32_addcarryx_u64.
6308 (ix86_expand_builtin): Use add<mode>3_carry in expanding of
6309 IX86_BUILTIN_ADDCARRYX32 and IX86_BUILTIN_ADDCARRYX64.
6310
6311 2012-08-09 Andrey Belevantsev <abel@ispras.ru>
6312
6313 PR rtl-optimization/53701
6314 * sel-sched.c (vinsn_vec_has_expr_p): Clarify function comment.
6315 Process not only expr's vinsns but all old vinsns from expr's
6316 history of changes.
6317 (update_and_record_unavailable_insns): Clarify comment.
6318
6319 2012-08-09 Bernd Schmidt <bernds@codesourcery.com>
6320
6321 * reload.c (find_valid_class_1): New static function.
6322 (push_reload): Use it when reloading a SYMBOL_REG as the inner
6323 of a subreg. Keep better track of needed classes for the
6324 secondary memory case.
6325 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Limit INT_SSE_REGS to
6326 GENERAL_REGS.
6327 * reload1.c (replaced_subreg): New static function.
6328 (gen_reload): Use it when deciding whether to use secondary
6329 memory.
6330
6331 2012-08-09 Richard Guenther <rguenther@suse.de>
6332
6333 * tree.h (SSA_VAR_P): Simplify.
6334 * tree-ssanames.c (make_ssa_name_fn): Strengthen assert.
6335 * fold-const.c (fold_comparison): Check for default def first
6336 before checking for PARM_DECL.
6337 * tree-complex.c (get_component_ssa_name): Likewise.
6338 * tree-inline.c (remap_ssa_name): Likewise.
6339 * tree-ssa-loop-ivopts.c (parm_decl_cost): Likewise.
6340 * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
6341 (find_what_p_points_to): Likewise.
6342 * tree-ssa-operands.c (add_stmt_operand): Simplify.
6343
6344 2012-08-08 Joseph Myers <joseph@codesourcery.com>
6345
6346 * simplify-rtx.c (simplify_binary_operation_1): Do not simplify
6347 IOR to a constant if one operand has side effects.
6348
6349 2012-08-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6350
6351 * builtins.c (expand_builtin_atomic_compare_exchange): Pass old
6352 value operand as MEM to expand_atomic_compare_and_swap.
6353
6354 * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Accept
6355 nonimmediate_operand for old value; generate load and store if
6356 needed.
6357 * config/s390/s390.c (s390_expand_cs_hqi): Accept any operand
6358 as vtarget.
6359
6360 2012-08-08 Steven Bosscher <steven@gcc.gnu.org>
6361
6362 PR middle-end/54146
6363 * gimpify.c (gimplify_body): Only verify_gimple_in_seq with
6364 checking enabled.
6365 * tree-ssa-loop-manip.c (add_exit_phis_var): Assert that var is
6366 a gimple_reg if checking is enabled.
6367 (find_uses_to_rename_stmt): Only look at non-virtual USE operands.
6368 * tree-into-ssa (compute_global_livein): Change the worklist
6369 type from an array to a VEC.
6370
6371 2012-08-08 Richard Guenther <rguenther@suse.de>
6372
6373 * tree-ssa-operands.h (virtual_operand_p): Declare.
6374 * tree-ssa-operands.c (virtual_operand_p): New predicate.
6375 * gimple.c (is_gimple_reg): Use virtual_operand_p.
6376 * tree-into-ssa.c (prepare_block_for_update): Likewise.
6377 * tree-vect-loop-manip.c (adjust_debug_stmts): Likewise.
6378
6379 2012-08-08 Richard Guenther <rguenther@suse.de>
6380
6381 * tree-call-cdce.c (check_pow): Simplify.
6382 (gen_conditions_for_pow_int_base): Likewise.
6383 * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not handle
6384 virtual operands here.
6385 * tree-ssa-operands.c (get_name_decl): Remove unused function.
6386 * gimplify.c (gimple_regimplify_operands): Remove dead code.
6387 * tree-vrp.c (get_value_range): Move SSA_NAME_VAR access.
6388 * tree-parloops.c (create_phi_for_local_result): Use copy_ssa_name.
6389 * value-prof.c (gimple_ic): Use duplicate_ssa_name.
6390 (gimple_stringop_fixed_value): Likewise.
6391 * tree.c (needs_to_live_in_memory): Remove SSA name handling.
6392 * tree-stdarg.c (find_va_list_reference): Store SSA_NAME_VERSIONs
6393 in the bitmap alongside shifted DECL_UIDs.
6394 (va_list_counter_struct_op): Likewise.
6395 (va_list_ptr_read): Likewise.
6396 (va_list_ptr_write): Likewise.
6397 (check_va_list_escapes): Likewise.
6398 (check_all_va_list_escapes): Likewise.
6399 (execute_optimize_stdarg): Likewise.
6400 * tree-outof-ssa.c (insert_backedge_copies): Use copy_ssa_name.
6401
6402 2012-08-08 Richard Sandiford <rdsandiford@googlemail.com>
6403 H.J. Lu <hongjiu.lu@intel.com>
6404
6405 PR rtl-optimization/54157
6406 * combine.c (gen_lowpart_for_combine): Don't return identity
6407 for CONST or symbolic reference.
6408
6409 2012-08-08 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
6410
6411 * common/config/i386/i386-common.c (OPTION_MASK_ISA_ADX_SET): New.
6412 (OPTION_MASK_ISA_ADX_UNSET): Likewise.
6413 (ix86_handle_option): Handle madx option.
6414 * config.gcc (i[34567]86-*-*): Add adxintrin.h.
6415 (x86_64-*-*): Likewise.
6416 * config/i386/adxintrin.h: New header.
6417 * config/i386/driver-i386.c (host_detect_local_cpu): Detect ADCX/ADOX
6418 support.
6419 * config/i386/i386-builtin-types.def
6420 (UCHAR_FTYPE_UCHAR_UINT_UINT_PUNSIGNED): New function type.
6421 (UCHAR_FTYPE_UCHAR_ULONGLONG_ULONGLONG_PULONGLONG): Likewise.
6422 * config/i386/i386-c.c: Define __ADX__ if needed.
6423 * config/i386/i386.c (ix86_target_string): Define -madx option.
6424 (PTA_ADX): New.
6425 (ix86_option_override_internal): Handle new option.
6426 (ix86_valid_target_attribute_inner_p): Add OPT_madx.
6427 (ix86_builtins): Add IX86_BUILTIN_ADDCARRYX32,
6428 IX86_BUILTIN_ADDCARRYX64.
6429 (ix86_init_mmx_sse_builtins): Define corresponding built-ins.
6430 (ix86_expand_builtin): Handle these built-ins.
6431 (ix86_expand_args_builtin): Handle new function types.
6432 * config/i386/i386.h (TARGET_ADX): New.
6433 * config/i386/i386.md (adcx<mode>3): New define_insn.
6434 * config/i386/i386.opt (madx): New.
6435 * config/i386/x86intrin.h: Include adxintrin.h.
6436
6437 2012-08-08 Nick Clifton <nickc@redhat.com>
6438
6439 * config/rl78/rl78.c: Include tree-pass.h.
6440
6441 2012-08-08 Steven Bosscher <steven@gcc.gnu.org>
6442
6443 PR middle-end/54146
6444 * ira.c (init_live_subregs): Take live_subregs_used as a bitmap.
6445 (build_insn_chain): Make live_subregs_used a bitmap.
6446 Use SBITMAP_SIZE to ignore the paradoxical bytes of subregs.
6447 Use sbitmap_free to free the live_subreg sbitmaps.
6448
6449 PR middle-end/54146
6450 * ifcvt.c: Include pointer-set.h.
6451 (cond_move_process_if_block): Change type of then_regs and
6452 else_regs from alloca'd array to pointer_sets.
6453 (check_cond_move_block): Update for this change.
6454 (cond_move_convert_if_block): Likewise.
6455 * Makefile.in: Fix dependencies for ifcvt.o.
6456
6457 2012-08-07 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6458
6459 * gimple-ssa-strength-reduction.c (struct incr_info_d): New struct.
6460 (incr_vec): New static var.
6461 (incr_vec_len): Likewise.
6462 (address_arithmetic_p): Likewise.
6463 (stmt_cost): Remove dead assignment.
6464 (dump_incr_vec): New function.
6465 (cand_abs_increment): Likewise.
6466 (lazy_create_slsr_reg): Likewise.
6467 (incr_vec_index): Likewise.
6468 (count_candidates): Likewise.
6469 (record_increment): Likewise.
6470 (record_increments): Likewise.
6471 (unreplaced_cand_in_tree): Likewise.
6472 (optimize_cands_for_speed_p): Likewise.
6473 (lowest_cost_path): Likewise.
6474 (total_savings): Likewise.
6475 (analyze_increments): Likewise.
6476 (ncd_for_two_cands): Likewise.
6477 (nearest_common_dominator_for_cands): Likewise.
6478 (profitable_increment_p): Likewise.
6479 (insert_initializers): Likewise.
6480 (introduce_cast_before_cand): Likewise.
6481 (replace_rhs_if_not_dup): Likewise.
6482 (replace_one_candidate): Likewise.
6483 (replace_profitable_candidates): Likewise.
6484 (analyze_candidates_and_replace): Handle candidates with SSA-name
6485 strides.
6486
6487 2012-08-07 Steven Bosscher <steven@gcc.gnu.org>
6488
6489 * cfg.c (debug_bb): Do not set TDF_BLOCKS.
6490 * cfghooks.c (dump_bb): Honor ~TDF_BLOCKS.
6491 * pretty-print.c (pp_base_flush): Do not add a newline, and do not
6492 clear pp_needs_newline.
6493 * pretty-print.h (pp_newline_and_flush): New macro with the behavior
6494 of pp_base_flush before the above change.
6495 * langhooks.c (lhd_print_error_function): Use pp_newline_and_flush
6496 instead of pp_flush.
6497 * diagnostic.c (diagnostic_finish): Likewise.
6498 (diagnostic_report_diagnostic): Likewise.
6499 (verbatim): Likewise.
6500 (error_recursion): Likewise.
6501 * tree-pretty-print.c (print_generic_stmt): Likewise.
6502 (print_generic_stmt_indented): LIkewise.
6503 * gimple-pretty-print.c (print_gimple_stmt): Likewise.
6504 (print_gimple_seq): Likewise.
6505 (gimple_dump_bb_buff): Likewise.
6506
6507 2012-08-07 Uros Bizjak <ubizjak@gmail.com>
6508
6509 PR debug/54177
6510 * var-tracking.c (var_lowpart): Exit early for matched modes.
6511
6512 2012-08-07 Richard Henderson <rth@redhat.com>
6513
6514 * config/s390/s390.c (s390_emit_compare_and_swap): Update for
6515 atomic_compare_and_swapsi_internal name change.
6516 (s390_expand_insv): Try RISBG last, not requiring operands in
6517 registers but forcing them there. Try a limited form of ICM.
6518 (s390_two_part_insv): New.
6519 (s390_expand_cs_hqi): Use it. Update for atomic optabs.
6520 * config/s390/s390.md (UNSPEC_MOVA): New.
6521 (TDSI): Remove mode iterator.
6522 (DGPR, DINT, TDI): New mode iterators.
6523 (td): New mode attribute.
6524 (mem_signal_fence): New.
6525 (mem_thread_fence): Rename from memory_barrier; update for model arg.
6526 (mem_thread_fence_1): Rename from *memory_barrier.
6527 (atomic_load<DINT>, atomic_store<DINT>): New expanders.
6528 (atomic_loaddi_1, atomic_loadti_1): New.
6529 (atomic_storedi_1, atomic_storeti_1): New.
6530 (sync_compare_and_swap<TDSI>, sync_compare_and_swap<HQI>): Remove.
6531 (atomic_compare_and_swap<DGPR>, atomic_compare_and_swap<HQI>): New.
6532 (atomic_compare_and_swap<DGPR>_internal): New.
6533 (*sync_compare_and_swap<DW>, *sync_compare_and_swap<GPR>): Remove.
6534 (*atomic_compare_and_swap<TDI>_1): New.
6535 (*atomic_compare_and_swapdi_2, *atomic_compare_and_swapsi_3): New.
6536 (sync_<ATOMIC_Z196><GPR>, sync_old_<ATOMIC_Z196><GPR>): Remove.
6537 (atomic_fetch_<ATOMIC_Z196><GPR>): New.
6538 (atomic_fetch_<ATOMC_Z196><GPR>_iaf): New.
6539 (sync_<ATOMIC><HQI>, sync_old_<ATOMIC><HQI>): Remove.
6540 (sync_new_<ATOMIC><HQI>): Remove.
6541 (atomic_<ATOMIC><HQI>, atomic_fetch_<ATOMIC><HQI>): New.
6542 (atomic_<ATOMIC>_fetch<HQI>): New.
6543 (sync_lock_test_and_set<HQI>): Remove.
6544 (atomic_exchange<HQI>): New.
6545
6546 2012-08-07 Paul Brook <paul@codesourcery.com>
6547 Sandra Loosemore <sandra@codesourcery.com>
6548
6549 * except.c (switch_to_exception_section): Place tables for
6550 DECL_ONE_ONLY functions in comdat groups.
6551
6552 2012-08-07 Richard Guenther <rguenther@suse.de>
6553
6554 * tree-flow.h (copy_ssa_name_fn): New function.
6555 (duplicate_ssa_name_fn): Likewise.
6556 * tree-flow-inline.h (copy_ssa_name): New function.
6557 (duplicate_ssa_name): Likewise.
6558 * tree-ssanames.c (copy_ssa_name_fn): New function.
6559 (duplicate_ssa_name): Rename to ...
6560 (duplicate_ssa_name_fn): ... this and adjust.
6561 * tree-tailcall.c (update_accumulator_with_ops): Use copy_ssa_name.
6562 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1):
6563 Likewise.
6564 (slpeel_update_phi_nodes_for_guard2): Likewise.
6565 (slpeel_tree_peel_loop_to_edge): Likewise.
6566 (vect_loop_versioning): Likewise.
6567 * tree-parloops.c (transform_to_exit_first_loop): Likewise.
6568 (create_parallel_loop): Likewise.
6569 * ipa-split.c (split_function): Likewise.
6570 * tree-vect-loop.c (vect_is_simple_reduction_1): Likewise.
6571 (vect_create_epilog_for_reduction): Likewise.
6572 * tree-vect-data-refs.c (bump_vector_ptr): Likewise.
6573 (vect_setup_realignment): Likewise.
6574 * tree-vect-stmts.c (vectorizable_load): Likewise.
6575 * tree-switch-conversion.c (build_one_array): Likewise.
6576 (gen_def_assigns): Likewise.
6577 * tree-cfg.c (gimple_make_forwarder_block): Likewise.
6578 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Call
6579 create_zero_dim_array with the SSA name.
6580 (rewrite_phi_out_of_ssa): Likewise.
6581 (rewrite_cross_bb_scalar_dependence): Likewise. Use copy_ssa_name.
6582
6583 2012-08-07 Richard Guenther <rguenther@suse.de>
6584
6585 * tree-dfa.c (set_ssa_default_def): Clear the SSA_NAME_DEFAULT_DEF
6586 bit of the old name when we clear the slot.
6587 * tree-ssa-live.c (remove_unused_locals): Release any default
6588 def associated with an unused var.
6589 * tree-ssa-copy.c (may_propagate_copy_into_asm): Always return true.
6590
6591 2012-08-07 Richard Guenther <rguenther@suse.de>
6592
6593 * tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables
6594 we rewrite into SSA form.
6595 (rewrite_enter_block): Adjust.
6596 * gimple-iterator.c (gsi_replace): Also allow replacement with
6597 a stmt without a lhs.
6598 * tree-ssa-live.c (remove_unused_locals): Remove code handling
6599 clobbers of SSA names.
6600 * tree-nested.c (convert_local_reference_stmt): Remove clobbers
6601 for variables we access through the local chain.
6602 * tree-cfg.c (verify_gimple_assign_single): Verify clobbers
6603 clobber full decls only.
6604
6605 2012-08-07 Richard Guenther <rguenther@suse.de>
6606
6607 * gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.
6608 * tree-phinodes.c (make_phi_node): Allow a NULL var.
6609 * tree-into-ssa.c (insert_phi_nodes_for): Simplify.
6610 * tree-complex.c (update_phi_components): Likewise.
6611 * tree-ssa-loop-manip.c (create_iv): Likewise.
6612 (add_exit_phis_edge): Likewise.
6613 (split_loop_exit_edge): Likewise.
6614 (tree_transform_and_unroll_loop): Likewise.
6615 * value-prof.c (gimple_ic): Likewise.
6616 (gimple_stringop_fixed_value): Likewise.
6617 * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
6618 * omp-low.c (expand_parallel_call): Likewise.
6619 (expand_omp_for_static_chunk): Likewise.
6620 (expand_omp_atomic_pipeline): Likewise.
6621 * tree-parloops.c (create_phi_for_local_result): Likewise.
6622 (transform_to_exit_first_loop): Likewise.
6623 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
6624 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Likewise.
6625 * tree-predcom.c (initialize_root_vars): Likewise.
6626 (initialize_root_vars_lm): Likewise.
6627 * sese.c (sese_add_exit_phis_edge): Likewise.
6628 * gimple-streamer-in.c (input_phi): Likewise.
6629 * tree-inline.c (copy_phis_for_bb): Likewise.
6630 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
6631 * tree-cfg.c (gimple_make_forwarder_block): Likewise.
6632 (gimple_duplicate_bb): Likewise.
6633
6634 2012-08-07 Nick Clifton <nickc@redhat.com>
6635
6636 * config/mn10300/mn10300.c (mn10300_expand_prologue): Report
6637 stack usage if requested.
6638
6639 2012-08-06 Cary Coutant <ccoutant@google.com>
6640
6641 * cgraphunit.c (assemble_thunk): Add source line info.
6642 * final.c (final): Check for non-null cfg pointer.
6643
6644 2012-08-06 Sandra Loosemore <sandra@codesourcery.com>
6645 Maxim Kuvyrkov <maxim@codesourcery.com>
6646 Julian Brown <julian@codesourcery.com>
6647
6648 * config/mips/24k.md (r24k_unknown_store): Delete special handling
6649 for cprestore.
6650 (r24k_int_load, r24k_int_arith, r24k_int_mul3, r24k_int_mfhilo)
6651 (r24k_int_cop, r24k_int_multi)
6652 (r24kf2_1_fcvt_f2i, r24kf2_1_fxfer)
6653 (r24kf1_1_fcvt_f2i, r24kf1_1_fxfer): Use mips_store_data_bypass_p
6654 instead of store_data_bypass_p.
6655 * config/mips/74k.md (r74k_int_store): Delete special handling for
6656 cprestore.
6657 (r74k_int_load, r74k_int_logical, r74k_int_arith, r74k_int_cmove):
6658 Use mips_store_data_bypass_p instead of store_data_bypass_p.
6659
6660 2012-08-06 Marc Glisse <marc.glisse@inria.fr>
6661
6662 PR tree-optimization/51938
6663 PR tree-optimization/52005
6664 * tree-ssa-ifcombine.c (ifcombine_ifandif): New parameters for
6665 inverted conditions.
6666 (ifcombine_iforif): Remove, merge code into ifcombine_ifandif.
6667 (tree_ssa_ifcombine_bb): Update calls to the above. Detect !a&&b
6668 and !a||b patterns.
6669
6670 2012-08-06 Olivier Hainque <hainque@adacore.com>
6671
6672 * tree-emutls.c (new_emutls_decl): When a var_section is requested by
6673 the target, attach the new decl to that, not to the template section.
6674
6675 2012-08-06 Tom de Vries <tom@codesourcery.com>
6676
6677 * tree-switch-conversion.c (emit_case_bit_tests): Generate MINUS_EXPR in
6678 unsigned type.
6679
6680 2012-08-05 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
6681
6682 * doc/invoke.texi: Document AMD btver2.
6683 * doc/extend.texi: Document AMD btver1 and btver2.
6684
6685 2012-08-04 Sandra Loosemore <sandra@codesourcery.com>
6686 Richard Sandiford <rdsandiford@googlemail.com>
6687
6688 * config/mips/mips.c (mips_option_override): Check -fpic
6689 for compatibility with -mabicalls and ABI.
6690
6691 2012-08-04 Catherine Moore <clm@codesourcery.com>
6692 Sandra Loosemore <sandra@codesourcery.com>
6693
6694 * config/mips/xlr.md (ir_xlr_alu_clz): New insn_reservation.
6695 (ir_xlr_alu): Remove clz.
6696 * config/mips/mips-cpus.def (xlr): Set PTF_AVOID_BRANCHLIKELY.
6697
6698 2012-08-04 Richard Earnshaw <rearnsha@arm.com>
6699
6700 * arm.c (arm_gen_constant): Use SImode when preparing operands for
6701 gen_extzv_t2.
6702
6703 2012-08-04 Uros Bizjak <ubizjak@gmail.com>
6704
6705 * config/i386/i386.h (QI_REGNO_P): New define.
6706 (ANY_QI_REGNO_P): Ditto.
6707 (GENERAL_REGNO_P): Use IN_RANGE macro.
6708 (QI_REG_P): Use QI_REGNO_P.
6709 (ANY_QI_REG_P): Use GENERAL_REGNO_P and QI_REGNO_P.
6710 (HARD_REGNO_CALLER_SAVE_MODE): Use QI_REGNO_P.
6711 * config/i386/i386.c (ix86_hard_regno_mode_ok): Ditto.
6712 (x86_extended_QIreg_mentioned_p): Ditto. Also check if
6713 register is a general register.
6714
6715 2012-08-03 Uros Bizjak <ubizjak@gmail.com>
6716
6717 * config/i386/sync.md (*atomic_fetch_add_cmp<mode>): Use
6718 incdec_operand predicate to return INC or DEC insn mnemonic.
6719 Add %K operand modifier.
6720 (atomic_add<mode>): Use incdec_operand predicate to
6721 return INC or DEC insn mnemonic.
6722 (atomic_dec<mode>): Ditto.
6723
6724 2012-08-03 Michael Matz <matz@suse.de>
6725
6726 PR tree-optimization/54146
6727 * cfgexpand.c (add_scope_conflicts_1): Use bitmap_ior_into.
6728 (add_scope_conflicts): Iterate in RPO order.
6729 (add_stack_protection_conflicts): Iterate over the other triangle.
6730 (fini_vars_expansion): Clear stack_vars_sorted.
6731
6732 2012-08-03 Marc Glisse <marc.glisse@inria.fr>
6733
6734 PR tree-optimization/30318
6735 * double-int.c (mul_double_wide_with_sign): New function.
6736 (mul_double_with_sign): Call the new function.
6737 * double-int.h (mul_double_wide_with_sign): Declare the new function.
6738 * tree-vrp.c (extract_range_from_binary_expr_1) [MULT_EXPR]:
6739 Handle integer types that wrap on overflow.
6740 (quad_int_cmp): New helper function.
6741 (quad_int_pair_sort): Likewise.
6742
6743 2012-08-03 Richard Guenther <rguenther@suse.de>
6744
6745 * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query
6746 is_gimple_reg on the SSA name, not its variable.
6747 (vect_update_ivs_after_vectorizer): Likewise.
6748 * tree-ssa-copyrename.c (rename_ssa_copies): Likewise.
6749 * tree-if-conv.c (if_convertible_phi_p): Likewise.
6750 (predicate_scalar_phi): Likewise.
6751 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Likewise.
6752 (vect_analyze_scalar_cycles_1): Likewise.
6753 * tree-ssa-live.c (register_ssa_partition_check): Likewise.
6754 * tree-outof-ssa.c (eliminate_useless_phis): Likewise.
6755 * tree-ssa-reassoc.c (phi_rank): Likewise.
6756 * tree-parloops.c (separate_decls_in_region_name): Use
6757 replace_ssa_name_symbol.
6758 * tree-predcom.c (base_names_in_chain_on): Likewise.
6759 * matrix-reorg.c (update_type_size): Query the type of the SSA name,
6760 not its variable.
6761 * gimple-ssa-strength-reduction.c (create_mul_ssa_cand): Likewise.
6762 (create_mul_imm_cand): Likewise.
6763 (create_add_ssa_cand): Likewise.
6764 (create_add_imm_cand): Likewise.
6765 (slsr_process_add): Likewise.
6766 * tree-inline.c (remap_ssa_name): Do not set the type of the
6767 new SSA_NAME.
6768 * tree-ssa-structalias.c (get_constraint_for_ssa_var): Clarify assert.
6769 Check for default def first.
6770
6771 2012-08-04 Steven Bosscher <steven@gcc.gnu.org>
6772
6773 * cfgrtl.c (print_rtl_with_bb): Do not print a newline between insns.
6774
6775 * sched-vis.c (print_pattern): Handle SEQUENCE also.
6776
6777 2012-08-02 Richard Henderson <rth@redhat.com>
6778
6779 Revert:
6780 PR 34548
6781 * function.h (struct rtl_data): Add max_dynamic_stack_alignment.
6782 * cfgexpand.c (gimple_expand_cfg): Initialise it.
6783 * explow.c (allocate_dynamic_stack_space): Set it. Simplify
6784 alignment requirements given the known alignment of dynamic_offset.
6785 * function.c (instantiate_virtual_regs): Align dtnamic_offset.
6786
6787 2012-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>
6788
6789 * cfgexpand.c (expand_debug_locations): Encapsulate test for
6790 CONST_DOUBLE in macro.
6791 * combine.c (try_combine, gen_lowpart_for_combine): Ditto.
6792 * cprop.c (implicit_set_cond_p): Ditto.
6793 * cselib.c (rtx_equal_for_cselib_1): Ditto.
6794 * expmed.c (expand_mult): Ditto.
6795 * expr.c (convert_modes): Ditto.
6796 * ira-costs.c (record_reg_classes): Ditto.
6797 * ira-lives.c (single_reg_class): Ditto.
6798 * optabs.c (expand_copysign_absneg, expand_copysign): Ditto.
6799 * print-rtl.c (print_rtx): Ditto.
6800 * recog.c (simplify_while_replacing, const_double_operand)
6801 (asm_operand_ok, constrain_operands): Ditto.
6802 * reg-stack.c (subst_stack_regs_pat): Ditto.
6803 * reload.c (find_reloads, find_equiv_reg): Ditto.
6804 * rtlanal.c (replace_rtx): Remove test.
6805 * rtlanal.c (constant_pool_constant_p, split_double): Encapsulate
6806 test for CONST_DOUBLE in macro.
6807 * simplify-rtx.c (mode_signbit_p, avoid_constant_pool_reference)
6808 (simplify_unary_operation_1, simplify_const_unary_operation)
6809 (simplify_binary_operation_1, simplify_const_binary_operation)
6810 (simplify_relational_operation_1)
6811 (simplify_const_relational_operations)
6812 (implify_subreg): Ditto.
6813 * varasm.c (output_constant_pool_2): Ditto.
6814 * rtl.h (CONST_DOUBLE_AS_INT_P, CONST_DOUBLE_AS_FLOAT_P): New macros.
6815 * rtl.def (CONST_DOUBLE): Updated comments.
6816
6817 2012-08-02 Richard Sandiford <rdsandiford@googlemail.com>
6818
6819 PR target/51931
6820 * config/mips/mips-protos.h (mips_strip_unspec_address): Declare.
6821 * config/mips/mips.c (mips_strip_unspec_address): Make extern.
6822 (mips16_rewrite_pool_constant): Make a copy of the pool constant
6823 before adding to a PC-relative table.
6824 (mips16_lay_out_constants): Add a SPLIT_P parameter.
6825 (mips16_load_branch_target, mips16_split_long_branches): New functions.
6826 (mips_reorg): Update call to mips16_lay_out_constants.
6827 Call mips16_split_long_branches.
6828 * config/mips/predicates.md (pc_or_label_operand): Delete.
6829 * config/mips/mips.md (length): Add a calculation for MIPS16 branches.
6830 Move the extended_mips16 handling further down.
6831 (*branch_equality<mode>_mips16): Replace use pc_or_label_operand
6832 with explicit label_ref and pc. Follow the usual operand numbering.
6833 (*branch_equality<mode>_mips16_inverted): New pattern.
6834 (*jump_mips16): Add length attribute.
6835 (indirect_jump_and_restore_<mode>): New pattern.
6836 (consttable_int): Call mips_strip_unspec_address on the operand.
6837
6838 2012-08-02 Richard Sandiford <rdsandiford@googlemail.com>
6839
6840 * recog.c (split_insn): Copy the original SET_SRC before using
6841 it as a note.
6842
6843 2012-08-02 Richard Sandiford <rdsandiford@googlemail.com>
6844
6845 * reorg.c (dbr_schedule): Delete REG_BR_PRED loop.
6846
6847 2012-08-02 Marc Glisse <marc.glisse@inria.fr>
6848
6849 PR tree-optimization/53805
6850 * fold-const.c (invert_tree_comparison): Invert ORDERED_EXPR and
6851 UNORDERED_EXPR even for trapping floating point.
6852
6853 2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
6854
6855 PR middle-end/53321
6856 PR middle-end/53865
6857 * ipa-inline-analysis.c (inline_free_summary): Return if
6858 inline_edge_summary_vec is NULL.
6859
6860 * ipa-split.c (execute_split_functions): Check if a function
6861 is inlinable only if inline_edge_summary_vec != NULL.
6862
6863 * ipa.c (symtab_remove_unreachable_nodes): Restore
6864 cgraph_propagate_frequency call when something was changed.
6865 (free_inline_summary): New function.
6866 (pass_ipa_free_inline_summary): New pass.
6867
6868 * passes.c (init_optimization_passes): Add
6869 pass_ipa_free_inline_summary before pass_ipa_tree_profile.
6870
6871 * timevar.def (TV_IPA_FREE_INLINE_SUMMARY): New.
6872
6873 * tree-pass.h (pass_ipa_free_inline_summary): New.
6874
6875 2012-08-02 Richard Earnshaw <rearnsha@arm.com>
6876
6877 * arm.c (arm_gen_constant): Use UBFX for some AND operations when
6878 available.
6879
6880 2012-08-02 Richard Guenther <rguenther@suse.de>
6881
6882 * tree-into-ssa.c (struct common_info_d): New struct.
6883 (struct var_info_d, struct ssa_name_info): Use it.
6884 (get_ssa_name_ann): Adjust.
6885 (get_phi_state, set_phi_state): Remove.
6886 (get_common_info): New function.
6887 (get_current_def, set_current_def): Adjust.
6888 (get_def_blocks_for): Take a common info as param.
6889 (set_def_block): Call get_common_info once.
6890 (set_livein_block): Likewise.
6891 (find_def_blocks_for): Adjust.
6892 (insert_phi_nodes): Likewise.
6893 (register_new_def): Call get_common_info once.
6894 (get_reaching_def): Likewise.
6895 (rewrite_debug_stmt_uses): Likewise.
6896 (rewrite_leave_block): Likewise.
6897 (dump_currdefs): Likewise.
6898 (debug_var_infos_r): Adjust.
6899 (register_new_update_single): Call get_common_info once.
6900 (maybe_replace_use_in_debug_stmt): Likewise.
6901 (rewrite_update_leave_block): Likewise.
6902 (mark_use_interesting): Adjust.
6903 (create_new_def_for): Likewise.
6904 (update_ssa): Likewise.
6905
6906 2012-08-02 Michael Matz <matz@suse.de>
6907
6908 * tree-ssa-live.c (set_is_used): Return a bool.
6909 (mark_all_vars_used): Don't take data argument.
6910 (mark_all_vars_used_1): Adjust calls to above, merge handling
6911 of local and global vars.
6912 (remove_unused_scope_block_p): Don't take global_unused_vars,
6913 merge handling of local and global vars.
6914 (remove_unused_locals): Don't allocate/fill/pass global_unused_vars,
6915 use is_used_p for local and global vars.
6916
6917 2012-08-02 Richard Guenther <rguenther@suse.de>
6918
6919 * tree-flow.h (make_rename_temp): Remove.
6920 * tree-dfa.c (make_rename_temp): Likewise.
6921 * cgraphunit.c (thunk_adjust, assemble_thunk): Use create_tmp_reg
6922 instead of make_rename_temp.
6923 * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
6924 expand_omp_atomic_pipeline): Likewise.
6925 * trans-mem.c (tm_log_emit_save_or_restores, build_tm_load,
6926 build_tm_store, expand_call_tm, expand_transaction,
6927 ipa_tm_insert_gettmclone_call): Likewise.
6928 * tree-complex.c (expand_complex_div_wide): Likewise.
6929 * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
6930 Likewise.
6931 * tree-ssa-loop-im.c (execute_sm_if_changed_flag_set, execute_sm):
6932 Likewise.
6933 * tree-ssa-math-opts.c (insert_reciprocals): Likewise.
6934 * value-prof.c (gimple_divmod_fixed_value, gimple_mod_pow2,
6935 gimple_mod_subtract): Likewise.
6936
6937 2012-08-02 Richard Guenther <rguenther@suse.de>
6938
6939 * tree-flow.h (set_default_def): Rename to ...
6940 (set_ssa_default_def): ... this. Take a struct function argument.
6941 (gimple_default_def): Rename to ...
6942 (ssa_default_def): ... this.
6943 (get_or_create_ssa_default_def): New function.
6944 * tree-dfa.c: Likewise.
6945 (dump_variable): Adjust.
6946 * ipa-prop.c (ipa_analyze_params_uses): Adjust, properly check
6947 for used parameters.
6948 * ipa-split.c (consider_split): Adjust, avoid repeated default-def
6949 lookups.
6950 (split_function): Likewise.
6951 * lto-streamer-in.c (input_ssa_names): Adjust.
6952 * omp-low.c (expand_omp_taskreg): Likewise.
6953 * tree-cfg.c (replace_ssa_name): Adjust, no need to push/pop cfun.
6954 * tree-complex.c (init_parameter_lattice_values): Adjust.
6955 (get_component_ssa_name): Likewise.
6956 (update_parameter_components): Likewise.
6957 * tree-inline.c (remap_ssa_name): Likewise.
6958 (setup_one_parameter): Likewise.
6959 (initialize_inlined_parameters): Likewise.
6960 (declare_return_variable): Likewise.
6961 (expand_call_inline): Likewise.
6962 (tree_function_versioning): Likewise.
6963 * tree-into-ssa.c (get_default_def_for): Remove.
6964 (get_reaching_def): Use get_or_create_ssa_default_def instead.
6965 * tree-predcom.c (replace_ref_with): Adjust.
6966 * tree-sra.c (get_repl_default_def_ssa_name): Likewise.
6967 (is_unused_scalar_param): Likewise.
6968 (ptr_parm_has_direct_uses): Likewise.
6969 (sra_ipa_reset_debug_stmts): Likewise.
6970 * tree-ssa-coalesce.c (create_outofssa_var_map): Adjust.
6971 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
6972 * tree-ssa-live.c (verify_live_on_entry): Likewise.
6973 * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise,
6974 avoid repeated default def lookups.
6975 * tree-ssa-sccvn.c (run_scc_vn): Likewise.
6976 * tree-tailcall.c (arg_needs_copy_p): Adjust.
6977 (tree_optimize_tail_calls_1): Likewise.
6978
6979 2012-08-02 Richard Guenther <rguenther@suse.de>
6980
6981 PR tree-optimization/50672
6982 Revert
6983 2012-08-01 Richard Guenther <rguenther@suse.de>
6984
6985 * tree-ssa-tail-merge.c (release_last_vdef): Remove.
6986 (replace_block_by): Adjust.
6987
6988 2012-08-02 Richard Guenther <rguenther@suse.de>
6989
6990 * tree-dfa.c (referenced_var_lookup): Remove.
6991 (find_referenced_vars): Remove.
6992 (pass_referenced_vars): Likewise.
6993 (make_rename_temp): Do not add referenced vars.
6994 (dump_referenced_vars): Remove.
6995 (debug_referenced_vars): Likewise.
6996 (dump_dfa_stats): Do not dump referenced var stats.
6997 (find_vars_r): Remove.
6998 (find_referenced_vars_in): Likewise.
6999 (referenced_var_check_and_insert): Likewise.
7000 (add_referenced_var_1): Likewise.
7001 (remove_referenced_var): Likewise.
7002 * tree-flow.h (referenced_var_lookup): Likewise.
7003 (struct gimple_df): Remove referenced_vars member.
7004 (typedef referenced_var_iterator): Remove.
7005 (FOR_EACH_REFERENCED_VAR): Likewise.
7006 (num_referenced_vars): Likewise.
7007 (debug_referenced_vars, dump_referenced_vars): Likewise.
7008 (add_referenced_var_1, add_referenced_var): Likewise.
7009 (remove_referenced_var): Likewise.
7010 (find_referenced_vars_in): Likewise.
7011 * tree-flow-inline.h (gimple_referenced_vars): Remove.
7012 (first_referenced_var): Likewise.
7013 (end_referenced_vars_p): Likewise.
7014 (next_referenced_var): Likewise.
7015 * cfgexpand.c (update_alias_info_with_stack_vars): Remove assert.
7016 * gimple-pretty-print.c (pp_points_to_solution): Dump UIDs
7017 unconditionally.
7018 * tree-into-ssa.c (dump_decl_set): Likewise.
7019 (pass_build_ssa): Do not require PROP_referenced_vars.
7020 * tree-ssa.c (target_for_debug_bind): Virtual operands are
7021 not suitable, but all register type vars are.
7022 (init_tree_ssa): Do not allocate referenced vars.
7023 (delete_tree_ssa): Do not free referenced vars.
7024 * cgraphunit.c (init_lowered_empty_function): Do not set
7025 PROP_referenced_vars.
7026 (assemble_thunk): Do not add referenced vars.
7027 * gimple-fold.c (canonicalize_constructor_val): Likewise.
7028 (gimplify_and_update_call_from_tree): Likewise.
7029 * gimple-streamer-in.c (input_bb): Likewise.
7030 * passes.c (init_optimization_passes): Do not run
7031 pass_referenced_vars.
7032 (dump_properties): Do not dump PROP_referenced_vars.
7033 * tree-inline.c (remap_decl): Do not add referenced vars.
7034 (remap_gimple_op_r): Likewise.
7035 (copy_tree_body_r): Likewise.
7036 (copy_bb): Likewise.
7037 (setup_one_parameter): Likewise.
7038 (declare_return_variable): Likewise.
7039 (copy_decl_for_dup_finish): Likewise.
7040 (copy_arguments_for_versioning): Likewise.
7041 (tree_function_versioning): Likewise.
7042 * tree-pass.h (PROP_referenced_vars): Remove.
7043 (pass_referenced_vars): Likewise.
7044 * tree-profile.c (gimple_gen_edge_profiler): Do not add
7045 referenced vars.
7046 (gimple_gen_interval_profiler): Likewise.
7047 (gimple_gen_pow2_profiler): Likewise.
7048 (gimple_gen_one_value_profiler): Likewise.
7049 (gimple_gen_ic_profiler): Likewise.
7050 (gimple_gen_average_profiler): Likewise.
7051 (gimple_gen_ior_profiler): Likewise.
7052 * tree-ssa-live.c (remove_unused_locals): Do not touch referenced vars.
7053 * tree-cfg.c (replace_ssa_name): Do not add referenced vars.
7054 (move_stmt_op): Likewise.
7055 * tree-ssa-operands.c (create_vop_var): Likewise.
7056 * gimple-low.c (record_vars_into): Likewise.
7057 * gimplify.c (gimple_regimplify_operands): Likewise.
7058 (force_gimple_operand_1): Likewise.
7059 * omp-low.c (expand_omp_for_generic): Likewise.
7060 (expand_omp_for_static_chunk): Likewise.
7061 (expand_omp_atomic_pipeline): Likewise.
7062 * graphite-clast-to-gimple.c (graphite_create_new_loop): Likewise.
7063 (translate_clast_assignment): Likewise.
7064 * graphite-sese-to-poly.c (create_zero_dim_array): Likewise.
7065 (handle_scalar_deps_crossing_scop_limits): Likewise.
7066 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
7067 * ipa-split.c (split_function): Likewise.
7068 * matrix-reorg.c (transform_access_sites): Likewise.
7069 * trans-mem.c (tm_log_add): Likewise.
7070 (ipa_tm_insert_gettmclone_call): Likewise.
7071 * tree-complex.c (create_one_component_var): Likewise.
7072 * tree-if-conv.c (ifc_temp_var): Likewise.
7073 * tree-parloops.c (take_address_of): Likewise.
7074 (initialize_reductions): Likewise.
7075 (separate_decls_in_region_name): Likewise.
7076 (create_call_for_reduction_1): Likewise.
7077 (separate_decls_in_region): Likewise.
7078 * tree-predcom.c (predcom_tmp_var): Likewise.
7079 (reassociate_to_the_same_stmt): Likewise.
7080 * tree-sra.c (build_ref_for_offset): Likewise.
7081 (create_access_replacement): Likewise.
7082 (get_replaced_param_substitute): Likewise.
7083 (sra_ipa_reset_debug_stmts): Likewise.
7084 * tree-ssa-loop-im.c (rewrite_reciprocal): Likewise.
7085 (rewrite_bittest): Likewise.
7086 * tree-ssa-loop-ivopts.c (create_new_iv): Likewise.
7087 * tree-ssa-loop-manip.c (create_iv): Likewise.
7088 (tree_transform_and_unroll_loop): Likewise.
7089 * tree-ssa-math-opts.c (powi_as_mults): Likewise.
7090 (build_and_insert_call): Likewise.
7091 (gimple_expand_builtin_cabs): Likewise.
7092 (execute_optimize_bswap): Likewise.
7093 * tree-ssa-phiopt.c (conditional_replacement): Likewise.
7094 (abs_replacement): Likewise.
7095 (cond_store_replacement): Likewise.
7096 (cond_if_else_store_replacement_1): Likewise.
7097 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
7098 * tree-ssa-pre.c (get_representative_for): Likewise.
7099 (create_expression_by_pieces): Likewise.
7100 (insert_into_preds_of_block): Likewise.
7101 * tree-ssa-propagate.c (update_call_from_tree): Likewise.
7102 * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
7103 (eliminate_redundant_comparison): Likewise.
7104 (rewrite_expr_tree_parallel): Likewise.
7105 (get_reassoc_pow_ssa_name): Likewise.
7106 * tree-ssa-strlen.c (get_string_length): Likewise.
7107 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
7108 (build_arrays): Likewise.
7109 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
7110 (create_tailcall_accumulator): Likewise.
7111 * tree-vect-data-refs.c (vect_get_new_vect_var): Likewise.
7112 (vect_create_addr_base_for_vector_ref): Likewise.
7113 (vect_permute_store_chain): Likewise.
7114 (vect_permute_load_chain): Likewise.
7115 * tree-vect-generic.c (expand_vector_divmod): Likewise.
7116 * tree-vect-loop-manip.c (set_prologue_iterations): Likewise.
7117 (vect_build_loop_niters): Likewise.
7118 (vect_generate_tmps_on_preheader): Likewise.
7119 (vect_update_ivs_after_vectorizer): Likewise.
7120 (vect_gen_niters_for_prolog_loop): Likewise.
7121 (vect_do_peeling_for_alignment): Likewise.
7122 (vect_create_cond_for_align_checks): Likewise.
7123 * tree-vect-patterns.c (vect_recog_temp_ssa_var): Likewise.
7124 (vect_handle_widen_op_by_const): Likewise.
7125 (vect_operation_fits_smaller_type): Likewise.
7126 (vect_recog_over_widening_pattern): Likewise.
7127 * tree-vect-stmts.c (vect_init_vector): Likewise.
7128
7129 2012-08-01 Alexandre Oliva <aoliva@redhat.com>
7130
7131 PR debug/52983
7132 * valtrack.c (dead_debug_insert_temp): Use cleanup_auto_inc_dec.
7133
7134 2012-08-01 Alexandre Oliva <aoliva@redhat.com>
7135
7136 PR debug/52983
7137 * valtrack.c (cleanup_auto_inc_dec): Implement unconditionally,
7138 falling back to copy_rtx on non-autoinc machines.
7139 (propagate_for_debug_subst): Always use cleanup_auto_inc_dec.
7140
7141 2012-08-01 Alexandre Oliva <aoliva@redhat.com>
7142
7143 PR debug/52983
7144 * valtrack.h, valtrack.c: New.
7145 * Makefile.in (VALTRACK_H): New.
7146 (OBJS): Add valtrack.o.
7147 (valtrack.o): New.
7148 (cselib.o, dce.o, df-problems.o, combine.o): Add VALTRACK_H.
7149 * combine.c: Include valtrack.h.
7150 (make_compound_operation): Publish.
7151 (cleanup_auto_inc_dec): Move to valtrack.c.
7152 (struct rtx_subst_pair, propagate_for_debug_subst): Likewise.
7153 (propagate_for_debug): Likewise. Add this_basic_block parameter.
7154 Adjust all callers.
7155 * cselib.c: Include valtrack.h.
7156 * dce.c: Likewise.
7157 * df-problems.c: Likewise.
7158 (dead_debug_init, dead_debug_reset_uses): Move to valtrack.c.
7159 (dead_debug_finish, dead_debug_add): Likewise.
7160 (dead_debug_insert_temp): Likewise.
7161 * df.h (struct dead_debug_use): Move to valtrack.h.
7162 (struct dead_debug, enum debug_temp_where): Likewise.
7163 (dead_debug_init, dead_debug_reset_uses): Move to valtrack.h.
7164 (dead_debug_finish, dead_debug_add): Likewise.
7165 (dead_debug_insert_temp): Likewise.
7166 * rtl.h (make_compound_operation): Declare.
7167
7168 2012-08-01 Catherine Moore <clm@codesourcery.com>
7169 Sandra Loosemore <sandra@codesourcery.com>
7170
7171 * config/mips/mips-cpus.def (34kn): New.
7172 * config/mips/mips.h (MIPS_ARCH_FLOAT_SPEC): Add 34kn.
7173 (BASE_DRIVER_SELF_SPECS): Do not imply -mdsp for the 34kn.
7174 * config/mips/mips-tables.opt: Regenerate.
7175 * doc/invoke.texi (MIPS Options): Document -march=34kn.
7176
7177 2012-08-01 Richard Henderson <rth@redhat.com>
7178
7179 * expmed.h (NUM_MODE_PARTIAL_INT): New.
7180 (NUM_MODE_VECTOR_INT, NUM_MODE_IP_INT, NUM_MODE_IPV_INT): New.
7181 (struct expmed_op_cheap): Size one array on NUM_MODE_IPV_INT.
7182 (struct expmed_op_costs): Likewise.
7183 (struct target_expmed): Size x_convert_cost on NUM_MODE_IP_INT.
7184 (expmed_mode_index): New.
7185 (expmed_op_cheap_ptr, expmed_op_cost_ptr): Use expmed_mode_index.
7186 (convert_cost_ptr): Likewise.
7187 * expmed.c (struct init_expmed_rtl): Rename convert to trunc.
7188 (init_expmed_one_conv): Split out from ...
7189 (init_expmed_one_mode): ... here. Iterate conversions over
7190 partial integer modes too.
7191 (init_expmed): Iterate over partial integer modes too.
7192
7193 2012-08-01 Richard Henderson <rth@redhat.com>
7194
7195 * config/m32c/m32c.c (TARGET_INIT_LIBFUNCS): Remove.
7196 (m32c_init_libfuncs): Remove.
7197 * config/m32c/cond.md (cstore<QHPSI>4_16): Rename from cstore<QHPSI>4.
7198 (cstore<QHPSI>4): New expander.
7199
7200 2012-08-01 Richard Guenther <rguenther@suse.de>
7201
7202 * tree-flow-inline.h (referenced_var): Remove.
7203 * tree-ssa-coalesce.c (create_outofssa_var_map): Remove duplicate
7204 checking code.
7205 * tree-sra.c (candidates): New global hashtable.
7206 (candidate): New function.
7207 (sra_initialize): Initialize candidates.
7208 (sra_deinitialize): Free candidates.
7209 (disqualify_candidate): Remove candidate from candidates.
7210 (maybe_add_sra_candidate): New function.
7211 (find_var_candidates): Walk over all local decls and parameters,
7212 add candidates to candidates hashtable.
7213 (find_param_candidates): Add candidates to candidates hashtable.
7214 (analyze_all_variable_accesses): Use candidate instead of
7215 referenced_var.
7216
7217 2012-08-01 Tom de Vries <tom@codesourcery.com>
7218
7219 * tree-vrp.c (find_case_label_ranges): New function.
7220 (vrp_visit_switch_stmt, simplify_switch_using_ranges): Use
7221 find_case_label_ranges instead of find_case_label_range. Handle second
7222 range.
7223
7224 2012-08-01 Michael Matz <matz@suse.de>
7225
7226 * tree-complex.c (init_parameter_lattice_values): Don't call var_ann.
7227 * tree-dfa.c (struct dfa_stats_d): Remove num_var_anns member.
7228 (dump_dfa_stats): Don't dump stats about var anns.
7229 (collect_dfa_stats): Don't collect them.
7230 (add_referenced_var_1): Don't set var annotation pointers.
7231 (remove_referenced_var): Ditto, and only remove it it's in the
7232 hash table.
7233
7234 * tree-flow-inline.h (var_ann): Remove.
7235 * tree-flow.h (struct var_ann_d, var_ann_t): Remove.
7236
7237 * tree-inline.c (remapped_type): Remove.
7238 (can_be_nonlocal): Most variable will be considered live here,
7239 return false earlier.
7240 (remap_decls): Don't call var_ann, all variables will be considered
7241 referenced here.
7242 (copy_debug_stmt): Ditto, and use is_global_var.
7243
7244 * tree-into-ssa.c (rewrite_debug_stmt_uses): Use get_current_def to
7245 determine if a variable was referred to, not var_ann.
7246 * tree-ssa-live.c (remove_unused_scope_block_p): Don't check var_ann.
7247 (remove_unused_locals): Ditto.
7248 * tree-ssa.c (delete_tree_ssa): Don't free/clear var ann pointers.
7249 * tree-tailcall.c (arg_needs_copy_p): Don't check var_ann.
7250 * tree.c (copy_node_stat): Don't clear var ann pointer.
7251 * tree.h (tree_result_decl, tree_parm_decl, tree_var_decl): Remove
7252 ann member.
7253 (DECL_VAR_ANN_PTR): Remove.
7254
7255 2012-08-01 Michael Matz <matz@suse.de>
7256
7257 * tree-flow.h (struct var_ann_d): Rename used member.
7258 (set_is_used): Don't declare.
7259 * tree-flow-inline.h (clear_is_used): Remove.
7260 (set_is_used, is_used_p): Move to ...
7261 * tree-ssa-live.c (set_is_used, is_used_p): ... here, and use
7262 on the side bitmap.
7263 (usedvars): New bitmap.
7264 (dump_scope_block): Don't dump unusedness.
7265 (remove_unused_locals): Allocate and free usedvars.
7266 * tree-nrv.c (tree_nrv): Don't clear used flags here.
7267
7268 2012-08-01 Michael Matz <matz@suse.de>
7269
7270 * tree-flow.h (struct var_ann_d): Remove base_var_processed and
7271 base_index members.
7272 * tree-ssa-live.h (struct _var_map): Remove basevars member.
7273 (VAR_ANN_BASE_INDEX): Remove.
7274 * tree-ssa-live.c (var_map_base_init): Use a hash table instead
7275 of var annotation to compress index space. Don't deal with above
7276 removed members.
7277 (var_map_base_fini): Don't free basevars.
7278 (init_var_map): Don't clear basevars.
7279
7280 2012-08-01 Bill Schmidt <wschmidt@linux.ibm.com>
7281
7282 * gimple-ssa-strength-reduction.c (struct slsr_cand_d): Change
7283 base_name to base_expr.
7284 (struct cand_chain_d): Likewise.
7285 (base_cand_hash): Likewise.
7286 (base_cand_eq): Likewise.
7287 (record_potential_basis): Likewise.
7288 (alloc_cand_and_find_basis): Likewise.
7289 (create_mul_ssa_cand): Likewise.
7290 (create_mul_imm_cand): Likewise.
7291 (create_add_ssa_cand): Likewise.
7292 (create_add_imm_cand): Likewise.
7293 (slsr_process_cast): Likewise.
7294 (slsr_process_copy): Likewise.
7295 (dump_candidate): Likewise.
7296 (base_cand_dump_callback): Likewise.
7297 (unconditional_cands_with_known_stride_p): Likewise.
7298 (cand_increment): Likewise.
7299
7300 2012-08-01 Bill Schmidt <wschmidt@linux.ibm.com>
7301
7302 PR tree-optimization/46556
7303 * gimple-ssa-strength-reduction.c (enum cand_kind): Add CAND_REF.
7304 (base_cand_map): Change to hash table.
7305 (base_cand_hash): New function.
7306 (base_cand_free): Likewise.
7307 (base_cand_eq): Likewise.
7308 (lookup_cand): Change base_cand_map to hash table.
7309 (find_basis_for_candidate): Likewise.
7310 (base_cand_from_table): Exclude CAND_REF.
7311 (restructure_reference): New function.
7312 (slsr_process_ref): Likewise.
7313 (find_candidates_in_block): Call slsr_process_ref.
7314 (dump_candidate): Handle CAND_REF.
7315 (base_cand_dump_callback): New function.
7316 (dump_cand_chains): Change base_cand_map to hash table.
7317 (replace_ref): New function.
7318 (replace_refs): Likewise.
7319 (analyze_candidates_and_replace): Call replace_refs.
7320 (execute_strength_reduction): Change base_cand_map to hash table.
7321
7322 2012-08-01 Uros Bizjak <ubizjak@gmail.com>
7323
7324 * config/i386/i386.c (ix86_address_subreg_operand): Reject
7325 stack pointer.
7326 (ix86_print_operand_address): Assert that parts.base and parts.index
7327 are non-NULL after call to simplify_subreg.
7328
7329 2012-08-01 Richard Guenther <rguenther@suse.de>
7330
7331 * doc/tree-ssa.texi: Remove pieces mentioning mark_sym_for_renaming.
7332
7333 2012-08-01 Richard Guenther <rguenther@suse.de>
7334
7335 * graphite-clast-to-gimple.c (translate_clast_user): Rename
7336 virtual operands.
7337 * sese.c (graphite_copy_stmts_from_block): Do not rename virtual
7338 operands here.
7339 * tree-call-cdce.c (tree_call_cdce): Use
7340 mark_virtual_operands_for_renaming.
7341 * tree-eh.c (sink_clobbers): Simplify.
7342 * tree-flow.h (mark_sym_for_renaming): Remove.
7343 (mark_virtual_operands_for_renaming): New function.
7344 * tree-if-conv.c (tree_if_conversion): Use
7345 mark_virtual_operands_for_renaming.
7346 * tree-inline.c (update_ssa_across_abnormal_edges): Likewise.
7347 * tree-into-ssa.c (mark_sym_for_renaming): Remove.
7348 (mark_virtual_operands_for_renaming): New function.
7349 * tree-loop-distribution.c (tree_loop_distribution): Use
7350 mark_virtual_operands_for_renaming.
7351 * tree-ssa-dce.c (mark_virtual_operand_for_renaming): Do not
7352 update stmts, use mark_virtual_operands_for_renaming.
7353 * tree-ssa-tail-merge.c (release_last_vdef): Remove.
7354 (replace_block_by): Adjust.
7355 (tail_merge_optimize): Use mark_virtual_operands_for_renaming.
7356 * tree-tailcall.c (tree_optimize_tail_calls_1): Use
7357 mark_virtual_operands_for_renaming.
7358 * tree-vect-slp.c (vect_slp_transform_bb): Likewise.
7359 * tree-vectorizer.c (vectorize_loops): Likewise.
7360
7361 2012-08-01 Richard Guenther <rguenther@suse.de>
7362
7363 * tree-flow.h (struct gimple_df): Remove syms_to_rename member,
7364 add ssa_renaming_needed and rename_vops flags.
7365 (SYMS_TO_RENAME): Remove.
7366 (symbol_marked_for_renaming): Likewise.
7367 (mark_virtual_ops_for_renaming): Likewise.
7368 * tree-into-ssa.c (symbols_to_rename_set, symbols_to_rename):
7369 New globals.
7370 (mark_for_renaming, marked_for_renaming): New functions.
7371 (symbol_marked_for_renaming): Remove.
7372 (dump_currdefs): Adjust.
7373 (maybe_replace_use): Likewise.
7374 (maybe_replace_use_in_debug_stmt): Likewise.
7375 (maybe_register_def): Likewise.
7376 (rewrite_update_phi_arguments): Likewise.
7377 (rewrite_update_enter_block): Likewise.
7378 (fini_ssa_renamer): Clear update SSA status here ...
7379 (delete_update_ssa): ... not here. Free rename set.
7380 (prepare_block_for_update): Compute which decls need renaming.
7381 (dump_update_ssa): Adjust.
7382 (mark_sym_for_renaming): Adjust update SSA status for virtuals.
7383 (need_ssa_update_p): Adjust.
7384 (insert_updated_phi_nodes_for): Likewise.
7385 (update_ssa): Likewise.
7386 * tree-ssa-operands.c (finalize_ssa_defs): Adjust update SSA status
7387 for virtual and real operands.
7388 (finalize_ssa_uses): Likewise.
7389 * tree-ssanames.c (init_ssanames): Adjust.
7390 * tree-ssa.c (maybe_rewrite_mem_ref_base, maybe_optimize_var,
7391 execute_update_addresses_taken): Add bitmap to keep track of which
7392 candidates are suitable for rewriting and later renaming by SSA update.
7393 * matrix-reorg.c (transform_access_sites): Do not rename all defs.
7394 * tree-dfa.c (make_rename_temp): Do not mark real operands for
7395 renaming.
7396 * cgraphunit.c (assemble_thunk): Likewise.
7397 * gimplify.c (gimple_regimplify_operands): Likewise.
7398 (force_gimple_operand_1): Likewise.
7399 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
7400 * tree-inline.c (declare_return_variable): Likewise.
7401 * tree-parloops.c (separate_decls_in_region_stmt): Do not call
7402 mark_virtual_ops_for_renaming.
7403 (create_stores_for_reduction): Likewise.
7404 (create_loads_and_stores_for_name): Likewise.
7405 * tree-predcom.c (mark_virtual_ops_for_renaming): Remove.
7406 (initialize_root_vars_lm): Do not call mark_virtual_ops_for_renaming.
7407 (execute_load_motion): Likewise.
7408 (remove_stmt): Likewise.
7409 (execute_pred_commoning_chain): Likewise.
7410 * tree-sra.c (create_access_replacement): Do not rename real operands.
7411 (get_unrenamed_access_replacement): Unify with ...
7412 (get_access_replacement): ... this.
7413 (get_repl_default_def_ssa_name): Adjust.
7414 * tree-ssa-loop-im.c (move_computations_stmt): Manually update
7415 virtual SSA form.
7416 (rewrite_mem_ref_loc): Do not call mark_virtual_ops_for_renaming.
7417 * tree-ssa-loop-prefetch.c (emit_mfence_after_loop): Likewise.
7418
7419 2012-07-31 DJ Delorie <dj@redhat.com>
7420
7421 * config/s390/s390.c (s390_option_override): Disable DWARF 3/4
7422 extensions for TPF, unless specifically selected.
7423
7424 2012-08-01 Alan Modra <amodra@gmail.com>
7425
7426 PR target/54131
7427 * config/rs6000/rs6000.c (mem_operand_gpr): Don't limit range
7428 of lo_sum offsets. Comment. Assert mode at least word size
7429 rather than bypassing powerpc64 word offset check.
7430
7431 2012-07-31 Bill Schmidt <wschmidt@linux.ibm.com>
7432
7433 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Revise
7434 costs for vec_perm and vec_promote_demote down to more natural values.
7435 (struct _rs6000_cost_data): New data structure.
7436 (rs6000_density_test): New function.
7437 (rs6000_init_cost): Change to use rs6000_cost_data.
7438 (rs6000_add_stmt_cost): Likewise.
7439 (rs6000_finish_cost): Perform density test when vectorizing a loop.
7440
7441 2012-07-31 Steven Bosscher <steven@gcc.gnu.org>
7442
7443 * sched-vis.c (print_exp): Handle FMA explicitly. Simplify handling
7444 of RTX_UNARY function-like operations. Print unknown expression
7445 RTX classes as pseudo-functions.
7446 (print_pattern): Simplify return pattern printing.
7447 (dump_insn_slim): Print the value of notes as a pattern for proper
7448 printing of CFA notes.
7449
7450 2012-07-31 Dehao Chen <dehao@google.com>
7451
7452 * predict.c (tree_estimate_probability_driver): Normalize the
7453 loop when initializing the loop optimizer.
7454
7455 2012-07-31 Richard Guenther <rguenther@suse.de>
7456
7457 * tree-flow.h (struct var_ann_d): Remove need_phi_state
7458 and current_def members.
7459 * tree-into-ssa.c (struct def_blocks_d): Remove var member.
7460 (def_blocks): Remove.
7461 (struct var_info_d): New.
7462 (var_infos): New hashtable.
7463 (struct ssa_name_info): Add def_blocks member.
7464 (get_ssa_name_ann): Adjust.
7465 (get_var_info): New function.
7466 (get_phi_state, set_phi_state, get_current_def,
7467 set_current_def, get_def_blocks_for, find_def_blocks_for): Adjust.
7468 (insert_phi_nodes_compare_def_blocks): Rename to ...
7469 (insert_phi_nodes_compare_var_infos): ... this and adjust.
7470 (insert_phi_nodes): Adjust.
7471 (dump_tree_ssa, dump_tree_ssa_stats): Adjust.
7472 (def_blocks_hash, def_blocks_eq, def_blocks_free): Remove.
7473 (debug_def_blocks_r): Rename to ...
7474 (debug_var_infos_r): ... this and adjust.
7475 (var_info_hash): New function.
7476 (var_info_eq): Likewise.
7477 (rewrite_blocks): Adjust.
7478 (init_ssa_renamer): Likewise.
7479 (fini_ssa_renamer): Likewise.
7480 (delete_update_ssa): Likewise.
7481 (update_ssa): Likewise.
7482 * tree-ssanames.c (release_dead_ssa_names): Do not clear current defs.
7483
7484 2012-07-31 Bill Schmidt <wschmidt@linux.ibm.com>
7485
7486 PR tree-optimization/53773
7487 * tree-vectorizer.h (struct _loop_vec_info): Add operands_swapped.
7488 (LOOP_VINFO_OPERANDS_SWAPPED): New macro.
7489 * tree-vect-loop.c (new_loop_vec_info): Initialize
7490 LOOP_VINFO_OPERANDS_SWAPPED field.
7491 (destroy_loop_vec_info): Restore canonical form.
7492 (vect_is_slp_reduction): Set LOOP_VINFO_OPERANDS_SWAPPED field.
7493 (vect_is_simple_reduction_1): Likewise.
7494
7495 2012-07-31 Steven Bosscher <steven@gcc.gnu.org>
7496
7497 * sched-vis.c (dump_insn_slim): Print print_rtx_head at the
7498 start of each new line.
7499 * final.c (final_scan_insn): If the final dump is requested as
7500 slim RTL, dump slim RTL to the assembly file also.
7501
7502 2012-07-31 Andrey Belevantsev <abel@ispras.ru>
7503
7504 PR target/53975
7505
7506 * sel-sched-ir.c (has_dependence_note_reg_use): Clarify comment.
7507
7508 Revert
7509 2011-08-04 Sergey Grechanik <mouseentity@ispras.ru>
7510
7511 * sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge
7512 only if producer writes to the register given by regno.
7513
7514 2012-07-31 Nick Clifton <nickc@redhat.com>
7515
7516 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Add
7517 support for reporting stack usage.
7518
7519 * config/frv/frv.c (QUAD): Fix typo.
7520 (frv_expand_prologue): Report stack usage.
7521
7522 2012-07-31 Steven Bosscher <steven@gcc.gnu.org>
7523
7524 PR pch/53880
7525 * gengtype.c (struct walk_type_data): Add have_this_obj field.
7526 (walk_type): For functions that take a this_obj argument and
7527 that process fields with a GTY((length)) argument, write the
7528 test that write_types_local_process_field will write also at the
7529 head of the loop, effectively unswitching the loop.
7530 (write_func_for_structure, write_local_func_for_structure): Clear
7531 have_this_obj before calling walk_type.
7532 (write_local_func_for_structure): Set have_this_obj before walk_type.
7533 (write_array): Set have_this_obj for output of local pointer walking
7534 functions but not for marker functions.
7535 (write_types_local_process_field): Assert have_this_obj is set.
7536
7537 * rtl.h (simplify_using_condition): Adjust prototype using bitmap
7538 from coretypes.h.
7539
7540 2012-07-30 Nathan Froyd <froydnj@gcc.gnu.org>
7541
7542
7543 * defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
7544 * targhooks.c (default_mode_dependent_address_p): Delete code
7545 for GO_IF_MODE_DEPENDENT_ADDRESS.
7546 * system.h (GO_IF_MODE_DEPENDENT_ADDRESS): Poison.
7547 * doc/tm.texi.in (GO_IF_MODE_DEPENDENT_ADDRESS): Delete documention.
7548 * doc/tm.texi: Regenerate.
7549 * config/alpha.h (GO_IF_MODE_DEPENDENT_ADDRESS): Move code to...
7550 * config/alpha.c (alpha_mode_dependent_address_p): ...here. New
7551 function.
7552 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
7553 * config/cr16/cr16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
7554 * config/mep/mep.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
7555 * config/vax/vax-protos.h (vax_mode_dependent_address_p): Delete.
7556 * config/vax/vax.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
7557 * config/vax/vax.c (vax_mode_dependent_address_p): Make static.
7558 Take a const_rtx.
7559 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
7560
7561 2012-07-30 Nathan Froyd <froydnj@gcc.gnu.org>
7562
7563 * expmed.h (NUM_MODE_VECTOR_INT): Define.
7564 (struct expmed_op_cheap, struct expmed_op_costs): New structures.
7565 (struct target_expmed): Convert x_mul_highpart_cost and
7566 x_mul_widen_cost fields to be indexed by integer modes.
7567 Convert x_sdiv_pow2_cheap and x_smod_pow2_cheap fields to be
7568 of type struct expmed_op_cheap. Convert other cost fields to be
7569 of type struct_expmed_op_costs.
7570 (mul_widen_cost_ptr, mul_highpart_cost_ptr): Adjust for new
7571 indexing of respective fields.
7572 (expmed_op_cheap_ptr): New function.
7573 (sdiv_pow2_cheap_ptr, smod_pow2_cheap_ptr): Call it.
7574 (expmed_op_cost_ptr): New function.
7575 (add_cost_ptr, neg_cost_ptr, shift_cost_ptr, shiftadd_cost_ptr,
7576 shiftsub0_cost_ptr, shiftsub1_cost_ptr, mul_cost_ptr,
7577 sdiv_cost_ptr, udiv_cost_ptr): Call it.
7578
7579 2012-07-30 Sandra Loosemore <sandra@codesourcery.com>
7580 Julian Brown <julian@codesourcery.com>
7581
7582 * doc/invoke.texi (MIPS Options): Document -mno-float.
7583 * config/mips/mips.h (MIPS_ARCH_FLOAT_SPEC): Make it know
7584 about -mno-float.
7585
7586 2012-07-30 Joseph Myers <joseph@codesourcery.com>
7587
7588 * doc/sourcebuild.texi (Subdirectories): Document common subdirectory.
7589
7590 2012-07-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7591
7592 PR middle-end/53823
7593 * expmed.c (expand_mult): Skip synth_mult for constant double op1 except
7594 for special cases. Don't initialize coeff and is_neg.
7595
7596 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
7597 Richard Earnshaw <rearnsha@arm.com>
7598
7599 * target.def (vector_alignment): New target hook.
7600 * doc/tm.texi.in (TARGET_VECTOR_ALIGNMENT): Document new hook.
7601 * doc/tm.texi: Regenerate.
7602 * targhooks.c (default_vector_alignment): New function.
7603 * targhooks.h (default_vector_alignment): Add prototype.
7604 * stor-layout.c (layout_type): Use targetm.vector_alignment.
7605 * config/arm/arm.c (arm_vector_alignment): New function.
7606 (TARGET_VECTOR_ALIGNMENT): Define.
7607
7608 * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Use
7609 vector type alignment instead of size.
7610 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Use
7611 element type size directly instead of computing it from alignment.
7612 Fix variable naming and comment.
7613
7614 2012-07-30 Kirill Yukhin <kirill.yukhin@intel.com>
7615 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
7616
7617 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDSEED_SET): New.
7618 (OPTION_MASK_ISA_RDSEED_UNSET): Likewise.
7619 (ix86_handle_option): Handle mrdseed option.
7620 * config.gcc (i[34567]86-*-*): Add rdseedintrin.h.
7621 (x86_64-*-*): Likewise.
7622 * config/i386/prfchwintrin.h: New header.
7623 * config/i386/cpuid.h (bit_RDSEED): New.
7624 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
7625 RDSEED support.
7626 * config/i386/i386-c.c: Define __RDSEED__ if needed.
7627 * config/i386/i386.c (ix86_target_string): Define -mrdseed option.
7628 (PTA_RDSEED): New.
7629 (ix86_option_override_internal): Handle new option.
7630 (ix86_valid_target_attribute_inner_p): Add OPT_mrdseed.
7631 (ix86_builtins): Add enum entries for RDSEED* builtins.
7632 (ix86_init_mmx_sse_builtins): Define new builtins.
7633 (ix86_expand_builtin): Expand RDSEED* builtins.
7634 * config/i386/i386.h (TARGET_RDSEED): New.
7635 * config/i386/i386.md (rdseed<mode>_1): New.
7636 * config/i386/i386.opt (mrdseed): New.
7637 * config/i386/x86intrin.h: Include rdseedintrin.h.
7638
7639 2012-07-30 Richard Guenther <rguenther@suse.de>
7640
7641 * tree-into-ssa.c (mark_def_sites): Also process virtual operands.
7642 (rewrite_stmt): Likewise.
7643 (rewrite_enter_block): Likewise.
7644 (pass_build_ssa): Do not update virtual SSA form during TODO.
7645 (mark_symbol_for_renaming): Do nothing if we are not in SSA form.
7646 * lto-streamer-in.c (lto_read_body): Set in_ssa_p earlier.
7647
7648 2012-07-30 Oleg Endo <olegendo@gcc.gnu.org>
7649
7650 PR target/39423
7651 * config/gcc/sh/sh.md (*movsi_index_disp, *movhi_index_disp): New
7652 insns.
7653
7654 2012-07-30 Oleg Endo <olegendo@gcc.gnu.org>
7655
7656 PR target/51244
7657 * config/sh/sh.md (mov_neg_si_t): Move to Scc instructions section.
7658 Use t_reg_operand predicate. Add split for negated case.
7659 (ashrsi2_31): Pass get_t_reg_rtx to gen_mov_neg_si_t.
7660 * config/sh/sh.c (expand_ashiftrt): Likewise.
7661
7662 2012-07-30 Oleg Endo <olegendo@gcc.gnu.org>
7663
7664 PR target/54089
7665 * config/sh/sh.md (ashlsi3_d): Invoke gen_shifty_op directly instead
7666 of trying to emit ashlsi3_n.
7667
7668 2012-07-30 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7669 Steven Bosscher <steven@gcc.gnu.org>
7670
7671 * gengtype.c (adjust_field_type): Diagnose duplicate "length"
7672 option applications and option being applied to arrays of atomic types.
7673 (walk_type): Allow "atomic" option on strings too.
7674 * dwarf2out.h (struct dw_vec_struct): Use the "atomic" GTY option
7675 for the array field.
7676 * vec.h: Describe the atomic object "A" type of the macros in
7677 the header comment.
7678 (VEC_T_GTY_ATOMIC, DEF_VEC_A, DEF_VEC_ALLOC_A): Define.
7679 * emit-rtl.c (locations_locators_vals): use the atomic object vector.
7680 * doc/gty.texi: Clarify that GTY option "length" is only for
7681 arrays of non-atomic objects. Fix typo in the description of the
7682 "atomic" option.
7683
7684 2012-07-27 Uros Bizjak <ubizjak@gmail.com>
7685
7686 * config/i386/i386.c (ix86_avoid_lea_for_addr): Handle
7687 zero-extended addresses. Return false if the address has less
7688 than two components.
7689 (ix86_split_lea_for_addr): Unconditionally convert target and
7690 all address operands to requested mode.
7691 * config/i386/i386.md (*lea<mode>): Recover operands from curr_insn.
7692 Pass SImode to ix86_split_lea_for_addr when splitting zero-extended
7693 address.
7694 (zero-extended add splitter): New splitter to conditionally split
7695 non-destructive adds.
7696 (*zero_extendsidi2_rex64): Conditionally emit leal instead of movl.
7697
7698 2012-07-28 Alan Modra <amodra@gmail.com>
7699
7700 PR target/54093
7701 * config/rs6000/rs6000.c (rs6000_secondary_reload): Limit 32-bit
7702 multi-gpr reload to cases where predicate passes. Do the same for
7703 64-bit multi-gpr reload.
7704
7705 2012-07-27 Nathan Froyd <froydnj@gcc.gnu.org>
7706
7707 * expmed.h (alg_hash, alg_hash_used_p, sdiv_pow2_cheap,
7708 smod_pow2_cheap, zero_cost, add_cost, neg_cost, shift_cost)
7709 shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost,
7710 sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete
7711 macro definitions and re-purpose as inline functions.
7712 (alg_hash_entry_ptr, set_alg_hash_used_p, sdiv_pow2_cheap_ptr,
7713 set_sdiv_pow2_cheap, smod_pow2_cheap_ptr, set_smod_pow2_cheap,
7714 zero_cost_ptr, set_zero_cost, add_cost_ptr, set_add_cost,
7715 neg_cost_ptr, set_neg_cost, shift_cost_ptr, set_shift_cost,
7716 shiftadd_cost_ptr, set_shiftadd_cost, shiftsub0_cost_ptr,
7717 set_shiftsub0_cost, shiftsub1_cost_ptr, set_shiftsub1_cost,
7718 mul_cost_ptr, set_mul_cost, sdiv_cost_ptr, set_sdiv_cost,
7719 udiv_cost_ptr, set_udiv_cost, mul_widen_cost_ptr,
7720 set_mul_widen_cost, mul_highpart_cost_ptr, set_mul_highpart_cost):
7721 New functions.
7722 (convert_cost_ptr): New function, split out from...
7723 (set_convert_cost, convert_cost): ...here.
7724 * expmed.c, tree-ssa-loop-ivopts.c: Update for new functions.
7725 * gimple-ssa-strength-reduction.c: Likewise.
7726
7727 2012-07-20 Ryan Mansfield <rmansfield@qnx.com>
7728
7729 * gcc.c (main): Move GCC_DRIVER_HOST_INITIALIZATION after
7730 diagnostic_initialize.
7731
7732 2012-07-27 Oleg Endo <olegendo@gcc.gnu.org>
7733
7734 PR target/54089
7735 * config/sh/sh.c (shiftcosts): Remove case where first operand
7736 is a const_int. Move COSTS_N_INSNS usage into caller ...
7737 (sh_rtx_costs) ... here. Return false when shiftcosts cannot be
7738 calculated instead of MAX_COST.
7739
7740 2012-07-27 Richard Guenther <rguenther@suse.de>
7741
7742 * tree-cfg.c (gimple_can_merge_blocks_p): Do more fine-grained
7743 check whether SSA form is not up-to-date.
7744 * tree-flow.h (name_mappings_registered_p): Remove.
7745 * tree-into-ssa.c (struct repl_map_d): Remove.
7746 (repl_tbl): Likewise.
7747 (struct ssa_name_info): Add repl_set member.
7748 (update_ssa_obstack): New static global.
7749 (get_ssa_name_ann): Initialize repl_set.
7750 (clear_ssa_name_info): Assert age did not wrap.
7751 (repl_map_hash, repl_map_eq, repl_map_free): Remove.
7752 (names_replaced_by): Adjust.
7753 (add_to_repl_tbl): Likewise.
7754 (dump_tree_ssa_stats): Likewise.
7755 (init_update_ssa): Initialize update_ssa_obstack.
7756 (delete_update_ssa): Free update_ssa_obstack.
7757 (name_mappings_registered_p): Remove.
7758 (update_ssa): Adjust.
7759
7760 2012-07-27 Segher Boessenkool <segher@kernel.crashing.org>
7761
7762 * config/rs6000/constraints.md: Delete "q" constraint.
7763 * config/rs6000/dfp.md (movsd_hardfloat, movsd_softfloat):
7764 Delete the "q" alternative.
7765 * config/rs6000/predicates.md (gpc_reg_operand): Adjust.
7766 * config/rs6000/rs6000.c (rs6000_debug_reg_global)
7767 (rs6000_init_hard_regno_mode_ok, rs6000_dbx_register_number):
7768 adjust to MQ_REGNO removal.
7769 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Adjust
7770 comment.
7771 (REG_ALLOC_ORDER): Adjust comment. Remove MQ from alloc order.
7772 (enum reg_class): Adjust comment. Delete MQ_REGS.
7773 (REG_CLASS_CONTENTS): Adjust.
7774 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust comment.
7775 * config/rs6000/rs6000.md: Delete MQ_REGNO.
7776 (movsi_internal1, movsi_internal1_single, movhi_internal,
7777 movqi_internal, movcc_internal1, movsf_hardfloat,
7778 movsf_softfloat): Delete the "q" alternative.
7779 (ctr<mode>_internal1, ctr<mode>_internal2, ctr<mode>_internal5,
7780 ctr<mode>_internal6): Delete "q" constraint.
7781
7782 2012-07-27 Richard Guenther <rguenther@suse.de>
7783
7784 * tree-into-ssa.c (def_blocks_p): New typedef.
7785 (insert_phi_nodes_compare_def_blocks): New function.
7786 (insert_phi_nodes): Do not walk over referenced vars, instead
7787 walk over recorded def_blocks, record relevant ones and sort
7788 them to avoid repeated hashtable lookups.
7789
7790 2012-07-27 Richard Guenther <rguenther@suse.de>
7791
7792 * doc/invoke.texi (min-virtual-mappings, virtual-mappings-ratio):
7793 Remove param documentation.
7794 * params.def (PARAM_MIN_VIRTUAL_MAPPINGS,
7795 PARAM_VIRTUAL_MAPPINGS_TO_SYMS_RATIO): Remove.
7796 * tree-flow.h (mark_set_for_renaming): Remove.
7797 * tree-into-ssa.c (struct update_ssa_stats_d): Remove.
7798 (add_new_name_mapping): Remove bookkeeping code.
7799 (dump_update_ssa): Remove stats dumping code.
7800 (init_update_ssa): Remove stats allocation code.
7801 (delete_update_ssa): Remove stats freeing code.
7802 (mark_set_for_renaming): Remove.
7803 (switch_virtuals_to_full_rewrite_p): Likewise.
7804 (switch_virtuals_to_full_rewrite): Likewise.
7805 (update_ssa): Do not call switch_virtuals_to_full_rewrite.
7806
7807 2012-07-27 Marek Polacek <polacek@redhat.com>
7808
7809 * cgraphunit.c: Rename varpool_finalize_variable to
7810 varpool_finalize_decl in a comment.
7811
7812 2012-07-27 Segher Boessenkool <segher@kernel.crashing.org>
7813
7814 * common/config/rs6000/rs6000-common.c (rs6000_handle_option):
7815 Delete code for -mno-power, -mpower, and -mpower2.
7816 * config/rs6000/aix43.h (NON_POWERPC_MASKS): Delete.
7817 (SUBTARGET_OVERRIDE_OPTIONS): Delete check for POWER together
7818 with -maix64.
7819 (ASM_CPU_SPEC): Delete support for POWER and POWER2.
7820 * config/rs6000/aix51.h (NON_POWERPC_MASKS): Delete.
7821 (SUBTARGET_OVERRIDE_OPTIONS): Delete check for POWER together
7822 with -maix64.
7823 (ASM_CPU_SPEC): Delete support for POWER and POWER2.
7824 * config/rs6000/aix52.h (NON_POWERPC_MASKS): Delete.
7825 (SUBTARGET_OVERRIDE_OPTIONS): Delete check for POWER together
7826 with -maix64.
7827 (TARGET_POWER): Delete.
7828 * config/rs6000/aix53.h (NON_POWERPC_MASKS): Delete.
7829 (SUBTARGET_OVERRIDE_OPTIONS): Delete check for POWER together
7830 with -maix64.
7831 (TARGET_POWER): Delete.
7832 * config/rs6000/aix61.h (NON_POWERPC_MASKS): Delete.
7833 (SUBTARGET_OVERRIDE_OPTIONS): Delete check for POWER together
7834 with -maix64.
7835 (TARGET_POWER): Delete.
7836 * config/rs6000/darwin.h (TARGET_POWER): Delete.
7837 * config/rs6000/driver-rs6000.c (struct asm_names): Delete
7838 support for -mpower, -mpower2, and -mno-power.
7839 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
7840 Likewise.
7841 (rs6000_cpu_cpp_builtins): Likewise.
7842 * config/rs6000/rs6000-cpus.def: Likewise.
7843 * config/rs6000/rs6000-tables.opt: Regenerate.
7844 * config/rs6000/rs6000.c (POWER_MASKS): Delete.
7845 (rs6000_option_override_internal): Adjust.
7846 (rs6000_conditional_register_usage): Adjust.
7847 (rs6000_emit_move): Adjust.
7848 (rs6000_common_init_builtins): Adjust.
7849 (rs6000_init_libfuncs): Adjust.
7850 (rs6000_output_function_prologue): Adjust.
7851 (rs6000_adjust_cost): Adjust.
7852 (struct rs6000_opt_masks): Delete MASK_POWER and MASK_POWER2.
7853 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Delete support for
7854 POWER and POWER2.
7855 (TARGET_DEFAULT): Adjust.
7856 (PROCESSOR_POWER): Delete.
7857 (SHIFT_COUNT_TRUNCATED): Adjust.
7858 * config/rs6000/rs6000.md (extendqisi2): Delete POWER support.
7859 (extendqisi2_power): Delete.
7860 (extendqisi2_no_power): Adjust.
7861 (extendqihi2, extendqihi2_power, extendqihi2_no_power):
7862 Likewise.
7863 (sminsi3, smaxsi3, uminsi3, umaxsi3): Adjust.
7864 (anonymous doz insn patterns): Delete.
7865 (abssi2): Adjust.
7866 (abssi2_power): Delete.
7867 (abssi2_nopower): Adjust.
7868 (nabs_power, nabs_nopower): Likewise.
7869 (mulsi3, mulsi3_mq, mulsi3_no_mq, mulsi3_mq_internal1):
7870 Likewise. Delete anonymous post-reload splitter.
7871 (mulsi3_no_mq_internal1): rename to...
7872 (mulsi3_internal1): New define_insn.
7873 (mulsi3_mq_internal2, mulsi3_no_mq_internal2, mulsi3_internal2):
7874 Likewise.
7875 (divmodsi4, divmodsi4_internal, udiv<mode>3, udivsi3_mq,
7876 udivsi3_no_mq, udivsi3, div<mode>3, divsi3_mq, div<mode>3_no_mq,
7877 udivmodsi4_normal, udivmodsi4_tests, udivmodsi4): Likewise.
7878 (mulh_call, mull_call, divss_call, divus_call, quoss_call,
7879 quous_call): Likewise.
7880 (maskir_internal1, maskir_internal2, maskir_internal3,
7881 maskir_internal4, maskir_internal5, maskir_internal6,
7882 maskir_internal7, maskir_internal8): Delete.
7883 (ashlsi3, ashlsi3_power, ashlsi3_no_power): Adjust.
7884 (anonymous sl insn patterns): Delete.
7885 (lshrsi3, lshrsi3_power, lshrsi3_no_power): Adjust.
7886 (lshrsi3_64): Adjust.
7887 (anonymous sr insn patterns): Delete.
7888 (anonymous rrib insn patterns): Delete.
7889 (ashrsi3, ashrsi3_power, ashrsi3_no_power): Adjust.
7890 (anonymous sra insn patterns): Delete.
7891 (sqrtsf2, sqrtdf2, sqrtdf2_fpr): Adjust.
7892 (fix_trunc<mode>si2, fix_trunc<mode>si2_internal,
7893 fctiwz_<mode>): Adjust.
7894 (mulsidi3, mulsidi3_mq, mulsidi3_no_mq, umulsidi3, umulsidi3_mq,
7895 umulsidi3_no_mq, smulsi3_highpart, smulsi3_highpart_mq,
7896 smulsi3_highpart_no_mq, umulsi3_highpart, umulsi3_highpart_mq,
7897 umulsi3_highpart_no_mq): Adjust.
7898 (ashldi3_power, lshrdi3_power, ashrdi3_power): Delete.
7899 (ashrdi3_no_power, ashldi3, ashldi3_internal1,
7900 lshrdi3_internal1): Adjust.
7901 (fix_trunctfsi2, fix_trunctfsi2_fprs): Adjust.
7902 (movti_power): Delete.
7903 (movti_string): Adjust.
7904 (stmsi8, stmsi7, stmsi6, stmsi5, stmsi4, stmsi3): Adjust.
7905 (stmsi8_power, stmsi7_power, stmsi6_power, stmsi5_power,
7906 stmsi4_power, stmsi3_power): Delete.
7907 (anonymous movmemsi insn patterns): Adjust.
7908 (lfq_power2, stfq_power2): Delete.
7909 (eq<mode>, eq<mode>_compare): Adjust.
7910 (eqsi_power): Delete.
7911 (ne0si): Adjust.
7912 (anonymous le, lt, ge, gt insn patterns): Delete.
7913 * config/rs6000/rs6000.opt (mpower, mno-power, mpower2): Delete.
7914 * config/rs6000/sysv4.h (TARGET_POWER): Delete.
7915 * config/rs6000/t-aix43 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
7916 MULTILIB_MATCHES): Adjust.
7917 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
7918 -mpower, -mno-power, -mpower2, -mno-power2 documentation.
7919 Delete -mcpu=power and -mcpu=power2 documentation.
7920
7921 2012-07-27 Segher Boessenkool <segher@kernel.crashing.org>
7922
7923 * config/rs6000/601.md: New file.
7924 * config/rs6000/aix43.h (ASM_CPU_SPEC): Delete support for
7925 RIOS CPUs.
7926 * config/rs6000/aix51.h (ASM_CPU_SPEC): Likewise.
7927 * config/rs6000/driver-rs6000.c (detect_processor_aix,
7928 struct asm_names): Likewise.
7929 * config/rs6000/rios1.md: Delete file.
7930 * config/rs6000/rios2.md: Delete file.
7931 * config/rs6000/rs6000-cpus.def: Delete definitions for RIOS
7932 CPUs.
7933 * config/rs6000/rs6000-opts.h (enum processor_type): Delete
7934 PROCESSOR_RIOS1 and PROCESSOR_RIOS2.
7935 * config/rs6000/rs6000-tables.opt: Regenerated.
7936 * config/rs6000/rs6000.c (struct rios1_cost, struct rios2_cost):
7937 Delete.
7938 (rs6000_option_override_internal): Delete support for RIOS CPUs.
7939 (rs6000_conditional_register_usage): Adjust comment.
7940 (rs6000_issue_rate):Delete support for RIOS CPUs.
7941 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Delete support for
7942 RIOS CPUs.
7943 (PROCESSOR_POWER): Change to PROCESSOR_PPC601.
7944 (PROCESSOR_DEFAULT): Change to PROCESSOR_PPC603.
7945 * config/rs6000/rs6000.md (define_attr "cpu"): Delete rios1
7946 and rios2.
7947 (include "rios1.md", include "rios2.md"): Delete.
7948 (include "601.md"): New.
7949 * config/rs6000/rs6000.opt (enum rs6000_cpu): Default to
7950 PROCESSOR_PPC603.
7951 * config/rs6000/t-aix43 (MULTILIB_MATCHES): Delete support
7952 for RIOS CPUs.
7953 * config/rs6000/t-rs6000 (MD_INCLUDES): Delete rios1.md and
7954 rios2.md . Add 601.md .
7955
7956 2012-07-26 Richard Henderson <rth@redhat.com>
7957
7958 * doc/extend.texi (attribute): Document hot/cold for labels.
7959 * predict.c (tree_estimate_probability_bb): Handle hot/cold
7960 attributes on user labels.
7961 * predict.def (PRED_HOT_LABEL, PRED_COLD_LABEL): New.
7962
7963 2012-07-26 Andrew Jenner <andrew@codesourcery.com>
7964 Sandra Loosemore <sandra@codesourcery.com>
7965
7966 * cse.c (find_comparison_args): Check for cycles of any length.
7967
7968 2012-07-26 Nick Clifton <nickc@redhat.com>
7969
7970 * config/mn10300/mn10300.c (REG_SAVE_BYTES): Delete.
7971 (mn10300_get_live_callee_saved_regs): If requested return a count
7972 of the number of bytes in the mask.
7973 (mn10300_expand_prologue): Add argument to invocation of
7974 mn10300_get_live_callee_regs.
7975 (mn10300_expand_epilogue): Compute reg_save_bytes by calling
7976 mn10300_get_live_callee_saved_regs.
7977 (mn10300_initial_offset): Likewise.
7978 * config/mn10300/mn10300-protos.h (mn10300_get_live_callee_saved_regs):
7979 Update prototype.
7980 * config/mn10300/mn10300.md (return_ret): Add argument to
7981 invocation of mn10300_get_live_callee_saved_regs.
7982
7983 2012-07-26 Steven Bosscher <steven@gcc.gnu.org>
7984
7985 PR regression/54084
7986 * sel-sched-ir.c (cmp_v_in_regset_pool): Clarify logic, fix
7987 pointer difference check.
7988
7989 2012-07-26 Bill Schmidt <wschmidt@linux.ibm.com>
7990
7991 * tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.
7992 (mbc_entry_eq): Likewise.
7993 (mult_costs): Likewise.
7994 (cost_tables_exist): Likewise.
7995 (initialize_costs): Likewise.
7996 (finalize_costs): Likewise.
7997 (tree_ssa_iv_optimize_init): Remove call to initialize_costs.
7998 (add_regs_cost): Remove.
7999 (multiply_regs_cost): Likewise.
8000 (add_const_cost): Likewise.
8001 (extend_or_trunc_reg_cost): Likewise.
8002 (negate_reg_cost): Likewise.
8003 (struct mbc_entry): Likewise.
8004 (multiply_by_const_cost): Likewise.
8005 (get_address_cost): Change add_regs_cost calls to add_cost lookups;
8006 change multiply_by_const_cost to mult_by_coeff_cost.
8007 (force_expr_to_var_cost): Likewise.
8008 (difference_cost): Change multiply_by_const_cost to mult_by_coeff_cost.
8009 (get_computation_cost_at): Change add_regs_cost calls to add_cost
8010 lookups; change multiply_by_const_cost to mult_by_coeff_cost.
8011 (determine_iv_cost): Change add_regs_cost calls to add_cost lookups.
8012 (tree_ssa_iv_optimize_finalize): Remove call to finalize_costs.
8013 * tree-ssa-address.c (expmed.h): New #include.
8014 (most_expensive_mult_to_index): Change multiply_by_const_cost to
8015 mult_by_coeff_cost.
8016 * gimple-ssa-strength-reduction.c (expmed.h): New #include.
8017 (stmt_cost): Change to use mult_by_coeff_cost, mul_cost, add_cost,
8018 neg_cost, and convert_cost instead of IVOPTS interfaces.
8019 (execute_strength_reduction): Remove calls to initialize_costs and
8020 finalize_costs.
8021 * expmed.c (struct init_expmed_rtl): Add convert rtx_def.
8022 (init_expmed_one_mode): Initialize convert rtx_def; initialize
8023 x_convert_cost for related modes.
8024 (mult_by_coeff_cost): New function.
8025 * expmed.h (NUM_MODE_INT): New #define.
8026 (struct target_expmed): Add x_convert_cost matrix.
8027 (set_convert_cost): New inline function.
8028 (convert_cost): Likewise.
8029 (mult_by_coeff_cost): New extern decl.
8030 * tree-flow.h (initialize_costs): Remove decl.
8031 (finalize_costs): Likewise.
8032 (multiply_by_const_cost): Likewise.
8033 (add_regs_cost): Likewise.
8034 (multiply_regs_cost): Likewise.
8035 (add_const_cost): Likewise.
8036 (extend_or_trunc_reg_cost): Likewise.
8037 (negate_reg_cost): Likewise.
8038 * Makefile.in (gimple-ssa-strength-reduction.o): Update dependencies.
8039 (tree-ssa-address.o): Update dependencies.
8040
8041 2012-07-26 Steven Bosscher <steven@gcc.gnu.org>
8042
8043 * bitmap.h: Add explanation of sparse set as linked-list bitmap.
8044 * sbitmap.h: Add explanation about non-sparse sets as simple bitmap.
8045 (TEST_BIT): Make a static inline function for stronger type checking.
8046 (SET_BIT): Don't handle sbitmaps with popcount.
8047 (RESET_BIT): Likewise.
8048 (SET_BIT_WITH_POPCOUNT): New, like SET_BIT but with popcount.
8049 (RESET_BIT_WITH_POPCOUNT): New, like RESET_BIT but with popcount.
8050 * ebitmap.c (ebitmap_clear_bit): Use SET_BIT_WITH_POPCOUNT and
8051 RESET_BIT_WITH_POPCOUNT on wordmask bitmaps.
8052 (ebitmap_set_bit, ebitmap_and_into, ebitmap_and, ebitmap_ior_into,
8053 ebitmap_and_compl_into, ebitmap_and_compl): Likewise.
8054 * sparseset.h: Add explanation of sparse set representation.
8055
8056 2012-07-26 Richard Guenther <rguenther@suse.de>
8057
8058 PR tree-optimization/54098
8059 * tree-vrp.c (vrp_visit_phi_node): Iterate once more if the
8060 original range was UNDEFINED.
8061
8062 2012-07-26 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
8063
8064 * config/arm/neon.ml (ops): Fix regexp for vld1Q_dups64 and
8065 vld1Q_dupu64 tests.
8066
8067 2012-07-26 Oleg Endo <olegendo@gcc.gnu.org>
8068
8069 PR target/51244
8070 * config/sh/sh.opt (mzdcbranch): New option.
8071 * doc/invoke.texi: Document it.
8072 * config/sh/sh.md (negsi_cond): Use TARGET_ZDCBRANCH as condition
8073 instead of TARGET_HARD_SH4.
8074 * config/sh/sh.c (sh_option_override): Set TARGET_ZDCBRANCH as default
8075 for TARGET_HARD_SH4.
8076
8077 2012-07-25 Oleg Endo <olegendo@gcc.gnu.org>
8078
8079 PR target/54089
8080 * config/sh/predicates.md (shift_count_operand): Handle not-SHMEDIA
8081 case.
8082 (p27_shift_count_operand, not_p27_shift_count_operand): New predicates.
8083 * config/sh/sh.md (ashlsi3): Remove parallel and T_REG clobber
8084 from expander. Do not emit shift insn for not-SHMEDIA case.
8085 (ashlsi3_std): Replace with ...
8086 (ashlsi3_k, ashlsi3_d): ... these new insns.
8087 * config/sh/sh.c (gen_ashift): Make static. Add sanity checks.
8088 Emit ashlsi3_k insn instead of ashlsi3_std in ASHIFT case.
8089 (gen_ashift_hi): Make static.
8090 * config/sh/sh-protos.h (gen_ashift, gen_ashift_hi): Remove forward
8091 declaration.
8092
8093 2012-07-25 Bharathi Seshadri <bseshadr@cisco.com>
8094 Jim Wilson <jimwilso@cisco.com>
8095
8096 * config/arm/bpabi.h (BE8_LINK_SPEC): Set according to
8097 TARGET_BIG_ENDIAN_DEFAULT.
8098
8099 2012-07-25 Eric Botcazou <ebotcazou@adacore.com>
8100
8101 * gimple-low.c (lower_try_catch): New function.
8102 (lower_stmt) <GIMPLE_TRY>: Use it to lower GIMPLE_TRY_CATCH.
8103 <GIMPLE_CATCH>: Delete.
8104 <GIMPLE_EH_FILTER>: Likewise.
8105
8106 2012-07-25 Eric Botcazou <ebotcazou@adacore.com>
8107
8108 * expr.c (expand_expr_real_1): Do not expand operand #1 and #2
8109 of BIT_FIELD_REF for ignored results.
8110 * fold-const.c (fold_ternary_loc) <BIT_FIELD_REF>: Check that the
8111 CONSTRUCTOR has vector type before using vector accessors on it.
8112 * gimplify.c (gimplify_compound_lval): Do not gimplify operand #1 and
8113 #2 of BIT_FIELD_REF.
8114 (gimplify_expr) <BIT_FIELD_REF>: Likewise.
8115 * tree-nested.c (convert_nonlocal_reference_op) <BIT_FIELD_REF>: Do
8116 not process operand #1 and #2.
8117 (convert_local_reference_op): Likewise.
8118 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Remove superfluous
8119 breaks throughout.
8120 <BIT_FIELD_REF>: Reuse operand #1 and #2 directly.
8121 * tree.c (stabilize_reference) <BIT_FIELD_REF>: Do not stabilize
8122 operand #1 and #2.
8123 (UPDATE_FLAGS): Do not consider operand #2 of BIT_FIELD_REF.
8124 (build6_stat): Delete.
8125 * tree.h (build6_stat, build6, build6_stat_loc, build6_loc): Likewise.
8126
8127 2012-07-25 Marc Glisse <marc.glisse@inria.fr>
8128
8129 PR tree-optimization/30318
8130 * tree-vrp.c (extract_range_from_binary_expr_1) [PLUS_EXPR]:
8131 Handle __int128.
8132 [MINUS_EXPR]: Merge with PLUS_EXPR.
8133
8134 2012-07-25 Sandra Loosemore <sandra@codesourcery.com>
8135 Paul Brook <paul@codesourcery.com>
8136
8137 PR target/53633
8138 * target.def (warn_func_return): New hook.
8139 * doc/tm.texi.in (TARGET_WARN_FUNC_RETURN): New hook.
8140 * doc/tm.texi: Regenerate.
8141 * doc/sourcebuild.texi (Effective-Target Keywords): Document
8142 naked_functions.
8143 * ipa-pure-const.c (warn_function_noreturn): Check
8144 targetm.warn_func_return.
8145 * tree-cfg.c (execute_warn_function_return): Likewise.
8146 * config/spu/spu.c (spu_warn_func_return): New.
8147 (TARGET_WARN_FUNC_RETURN): Define.
8148 * config/rx/rx.c (rx_warn_func_return): New.
8149 (TARGET_WARN_FUNC_RETURN): Define.
8150 * config/avr/avr.c (avr_warn_func_return): New.
8151 (TARGET_WARN_FUNC_RETURN): Define.
8152 * config/arm/arm.c (arm_warn_func_return): New.
8153 (TARGET_WARN_FUNC_RETURN): Define.
8154 * config/mcore/mcore.c (mcore_warn_func_return): New.
8155 (TARGET_WARN_FUNC_RETURN): Define.
8156 (saved_warn_return_type, saved_warn_return_type_count): Remove.
8157 (mcore_reorg, mcore_handle_naked_attribute): Remove warn_return hack.
8158
8159 2012-07-25 Siddhesh Poyarekar <siddhesh@redhat.com>
8160
8161 * final.c [ASSEMBLER_DIALECT](do_assembler_dialects): New
8162 function to implement assembler dialects.
8163 (output_asm_insn): Use do_assembler_dialects.
8164 (asm_fprintf): Likewise.
8165
8166 2012-07-25 Richard Henderson <rth@redhat.com>
8167
8168 PR bootstrap/54092
8169 * libfuncs.h: Don't include optabs.h.
8170 (struct libfunc_entry): Use "int" for op, mode1, mode2 members.
8171 * optabs.c (hash_libfunc): Don't cast members to int.
8172 * Makefile.in (LIBFUNCS_H): Don't include OPTABS_H.
8173
8174 2012-07-25 Dodji Seketeli <dodji@redhat.com>
8175
8176 * basic-block.c: Fix typo in comment.
8177
8178 2012-07-25 Kirill Yukhin <kirill.yukhin@intel.com>
8179 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
8180
8181 * common/config/i386/i386-common.c (OPTION_MASK_ISA_PRFCHW_SET): New.
8182 (OPTION_MASK_ISA_PRFCHW_UNSET): Likewise.
8183 (ix86_handle_option): Handle mprfchw option.
8184 * config.gcc (i[34567]86-*-*): Add prfchwintrin.h.
8185 (x86_64-*-*): Likewise.
8186 * config/i386/prfchwintrin.h: New header.
8187 * config/i386/cpuid.h (bit_PRFCHW): New.
8188 (bit_BMI): Formatting fix.
8189 (bit_HLE): Likewise.
8190 (bit_RTM): Likewise.
8191 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
8192 PREFETCHW support.
8193 * config/i386/i386-c.c: Define __PRFCHW__ if needed.
8194 * config/i386/i386.c (ix86_target_string): Define
8195 -mprfchw option. Formatting fixes.
8196 (PTA_HLE): Formatting fix.
8197 (PTA_PRFCHW): New.
8198 (ix86_option_override_internal): Handle new option.
8199 (ix86_valid_target_attribute_inner_p): Add OPT_mprfchw.
8200 * config/i386/i386.h (TARGET_PRFCHW): New.
8201 * config/i386/i386.md (prefetch): Enable for TARGET_PRFCHW.
8202 * config/i386/i386.opt (mprfchw): New.
8203 * config/i386/mm3dnow.h: Move _m_prefetchw from here to prfchwintrin.h.
8204 * config/i386/x86intrin.h: Include prfchwintrin.h.
8205
8206 2012-07-25 Sergey Melnikov <sergey.melnikov@intel.com>
8207
8208 * config/i386/i386.md (stack_protect_set): Disable the pattern
8209 for Android since Android libc (bionic) does not provide random
8210 value for stack protection guard at gs:0x14. Guard value
8211 will be provided from external symbol (default implementation).
8212 (stack_protect_set_<mode>): Likewise.
8213 (stack_protect_test): Likewise.
8214 (stack_protect_test_<mode>): Likewise.
8215 * gcc/defaults.h: Define macro TARGET_HAS_BIONIC to 0 - target does
8216 not have Bionic by default
8217 * config/linux.h: Redefine macro TARGET_HAS_BIONIC to (OPTION_BIONIC)
8218 Macro OPTION_BIONIC is defined in this file and provides Bionic
8219 accessibility status
8220
8221 2012-07-25 Steven Bosscher <steven@gcc.gnu.org>
8222
8223 * gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.
8224
8225 2012-07-25 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
8226
8227 btver2 Enablement
8228 * config.gcc (i[34567]86-*-linux* | ...): Add btver2.
8229 (case ${target}): Add btver2.
8230 * config/i386/driver-i386.c (host_detect_local_cpu): Let
8231 -march=native recognize btver2 processors.
8232 * config/i386/i386-c.c (ix86_target_macros_internal): Add
8233 btver2 def_and_undef
8234 * config/i386/i386.c (struct processor_costs btver2_cost): New
8235 btver2 cost table.
8236 (m_BTVER2): New definition.
8237 (m_AMD_MULTIPLE): Includes m_BTVER2.
8238 (initial_ix86_tune_features): Add btver2 tune.
8239 (processor_target_table): Add btver2 entry.
8240 (static const char *const cpu_names): Add btver2 entry.
8241 (software_prefetching_beneficial_p): Add btver2.
8242 (ix86_option_override_internal): Add btver2 instruction sets.
8243 (ix86_issue_rate): Add btver2.
8244 (ix86_adjust_cost): Add btver2.
8245 * config/i386/i386.h (TARGET_BTVER2): New definition.
8246 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver2.
8247 (enum processor_type): Add PROCESSOR_BTVER2.
8248 * config/i386/i386.md (define_attr "cpu"): Add btver2.
8249
8250 2012-07-24 Bill Schmidt <wschmidt@linux.ibm.com>
8251
8252 * doc/tm.texi: Regenerate.
8253 * targhooks.c (default_init_cost): Add prologue and epilogue costs.
8254 (default_add_stmt_cost): Likewise; also handle NULL stmt_info.
8255 (default_finish_cost): Add prologue and epilogue costs.
8256 * targhooks.h (default_add_stmt_cost): Change parameter list.
8257 (default_finish_cost): Likewise.
8258 * target.def (init_cost): Change documentation string.
8259 (add_stmt_cost): Change documentation string and parameter list.
8260 (finish_cost): Likewise.
8261 * target.h (vect_cost_model_location): New enum.
8262 * tree-vectorizer.h (struct _slp_tree): Remove cost substruct.
8263 (struct _slp_instance): Remove cost substruct; rename stmt_cost_vec
8264 to body_cost_vec.
8265 (SLP_INSTANCE_OUTSIDE_OF_LOOP_COST): Remove.
8266 (SLP_INSTANCE_STMT_COST_VEC): Rename to SLP_INSTANCE_BODY_COST_VEC.
8267 (SLP_TREE_OUTSIDE_OF_LOOP_COST): Remove.
8268 (struct _vect_peel_extended_info): Rename stmt_cost_vec to
8269 body_cost_vec.
8270 (struct _stmt_vec_info): Remove cost substruct.
8271 (STMT_VINFO_OUTSIDE_OF_LOOP_COST): Remove.
8272 (stmt_vinfo_set_outside_of_loop_cost): Remove.
8273 (builtin_vectorization_cost): New function.
8274 (vect_get_stmt_cost): Change to use builtin_vectorization_cost.
8275 (add_stmt_cost): Change parameter list.
8276 (finish_cost): Likewise.
8277 (vect_model_simple_cost): Likewise.
8278 (vect_model_store_cost): Likewise.
8279 (vect_model_load_cost): Likewise.
8280 (record_stmt_cost): Likewise.
8281 (vect_get_load_cost): Likewise.
8282 (vect_get_known_peeling_cost): Likewise.
8283 * tree-vect-loop.c (vect_get_known_peeling_cost): Change parameter
8284 list; call record_stmt_cost for prologue and epilogue costs.
8285 (vect_estimate_min_profitable_iters): Call add_stmt_cost for
8286 prologue and epilogue costs; remove computation of vec_outside_cost;
8287 return vec_prologue_cost and vec_epilogue_cost from finish_cost.
8288 (vect_model_reduction_cost): Revise call to add_stmt_cost for body
8289 costs; call add_stmt_cost for prologue and epilogue costs.
8290 (vect_model_induction_cost): Revise call to add_stmt_cost for body
8291 costs; call add_stmt_cost for prologue costs.
8292 * tree-vect-data-refs.c (vect_get_data_access_cost): Change parameter
8293 list for function and arguments for calls to vect_get_load_cost and
8294 vect_get_store_cost.
8295 (vect_peeling_hash_get_lowest_cost): Change argument list for calls to
8296 vect_get_data_access_cost and vect_get_known_peeling_cost; use
8297 temporary vectors prologue_cost_vec and epilogue_cost_vec for the
8298 latter call and discard their results; rename stmt_cost_vec to
8299 body_cost_vec; correct possible storage leak for body_cost_vec.
8300 (vect_peeling_hash_choose_best_peeling): Rename stmt_cost_vec to
8301 body_cost_vec.
8302 (vect_enhance_data_refs_alignment): Rename stmt_cost_vec to
8303 body_cost_vec; add extra dummy parameter on calls to
8304 vect_get_data_access_cost; tolerate null si->stmt; add vect_body to
8305 argument list on call to add_stmt_cost.
8306 * tree-vect-stmts.c (record_stmt_cost): Change parameter list;
8307 rename stmt_cost_vec to body_cost_vec; tolerate null stmt_info; call
8308 builtin_vectorization_cost; add "where" parameter on call to
8309 add_stmt_cost.
8310 (vect_model_simple_cost): Change parameter list; call record_stmt_cost
8311 for prologue costs; remove call to stmt_vinfo_set_outside_of_loop_cost;
8312 rename stmt_cost_vec to body_cost_vec.
8313 (vect_model_promotion_demotion_cost): Add vect_body argument to call
8314 to add_stmt_cost; call add_stmt_cost for prologue costs; remove call
8315 to stmt_vinfo_set_outside_of_loop_cost.
8316 (vect_model_store_cost): Change parameter list; call record_stmt_cost
8317 for prologue costs; add vect_body argument to call to record_stmt_cost;
8318 rename stmt_cost_vec to body_cost_vec; remove call to
8319 stmt_vinfo_set_outside_of_loop_cost.
8320 (vect_get_store_cost): Rename stmt_cost_vec to body_cost_vec; add
8321 vect_body argument to calls to record_stmt_cost.
8322 (vect_model_load_cost): Change parameter list; rename stmt_cost_vec to
8323 body_cost_vec; add vect_body argument to calls to record_stmt_cost;
8324 remove call to stmt_vinfo_set_outside_of_loop_cost.
8325 (vect_get_load_cost): Change parameter list; rename stmt_cost_vec to
8326 body_cost_vec; add vect_body argument to calls to record_stmt_cost;
8327 call record_stmt_cost for prologue costs.
8328 (vectorizable_store): Change argument list for call to
8329 vect_model_store_cost.
8330 (vectorizable_load): Change argument list for call to
8331 vect_model_load_cost.
8332 (new_stmt_vec_info): Remove assignment to
8333 STMT_VINFO_OUTSIDE_OF_LOOP_COST.
8334 * config/spu/spu.c (spu_init_cost): Add prologue and epilogue costs.
8335 (spu_add_stmt_cost): Likewise; also handle NULL stmt_info.
8336 (spu_finish_cost): Add prologue and epilogue costs.
8337 * config/i386/i386.c (i386_init_cost): Add prologue and epilogue costs.
8338 (i386_add_stmt_cost): Likewise; also handle NULL stmt_info.
8339 (i386_finish_cost): Add prologue and epilogue costs.
8340 * config/rs6000/rs6000.c (rs6000_init_cost): Add prologue and epilogue
8341 costs.
8342 (rs6000_add_stmt_cost): Likewise; also handle NULL stmt_info.
8343 (rs6000_finish_cost): Add prologue and epilogue costs.
8344 * tree-vect-slp.c (vect_free_slp_instance): Rename
8345 SLP_INSTANCE_STMT_COST_VEC to SLP_INSTANCE_BODY_COST_VEC.
8346 (vect_create_new_slp_node): Remove assignment to
8347 SLP_TREE_OUTSIDE_OF_LOOP_COST.
8348 (vect_get_and_check_slp_defs): Change parameter list; change argument
8349 lists to calls to vect_model_store_cost and vect_model_simple_cost.
8350 (vect_build_slp_tree): Change parameter list; change argument lists
8351 to calls to vect_model_load_cost, vect_get_and_check_slp_defs, and
8352 recursive self-calls; remove setting of outside_cost from
8353 SLP_TREE_OUTSIDE_OF_LOOP_COST; add vect_body argument to call to
8354 record_stmt_cost.
8355 (vect_analyze_slp_instance): Rename stmt_cost_vec to body_cost_vec;
8356 rename SLP_INSTANCE_STMT_COST_VEC to SLP_INSTANCE_BODY_COST_VEC;
8357 remove assignment to SLP_INSTANCE_OUTSIDE_OF_LOOP_COST; record SLP
8358 prologue costs.
8359 (vect_bb_vectorization_profitable_p): Rename stmt_cost_vec to
8360 body_cost_vec; handle null ci->stmt; add vect_body argument to call
8361 to add_stmt_cost; simplify calls to targetm.vectorize.
8362 builtin_vectorization_cost; return vec_prologue_cost and
8363 vec_epilogue_cost from finish_cost.
8364 (vect_update_slp_costs_according_to_vf): Rename stmt_cost_vec to
8365 body_cost_vec; add vect_body argument to call to add_stmt_cost.
8366
8367 2012-07-24 Richard Henderson <rth@redhat.com>
8368
8369 * system.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Poison.
8370 * config/cris/cris.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
8371 * config/h8300/h8300.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
8372 * config/mn10300/mn10300.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
8373 * config/rs6000/rs6000.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove
8374 comment reference.
8375 * config/v850/v850.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
8376 * config/v850/v850.md (fixuns_truncsfsi2, fixuns_truncdfsi2): New.
8377 (fix_truncsfsi2, fix_truncdfsi2): Avoid double FIX.
8378 * config/vax/vax.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
8379 * config/vax/vax.md (fixuns_trunc<VAXfp><VAXint>): New.
8380 * doc/tm.texi.in (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
8381 * doc/tm.texi: Rebuild.
8382
8383 2012-07-24 Richard Henderson <rth@redhat.com>
8384
8385 * optabs.def: New file.
8386 * Makefile.in (OPTABS_H): Add insn-opinit.h.
8387 (MOSTLYCLEANFILES): Likewise.
8388 (insn-opinit.o): Remove reload.h
8389 (simple_rtl_generated_c): Remove insn-opinit.c.
8390 (s-opinit): New rule.
8391 (build/genopinit.o): Add optabs.def.
8392 * genopinit.c (rtx_upname): New.
8393 (optabs): Extract to optabs.def
8394 (enum optab_tag, struct optab_def_d, optabs): New.
8395 (struct pattern_d, patterns): New.
8396 (match_pattern): Split out from ...
8397 (gen_insn): ... here. Push matches on patterns vec.
8398 (pattern_cmp, optab_kind_cmp, optab_rcode_cmp): New.
8399 (header_file_name, source_file_name, handle_arg): New.
8400 (open_outfile): New.
8401 (main): Sort and emit new tables. Generate lookup_handler,
8402 raw_optab_handler, swap_optab_enable.
8403 * libfuncs.h (libfunc_entry): Change "size_t optab" to "optab op".
8404 * optabs.c (code_to_optab_): Remove.
8405 (hash_libfunc): Update for optab name change.
8406 (eq_libfunc): Likewise.
8407 (convert_optab_libfunc): Update computation of optab member;
8408 use the new convlib_def table.
8409 (optab_libfunc): Similarly.
8410 (set_optab_libfunc, set_conv_libfunc): Likewise.
8411 (sign_expand_binop): Use swap_optab_enable instead of fake optabs.
8412 (init_insn_codes, init_optab, init_optabv, init_convert_optab): Remove.
8413 (init_optabs): Don't call them; export the data to optabs.def.
8414 (gen_int_libfunc, gen_fp_libfunc): Export non-static.
8415 (gen_fixed_libfunc, gen_signed_fixed_libfunc): Likewise.
8416 (gen_unsigned_fixed_libfunc, gen_int_fp_libfunc): Likewise.
8417 (gen_intv_fp_libfunc, gen_int_fp_fixed_libfunc): Likewise.
8418 (gen_int_fp_signed_fixed_libfunc, gen_int_fixed_libfunc): Likewise.
8419 (gen_int_signed_fixed_libfunc): Likewise.
8420 (gen_int_unsigned_fixed_libfunc): Likewise.
8421 (gen_interclass_conv_libfunc, gen_int_to_fp_conv_libfunc): Likewise.
8422 (gen_ufloat_conv_libfunc): Likewise.
8423 (gen_int_to_fp_nondecimal_conv_libfunc): Likewise.
8424 (gen_fp_to_int_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
8425 (gen_trunc_conv_libfunc, gen_extend_conv_libfunc): Likewise.
8426 (gen_fract_conv_libfunc, gen_fractuns_conv_libfunc): Likewise.
8427 (gen_satfract_conv_libfunc, gen_satfractuns_conv_libfunc): Likewise.
8428 (debug_optab_libfuncs): Update for optab representation change.
8429 * optabs.h: Include insn-opinit.h.
8430 (optab, convert_optab, direct_optab): New typedefs.
8431 (struct optab_handlers, struct widening_optab_handlers): Remove.
8432 (struct optab_libcall_d): Rename from optab_d; remove code_,
8433 handlers, widening members.
8434 (struct convert_optab_libcall_d): Rename from convert_optab_d;
8435 remove code_ and handlers members.
8436 (enum optab_index, enum convert_optab_index): Remove.
8437 (enum direct_optab_index): Remove.
8438 (code_to_optab_): Fix array range.
8439 (optab_to_code): Covert to inline function.
8440 (optab_to_code_, convlib_def, normlib_def): Declare.
8441 (raw_optab_handler, swap_optab_enable): Declare.
8442 (unknown_optab): Remove; export to optabs.def
8443 (ssadd_optab, usadd_optab, sssub_optab, ussub_optab, ssmul_optab,
8444 usmul_optab, ssdiv_optab, usdiv_optab, ssneg_optab, usneg_optab,
8445 ssashl_optab, usashl_optab, add_optab, sub_optab, smul_optab,
8446 addv_optab, subv_optab, smul_highpart_optab, umul_highpart_optab,
8447 smul_widen_optab, umul_widen_optab, usmul_widen_optab,
8448 smadd_widen_optab, umadd_widen_optab, ssmadd_widen_optab,
8449 usmadd_widen_optab, smsub_widen_optab, umsub_widen_optab,
8450 ssmsub_widen_optab, usmsub_widen_optab, sdiv_optab, smulv_optab,
8451 sdivv_optab, sdivmod_optab, udiv_optab, udivmod_optab, smod_optab,
8452 umod_optab, fmod_optab, remainder_optab, ftrunc_optab, and_optab,
8453 ior_optab, xor_optab, ashl_optab, lshr_optab, ashr_optab, rotl_optab,
8454 rotr_optab, vashl_optab, vlshr_optab, vashr_optab, vrotl_optab,
8455 vrotr_optab, smin_optab, smax_optab, umin_optab, umax_optab, pow_optab,
8456 atan2_optab, fma_optab, fms_optab, fnma_optab, fnms_optab, mov_optab,
8457 movstrict_optab, movmisalign_optab, storent_optab, neg_optab,
8458 negv_optab, abs_optab, absv_optab, one_cmpl_optab, bswap_optab,
8459 ffs_optab, clz_optab, ctz_optab, clrsb_optab, popcount_optab,
8460 parity_optab, sqrt_optab, sincos_optab, sin_optab, asin_optab,
8461 cos_optab, acos_optab, exp_optab, exp10_optab, exp2_optab, expm1_optab,
8462 ldexp_optab, scalb_optab, significand_optab, logb_optab, ilogb_optab,
8463 log_optab, log10_optab, log2_optab, log1p_optab, floor_optab,
8464 ceil_optab, btrunc_optab, round_optab, nearbyint_optab, rint_optab,
8465 tan_optab, atan_optab, copysign_optab, signbit_optab, isinf_optab,
8466 cmp_optab, ucmp_optab, eq_optab, ne_optab, gt_optab, ge_optab,
8467 lt_optab, le_optab, unord_optab, strlen_optab, cbranch_optab,
8468 cmov_optab, cstore_optab, ctrap_optab, push_optab, addcc_optab,
8469 reduc_smax_optab, reduc_umax_optab, reduc_smin_optab, reduc_umin_optab,
8470 reduc_splus_optab, reduc_uplus_optab, ssum_widen_optab,
8471 usum_widen_optab, sdot_prod_optab, udot_prod_optab, vec_set_optab,
8472 vec_extract_optab, vec_init_optab, vec_shl_optab, vec_shr_optab,
8473 vec_realign_load_optab, vec_widen_umult_hi_optab,
8474 vec_widen_umult_lo_optab, vec_widen_smult_hi_optab,
8475 vec_widen_smult_lo_optab, vec_widen_umult_even_optab,
8476 vec_widen_umult_odd_optab, vec_widen_smult_even_optab,
8477 vec_widen_smult_odd_optab, vec_widen_ushiftl_hi_optab,
8478 vec_widen_ushiftl_lo_optab, vec_widen_sshiftl_hi_optab,
8479 vec_widen_sshiftl_lo_optab, vec_unpacks_hi_optab, vec_unpacks_lo_optab,
8480 vec_unpacku_hi_optab, vec_unpacku_lo_optab, vec_unpacks_float_hi_optab,
8481 vec_unpacks_float_lo_optab, vec_unpacku_float_hi_optab,
8482 vec_unpacku_float_lo_optab, vec_pack_trunc_optab, vec_pack_ssat_optab,
8483 vec_pack_usat_optab, vec_pack_sfix_trunc_optab,
8484 vec_pack_ufix_trunc_optab, powi_optab, sync_compare_and_swap_optab,
8485 sync_lock_test_and_set_optab, sync_old_add_optab, sync_old_sub_optab,
8486 sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab,
8487 sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab,
8488 sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab,
8489 sync_new_nand_optab, sext_optab, zext_optab, trunc_optab, sfix_optab,
8490 ufix_optab, sfixtrunc_optab, ufixtrunc_optab, sfloat_optab,
8491 ufloat_optab, lrint_optab, lround_optab, lfloor_optab, lceil_optab,
8492 fract_optab, fractuns_optab, satfract_optab, satfractuns_optab,
8493 vec_load_lanes_optab, vec_store_lanes_optab, vcond_optab, vcondu_optab,
8494 movcc_optab, reload_in_optab, reload_out_optab, movmem_optab,
8495 setmem_optab, cmpstr_optab, cmpstrn_optab, cmpmem_optab,
8496 sync_lock_release_optab, sync_add_optab, sync_sub_optab,
8497 sync_ior_optab, sync_and_optab, sync_xor_optab, sync_nand_optab,
8498 atomic_exchange_optab, atomic_compare_and_swap_optab,
8499 atomic_load_optab, atomic_store_optab, atomic_add_fetch_optab,
8500 atomic_sub_fetch_optab, atomic_and_fetch_optab,
8501 atomic_nand_fetch_optab, atomic_xor_fetch_optab, atomic_or_fetch_optab,
8502 atomic_fetch_add_optab, atomic_fetch_sub_optab, atomic_fetch_and_optab,
8503 atomic_fetch_nand_optab, atomic_fetch_xor_optab, atomic_fetch_or_optab,
8504 atomic_add_optab, atomic_sub_optab, atomic_and_optab,
8505 atomic_nand_optab, atomic_xor_optab, atomic_or_optab,
8506 atomic_always_lock_free_optab, atomic_is_lock_free_optab,
8507 atomic_thread_fence_optab, atomic_signal_fence_optab,
8508 vec_perm_optab, vec_perm_const_optab): Likewise.
8509 (struct target_optabs): Remove x_optab_table, x_convert_optab_table,
8510 and x_direct_optab_table members; add pat_enable.
8511 (optab_table, convert_optab_table, direct_optab_table): Remove.
8512 (optab_handler): Use raw_optab_handler.
8513 (widening_optab_handler, convert_optab_handler): Likewise.
8514 (set_optab_handler, set_widening_optab_handler): Remove.
8515 (set_convert_optab_handler, set_direct_optab_handler): Remove.
8516 (direct_optab_handler): Defer to optab_handler.
8517 * rtl.h (NON_GENERATOR_NUM_RTX_CODE): New.
8518
8519 2012-07-24 Jason Merrill <jason@redhat.com>
8520
8521 * bitmap.c (bitmap_descriptor): Adjust order of parameters to
8522 match MEM_STAT_DECL.
8523 * statistics.h (ALONE_FINAL_MEM_STAT_DECL): Correct typo.
8524
8525 2012-07-24 Richard Henderson <rth@redhat.com>
8526
8527 * optabs.h (struct optab_d): Rename code member to code_.
8528 (struct convert_optab_h): Likewise.
8529 (code_to_optab_): Rename from code_to_optab.
8530 (code_to_optab, optab_to_code): New.
8531 * dojump.c (do_compare_rtx_and_jump): Use code_to_optab.
8532 * ifcvt.c (noce_emit_move_insn): Likewise.
8533 * optabs.c (simplify_expand_binop): Use optab_to_code.
8534 (expand_simple_binop, shift_optab_p, commutative_optab_p): Likewise.
8535 (avoid_expensive_constant, expand_binop_directly): Likewise.
8536 (expand_binop, expand_simple_unop, expand_unop_direct): Likewise.
8537 (expand_unop, prepare_float_lib_cmp, expand_fixed_convert): Likewise.
8538 (have_insn_for, debug_optab_libfuncs): Likewise.
8539 (init_optab, init_optabv, init_convert_optab): Update for optab
8540 member name change.
8541
8542 * libfuncs.h: Include optabs.h.
8543 * dwarf2out.c, lto-streamer.in.c: Don't include libfuncs.h.
8544 * Makefile.in (LIBFUNCS_H): Add OPTABS_H.
8545 (lto-streamer-in.o, dwarf2out.o): Update deps.
8546
8547 * optabs.h (unknown_optab): New.
8548 * builtins.c (interclass_mathfn_icode): Use it.
8549 * dojump.c (do_compare_rtx_and_jump): Likewise.
8550 * optabs.c (optab_for_tree_code, expand_binop): Likewise.
8551 * tree-vect-generic.c (add_rshift, expand_vector_divmod): Likewise.
8552 (expand_vector_operations_1): Likewise.
8553 * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
8554 * tree-vect-stmts.c (supportable_narrowing_operation): Likewise.
8555
8556 2012-07-24 Steven Bosscher <steven@gcc.gnu.org>
8557
8558 * alloc-pool.c (create_alloc_pool): Fix ENABLE_CHECKING check.
8559
8560 2012-07-24 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
8561
8562 PR target/54051
8563 * config/arm/arm.c (arm_print_operand_address): Remove superfluous
8564 printing of 0.
8565 * config/arm/neon.md ("neon_vld3_lane<mode>":VD): Remove alignment
8566 specifier.
8567 ("neon_vld3_lane<mode>":VMQ): Likewise.
8568 ("neon_vld3_dup<mode>":VDX): Likewise.
8569 ("neon_vst3_lane<mode>":VD): Likewise.
8570 ("neon_vst3_lane<mode>":VMQ): Likewise.
8571
8572 2012-07-24 Roland McGrath <mcgrathr@google.com>
8573
8574 * arm.c (arm_get_frame_offsets): Don't use fixed regs for
8575 stack alignment padding.
8576
8577 2012-07-24 Uros Bizjak <ubizjak@gmail.com>
8578
8579 PR target/53961
8580 * config/i386/i386.c (ix86_legitimate_address_p): Move check for
8581 negative constant address for TARGET_X32 ...
8582 (ix86_decompose_address): ... here. Reject constant addresses
8583 that don't satisfy x86_64_immediate_operand predicate.
8584
8585 2012-07-24 Julian Brown <julian@codesourcery.com>
8586
8587 * doc/sourcebuild.texi (arm_hf_eabi): Document effective-target check.
8588
8589 2012-07-24 Steven Bosscher <steven@gcc.gnu.org>
8590
8591 * sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.
8592 Move test to check that there is a popcount function for the the number
8593 of bits in SBITMAP_ELT_BITS to sbitmap.c.
8594 * sbitmap.c: Test SBITMAP_ELT_BITS, not HOST_BITS_PER_WIDEST_FAST_INT.
8595 MEM_STAT_INFO): Define in terms of their ALONE counterparts.
8596
8597 * configure.ac (GATHER_STATISTICS): Always define, non-zero if enabled.
8598 * configure: Regenerate.
8599 * statistics.h (GATHER_STATISTICS): Error out if it is not defined.
8600 (GCC_MEM_STAT_ARGUMENTS): New define.
8601 (ALONE_MEM_STAT_DECL): Define in terms of GCC_MEM_STAT_ARGUMENTS.
8602 (ALONE_FINAL_MEM_STAT_DECL, ALONE_FINAL_PASS_MEM_STAT): New defines.
8603 (MEM_STAT_DECL, FINAL_MEM_STAT_DECL, PASS_MEM_STAT,
8604 FINAL_PASS_MEM_STAT): Define.
8605 * ggc-internal.h (ggc_record_overhead): Use FINAL_MEM_STAT_DECL.
8606 * ggc.h (ggc_record_overhead, ggc_free_overhead,
8607 ggc_prune_overhead_list): Remove internal prototypes, they are defined
8608 already in ggc-internal.h.
8609 * ggc-common.c (struct loc_descriptor): Remove #ifdef GATHER_STATISTICS
8610 wrappers.
8611 (add_statistics): Likewise.
8612 (dump_ggc_loc_statistics): Likewise. Return if GATHER_STATISTICS is 0.
8613 * ggc-zone.c (struct page_entry): Remove #ifdef GATHER_STATISTICS
8614 wrappers around "survived" and "stats" members.
8615 (alloc_large_page): Always initialize survived.
8616 (ggc_internal_alloc_zone_stat): Likewise.
8617 Remove #ifdef GATHER_STATISTICS wrappers. Record overhead if
8618 GATHER_STATISTICS is non-0.
8619 (ggc_free): Convert #ifdef GATHER_STATISTICS to if-code.
8620 (sweep_pages): Always increase survived.
8621 (ggc_collect_1): Convert #ifdef GATHER_STATISTICS to if-code.
8622 (calculate_average_page_survival): Always define.
8623 (ggc_collect): Convert #ifdef GATHER_STATISTICS to if-code.
8624 (ggc_print_statistics): Likewise.
8625 (ggc_pch_read): Likewise.
8626 * ggc-page.c (struct globals): Always define "stats" member.
8627 (ggc_internal_alloc_stat): Convert #ifdef GATHER_STATISTICS to if-code.
8628 (ggc_free): Likewise.
8629 (ggc_collec): Likewise.
8630 (ggc_print_statistics): Likewise.
8631 * bitmap.h (struct bitmap_head_def): Always define "desc" member.
8632 (bitmap_initialize_stat): Convert #ifdef GATHER_STATISTICS to if-code.
8633 * gimple.h (enum gimple_alloc_kind): Always define.
8634 (gimple_alloc_kind): Likewise.
8635 * tree-flow.h (phinodes_print_statistics): Always define.
8636 (ssanames_print_statistics): Likewise.
8637 * vec.h (vec_heap_free): Always define.
8638 (VEC_stack_alloc): Define if GATHER_STATISTICS is non-0.
8639 * alloc-pool.c (alloc_pool_descriptor): Always define.
8640 (create_alloc_pool): Convert #ifdef GATHER_STATISTICS to if-code.
8641 (empty_alloc_pool): Likewise.
8642 (pool_alloc): Likewise.
8643 (pool_free): Likewise.
8644 (dump_alloc_pool_statistics): Likewise.
8645 (print_statistics): Always define.
8646 * bitmap.c (struct bitmap_descriptor): Always define.
8647 (bitmap_register): Pass ALONE_FINAL_PASS_MEM_STAT.
8648 (register_overhead): Always define.
8649 (bitmap_element_free): Convert #ifdef GATHER_STATISTICS to if-code.
8650 (bitmap_element_allocate): Likewise.
8651 (bitmap_elt_clear_from): Likewise.
8652 (bitmap_obstack_alloc_stat): Likewise.
8653 (bitmap_gc_alloc_stat): Likewise.
8654 (bitmap_obstack_free): Likewise.
8655 (bitmap_find_bit): Likewise.
8656 (bitmap_ior_and_into): Likewise.
8657 (bitmap_print): Likewise.
8658 (dump_bitmap_statistics): Likewise. Return if GATHER_STATISTICS is 0.
8659 * gimple.c (gimple_alloc_counts, gimple_alloc_sizes): Always define.
8660 (gimple_alloc_kind_names): Likewise.
8661 (gimple_alloc_stat): Convert #ifdef GATHER_STATISTICS to if-code.
8662 (dump_gimple_statistics): Likewise. Return if GATHER_STATISTICS is 0.
8663 * rtl.c (rtx_alloc_counts, rtx_alloc_sizes, rtvec_alloc_counts,
8664 rtvec_alloc_sizes): Always define.
8665 (rvec_alloc): Convert #ifdef GATHER_STATISTICS to if-code.
8666 (rtx_alloc_stat): Likewise.
8667 (dump_rtx_statistics): Likewise. Return if GATHER_STATISTICS is 0.
8668 * tree.c (_obstack_allocated_p, tree_code_counts, tree_node_counts,
8669 tree_node_sizes, tree_node_kind_names): Always define.
8670 (record_node_allocation_statistics): Convert #ifdef GATHER_STATISTICS
8671 to if-code.
8672 (type_hash_canon): Likewise.
8673 (dump_tree_statistics): Likewise.
8674 * tree-ssanames.c (ssa_name_nodes_reused, ssa_name_nodes_created):
8675 Always define.
8676 (ssanames_print_statistics): Likewise.
8677 (make_ssa_name_fn): Convert #ifdef GATHER_STATISTICS to if-code.
8678 * tree-phinodes.c (phi_nodes_reused, phi_nodes_created): Always define.
8679 (phinodes_print_statistics): Likewise.
8680 (allocate_phi_node): Convert #ifdef GATHER_STATISTICS to if-code.
8681 * vec.c (struct vec_descriptor): Always define.
8682 (hash_descriptor, eq_descriptor, ptr_hash_entry, hash_ptr, eq_ptr,
8683 vec_descriptor, rester_overhead, free_overhead): Likewise.
8684 (cmp_statistic): Likewise.
8685 (vec_heap_free): Convert #ifdef GATHER_STATISTICS to if-code.
8686 (vec_heap_o_reserve_1): Likewise.
8687 (dump_vec_loc_statistics): Likewise.
8688
8689 2012-07-24 Richard Guenther <rguenther@suse.de>
8690
8691 PR tree-optimization/53616
8692 * tree-loop-distribution.c (ldist_gen): Do not change
8693 partition ordering when merging partitions.
8694
8695 2012-07-24 Alan Modra <amodra@gmail.com>
8696
8697 PR target/53914
8698 PR target/54009
8699 * config/rs6000/constraints.md (Y): Use mem_operand_gpr.
8700 * config/rs6000/predicates.md (word_offset_memref_operand): Delete.
8701 Adjust all rs6000_legitimate_offset_address_p calls.
8702 * config/rs6000/rs6000-protos.h (mem_operand_gpr): Declare.
8703 (rs6000_secondary_reload_gpr): Declare.
8704 (rs6000_legitimate_offset_address_p): Update prototype.
8705 (rs6000_offsettable_memref_p): Delete.
8706 (rs6000_secondary_reload_ppc64): Delete.
8707 * config/rs6000/rs6000.c (address_offset): New function.
8708 (mem_operand_gpr): Likewise.
8709 (rs6000_legitimate_offset_address_p): Add worst_case param. When
8710 not worst_case assume class of regs with least restrictive offsets.
8711 Adjust all calls.
8712 (legitimate_lo_sum_address_p): Simplify register mode tests.
8713 (rs6000_legitimize_address): Likewise. Assume best case offset
8714 addressing. Combine ELF and MACHO lo_sum code.
8715 (rs6000_mode_dependent_address): Correct offset addressing limits.
8716 (rs6000_offsettable_memref_p): Make static, add reg_mode param.
8717 Use reg_mode to help rs6000_legitimate_offset_address_p.
8718 (rs6000_secondary_reload): Use address_offset. Handle 32-bit multi
8719 gpr load/store when offset too large.
8720 (rs6000_secondary_reload_gpr): Renamed rs6000_secondary_reload_ppc64.
8721 (rs6000_split_multireg_move): Adjust rs6000_offsettable_memref_p calls.
8722 * config/rs6000/rs6000.md (movdf_hardfloat32): Use 'Y' constraint
8723 for gpr load/store. Order alternatives as r->Y,Y->r,r->r and
8724 d->m,m->d,d->d. Correct size of gpr load/store.
8725 (movdf_softfloat32): Use 'Y' constraint for gpr load/store. Order
8726 alternatives.
8727 (movti_ppc64): Likewise.
8728 (movdi_internal32): Likewise. Also disparage fprs.
8729 (movdi_mfpgpr, movdi_internal64): Likewise.
8730 (movtf_internal): Use 'm' for fpr load/store. Order alternatives.
8731 (movtf_softfloat): Order alternatives.
8732 (extenddftf2_internal): Use 'm' and 'Y' for store.
8733 (movti_power, movti_string): Use 'Y' for gpr load/store. Order.
8734 (stack_protect_setdi, stack_protect_testdi): Likewise.
8735 (movdf_hardfloat64_mfpgpr, movdf_hardfloat64): Order alternatives.
8736 (movdf_softfloat64): Likewise.
8737 (reload_<mode>_store): Adjust reload_di_store to provide
8738 reload_si_store as well.
8739 (reload_<mode>_load): Likewise.
8740
8741 2012-07-23 Oleg Endo <olegendo@gcc.gnu.org>
8742
8743 PR target/51244
8744 * config/sh/predicates.md (general_movsrc_operand,
8745 general_movdst_operand): Reject T_REG.
8746 * config/sh/sh.md (*extendqisi2_compact_reg, *extendhisi2_compact_reg,
8747 movsi_i, movsi_ie, movsi_i_lowpart, *movqi_reg_reg, *movhi_reg_reg):
8748 Remove T_REG alternatives.
8749 (*negtstsi): New insn.
8750
8751 2012-07-23 Oleg Endo <olegendo@gcc.gnu.org>
8752
8753 PR target/53511
8754 * config/sh/sh.md (mulsf3_ie): Delete.
8755 (mulsf3_i4): Rename to mulsf3_i.
8756 (mulsf3): Emit mulsf3_i insn.
8757
8758 2012-07-23 Oleg Endo <olegendo@gcc.gnu.org>
8759
8760 * config/sh/sh.md (addc1, subc1): Delete.
8761 (adddi3_compact): Use addc instead of addc1.
8762 (subdi3_compact): Use subc instead of subc1.
8763
8764 2012-07-23 Uros Bizjak <ubizjak@gmail.com>
8765
8766 * config/i386/i386-protos.h (ix86_lea_outperforms): Remove prototype.
8767 * config/i386/i386.c (ix86_lea_outperforms): Make static. Make
8768 split_cost argument signed.
8769 (ix86_avoid_lea_for_add): Cleanup.
8770 (ix86_use_lea_for_mov): Use INVALID_REGNUM instead of -1.
8771 (ix86_avoid_lea_for_addr): Ditto. Make split_cost signed.
8772 Use gen_lowpart instead of gen_rtx_SUBREG. Cleanup.
8773
8774 2012-07-23 Ulrich Weigand <ulrich.weigand@linaro.org>
8775
8776 * config/arm/arm.c (arm_reorg): Ensure all insns are split.
8777
8778 2012-07-23 Uros Bizjak <ubizjak@gmail.com>
8779
8780 PR target/53961
8781 * config/i386/i386.md (*lea): Add asserts to detect invalid addresses.
8782 * config/i386/i386.c (ix86_print_operand_address): Ditto.
8783 (ix86_decompose_address): Allow (zero_extend:DI (subreg:SI (...)))
8784 addresses. Prevent zero extensions of CONST_INT operands.
8785
8786 2012-07-23 Steven Bosscher <steven@gcc.gnu.org>
8787
8788 * sbitmap.h (struct int_list): Remove.
8789 (sbitmap_intersect_of_predsucc, sbitmap_union_of_predsucc):
8790 Remove prototypes of non-existing function.
8791 (sbitmap_intersect_of_predecessors, sbitmap_intersect_of_successors,
8792 sbitmap_union_of_predecessors, sbitmap_union_of_successors): Remove
8793 unused defines.
8794 (sbitmap_intersection_of_succs, sbitmap_intersection_of_preds,
8795 sbitmap_union_of_succs, sbitmap_union_of_preds): Move prototypes to...
8796 * basic-block.h: ... here.
8797 * sbitmap.c: Do not include basic-block.h.
8798 (sbitmap_intersection_of_succs, sbitmap_intersection_of_preds,
8799 sbitmap_union_of_succs, sbitmap_union_of_preds): Move functions to...
8800 * cfganal.c: ... here.
8801 * bt-load.c (compute_out, link_btr_uses): Update for above changes.
8802 * gcse.c (compute_code_hoist_vbeinout): Likewise.
8803 * lcm.c (compute_antinout_edge, compute_available): Likewise.
8804 * Makefile.in: Fix sbitmap.o dependencies.
8805
8806 2012-07-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
8807 Nick Clifton <nickc@redhat.com>
8808
8809 * config/frv/frv-protos.h (frv_ifcvt_machdep_init): Prototype.
8810 * config/frv/frv.c (frv_ifcvt_machdep_init): Change type of
8811 (unused) parameter to void *.
8812
8813 2012-07-23 Richard Guenther <rguenther@suse.de>
8814
8815 * tree-ssa-alias.c (dump_alias_info): Walk over local decls
8816 instead of referenced vars.
8817
8818 2012-07-23 Steven Bosscher <steven@gcc.gnu.org>
8819
8820 * coverage.c: Refer to "notes file" instead of "graph file"
8821 in all comments. Explain history of bbg prefix.
8822 * gcov-io.h: Likewise.
8823 * gcov.c: Likewise.
8824 (find_source): Likewise in fnotice.
8825 (read_graph_file): Likewise.
8826 (read_count_file): Likewise.
8827 * doc/gcov.texi: Document -fprofile-dir flag. Add "notes file"
8828 and "data file" explicitly in the explanation of the files.
8829
8830 2012-07-22 Steven Bosscher <steven@gcc.gnu.org>
8831
8832 PR tree-optimization/53881
8833 * tree-cfg.c (group_case_labels_stmt): Look up the basic block
8834 for each label and compare them instead of labels.
8835
8836 2012-07-22 Steven Bosscher <steven@gcc.gnu.org>
8837
8838 * opts.c (common_handle_option): Do not set
8839 flag_value_profile_transformations for -fprofile-generate.
8840 * profile.c (instrument_values): Use COUNTER_FOR_HIST_TYPE.
8841 (BB_TO_GCOV_INDEX): Remove.
8842 (output_location): Don't use it.
8843 (branch_prob): Likewise. Don't fiddle with the index of
8844 ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR. Use clear_aux_for_blocks.
8845 (find_spanning_tree):
8846 * gcov.c (struct function_info): Document that blocks 0 and 1
8847 are the entry resp. exit blocks in gcov, too, like in GCC itself.
8848 (solve_flow_graph): Use ENTRY_BLOCK and EXIT_BLOCK for special
8849 blocks identification.
8850 (output_lines): Likewise.
8851 * value-prof.c (gimple_value_profile_transformations): Do not
8852 test flag_value_profile_transformations again.
8853 (gimple_ic_transform): Take a gimple_stmt_iterator like all other
8854 transformation functions.
8855 (gimple_values_to_profile):
8856 Don't test flag_value_profile_transformations
8857 * tree-profile.c (tree_profiling): Assert that the cgraph is in
8858 the CGRAPH_STATE_IPA_SSA state.
8859 Do not set, or look at, after_tree_profile.
8860 * function.h (struct function): Remove after_tree_profile bit.
8861 * omp-low.c (expand_omp_taskreg): Don't set after_tree_profile.
8862 * tree-inline.c (initialize_cfun): Don't copy it.
8863 * lto-streamer-out.c (output_struct_function_base): Don't stream it.
8864 * lto-streamer-in.c (input_struct_function_base): Likewise.
8865
8866 2012-07-22 Oleg Endo <olegendo@gcc.gnu.org>
8867
8868 * config/sh/sh.h (TARGET_DYNSHIFT): New macro.
8869 (SH_DYNAMIC_SHIFT_COST): Use it.
8870 * config/sh/sh.c (expand_ashiftrt, shl_sext_kind): Likewise.
8871 (sh_dynamicalize_shift_p): Add TARGET_DYNSHIFT condition.
8872 Add sanity check for input value. Add function description.
8873 * config/sh/sh.md (ashlsi3, ashlsi3_std, ashrsi3_d, lshrsi3,
8874 lshrsi3_d): Use TARGET_DYNSHIFT.
8875
8876 2012-07-22 Oleg Endo <olegendo@gcc.gnu.org>
8877
8878 * config/sh/sh.md (negc): Delete expander.
8879 (*negc): Rename insn to negc.
8880
8881 2012-07-22 Uros Bizjak <ubizjak@gmail.com>
8882
8883 PR target/53961
8884 * config/i386/i386.md (*lea): New insn pattern.
8885 (*lea_1): Remove.
8886 (*lea<mode>_2): Ditto.
8887 (*lea_{3,4,5,6}_zext): Ditto.
8888 * config/i386/predicates.md (lea_address_operand): Do not reject
8889 zero-extended address operands.
8890 * config/i386/constraints.md (j): Remove address constraint.
8891 * config/i386/i386.c (ix86_decompose_address): Allow SImode subreg
8892 of an address.
8893 (ix86_print_operand_address): Handle SImode subreg of an address.
8894 (ix86_avoid_lea_for_addr): Reject zero-extended addresses for now.
8895
8896 2012-07-22 Hans-Peter Nilsson <hp@axis.com>
8897
8898 Emit executable-stack note correctly for CRIS targets.
8899 * config/cris/cris.c (cris_file_end): New function.
8900 (TARGET_ASM_FILE_END): Define.
8901
8902 2012-07-22 Chung-Lin Tang <cltang@codesourcery.com>
8903 Maxim Kuvyrkov <maxim@codesourcery.com>
8904 NetLogic Microsystems Inc.
8905
8906 * config/mips/mips.c (mips_issue_rate): Handle XLP.
8907 * config/mips/mips.md: Include xlp.md.
8908 * config/mips/xlp.md: New file.
8909
8910 2012-07-21 Steven Bosscher <steven@gcc.gnu.org>
8911
8912 PR gcov-profile/32543
8913 * profile.c (branch_prob): Update total_num_edges_instrumented and
8914 report the number of edges to instrument.
8915
8916 2012-07-21 Oleg Endo <olegendo@gcc.gnu.org>
8917
8918 * config/sh/sh.md: Correct comment regarding clrt and sett insns.
8919
8920 2012-07-21 Andrew Pinski <apinski@cavium.com>
8921
8922 * config/mips/mips.md (*popcountdi2_trunc): New pattern
8923 to handle popcount of a truncation.
8924
8925 2012-07-21 Andrew Pinski <apinski@cavium.com>
8926
8927 * config/mips/mips-protos.h (mips_expand_ext_as_unaligned_load):
8928 Add a bool argument.
8929 * config/mips/mips.c (mips_block_move_straight): Update call to
8930 mips_expand_ext_as_unaligned_load.
8931 (mips_expand_ext_as_unaligned_load): Add unsigned_p argument.
8932 Accept DImode dest when the width is that of SImode.
8933 * config/mips/mips.md (extv): Update call to
8934 mips_expand_ext_as_unaligned_load.
8935 (extzv): Likewise.
8936
8937 2012-07-21 Andrew Pinski <apinski@cavium.com>
8938
8939 * config/mips/mips.c (mips_get_unaligned_mem): Copy *op after calling
8940 adjust_address.
8941
8942 2012-07-20 Maxim Kuvyrkov <maxim@codesourcery.com>
8943
8944 * config/mips/mips.md (define_attr sync_*): Move before "type".
8945 (define_attr "type"): New values "atomic" and "syncloop".
8946 * config/mips/sync.md (atomic_exchange<mode>, atomic_fetch_add<mode>):
8947 Set "type" attribute.
8948 * config/mips/generic.md (generic_atomic, generic_syncloop):
8949 New reservations.
8950 * gcc/config/mips/10000.md, gcc/config/mips/20kc.md,
8951 * gcc/config/mips/24k.md, gcc/config/mips/4130.md,
8952 * gcc/config/mips/4k.md, gcc/config/mips/5400.md,
8953 * gcc/config/mips/5500.md, gcc/config/mips/5k.md,
8954 * gcc/config/mips/7000.md, gcc/config/mips/74k.md,
8955 * gcc/config/mips/9000.md, gcc/config/mips/loongson2ef.md,
8956 * gcc/config/mips/loongson3a.md, gcc/config/mips/octeon.md,
8957 * gcc/config/mips/sb1.md, gcc/config/mips/sr71k.md,
8958 * gcc/config/mips/xlr.md: Handle "atomic" and "syncloop" types.
8959
8960 2012-07-20 Oleg Endo <olegendo@gcc.gnu.org>
8961
8962 * config/sh/sh.md: Group and sort shift related patterns.
8963 (ashlsi3_n, *ashlhi3_n, lshrsi3_n): Remove length attributes.
8964
8965 2012-07-20 Hans-Peter Nilsson <hp@axis.com>
8966
8967 * config/cris/cris.c (cris_asm_output_ident): Remove unused
8968 local variables section_asm_op, size, buf.
8969
8970 2012-07-20 Pat Haugen <pthaugen@us.ibm.com>
8971 Steven Bosscher <steven@gcc.gnu.org>
8972
8973 * config/rs6000/power4.md (power4-store-update): Fix reservation.
8974 (power4-three): Likewise.
8975
8976 2012-07-20 Sameera Deshpande <sameera.deshpande@arm.com>
8977 Greta Yorsh <Greta.Yorsh@arm.com>
8978
8979 * config/arm/arm.c (arm_cortex_a15_tune): New tune.
8980 * config/arm/arm-cores.def (cortex-a15): Use it.
8981
8982 2012-07-20 Sameera Deshpande <sameera.deshpande@arm.com>
8983 Greta Yorsh <Greta.Yorsh@arm.com>
8984
8985 * config/arm/arm-protos.h (tune_params): Add prefer_ldrd_strd.
8986 * config/arm/arm.c (arm_slowmul_tune): Initialize it.
8987 (arm_fastmul_tune, arm_strongarm_tune): Likewise.
8988 (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune): Likewise.
8989 (arm_cortex_tune, arm_cortex_a5_tune, arm_cortex_a9_tune): Likewise.
8990 (arm_fa726te_tune): Likewise.
8991
8992 2012-07-20 Richard Guenther <rguenther@suse.de>
8993
8994 * tree-dfa.c (collect_dfa_stats): Simplify.
8995 * tree-ssa-structalias.c (compute_may_aliases): Do not dump
8996 referenced vars.
8997 * cfgexpand.c (estimated_stack_frame_size): Walk over local
8998 decls instead of referenced vars.
8999 * tree-ssa.c (delete_tree_ssa): Simplify.
9000 * tree-tailcall.c (find_tail_calls): Walk over local decls
9001 instead of referenced vars.
9002 (add_virtual_phis): Remove.
9003 (tree_optimize_tail_calls_1): Instead mark the virtual operand
9004 for renaming.
9005
9006 2012-07-20 Steven Bosscher <steven@gcc.gnu.org>
9007
9008 * basic-block.h (BB_FLAGS_TO_PRESERVE): New define.
9009 (brief_dump_cfg): Update prototype to take flags argument.
9010 (check_bb_profile): Remove prototype.
9011 * tracer.c (tracer): Update brief_dump_cfg calls.
9012 * cfghooks.c (dump_bb): Do not pass TDF_COMMENT to dump_bb_info.
9013 Call dump_bb_info before and after the cfghook dump_bb. Terminate
9014 the dump with a newline.
9015 (dump_flow_info): Do not call check_bb_profile.
9016 * cfg.c (clear_bb_flags): Update using BB_FLAGS_TO_PRESERVE.
9017 (check_bb_profile): Make static. Take indent and flags arguments.
9018 (dump_bb_info): Always dump loop depth. With TDF_DETAILS, call
9019 check_bb_profile. Print one edge per line.
9020 (brief_dump_cfg): Take a flags argument, and filter out
9021 TDF_COMMENT and TDF_DETAILS.
9022 * pretty-print.c (pp_base_newline): Set pp_needs_newline to false.
9023 * gimple-pretty-print.c (dump_gimple_bb_header): Do not use
9024 dump_bb_info here, it is already called from dump_bb. Idem for
9025 check_bb_profile.
9026 (dump_gimple_bb_footer): Likewise.
9027 (gimple_dump_bb_buff): Call pp_flush after dump_gimple_stmt to
9028 avoid broken dumps for statement histograms.
9029 (gimple_dump_bb): Handle ENTRY_BLOCK and EXIT_BLOCK. Do
9030 not call pp_flush here, the buffer should be empty.
9031 * sched-rgn.c (debug_region): Pass TDF_BLOCKS to dump_bb.
9032 * sched-vis.c (debug_bb_slim): Likewise.
9033 * tree-cfg.c (remove_bb): Pass dump_flags to dump_bb.
9034 (gimple_debug_bb): Pass TDF_BLOCKS to dump_bb.
9035 (gimple_dump_cfg): Do brief_dump_cfg with TDF_COMMENT.
9036 (dump_function_to_file): Do not call check_bb_profile on
9037 ENTRY_BLOCK and EXIT_BLOCK, check_bb_profile doesn't handle them.
9038 Use dump_bb instead of gimple_dump_bb.
9039 (print_loops_bb): Use dump_bb instead of gimple_dump_bb.
9040 * passes.c (execute_function_dump): Always call print_rtl_with_bb
9041 for RTL dumps.
9042 * cfgrtl.c (print_rtl_with_bb): Handle printing without an up-to-date
9043 CFG. With TDF_BLOCKS and TDF_DETAILS, do DF dumps at the top and
9044 bottom of each basic block.
9045
9046 2012-07-20 Richard Guenther <rguenther@suse.de>
9047
9048 PR tree-optimization/54031
9049 * tree-ssa-ccp.c (get_value_from_alignment): Use
9050 get_pointer_alignment_1.
9051
9052 2012-07-20 Richard Guenther <rguenther@suse.de>
9053
9054 * tree-inline.c (add_local_variables): Remove check_var_ann
9055 parameter and dead code.
9056 (expand_call_inline): Adjust.
9057 (tree_function_versioning): Likewise.
9058
9059 2012-07-20 Jakub Jelinek <jakub@redhat.com>
9060
9061 PR c++/28656
9062 * tree-vrp.c (nonnull_arg_p): Handle all nonnull attributes instead
9063 of just the first one.
9064
9065 2012-07-20 Richard Guenther <rguenther@suse.de>
9066
9067 * builtins.c (get_object_alignment_2): Correct offset handling
9068 when using type alignment of a MEM_REF kind base.
9069
9070 2012-07-20 Kirill Yukhin <kirill.yukhin@intel.com>
9071
9072 PR target/53877
9073 * config/i386/lzcntintrin.h (_lzcnt_u32): New.
9074 (_lzcnt_u64): Ditto.
9075
9076 2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
9077
9078 * config/sparc/sparc.md (adddi3_insn_sp32): Add earlyclobber.
9079
9080 2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
9081
9082 * tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the
9083 defining statement is a SSA name that occurs in abnormal PHIs.
9084
9085 2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
9086
9087 * gimple-fold.c (canonicalize_constructor_val): Strip only useless type
9088 conversions.
9089
9090 2012-07-19 Jakub Jelinek <jakub@redhat.com>
9091
9092 PR rtl-optimization/53942
9093 * function.c (assign_parm_setup_reg): Avoid zero/sign extension
9094 directly from likely spilled non-fixed hard registers, move them
9095 to pseudo first.
9096
9097 2012-07-19 Steve Ellcey <sellcey@mips.com>
9098
9099 * config/mips/mips.c (mips_set_mips16_mode): Clear SYNCI_MASK in
9100 MIPS16 mode.
9101
9102 2012-07-19 Jason Merrill <jason@redhat.com>
9103
9104 PR debug/53235
9105 * dwarf2out.c (get_die_parent): New.
9106 (generate_type_signature): Use it.
9107
9108 2012-07-19 Richard Henderson <rth@redhat.com>
9109
9110 * config/ia64/vect.md (smulv4hi3_highpart): New.
9111 (umulv4hi3_highpart): New.
9112 (vec_widen_smult_even_v4hi): Rename from pmpy2_even.
9113 (vec_widen_smult_odd_v4hi): Rename from pmpy2_odd.
9114 (udot_prodv8qi, sdot_prodv8qi): Remove.
9115 (sdot_prodv4hi, udot_prodv4hi): Remove.
9116 * config/ia64/ia64.c (ia64_expand_dot_prod_v8qi): Remove.
9117 * config/ia64/ia64-protos.h: Update.
9118
9119 * tree-vect-patterns.c (vect_recog_divmod_pattern): Do not require
9120 vectors larger than UNITS_PER_WORD.
9121
9122 * expr.c (store_constructor): Initialize icode with CODE_FOR_nothing.
9123 * tree-vect-stmts.c (vectorizable_operation): Use LAST_INSN_CODE for
9124 dummy != CODE_FOR_nothing value.
9125
9126 2012-07-19 Uros Bizjak <ubizjak@gmail.com>
9127
9128 * doc/tm.texi.in (MODE_AFTER): Add entity as the first macro argument.
9129 * doc/tm.texi: Regenerate.
9130 * mode-switching.c (optimize_mode_switching): Update MODE_AFTER call.
9131 * config/sh/sh.h (MODE_AFTER): Update.
9132 * config/epiphany/epiphany.h (MODE_AFTER): Update.
9133
9134 2012-07-19 Jakub Jelinek <jakub@redhat.com>
9135
9136 PR middle-end/54017
9137 * tree-cfgcleanup.c (cleanup_omp_return): Remove.
9138 (cleanup_tree_cfg_bb): Don't call it.
9139 * omp-low.c (expand_omp_sections): Fix up the !exit_reachable case
9140 handling.
9141
9142 2012-07-19 Christian Bruel <christian.bruel@st.com>
9143
9144 PR target/54029
9145 * config/sh/sh.c (gen_far_branch): Set JUMP_LABEL for return jumps.
9146
9147 2012-07-19 Richard Guenther <rguenther@suse.de>
9148 Eric Botcazou <ebotcazou@adacore.com>
9149
9150 * tree-ssa-ccp.c (valid_lattice_transition): Clarify comment
9151 about transition from invariant to known bits.
9152 (likely_value): Addresses with UNDEFINED components are UNDEFINED.
9153
9154 2012-07-19 Richard Guenther <rguenther@suse.de>
9155
9156 PR tree-optimization/53970
9157 * tree-vect-data-refs.c (not_size_aligned): Avoid sign-compare warning.
9158
9159 2012-07-19 Tristan Gingold <gingold@adacore.com>
9160 Richard Henderson <rth@redhat.com>
9161
9162 * opts.c (finish_options): Handle UI_SEH.
9163 * expr.c (build_personality_function): Handle UI_SEH.
9164 * dwarf2out.c (dwarf2out_begin_prologue): Handle UI_SEH.
9165 * coretypes.h (unwind_info_type): Add UI_SEH.
9166 * config/i386/winnt.c (i386_pe_seh_emit_except_personality):
9167 New function.
9168 (i386_pe_seh_init_sections): Likewise.
9169 * config/i386/cygming.h (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): Define.
9170 (TARGET_ASM_INIT_SECTIONS): Define.
9171 * common/config/i386/i386-common.c (TARGET_EXCEPT_UNWIND_INFO): Define.
9172 (i386_except_unwind_info): New function.
9173
9174 2012-07-18 Maciej W. Rozycki <macro@codesourcery.com>
9175 Chao-ying Fu <fu@mips.com>
9176
9177 * config/mips/mips.opt (mmcu): New option.
9178 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
9179 _mips_mcu when TARGET_MCU.
9180 (ASM_SPEC): Pass mcu options to the assembler.
9181 * doc/invoke.texi (MIPS Options): Document -mmcu and -mno-mcu.
9182
9183 2012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org>
9184
9185 * config.gcc (v850-*-rtems*): New target.
9186 * config/v850/rtems.h: New.
9187 * config/v850/t-rtems: New.
9188
9189 2012-07-18 Bill Schmidt <wschmidt@linux.ibm.com>
9190
9191 * doc/invoke.texi: Add -fhoist-adjacent-loads and -ftree-slsr to list
9192 of flags controlling optimization; add -ftree-slsr to list of flags
9193 enabled by default at -O; add -fhoist-adjacent-loads to list of flags
9194 enabled by default at -O2; add -fvect-cost-model to list of flags
9195 enabled by default at -O3; document -fhoist-adjacent-loads and
9196 -ftree-slsr.
9197 * opts.c (default_option): Make -ftree-slsr default at -O1 and above.
9198 * gimple-ssa-strength-reduction.c (gate_strength_reduction): Use
9199 flag_tree_slsr.
9200 * common.opt: Add -ftree-slsr with flag_tree_slsr.
9201
9202 2012-07-18 Jie Zhang <jzhang918@gmail.com>
9203 Julian Brown <julian@codesourcery.com>
9204
9205 * config/arm/arm.c (arm_rtx_costs_1): Adjust cost for CONST_VECTOR.
9206 (arm_size_rtx_costs): Likewise.
9207 (neon_valid_immediate): Add a case for double 0.0.
9208
9209 2012-07-18 Andrew Stubbs <ams@codesourcery.com>
9210 Mark Shinwell <shinwell@codesourcery.com>
9211 Julian Brown <julian@codesourcery.com>
9212
9213 * config/arm/vfp.md (*arm_movsi_vfp, *thumb2_movsi_vfp)
9214 (*movdi_vfp_cortexa8, *movsf_vfp, *thumb2_movsf_vfp)
9215 (*movdf_vfp, *thumb2_movdf_vfp, *movsfcc_vfp)
9216 (*thumb2_movsfcc_vfp, *movdfcc_vfp, *thumb2_movdfcc_vfp): Add
9217 neon_type.
9218 * config/arm/arm.md (neon_type): Update comment.
9219
9220 2012-07-18 Richard Guenther <rguenther@suse.de>
9221
9222 PR tree-optimization/53970
9223 * tree.h (contains_packed_reference): Remove.
9224 * expr.c (contains_packed_reference): Likewise.
9225 * tree-vect-data-refs.c (not_size_aligned): New function.
9226 (vector_alignment_reachable_p): Use it.
9227 (vect_supportable_dr_alignment): Likewise.
9228
9229 2012-07-18 Richard Guenther <rguenther@suse.de>
9230
9231 * tree.h (get_object_or_type_alignment): Remove.
9232 * builtins.c (get_object_alignment_2): New function copied from
9233 get_object_alignment_1. Take extra argument to indicate whether
9234 we take the address of EXP. Rework to use type alignment information
9235 if not, and return whether the result is an approximation or not.
9236 (get_object_alignment_1): Wrap around get_object_alignment_2.
9237 (get_pointer_alignment_1): Call get_object_alignment_2 indicating
9238 we take the address.
9239 (get_object_or_type_alignment): Remove.
9240 * expr.c (expand_assignment): Call get_object_alignment.
9241 (expand_expr_real_1): Likewise.
9242
9243 2012-07-18 Nick Clifton <nickc@redhat.com>
9244
9245 * doc/invoke.texi (ARM Options): Document -munaligned-access.
9246
9247 2012-07-18 Oleg Endo <olegendo@gcc.gnu.org>
9248
9249 * config/sh/sh.md (mulsidi3, umulsidi3): Remove constraints in
9250 expander. Use arith_reg_dest predicate.
9251 (rotldi3, rotrdi3): Remove constraints in expander.
9252 (adddi3_compact, subdi3_compact, mulsidi3_compact, umulsidi3_compact,
9253 ashlsi3_n, *ashlhi3_n, ashrsi2_16, ashrsi2_31, lshrsi3_n): Convert to
9254 insn_and_split.
9255
9256 2012-07-18 Oleg Endo <olegendo@gcc.gnu.org>
9257
9258 PR target/33135
9259 * config/sh/sh.opt (mieee): Use Var instead of Mask. Correct
9260 description.
9261 * config/sh/sh.c (sh_option_override): Do not change
9262 flag_finite_math_only. Set TARGET_IEEE to complement of
9263 flag_finite_math_only.
9264 * doc/invoke.texi (SH options): Add mno-ieee. Correct description
9265 of mieee and mno-ieee behavior.
9266
9267 2012-07-18 Steven Bosscher <steven@gcc.gnu.org>
9268
9269 * graphite-poly.c (print_pbb_body): Fixup dump_bb call.
9270
9271 2012-07-18 Steven Bosscher <steven@gcc.gnu.org>
9272
9273 * dumpfile.h (TDF_COMMENT): New define.
9274 * basic-block.h (EDGE_FALLTHRU, EDGE_ABNORMAL, EDGE_ABNORMAL_CALL,
9275 EDGE_EH, EDGE_FAKE, EDGE_DFS_BACK, EDGE_CAN_FALLTHRU,
9276 EDGE_IRREDUCIBLE_LOOP, EDGE_SIBCALL, EDGE_LOOP_EXIT, EDGE_TRUE_VALUE,
9277 EDGE_FALSE_VALUE, EDGE_EXECUTABLE, EDGE_CROSSING, EDGE_PRESERVE):
9278 Move to new file cfg-flags.h.
9279 (enum cfg_edge_flags): New enum, using cfg-flags.h.
9280 (EDGE_ALL_FLAGS): Compute value automatically.
9281 (BB_NEW, BB_REACHABLE, BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK,
9282 BB_DISABLE_SCHEDULE, BB_HOT_PARTITION, BB_COLD_PARTITION,
9283 BB_DUPLICATED, BB_NON_LOCAL_GOTO_TARGET, BB_RTL,
9284 BB_FORWARDER_BLOCK, BB_NONTHREADABLE_BLOCK, BB_MODIFIED, BB_VISITED,
9285 BB_IN_TRANSACTION): Move to new file cfg-flags.h.
9286 (enum bb_flags): Rename to cfg_bb_flags. Use cfg-flags.h.
9287 (BB_ALL_FLAGS): New, compute value automatically.
9288 (dump_bb_info): Update prototype.
9289 (dump_edge_info): Update prototype.
9290 * cfg-flags.h: New file.
9291 * cfg.c (dump_edge_info): Take flags argument. Be verbose only if
9292 TDF_DETAILS and not TDF_SLIM. Include cfg-flags.h for bitnames.
9293 Check that the edge flags are within the range of EDGE_ALL_FLAGS.
9294 (debug_bb): Update dump_bb call.
9295 (dump_cfg_bb_info): Remove.
9296 (dump_bb_info): New function. Use cfg-flags.h for bitnames.
9297 Adjust verbosity using TDF_* flags. Check that the basic block flags
9298 are within the range of BB_ALL_FLAGS.
9299 (brief_dump_cfg): Use dump_bb_info instead of dump_cfg_bb_info.
9300 * cfghooks.h (struct cfghooks): Update dump_bb hook, take a FILE
9301 first for consistency with other dump functions.
9302 (dump_bb): Update prototype accordingly.
9303 * cfghooks.c: Include dumpfile.h.
9304 (verify_flow_info): Update dump_edge_info calls.
9305 (dump_bb): Take a flags argument and pass it around.
9306 Use dump_bb_info to dump common information about a basic block.
9307 (dump_flow_info): Moved here from cfgrtl.c. Make IL agnostic.
9308 (debug_flow_info): Moved here from cfgrtl.c.
9309 * profile.c (is_edge_inconsistent): Update dump_bb calls.
9310 * loop-invariant.c (find_defs): Update print_rtl_with_bb call.
9311 * rtl.h (debug_bb_n_slim, debug_bb_slim, print_rtl_slim,
9312 print_rtl_slim_with_bb): Remove prototypes.
9313 (dump_insn_slim): Adjust prototype to take a const_rtx.
9314 (print_rtl_with_bb): Adjust prototype.
9315 * sched-rgn.c (debug_region): Use dump_bb instead of debug_bb_n_slim.
9316 * sched-vis.c (dump_insn_slim): Take a const_rtx.
9317 (debug_insn_slim): Prototype here near DEBUG_FUNCTION marker.
9318 (print_rtl_slim_with_bb): Remove.
9319 (print_rtl_slim): Rename to debug_rtl_slim. Print only insn info,
9320 not basic block info (print_rtl_with_bb with TDF_SLIM should be used
9321 for that. Prototype here near DEBUG_FUNCTION marker.
9322 (debug_bb_slim): Prototype here near DEBUG_FUNCTION marker.
9323 Use dump_bb.
9324 (debug_bb_n_slim): Prototype here near DEBUG_FUNCTION marker.
9325 * tree-cfg.c (gimple_can_merge_blocks_p): Use EDGE_COMPLEX.
9326 (remove_bb): Update dump_bb call.
9327 (gimple_debug_bb): Use dump_bb.
9328 (dump_function_to_file): Update gimple_dump_bb call.
9329 (print_loops_bb): Likewise.
9330 * tree-flow.h (gimple_dump_bb): Update prototype.
9331 * gimple-pretty-print.c (dump_bb_header): Rename to
9332 dump_gimple_bb_header. Write to a stream instead of a pretty
9333 printer. Use dump_bb_info to dump basic block info.
9334 (dump_bb_end): Rename to dump_gimple_bb_footer. Write to a
9335 stream instead of a pretty printer. Use dump_bb_info.
9336 (gimple_dump_bb_buff): Do not call dump_bb_header and dump_bb_end.
9337 (gimple_dump_bb): Do it here with dump_gimple_bb_header and
9338 dump_gimple_bb_footer.
9339 * cfgrtl.c (rtl_dump_bb): Update prototype. Only dump DF if the
9340 dump flags have TDF_DETAILS. Use dump_insn_slim if TDF_SLIM.
9341 (print_rtl_with_bb): Take a flags argument and pass it around.
9342 Use dump_insn_slim if TDF_SLIM.
9343 (dump_bb_info): Removed and re-incarnated in cfg.c.
9344 (dump_flow_info): Moved to cfghooks.c.
9345 (debug_flow_info): Moved to cfghooks.c.
9346 * passes.c (execute_function_dump): Unconditionally use
9347 print_rtl_with_bb for RTL dumps, now that it understands TDF_SLIM.
9348 * final.c (dump_basic_block_info): Update dump_edge_info calls.
9349 * tree-vrp.c (dump_asserts_for): Likewise.
9350 * ifcvt.c (if_convert): Unconditionally use print_rtl_with_bb.
9351 * tree-if-conv.c (if_convertible_bb_p): Don't look at
9352 EDGE_ABNORMAL_CALL, it has no meaning in the GIMPLE world.
9353 * trans-mem.c (make_tm_edge): Don't set EDGE_ABNORMAL_CALL,
9354 for the same reason.
9355 * config/rl78/rl78.c (rl78_reorg): Update print_rtl_with_bb calls.
9356
9357 2012-07-17 Richard Guenther <rguenther@suse.de>
9358
9359 * tree-vect-data-refs.c (vect_get_new_vect_var): Add referenced
9360 vars here, use create_tmp_reg where appropriate.
9361 (vect_create_addr_base_for_vector_ref): Do not add referenced
9362 vars here, use create_tmp_reg where appropriate.
9363 (vect_create_data_ref_ptr): Likewise.
9364 (vect_create_destination_var): Likewise.
9365 (vect_permute_store_chain): Likewise.
9366 (vect_permute_load_chain): Likewise.
9367 * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
9368 Likewise.
9369 * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
9370 * tree-vect-patterns.c (vect_recog_temp_ssa_var): Likewise.
9371 (vect_handle_widen_op_by_const): Likewise.
9372 * tree-vect-stmts.c (vect_init_vector): Likewise.
9373 (vectorizable_load): Likewise.
9374
9375 2012-07-17 Tom de Vries <tom@codesourcery.com>
9376
9377 * hwint.c: Fix loop range.
9378
9379 2012-07-17 Tom de Vries <tom@codesourcery.com>
9380
9381 * double-int.h (double_int_popcount): New inline function.
9382 * hwint.c (popcount_hwi): New function.
9383 * hwint.h (popcount_hwi): Declare function. New inline function.
9384
9385 2012-07-17 Richard Henderson <rth@redhat.com>
9386
9387 * tree-vect-stmts.c (supportable_widening_operation): Remove decl
9388 parameters.
9389 (vectorizable_conversion): Update supportable_widening_operation call.
9390 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Likewise.
9391 (vect_recog_widen_shift_pattern): Likewise.
9392 * tree-vectorizer.h: Update decl.
9393
9394 2012-07-17 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9395 Ulrich Weigand <ulrich.weigand@linaro.org>
9396
9397 * common/config/arm/arm-common.c (arm_option_optimization_table):
9398 Enable -fsched-pressure by default while optimizing.
9399 * config/arm/arm.c (arm_option_override): Use the alternate scheduler
9400 pressure algorithm by default.
9401
9402 2012-07-16 Oleg Endo <olegendo@gcc.gnu.org>
9403
9404 * config/sh/sh.h (CONST_OK_FOR_I06): Delete.
9405 (CONST_OK_FOR_I10): Move macro to ...
9406 * config/sh/sh.c: ... here.
9407 (sh_legitimate_index_p): Use satisfies_constraint_I06 instead of
9408 CONST_OK_FOR_I06.
9409
9410 2012-07-16 Oleg Endo <olegendo@gcc.gnu.org>
9411
9412 * config/sh/sh.md: Delete mov related define_peephole patterns.
9413
9414 2012-07-16 Jonathan Wakely <jwakely.gcc@gmail.com>
9415
9416 PR c++/53919
9417 * doc/install.texi (Installing GCC): Refer to instructions for
9418 released versions. Fix hyphenation.
9419
9420 2012-07-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9421
9422 * config/spu/spu.c (targetm): Move to bottom of file.
9423 (spu_attribute_table): Likewise.
9424 (spu_option_override, spu_init_builtins, spu_builtin_decl,
9425 spu_scalar_mode_supported_p, spu_vector_mode_supported_p,
9426 spu_legitimate_address_p, spu_addr_space_legitimate_address_p,
9427 adjust_operand, get_pic_reg, need_to_save_reg, frame_emit_store,
9428 frame_emit_load, frame_emit_add_imm, emit_nop_for_insn,
9429 insn_clobbers_hbr, spu_emit_branch_hint, spu_emit_vector_compare,
9430 get_branch_target, spu_machine_dependent_reorg, spu_sched_issue_rate,
9431 spu_sched_variable_issue, spu_sched_adjust_cost, spu_sched_init_global,
9432 spu_sched_init, spu_sched_reorder, spu_handle_fndecl_attribute,
9433 spu_handle_vector_attribute, spu_pass_by_reference, spu_function_arg,
9434 spu_function_arg_advance, spu_build_builtin_va_list, spu_va_start,
9435 spu_gimplify_va_arg_expr, store_with_one_insn_p, reg_aligned_for_addr,
9436 spu_assemble_integer, spu_asm_globalize_label, spu_rtx_costs,
9437 spu_function_ok_for_sibcall, spu_init_libfuncs, spu_return_in_memory,
9438 spu_encode_section_info, spu_legitimize_address,
9439 spu_addr_space_legitimize_address, spu_builtin_mask_for_load,
9440 spu_builtin_vectorization_cost, spu_vector_alignment_reachable,
9441 spu_addr_space_pointer_mode, spu_addr_space_address_mode,
9442 spu_addr_space_subset_p, spu_addr_space_convert, spu_sms_res_mii,
9443 spu_section_type_flags, spu_select_section, spu_unique_section,
9444 spu_trampoline_init, spu_conditional_register_usage,
9445 spu_ref_may_alias_errno, spu_output_mi_thunk, spu_unwind_word_mode,
9446 spu_libgcc_cmp_return_mode, spu_libgcc_shift_count_mode,
9447 spu_setup_incoming_varargs): Remove prototypes.
9448 (spu_legitimize_address): Add "static" to definition.
9449
9450 2012-07-16 Jakub Jelinek <jakub@redhat.com>
9451
9452 * config/i386/rtmintrin.h (_xabort): Remove trailing semicolon.
9453
9454 2012-07-16 Ulrich Weigand <ulrich.weigand@linaro.org>
9455
9456 * tree-ssa-ccp.c (optimize_unreachable): Check gsi_end_p
9457 before calling gsi_stmt.
9458
9459 2012-07-16 Kirill Yukhin <kirill.yukhin@intel.com>
9460
9461 Revert
9462 2012-07-16 Sergey Melnikov <sergey.melnikov@intel.com>
9463
9464 * config/i386/i386.md (stack_protect_set): Disable the pattern
9465 for Android since Android libc (bionic) does not provide random
9466 value for stack protection guard at gs:0x14. Guard value
9467 will be provided from external symbol (default implementation).
9468 (stack_protect_set_<mode>): Likewise.
9469 (stack_protect_test): Likewise.
9470 (stack_protect_test_<mode>): Likewise.
9471
9472 2012-07-16 H.J. Lu <hongjiu.lu@intel.com>
9473
9474 PR middle-end/53959
9475 PR bootstrap/53963
9476 * gimple.c (gimple_types_compatible_p_1): Restore type attribute
9477 comparison.
9478
9479 2012-07-16 Bill Schmidt <wschmidt@linux.ibm.com>
9480
9481 * opts.c (default_option): Add -fvect-cost-model to default options
9482 at -O3 and above.
9483
9484 2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
9485
9486 * graphite-clast-to-gimple.c, graphite-dependences.c,
9487 graphite-sese-to-poly.c: Include tree-pass.h instead of dumpfile.h
9488 for pass TODO flags.
9489 * Makefile.in: Fix dependencies.
9490
9491 2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
9492
9493 * haifa-sched.c (init_before_recovery): Do not set EDGE_CAN_FALLTHRU.
9494 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
9495
9496 * function.c (stack_protect_epilogue): Use expand_call to expand
9497 targetm.stack_protect_fail.
9498 * stmt.c (expand_expr_stmt): Remove now-unused function.
9499 * tree.h (expand_expr_stmt): Remove prototype.
9500 * doc/tm.texi.in (TARGET_STACK_PROTECT_FAIL): Document that this
9501 hook must return a CALL_EXPR.
9502 * doc/tm.texi: Regenerate.
9503
9504 * emit-rtl.c (emit_label_before): Do not allow the same label
9505 to be emitted twice.
9506 (emit_label_after): Likewise.
9507 (emit_label): Likewise.
9508
9509 * flags.h (TYPE_OVERFLOW_WRAPS, TYPE_OVERFLOW_UNDEFINED,
9510 TYPE_OVERFLOW_TRAPS, POINTER_TYPE_OVERFLOW_UNDEFINED): Move to tree.h.
9511 * tree.h (TYPE_OVERFLOW_WRAPS, TYPE_OVERFLOW_UNDEFINED,
9512 TYPE_OVERFLOW_TRAPS, POINTER_TYPE_OVERFLOW_UNDEFINED): New home.
9513
9514 2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
9515
9516 * system.h (dump_file): Do not define.
9517 * tree-pass.h: Include dumpfile.h, which is a new file containing...
9518 (enum tree_dump_index, TDF_*, get_dump_file_name, dump_enabled_p,
9519 dump_initialized_p, dump_begin, dump_end, dump_node, dump_switch_p,
9520 dump_flag_name, dump_file, dump_flags, dump_file_name,
9521 get_dump_file_info, struct dump_file_info): all of this, moved to...
9522 * dumpfile.h: Here, new file.
9523 * tree-dump.h: Include dumpfile.h, but not tree-pass.h.
9524 (dump_stmt): Remove prototype for C++ specific function.
9525 (dump_enumerated_decls): Move prototype from here...
9526 * tree-flow.h (dump_enumerated_decls): ... to here.
9527 (get_ref_base_and_extent) Move prototype from here ...
9528 * tree.h (get_ref_base_and_extent) ... to here.
9529 * tree-ssa-live.c: Do not inclde tree-pretty-print.h, because
9530 gimple-pretty-print.h is enough. Do not include tree-dump.h,
9531 include timevar.h and dumpfile.h instead.
9532 (struct numbered_tree_d, compare_decls_by_uid,
9533 dump_enumerated_decls_push, dump_enumerated_decls): Move from here ...
9534 * tree-dfa.c:(struct numbered_tree_d, compare_decls_by_uid,
9535 dump_enumerated_decls_push, dump_enumerated_decls):... to here.
9536 Do not include timevar.h.
9537 * tree.c: Do not include timevar.h.
9538 * tree-cfg.c: Do not include langhooks.h, tree-pretty-print.h, and
9539 timevar.h.
9540 (dump_cfg_stats): Use current_function_name.
9541 (gimple_cfg2vcg): Likewise.
9542 (dump_function_to_file): Likewise.
9543 * df-scan.c: Do not include tree-pass.h and timevar.h.
9544 Include dumpfile.h.
9545 (df_entry_block_bitmap_verify, df_exit_block_bitmap_verify): Do not
9546 use print_current_pass.
9547 * df-problems.c: Include dumpfile.h.
9548 Always define REG_DEAD_DEBUGGING, avoid #ifdef code, because it
9549 leads to errors in the code not selected.
9550 (df_note_compute): Do not print_rtl_with_bb here. Fix compilation
9551 bug if REG_DEAD_DEBUGGING is not 0, get_insns is not available here.
9552 * lcm.c: Include dumpfile.h.
9553 Remove obsolete include of insn-attr.h.
9554 * dojump.c (do_compare_rtx_and_jump): Remove failure printing for
9555 missing probability notes.
9556 * stmt.c: Include dumpfile.h.
9557 (emit_case_decision_tree): Re-enable printing expand details only
9558 if TDF_DETAILS.
9559 * alias.c, auto-inc-dec.c, bb-reorder.c, caller-save.c, cfg.c,
9560 cfgcleanup.c, cfgexpand.c, cfgloop.c, cfgloopmanip.c, cgraph.c,
9561 cgraphclones.c, cgraphunit.c, combine.c, combine-stack-adj.c,
9562 coverage.c, cprop.c, cse.c, cselib.c, dbgcnt.c, dce.c, df-core.c,
9563 dse.c, dwarf2out.c, emit-rtl.c, except.c, expr.c, final.c,
9564 function.c, fwprop.c, gcse.c, gimple-fold.c,
9565 gimple-pretty-print.c, gimple-ssa-strength-reduction.c,
9566 gimplify.c, graphite-blocking.c, graphite-clast-to-gimple.c,
9567 graphite-dependences.c, graphite-interchange.c,
9568 graphite-optimize-isl.c, graphite-poly.c,
9569 graphite-sese-to-poly.c, haifa-sched.c, hw-doloop.c, ifcvt.c,
9570 ipa.c, ipa-cp.c, ipa-inline-analysis.c, ipa-inline.c,
9571 ipa-inline-transform.c, ipa-prop.c, ipa-pure-const.c,
9572 ipa-reference.c, ipa-split.c, ipa-utils.c, ira.c, ira-emit.c,
9573 jump.c, loop-doloop.c, loop-init.c, loop-invariant.c, loop-iv.c,
9574 loop-unroll.c, loop-unswitch.c, lower-subreg.c,
9575 lto-section-out.c, lto-streamer-in.c, matrix-reorg.c, mcf.c,
9576 mode-switching.c, modulo-sched.c, omega.c, omp-low.c, passes.c,
9577 plugin.c, postreload.c, postreload-gcse.c, predict.c, print-rtl.c,
9578 print-tree.c, profile.c, recog.c, ree.c, regcprop.c, reginfo.c,
9579 regmove.c, regrename.c, reg-stack.c, reload1.c, reorg.c,
9580 sched-rgn.c, sched-vis.c, sel-sched.c, sel-sched-ir.c,
9581 store-motion.c, tracer.c, trans-mem.c, tree-affine.c,
9582 tree-call-cdce.c, tree-cfgcleanup.c, tree-chrec.c,
9583 tree-data-ref.c, tree-diagnostic.c, tree-dump.c,
9584 tree-eh.c, tree-flow-inline.h, tree-if-conv.c, tree-into-ssa.c,
9585 tree-mudflap.c, tree-nrv.c, tree-object-size.c,
9586 tree-optimize.c, tree-outof-ssa.c, tree-predcom.c,
9587 tree-pretty-print.c, tree-profile.c, tree-scalar-evolution.c,
9588 tree-sra.c, tree-ssa-address.c, tree-ssa-alias.c, tree-ssa.c,
9589 tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-copy.c,
9590 tree-ssa-copyrename.c,, tree-ssa-dce.c, tree-ssa-dom.c,
9591 tree-ssa-dse.c, tree-ssa-forwprop.c, tree-ssa-ifcombine.c,
9592 tree-ssa-loop.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
9593 tree-ssa-loop-ivcanon.c, tree-ssa-loop-ivopts.c,
9594 tree-ssa-loop-manip.c, tree-ssa-loop-niter.c,
9595 tree-ssa-loop-prefetch.c, tree-ssa-loop-unswitch.c,
9596 tree-ssa-math-opts.c, tree-ssa-operands.c, tree-ssa-phiopt.c,
9597 tree-ssa-phiprop.c, tree-ssa-pre.c, tree-ssa-propagate.c,
9598 tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-sink.c,
9599 tree-ssa-structalias.c, tree-ssa-tail-merge.c, tree-ssa-ter.c,
9600 tree-ssa-threadedge.c, tree-ssa-threadupdate.c,
9601 tree-ssa-uncprop.c, tree-ssa-uninit.c,
9602 tree-switch-conversion.c, tree-tailcall.c,
9603 tree-vect-data-refs.c, tree-vect-loop.c,
9604 tree-vect-loop-manip.c, tree-vectorizer.c,
9605 tree-vect-patterns.c, tree-vect-slp.c, tree-vect-stmts.c,
9606 tree-vrp.c, value-prof.c, var-tracking.c, web.c: Include tree-pass.h
9607 only if needed. If tree-pass.h is included, do not include timevar.h
9608 and dumpfile.h. If tree-pass.h is not included but dump_file, or
9609 dump_flags, or the TDF_* flags are used, include dumpfile.h.
9610 If gimple-pretty-print.h is included, don't include
9611 tree-pretty-print.h. Remove assorted unnecessary includes.
9612
9613 * config/mn10300/mn10300.c, config/c6x/c6x.c, config/ia64/ia64.c,
9614 config/arm/arm.c, config/bfin/bfin.c, config/frv/frv.c,
9615 config/spu/spu.c, config/mep/mep.c, config/i386/i386.c:
9616 Include dumpfile.h.
9617 * config/rl78/rl78.c: Include dumpfile.h instead of tree-pass.h.
9618 * arm/t-arm, avr/t-avr, i386/t-i386, ia64/t-ia64, mep/t-mep,
9619 spu/t-spu-elf: Fix dependencies.
9620
9621 2012-07-16 Dehao Chen <dehao@google.com>
9622
9623 Revert
9624 2012-07-10 Dehao Chen <dehao@google.com>
9625
9626 * tree.h (phi_arg_d): New field.
9627 * tree-flow-inline.h (gimple_phi_arg_block): New function.
9628 (gimple_phi_arg_block_from_edge): New function.
9629 (gimple_phi_arg_set_block): New function.
9630 (gimple_phi_arg_has_block): New function.
9631 (redirect_edge_var_map_block): New function.
9632 * tree-flow.h (_edge_var_map): New field.
9633 * tree-ssa-live.c (remove_unused_locals): Mark phi_arg's block as used.
9634 * tree-eh.c (cleanup_empty_eh_merge_phis): Add block debug info for
9635 redirect_edge_var_map_add.
9636 * tree-outof-ssa.c (_elim_graph): New field.
9637 (insert_partition_copy_on_edge): New parameter.
9638 (insert_value_copy_on_edge): New parameter.
9639 (insert_rtx_to_part_on_edge): New parameter.
9640 (insert_part_to_rtx_on_edge): New parameter.
9641 (elim_graph_add_edge): New parameter.
9642 (elim_graph_remove_succ_edge): New parameter.
9643 (FOR_EACH_ELIM_GRAPH_SUCC): New parameter.
9644 (FOR_EACH_ELIM_GRAPH_PRED): New parameter.
9645 (new_elim_graph): Add block debug info.
9646 (clear_elim_graph): Likewise.
9647 (delete_elim_graph): Likewise.
9648 (elim_graph_add_node): Likewise.
9649 (elim_graph_add_edge): Likewise.
9650 (elim_graph_remove_succ_edge): Likewise.
9651 (eliminate_build): Likewise.
9652 (elim_forward): Likewise.
9653 (elim_unvisited_predecessor): Likewise.
9654 (elim_backward): Likewise.
9655 (elim_create): Likewise.
9656 (eliminate_phi): Likewise.
9657 (insert_backedge_copies): Likewise.
9658 * tree-into-ssa.c (insert_phi_nodes_for): Add block debug info for
9659 add_phi_arg.
9660 (rewrite_add_phi_arguments): Likewise.
9661 * tree-ssa-loop-im.c (execute_sm_if_changed): Likewise.
9662 * tree-ssa-tail-merge.c (replace_block_by): Likewise.
9663 * tree-ssa-threadupdate.c (copy_phi_args): Likewise.
9664 * tree-loop-distribution.c (update_phis_for_loop_copy): Likewise.
9665 * tree-ssa-loop-manip.c (create_iv): Likewise.
9666 (add_exit_phis_edge): Likewise.
9667 (split_loop_exit_edge): Likewise.
9668 (copy_phi_node_args): Likewise.
9669 (tree_transform_and_unroll_loop): Likewise.
9670 * value-prof.c (gimple_ic): Likewise.
9671 (gimple_stringop_fixed_value): Likewise.
9672 * tree-tailcall.c (add_successor_phi_arg): Likewise.
9673 (eliminate_tail_call): Likewise.
9674 (create_tailcall_accumulator): Likewise.
9675 (tree_optimize_tail_calls_1): Likewise.
9676 * tree-phinodes.c (add_phi_arg): Likewise.
9677 (make_phi_node): Likewise.
9678 (resize_phi_node): Likewise.
9679 (remove_phi_arg_num): Likewise.
9680 * omp-low.c (expand_parallel_call): Likewise.
9681 (expand_omp_for_static_chunk): Likewise.
9682 * tree-vect-loop-manip.c (slpeel_update_phis_for_duplicate_loop):
9683 Likewise.
9684 (slpeel_update_phi_nodes_for_guard1): Likewise.
9685 (slpeel_update_phi_nodes_for_guard2): Likewise.
9686 (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
9687 (set_prologue_iterations): Likewise.
9688 (slpeel_tree_peel_loop_to_edge): Likewise.
9689 (vect_loop_versioning): Likewise.
9690 * tree-parloops.c (create_phi_for_local_result): Likewise.
9691 (transform_to_exit_first_loop): Likewise.
9692 (create_parallel_loop): Likewise.
9693 * ipa-split.c (split_function): Likewise.
9694 * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
9695 (vect_create_epilog_for_reduction): Likewise.
9696 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
9697 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Likewise.
9698 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
9699 (cond_if_else_store_replacement_1): Likewise.
9700 * tree-cfgcleanup.c (remove_forwarder_block): Likewise.
9701 (remove_forwarder_block_with_phi): Likewise.
9702 * tree-ssa-pre.c (insert_into_preds_of_block): Likewise.
9703 * tree-predcom.c (initialize_root_vars): Likewise.
9704 (initialize_root_vars_lm): Likewise.
9705 * sese.c (sese_add_exit_phis_edge): Likewise.
9706 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
9707 * tree-ssa.c (flush_pending_stmts): Likewise.
9708 (redirect_edge_var_map_add): Likewise.
9709 (ssa_redirect_edge): Likewise.
9710 * gimple-streamer-in.c (input_phi): Likewise.
9711 * tree-vect-stmts.c (vectorizable_load): Likewise.
9712 * tree-inline.c (copy_phis_for_bb): Likewise.
9713 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
9714 * tree-switch-conversion.c (fix_phi_nodes): Likewise.
9715 * tree-cfg.c (reinstall_phi_args): Likewise.
9716 (gimple_make_forwarder_block): Likewise.
9717 (add_phi_args_after_copy_edge): Likewise.
9718 (gimple_duplicate_sese_tail): Likewise.
9719
9720 2012-07-16 Sergey Melnikov <sergey.melnikov@intel.com>
9721
9722 * config/i386/i386.md (stack_protect_set): Disable the pattern
9723 for Android since Android libc (bionic) does not provide random
9724 value for stack protection guard at gs:0x14. Guard value
9725 will be provided from external symbol (default implementation).
9726 (stack_protect_set_<mode>): Likewise.
9727 (stack_protect_test): Likewise.
9728 (stack_protect_test_<mode>): Likewise.
9729
9730 2012-07-16 Hans-Peter Nilsson <hp@axis.com>
9731
9732 * config/cris/cris-protos.h (cris_legitimate_address_p): Declare.
9733 * config/cris/cris.h (CONSTANT_ADDRESS_P): Define in terms of
9734 CONSTANT_P and cris_legitimate_address_p.
9735 * config/cris/cris.c (cris_legitimate_address_p): Make non-static.
9736 (cris_preferred_reload_class): Don't return GENERAL_REGS as
9737 preferred to MOF_SRP_REGS.
9738
9739 * config/cris/cris.c (cris_init_libfuncs): Handle initialization
9740 of library functions for basic atomic compare-and-swap.
9741 * config/cris/cris.h (TARGET_ATOMICS_MAY_CALL_LIBFUNCS): New macro.
9742 * config/cris/cris.opt (munaligned-atomic-may-use-library): New option.
9743 * config/cris/sync.md ("atomic_fetch_<atomic_op_name><mode>")
9744 ("cris_atomic_fetch_<atomic_op_name><mode>_1")
9745 ("atomic_compare_and_swap<mode>")
9746 ("cris_atomic_compare_and_swap<mode>_1"): Make conditional on
9747 TARGET_ATOMICS_MAY_CALL_LIBFUNCS for sizes larger than byte.
9748 * config/cris/cris.c (cris_print_operand) <case 'P', 'q'>: New cases.
9749 * config/cris/sync.md (atomic_op_op_cnstr): New code_attr.
9750 (atomic_op_op_pred): Ditto.
9751 (atomic_op_mnem_pre_op2): Renamed from atomic_op_mnem_pre; to
9752 reflect the change to include %2 in expansion. All callers changed.
9753 (qm3): New mode_attr.
9754 ("atomic_fetch_<atomic_op_name><mode>"): Use <atomic_op_op_pred>
9755 as predicate for operand 2.
9756 ("cris_atomic_fetch_<atomic_op_name><mode>_1"): Update FIXME. Use
9757 "<atomic_op_op_pred>" "<atomic_op_op_cnstr>" for predicate and
9758 constraint for operand 2.
9759 ("atomic_compare_and_swap<mode>"): Add FIXME. Change predicate to
9760 nonmemory_operand for operand 3.
9761 ("cris_atomic_compare_and_swap<mode>_1"): Change operand 3 to
9762 exclude memory. Improve emitted sync code for v10 and v32. Use
9763 <qm3> instead of <m> for size designator for cmp.
9764 ("atomic_compare_and_swap<mode>"): Change predicate to
9765 nonmemory_operand for operand 3. Add FIXME.
9766 ("cris_atomic_compare_and_swap<mode>_1"): Change predicates and
9767 constraints for operand 3 to exclude memory.
9768 ("atomic_fetch_<atomic_op_name><mode>")
9769 ("atomic_compare_and_swap<mode>"): Gate expand_mem_thread_fence
9770 calls on result of call to need_atomic_barrier_p.
9771
9772 2012-07-15 Richard Sandiford <rdsandiford@googlemail.com>
9773
9774 * config/mips/mips.md (move_type): Replace mfhilo and mthilo
9775 with mflo and mtlo.
9776 (type): Split mfhilo into mfhi and mflo. Split mthilo into mthi
9777 and mtlo. Adjust move_type->type mapping.
9778 (may_clobber_hilo): Split mthilo into mthi and mtlo.
9779 (*movdi_32bit, *movdi_32bit_mips16, *movdi_64bit, *movdi_64bit_mips16)
9780 (*mov<mode>_internal, *mov<mode>_mips16, *movhi_internal)
9781 (*movhi_mips16, *movqi_internal, *movqi_mips16): Use mtlo and mflo
9782 instead of mthilo and mfhilo.
9783 (mfhi<GPR:mode>_<HILO:mode>): Use mfhi instead of mfhilo.
9784 (mthi<GPR:mode>_<HILO:mode>): Use mthi instead of mthilo.
9785 * config/mips/mips-dsp.md (mips_extr_w, mips_extr_r_w, mips_extr_rs_w)
9786 (mips_extr_s_h, mips_extp, mips_extpdp, mips_shilo, mips_mthlip):
9787 Use mflo instead of mfhilo.
9788 * config/mips/10000.md (r10k_arith): Split mthilo.
9789 (r10k_mfhi, r10k_mflo): Use mfhi and mflo directly.
9790 * config/mips/sb1.md (ir_sb1_mfhi, ir_sb1_mflo): Likewise.
9791 (ir_sb1_mthilo): Split mthilo into mthi and mtlo.
9792 * config/mips/20kc.md (r20kc_imthilo, r20kc_imfhilo): Split
9793 mthilo and mfhilo.
9794 * config/mips/24k.md (r24k_int_mfhilo, r24k_int_mthilo): Likewise.
9795 * config/mips/4130.md (vr4130_class, vr4130_mfhilo, vr4130_mthilo):
9796 Likewise.
9797 * config/mips/4k.md (r4k_int_mthilo, r4k_int_mfhilo): Likewise.
9798 * config/mips/5400.md (ir_vr54_hilo): Likewise.
9799 * config/mips/5500.md (ir_vr55_mthilo, ir_vr55_mfhilo): Likewise.
9800 * config/mips/5k.md (r5k_int_mthilo, r5k_int_mfhilo): Likewise.
9801 * config/mips/7000.md (rm7_mthilo, rm7_mfhilo): Likewise.
9802 * config/mips/74k.md (r74k_int_mfhilo, r74k_int_mthilo): Likewise.
9803 * config/mips/9000.md (rm9k_mfhilo, rm9k_mthilo): Likewise.
9804 * config/mips/generic.md (generic_hilo): Likewise.
9805 * config/mips/loongson2ef.md (ls2_alu): Likewise.
9806 * config/mips/loongson3a.md (ls3a_mfhilo): Likewise.
9807 * config/mips/octeon.md (octeon_imul_o1, octeon_imul_o2)
9808 (octeon_mfhilo_o1, octeon_mfhilo_o2): Likewise.
9809 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
9810 * config/mips/xlr.md (xlr_hilo): Likewise.
9811
9812 2012-07-14 Andrew Stubbs <ams@codesourcery.com>
9813 Sandra Loosemore <sandra@codesourcery.com>
9814
9815 * config/sh/sh.h (SH_ASM_SPEC): Add spaces between options.
9816
9817 2012-07-14 Uros Bizjak <ubizjak@gmail.com>
9818
9819 * config/i386/i386.c (ix86_set_reg_reg_cost): Enable TFmode/TCmode
9820 for TARGET_SSE.
9821
9822 2012-07-14 Steven Bosscher <steven@gcc.gnu.org>
9823
9824 * toplev.c (init_asm_output): Open asm_out_file in 'w' mode.
9825
9826 2012-07-13 Bill Schmidt <wschmidt@linux.ibm.com>
9827
9828 PR bootstrap/53955
9829 * config/spu/spu.c (spu_init_cost): Mark static.
9830 (spu_add_stmt_cost): Likewise.
9831 (spu_finish_cost): Likewise.
9832 (spu_destroy_cost_data): Likewise.
9833 * config/i386/i386.c (ix86_init_cost): Mark static.
9834 (ix86_add_stmt_cost): Likewise.
9835 (ix86_finish_cost): Likewise.
9836 (ix86_destroy_cost_data): Likewise.
9837 * config/rs6000/rs6000.c (rs6000_init_cost): Mark static.
9838 (rs6000_add_stmt_cost): Likewise.
9839 (rs6000_finish_cost): Likewise.
9840 (rs6000_destroy_cost_data): Likewise.
9841
9842 2012-07-13 Steven Bosscher <steven@gcc.gnu.org>
9843
9844 * ggc.h (ggc_internal_alloc_stat, ggc_alloc_typed_stat,
9845 ggc_internal_cleared_alloc_stat, ggc_cleared_alloc_htab_ignore_args,
9846 ggc_cleared_alloc_ptr_array_two_args, ggc_splay_alloc): Add
9847 ATTRIBUTE_MALLOC.
9848 * alloc-pool.h (pool_alloc): Likewise.
9849
9850 * final.c (final): Do not loop to find max_uid.
9851
9852 2012-07-13 Steven Bosscher <steven@gcc.gnu.org>
9853
9854 * emit-rtl.c (make_debug_insn_raw, make_jump_insn_raw): Make static.
9855 * rtl.h (make_debug_insn_raw, make_jump_insn_raw): Remove prototypes.
9856
9857 2012-07-13 Richard Guenther <rguenther@suse.de>
9858
9859 PR tree-optimization/53907
9860 * tree-ssa-forwprop.c (associate_pointerplus): New function.
9861 (ssa_forward_propagate_and_combine): Call it.
9862
9863 2012-07-13 Richard Guenther <rguenther@suse.de>
9864
9865 PR tree-optimization/53922
9866 * tree-vrp.c (value_inside_range): Change prototype to take
9867 min/max instead of value-range.
9868 (range_includes_zero_p): Likewise. Return the result from
9869 value_inside_range.
9870 (extract_range_from_binary_expr_1): Adjust to handle dont-know
9871 return value from range_includes_zero_p.
9872 (extract_range_from_unary_expr_1): Likewise.
9873 (compare_range_with_value): Likewise.
9874 (vrp_meet_1): Likewise.
9875
9876 2012-07-13 Bill Schmidt <wschmidt@linux.ibm.com>
9877
9878 * doc/tm.texi: Regenerate.
9879 * doc/tm.texi.in (TARGET_VECTORIZE_INIT_COST): New hook.
9880 (TARGET_VECTORIZE_ADD_STMT_COST): Likewise.
9881 (TARGET_VECTORIZE_FINISH_COST): Likewise.
9882 (TARGET_VECTORIZE_DESTROY_COST_DATA): Likewise.
9883 * targhooks.c (default_init_cost): New function.
9884 (default_add_stmt_cost): Likewise.
9885 (default_finish_cost): Likewise.
9886 (default_destroy_cost_data): Likewise.
9887 * targhooks.h (default_init_cost): New decl.
9888 (default_add_stmt_cost): Likewise.
9889 (default_finish_cost): Likewise.
9890 (default_destroy_cost_data): Likewise.
9891 * target.def (init_cost): New DEFHOOK.
9892 (add_stmt_cost): Likewise.
9893 (finish_cost): Likewise.
9894 (destroy_cost_data): Likewise.
9895 * target.h (struct _stmt_vec_info): New extern decl.
9896 (stmt_vectype): Likewise.
9897 (stmt_in_inner_loop_p): Likewise.
9898 * tree-vectorizer.h (stmt_info_for_cost): New struct/typedef.
9899 (stmt_vector_for_cost): New VEC/typedef.
9900 (add_stmt_info_to_vec): New function.
9901 (struct _slp_tree): Remove cost.inside_of_loop field.
9902 (struct _slp_instance): Remove cost.inside_of_loop field; add
9903 stmt_cost_vec field.
9904 (SLP_INSTANCE_INSIDE_OF_LOOP_COST): Remove macro.
9905 (SLP_INSTANCE_STMT_COST_VEC): New accessor macro.
9906 (SLP_TREE_INSIDE_OF_LOOP_COST): Remove macro.
9907 (struct _vect_peel_extended_info): Add stmt_cost_vec field.
9908 (struct _loop_vec_info): Add target_cost_data field.
9909 (LOOP_VINFO_TARGET_COST_DATA): New accessor macro.
9910 (struct _bb_vec_info): Add target_cost_data field.
9911 (BB_VINFO_TARGET_COST_DATA): New accessor macro.
9912 (struct _stmt_vec_info): Remove cost.inside_of_loop field.
9913 (STMT_VINFO_INSIDE_OF_LOOP_COST): Remove macro.
9914 (stmt_vinfo_set_inside_of_loop_cost): Remove function.
9915 (init_cost): New function.
9916 (add_stmt_cost): Likewise.
9917 (finish_cost): Likewise.
9918 (destroy_cost_data): Likewise.
9919 (vect_model_simple_cost): Change parameter list.
9920 (vect_model_store_cost): Likewise.
9921 (vect_model_load_cost): Likewise.
9922 (record_stmt_cost): New extern decl.
9923 (vect_get_load_cost): Change parameter list.
9924 (vect_get_store_cost): Likewise.
9925 * tree-vect-loop.c (new_loop_vec_info): Call init_cost.
9926 (destroy_loop_vec_info): Call destroy_cost_data.
9927 (vect_estimate_min_profitable_iters): Remove old calculation of
9928 inside costs; call finish_cost instead.
9929 (vect_model_reduction_cost): Call add_stmt_cost instead of old
9930 inside-costs calculation.
9931 (vect_model_induction_cost): Likewise.
9932 * tree-vect-data-refs.c (vect_get_data_access_cost): Change to
9933 return a stmt_vector_for_cost; modify calls to vect_get_load_cost
9934 and vect_get_store_cost to obtain the value to return.
9935 (vect_peeling_hash_get_lowest_cost): Obtain a stmt_cost_vec from
9936 vect_get_data_access_cost and store it in the minimum peeling
9937 structure.
9938 (vect_peeling_hash_choose_best_peeling): Change the parameter list
9939 to add a (stmt_vector_for_cost *) output parameter, and set its value.
9940 (vect_enhance_data_refs_alignment): Ignore the new return value from
9941 calls to vect_get_data_access_cost; obtain stmt_cost_vec from
9942 vect_peeling_hash_choose_best_peeling and pass its contents to the
9943 target cost model.
9944 * tree-vect-stmts.c (stmt_vectype): New function.
9945 (stmt_in_inner_loop_p): Likewise.
9946 (record_stmt_cost): Likewise.
9947 (vect_model_simple_cost): Add stmt_cost_vec parameter; call
9948 record_stmt_cost instead of old calculation; don't call
9949 stmt_vinfo_set_inside_of_loop_cost.
9950 (vect_model_promotion_demotion_cost): Call add_stmt_cost instead of
9951 old calculation; don't call stmt_vinfo_set_inside_of_loop_cost.
9952 (vect_model_store_cost): Add stmt_cost_vec parameter; call
9953 record_stmt_cost instead of old calculation; add stmt_cost_vec
9954 parameter to vect_get_store_cost call; don't call
9955 stmt_vinfo_set_inside_of_loop_cost.
9956 (vect_get_store_cost): Add stmt_cost_vec parameter; call
9957 record_stmt_cost instead of old calculation.
9958 (vect_model_load_cost): Add stmt_cost_vec parameter; call
9959 record_stmt_cost instead of old calculation; add stmt_cost_vec
9960 parameter to vect_get_load_cost call; don't call
9961 stmt_vinfo_set_inside_of_loop_cost.
9962 (vect_get_load_cost): Add stmt_cost_vec parameter; call
9963 record_stmt_cost instead of old calculation.
9964 (vectorizable_call): Add NULL parameter to vect_model_simple_cost call.
9965 (vectorizable_conversion): Likewise.
9966 (vectorizable_assignment): Likewise.
9967 (vectorizable_shift): Likewise.
9968 (vectorizable_operation): Likewise.
9969 (vectorizable_store): Add NULL parameter to vect_model_store_cost call.
9970 (vectorizable_load): Add NULL parameter to vect_model_load_cost call.
9971 (new_stmt_vec_info): Don't set STMT_VINFO_INSIDE_OF_LOOP_COST.
9972 * config/spu/spu.c (TARGET_VECTORIZE_INIT_COST): New macro def.
9973 (TARGET_VECTORIZE_ADD_STMT_COST): Likewise.
9974 (TARGET_VECTORIZE_FINISH_COST): Likewise.
9975 (TARGET_VECTORIZE_DESTROY_COST_DATA): Likewise.
9976 (spu_init_cost): New function.
9977 (spu_add_stmt_cost): Likewise.
9978 (spu_finish_cost): Likewise.
9979 (spu_destroy_cost_data): Likewise.
9980 * config/i386/i386.c (ix86_init_cost): New function.
9981 (ix86_add_stmt_cost): Likewise.
9982 (ix86_finish_cost): Likewise.
9983 (ix86_destroy_cost_data): Likewise.
9984 (TARGET_VECTORIZE_INIT_COST): New macro def.
9985 (TARGET_VECTORIZE_ADD_STMT_COST): Likewise.
9986 (TARGET_VECTORIZE_FINISH_COST): Likewise.
9987 (TARGET_VECTORIZE_DESTROY_COST_DATA): Likewise.
9988 * config/rs6000/rs6000.c (TARGET_VECTORIZE_INIT_COST): New macro def.
9989 (TARGET_VECTORIZE_ADD_STMT_COST): Likewise.
9990 (TARGET_VECTORIZE_FINISH_COST): Likewise.
9991 (TARGET_VECTORIZE_DESTROY_COST_DATA): Likewise.
9992 (rs6000_init_cost): New function.
9993 (rs6000_add_stmt_cost): Likewise.
9994 (rs6000_finish_cost): Likewise.
9995 (rs6000_destroy_cost_data): Likewise.
9996 * tree-vect-slp.c (vect_free_slp_instance): Free stmt_cost_vec.
9997 (vect_create_new_slp_node): Don't set SLP_TREE_INSIDE_OF_LOOP_COST.
9998 (vect_get_and_check_slp_defs): Add stmt_cost_vec parameter; add
9999 stmt_cost_vec parameter to vect_model_store_cost and
10000 vect_model_simple_cost calls.
10001 (vect_build_slp_tree): Remove inside_cost parameter; add stmt_cost_vec
10002 parameter; add stmt_cost_vec parameter to vect_get_and_check_slp_defs,
10003 vect_model_load_cost, and recursive vect_build_slp_tree calls; prevent
10004 calculating cost more than once for loads; remove inside_cost
10005 parameter from recursive vect_build_slp_tree calls; call
10006 record_stmt_cost instead of old calculation.
10007 (vect_analyze_slp_instance): Allocate stmt_cost_vec and save it with
10008 the instance; free it on premature exit; remove inside_cost parameter
10009 from vect_build_slp_tree call; add stmt_cost_vec parameter to
10010 vect_build_slp_tree call; don't set SLP_INSTANCE_INSIDE_OF_LOOP_COST.
10011 (new_bb_vec_info): Call init_cost.
10012 (destroy_bb_vec_info): Call destroy_cost_data.
10013 (vect_bb_vectorization_profitable_p): Call add_stmt_cost for each
10014 statement recorded with an SLP instance; call finish_cost instead of
10015 the old calculation.
10016 (vect_update_slp_costs_according_to_vf): Record statement costs from
10017 SLP instances, multiplying by the appropriate number of copies; don't
10018 update SLP_INSTANCE_INSIDE_OF_LOOP_COST.
10019
10020 2012-07-13 Richard Guenther <rguenther@suse.de>
10021
10022 PR middle-end/53937
10023 * builtins.c (get_pointer_alignment_1): Handle constant
10024 pointers.
10025
10026 2012-07-13 Richard Sandiford <rdsandiford@googlemail.com>
10027 Steven Bosscher <steven@gcc.gnu.org>
10028 Bernd Schmidt <bernds@codesourcery.com>
10029
10030 PR rtl-optimization/53908
10031 * df-problems.c (can_move_insns_across): When doing
10032 memory-reference book-keeping, handle call insns.
10033
10034 2012-07-13 Richard Guenther <rguenther@suse.de>
10035
10036 * gimple.c (gimple_types_compatible_p_1): Remove redundant
10037 type attribute comparisons.
10038 (gimple_canonical_types_compatible_p): Likewise.
10039
10040 2012-07-12 Hans-Peter Nilsson <hp@axis.com>
10041
10042 PR rtl-optimization/53176
10043 * rtlanal.c (rtx_cost): Adjust default cost for X with a
10044 UNITS_PER_WORD factor for all X according to the size of
10045 its mode, not just for SUBREGs with untieable modes.
10046 Handle SET. Use factor * factor for MULT, DIV, UDIV,
10047 MOD, UMOD.
10048
10049 2012-07-12 Uros Bizjak <ubizjak@gmail.com>
10050
10051 * config/i386/i386.md (QImode and HImode cmove splitters): Merge
10052 QImode and HImode splitters. Use ix86_comparison_operator.
10053 Explicitly match FLAGS_REG.
10054 (DFmode cmove splitter): Explicitly match FLAGS_REG.
10055
10056 2012-07-11 Steven Bosscher <steven@gcc.gnu.org>
10057
10058 * expr.h (can_move_by_pieces): Move prototype from here ...
10059 * tree.h (can_move_by_pieces): ... to here.
10060 * optabs.h (set_widening_optab_handler): Use XCNEW.
10061 * gimplify.c: Do not include expr.h.
10062
10063 * toplev.c: Do not include dwarf2out.h.
10064 * config/ia64/ia64.c: Likewise.
10065 * config/sparc/sparc.c: Likewise.
10066 * config/sparc/t-sparc (sparc.o): Fix dependencies.
10067
10068 * Makefile.in (toplev.o): Fix dependencies
10069 (c-family/c-gimplify.o): Likewise.
10070 (c-family/c-common.o): Likewise.
10071
10072 2012-07-11 Steven Bosscher <steven@gcc.gnu.org>
10073
10074 * basic-block.h (struct edge_def): Use basic_block instead of
10075 basic_block_def *.
10076 * cfgloop.h (struct loop_exit, struct loop): Likewise.
10077 * gengenrtl.c (type_from_format): Likewise. Also for 'tree'
10078 instead of union tree_node *.
10079 * rtl.h (union rtunion_def, emit_insn_before_noloc,
10080 emit_insn_after_noloc, add_insn_before, add_insn_after,
10081 debug_bb_slim): Likewise.
10082 * tree-inline.h (struct copy_body_data): Likewise.
10083 * sched-rgn.c (dump_region_dot): Likewise.
10084 * gimple.h (struct gimple_statement_base, gimple_set_bb,
10085 gsi_move_to_bb_end): Likewise.
10086 * sched-vis.c (debug_bb_slim): Likewise.
10087 (debug_bb_n_slim): Likewise.
10088 * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Likewise.
10089 (mn10300_block_contains_call):
10090
10091 2012-07-11 Greta Yorsh <Greta.Yorsh@arm.com>
10092
10093 PR target/53859
10094 * config/arm/arm.c (arm_early_load_addr_dep): Handle new
10095 epilogue patterns.
10096
10097 2012-07-11 Jonathan Wakely <jwakely.gcc@gmail.com>
10098
10099 * doc/extend.texi (Namespace Association): Alter cautionary text.
10100
10101 2012-07-10 Oleg Endo <olegendo@gcc.gnu.org>
10102
10103 PR target/53911
10104 * config/sh/sh.md: Remove displacement addresssing related splits.
10105
10106 2012-07-10 Xinliang David Li <davidxl@google.com>
10107
10108 * doc/invoke.texi: New option documented.
10109 * flag-types.h: New enum type.
10110 * gimplify.c (gimplify_bind_expr): Control
10111 clobber generation with new option.
10112 (gimplify_target_expr): Ditto.
10113 * common.opt: New option.
10114
10115 2012-07-10 Julian Brown <julian@codesourcery.com>
10116
10117 * config/arm/arm.md (movsi): Don't split symbol refs here.
10118 (define_split): New.
10119
10120 2012-07-10 Andreas Schwab <schwab@linux-m68k.org>
10121
10122 PR bootstrap/53913
10123 * config/m68k/m68k.c (m68k_epilogue_uses): New.
10124 * config/m68k/m68k.h (EPILOGUE_USES): Use it.
10125 * config/m68k/m68k-protos.h (m68k_epilogue_uses): Add prototype.
10126
10127 2012-07-10 Richard Henderson <rth@redhat.com>
10128
10129 * target.def (builtin_mul_widen_even, builtin_mul_widen_odd): Remove.
10130 * system.h (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): Poison.
10131 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): Poison.
10132 * config/i386/i386.c (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI): Remove.
10133 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V8SI): Remove.
10134 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V4SI): Remove.
10135 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V8SI): Remove.
10136 (IX86_BUILTIN_VEC_WIDEN_SMUL_EVEN_V4SI): Remove.
10137 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V4SI): Remove.
10138 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V8SI): Remove.
10139 (bdesc_args): Remove entries to match.
10140 (ix86_builtin_mul_widen_even, ix86_builtin_mul_widen_odd): Remove.
10141 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): Remove.
10142 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): Remove.
10143 * config/rs6000/rs6000.c (rs6000_builtin_mul_widen_even): Remove.
10144 (rs6000_builtin_mul_widen_odd): Remove.
10145 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): Remove.
10146 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): Remove.
10147 * config/spu/spu.c (spu_builtin_mul_widen_even): Remove.
10148 (spu_builtin_mul_widen_odd): Remove.
10149 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): Remove.
10150 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): Remove.
10151 * doc/tm.texi.in: Don't document the removed hooks.
10152
10153 * tree-vect-stmts.c (supportable_widening_operation): Expand
10154 WIDEN_MULT_EXPR via VEC_WIDEN_MULT_EVEN/ODD_EXPR if possible.
10155
10156 * expmed.c (expmed_mult_highpart): Rename from expand_mult_highpart.
10157 (expmed_mult_highpart_optab): Rename from expand_mult_highpart_optab.
10158 * optabs.c (can_mult_highpart_p): New.
10159 (expand_mult_highpart): New.
10160 * expr.c (expand_expr_real_2) [MULT_HIGHPART_EXPR): Use it.
10161 * tree-vect-generic.c (expand_vector_operations_1): Don't expand
10162 by pieces if can_mult_highpart_p.
10163 (expand_vector_divmod): Use can_mult_highpart_p and always
10164 generate MULT_HIGHPART_EXPR.
10165 * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
10166 * tree-vect-stmts.c (vectorizable_operation): Likewise.
10167
10168 * config/spu/spu-builtins.md (spu_mpy): Move to spu.md.
10169 (spu_mpyu, spu_mpyhhu, spu_mpyhh): Likewise.
10170 * config/spu/spu.md (vec_widen_smult_odd_v8hi): Rename from spu_mpy.
10171 (vec_widen_umult_odd_v8hi): Rename from spu_mpyu.
10172 (vec_widen_smult_even_v8hi): Rename from spu_mpyhh.
10173 (vec_widen_umult_even_v8hi): Rename from spu_mpyhhu.
10174 * config/spu/spu-builtins.def: Update pattern names to match.
10175
10176 * config/rs6000/altivec.md (vec_widen_umult_even_v16qi): Rename
10177 from altivec_vmuleub.
10178 (vec_widen_smult_even_v16qi): Rename from altivec_vmulesb.
10179 (vec_widen_umult_even_v8hi): Rename from altivec_vmuleuh.
10180 (vec_widen_smult_even_v8hi): Rename from altivec_vmulesh.
10181 (vec_widen_umult_odd_v16qi): Rename from altivec_vmuloub.
10182 (vec_widen_smult_odd_v16qi): Rename from altivec_vmulosb.
10183 (vec_widen_umult_odd_v8hi): Rename from altivec_vmulouh.
10184 (vec_widen_smult_odd_v8hi): Rename from altivec_vmulosh.
10185 * config/rs6000/rs6000-builtin.def: Update pattern names to match.
10186
10187 * config/i386/sse.md (vec_widen_umult_even_v8si): Rename from
10188 avx2_umulv4siv4di3.
10189 (vec_widen_umult_even_v4si): Rename from sse2_umulv2siv2di3.
10190 (vec_widen_smult_even_v8si): Rename from avx2_mulv4siv4di3.
10191 (mulv4si3): Remove XOP test shadowed by SSE4 test.
10192 * config/i386/i386.c (bdesc_args): Update pattern names.
10193 (ix86_expand_sse2_mulvxdi3): Likewise.
10194 (ix86_expand_mul_widen_evenodd): Likewise. Remove XOP test
10195 shadowed by SSE4 test.
10196
10197 * tree.def (VEC_WIDEN_MULT_EVEN_EXPR, VEC_WIDEN_MULT_ODD_EXPR): New.
10198 * cfgexpand.c (expand_debug_expr): Handle them.
10199 * expr.c (expand_expr_real_2): Likewise.
10200 * fold-const.c (fold_binary_loc): Likewise.
10201 * gimple-pretty-print.c (dump_binary_rhs): Likewise.
10202 * optabs.c (optab_for_tree_code): Likewise.
10203 * tree-cfg.c (verify_gimple_assign_binary): Likewise.
10204 * tree-inline.c (estimate_operator_cost): Likewise.
10205 * tree-pretty-print.c (dump_generic_node): Likewise.
10206 * tree.c (commutative_tree_code): Likewise.
10207 * tree-vect-generic.c (expand_vector_operations_1): Likewise.
10208 Handle type change before looking up optab.
10209 * optabs.h (OTI_vec_widen_umult_even, OTI_vec_widen_umult_odd): New.
10210 (OTI_vec_widen_smult_even, OTI_vec_widen_smult_odd): New.
10211 (vec_widen_umult_even_optab, vec_widen_umult_odd_optab): New.
10212 (vec_widen_smult_even_optab, vec_widen_smult_odd_optab): New.
10213 * genopinit.c (optabs): Initialize them.
10214 * doc/md.texi: Document them.
10215
10216 2012-07-10 Dehao Chen <dehao@google.com>
10217
10218 * tree.h (phi_arg_d): New field.
10219 * tree-flow-inline.h (gimple_phi_arg_block): New function.
10220 (gimple_phi_arg_block_from_edge): New function.
10221 (gimple_phi_arg_set_block): New function.
10222 (gimple_phi_arg_has_block): New function.
10223 (redirect_edge_var_map_block): New function.
10224 * tree-flow.h (_edge_var_map): New field.
10225 * tree-ssa-live.c (remove_unused_locals): Mark phi_arg's block as used.
10226 * tree-eh.c (cleanup_empty_eh_merge_phis): Add block debug info for
10227 redirect_edge_var_map_add.
10228 * tree-outof-ssa.c (_elim_graph): New field.
10229 (insert_partition_copy_on_edge): New parameter.
10230 (insert_value_copy_on_edge): New parameter.
10231 (insert_rtx_to_part_on_edge): New parameter.
10232 (insert_part_to_rtx_on_edge): New parameter.
10233 (elim_graph_add_edge): New parameter.
10234 (elim_graph_remove_succ_edge): New parameter.
10235 (FOR_EACH_ELIM_GRAPH_SUCC): New parameter.
10236 (FOR_EACH_ELIM_GRAPH_PRED): New parameter.
10237 (new_elim_graph): Add block debug info.
10238 (clear_elim_graph): Likewise.
10239 (delete_elim_graph): Likewise.
10240 (elim_graph_add_node): Likewise.
10241 (elim_graph_add_edge): Likewise.
10242 (elim_graph_remove_succ_edge): Likewise.
10243 (eliminate_build): Likewise.
10244 (elim_forward): Likewise.
10245 (elim_unvisited_predecessor): Likewise.
10246 (elim_backward): Likewise.
10247 (elim_create): Likewise.
10248 (eliminate_phi): Likewise.
10249 (insert_backedge_copies): Likewise.
10250 * tree-into-ssa.c (insert_phi_nodes_for): Add block debug info for
10251 add_phi_arg.
10252 (rewrite_add_phi_arguments): Likewise.
10253 * tree-ssa-loop-im.c (execute_sm_if_changed): Likewise.
10254 * tree-ssa-tail-merge.c (replace_block_by): Likewise.
10255 * tree-ssa-threadupdate.c (copy_phi_args): Likewise.
10256 * tree-loop-distribution.c (update_phis_for_loop_copy): Likewise.
10257 * tree-ssa-loop-manip.c (create_iv): Likewise.
10258 (add_exit_phis_edge): Likewise.
10259 (split_loop_exit_edge): Likewise.
10260 (copy_phi_node_args): Likewise.
10261 (tree_transform_and_unroll_loop): Likewise.
10262 * value-prof.c (gimple_ic): Likewise.
10263 (gimple_stringop_fixed_value): Likewise.
10264 * tree-tailcall.c (add_successor_phi_arg): Likewise.
10265 (eliminate_tail_call): Likewise.
10266 (create_tailcall_accumulator): Likewise.
10267 (tree_optimize_tail_calls_1): Likewise.
10268 * tree-phinodes.c (add_phi_arg): Likewise.
10269 (make_phi_node): Likewise.
10270 (resize_phi_node): Likewise.
10271 (remove_phi_arg_num): Likewise.
10272 * omp-low.c (expand_parallel_call): Likewise.
10273 (expand_omp_for_static_chunk): Likewise.
10274 * tree-vect-loop-manip.c (slpeel_update_phis_for_duplicate_loop):
10275 Likewise.
10276 (slpeel_update_phi_nodes_for_guard1): Likewise.
10277 (slpeel_update_phi_nodes_for_guard2): Likewise.
10278 (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
10279 (set_prologue_iterations): Likewise.
10280 (slpeel_tree_peel_loop_to_edge): Likewise.
10281 (vect_loop_versioning): Likewise.
10282 * tree-parloops.c (create_phi_for_local_result): Likewise.
10283 (transform_to_exit_first_loop): Likewise.
10284 (create_parallel_loop): Likewise.
10285 * ipa-split.c (split_function): Likewise.
10286 * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
10287 (vect_create_epilog_for_reduction): Likewise.
10288 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
10289 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Likewise.
10290 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
10291 (cond_if_else_store_replacement_1): Likewise.
10292 * tree-cfgcleanup.c (remove_forwarder_block): Likewise.
10293 (remove_forwarder_block_with_phi): Likewise.
10294 * tree-ssa-pre.c (insert_into_preds_of_block): Likewise.
10295 * tree-predcom.c (initialize_root_vars): Likewise.
10296 (initialize_root_vars_lm): Likewise.
10297 * sese.c (sese_add_exit_phis_edge): Likewise.
10298 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
10299 * tree-ssa.c (flush_pending_stmts): Likewise.
10300 (redirect_edge_var_map_add): Likewise.
10301 (ssa_redirect_edge): Likewise.
10302 * gimple-streamer-in.c (input_phi): Likewise.
10303 * tree-vect-stmts.c (vectorizable_load): Likewise.
10304 * tree-inline.c (copy_phis_for_bb): Likewise.
10305 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
10306 * tree-switch-conversion.c (fix_phi_nodes): Likewise.
10307 * tree-cfg.c (reinstall_phi_args): Likewise.
10308 (gimple_make_forwarder_block): Likewise.
10309 (add_phi_args_after_copy_edge): Likewise.
10310 (gimple_duplicate_sese_tail): Likewise.
10311
10312 2012-07-09 Oleg Endo <olegendo@gcc.gnu.org>
10313
10314 PR target/53886
10315 * config/sh/sh.c (sequence_insn_p): New function.
10316 (find_barrier, sh_insn_length_adjustment): Use it.
10317
10318 2012-07-09 Iain Sandoe <iain@codesourcery.com>
10319
10320 PR target/53283
10321 * config/i386/i386.c (ix86_fold_builtin): Call SUBTARGET_FOLD_BUILTIN
10322 if defined.
10323 * config/darwin.h: Rename TARGET_FOLD_BUILTIN to
10324 SUBTARGET_FOLD_BUILTIN.
10325 * config/rs6000/darwin.h: Map TARGET_FOLD_BUILTIN onto
10326 SUBTARGET_FOLD_BUILTIN.
10327
10328 2012-07-09 Iain Sandoe <iain@codesourcery.com>
10329
10330 * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): Move NeXT
10331 runtime exceptions model setting from here ...
10332 * config/darwin.c (darwin_override_options): ... to here.
10333
10334 2012-07-09 Steven Bosscher <steven@gcc.gnu.org>
10335
10336 PR tree-optimization/53887
10337 * tree-cfg.c (group_case_labels_stmt): Make non-static.
10338 * tree-flow.h (group_case_labels_stmt): Add prototype.
10339 * tree-switch-conversion.c (process_switch): Use group_case_labels_stmt
10340 to pre-process every switch.
10341
10342 2012-07-09 Jason Merrill <jason@redhat.com>
10343
10344 PR c++/53882
10345 * tree.c (type_contains_placeholder_1): Handle NULLPTR_TYPE.
10346 (type_hash_eq): Likewise.
10347
10348 2012-07-09 Tom de Vries <tom@codesourcery.com>
10349 Richard Guenther <rguenther@suse.de>
10350
10351 * tree-ssa-ccp.c (optimize_unreachable): New function.
10352 (execute_fold_all_builtins): Use optimize_unreachable to optimize
10353 BUILT_IN_UNREACHABLE. Don't optimize after BUILT_IN_UNREACHABLE.
10354
10355 2012-07-09 Richard Guenther <rguenther@suse.de>
10356
10357 PR bootstrap/53898
10358 * graphite-optimize-isl.c: Make sure CU is not empty.
10359
10360 2012-07-09 Steven Bosscher <steven@gcc.gnu.org>
10361
10362 * gensupport.c (init_rtx_reader_args_cb): Start counting code
10363 generating patterns from 1 to free up 0 for CODE_FOR_nothing.
10364 * gencodes.c (main): Give CODE_FOR_nothing the value 0. Add
10365 the LAST_INSN_CODE marker at the end.
10366 * genoutput.c (nothing): New static struct data.
10367 (idata): Initialize to &nothing.
10368 (idata_end): Initialize to &nothing.next.
10369 (init_insn_for_nothing): New function to create dummy 'nothing' insn.
10370 (main): Use it.
10371 * genpeep.c (insn_code_number): Remove global variable.
10372 (gen_peephole): Take it as an argument instead.
10373 (main): Take insn_code_number from read_md_rtx.
10374 * optabs.h: Revert r161809:
10375 (optab_handlers): Change type of insn_code back to insn_code.
10376 (optab_handler, widening_optab_handler, set_optab_handler,
10377 set_widening_optab_handler, convert_optab_handler,
10378 set_convert_optab_handler, direct_optab_handler,
10379 set_direct_optab_handler): Remove int casts.
10380 Revert to treating the insn_code field as "insn_code".
10381
10382 2012-07-08 Oleg Endo <olegendo@gcc.gnu.org>
10383
10384 * config/sh/sh.md (*return_i): Move trap_exit attribute check to ...
10385 * config/sh/sh.c (sh_cfun_trap_exit_p): ... this new function.
10386 * config/sh/sh-protos.h: Declare it.
10387
10388 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
10389
10390 * mcf.c: Do not include tm.h, tree.h, and langhooks.h.
10391 (dump_fixup_graph): Use current_function_name.
10392 (adjust_cfg_counts): Likewise.
10393 * ira-conflicts.c: Do not include tree.h.
10394 (ira_build_conflicts): Use REG_USERVAR_P instead of DECL_ARTIFICIAL.
10395
10396 2012-07-08 Oleg Endo <olegendo@gcc.gnu.org>
10397
10398 PR target/51244
10399 * config/sh/sh.md (*branch_true_eq, *branch_false_ne, nott): New insns.
10400
10401 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
10402
10403 * basic-block.h: Re-group most prototypes per file.
10404 (struct edge_list): Remove num_blocks field.
10405 (dump_bb_info): Adjust prototypes.
10406 (dump_reg_info): Move prototype to regs.h.
10407 * function.h: Do not include tree.h.
10408 Include vec.h, vecir.h, input.h and machmode.h to compensate.
10409 (function_name): New prototype.
10410 * gimple.h: Include tree.h to compensate for basic-block.h change.
10411 * langhooks.h: Note that tree.h is only necessary for enum tree_code.
10412 * regs.h (dump_reg_info): Prototype here.
10413 * regset.h: Adjust file reference in comment.
10414 (debug_regset): Remove prototype.
10415 * rtl.h: Include flags.h for flag_var_tracking_assignments.
10416 (MAY_HAVE_DEBUG_INSNS): Define as flag_var_tracking_assignments
10417 instead of no-longer-available tree.h's MAY_HAVE_DEBUG_STMTS.
10418 (dump_reg_info, dump_flow_info): Remove prototypes.
10419 * bb-reorder.c (set_edge_can_fallthru_flag): Move from cfganal.c
10420 to here, the only user. Make static.
10421 (reorder_basic_blocks): Call dump_reg_info before dump_flow_info.
10422 * cfg.c: Do not include tm.h, tree.h, rtl.h, hard-reg-set.h, regs.h,
10423 flags.h, function.h, except.h, diagnostic-core.h, tm_p.h, timevar.h,
10424 tree-pass.h, cfgloop.h, and tree-flow.h.
10425 Include basic-block.h, the first header I'd expect to be included.
10426 (reg_obstack): Move to df-core.c.
10427 (free_edge): Remove bogus ATTRIBUTE_UNUSED.
10428 (remove_edge_raw): Do not call tree-ssa's redirect_edge_var_map_clear.
10429 (redirect_edge_succ_nodup): Move to cfghooks.c.
10430 (dump_regset, debug_regset): Move to df-core.c.
10431 (dump_bb_info): Move to cfgrtl.c.
10432 (dump_reg_info): Move to regstat.c.
10433 (dump_flow_info): Move to cfgrtl.c.
10434 (debug_flow_info): Likewise.
10435 (dump_edge_info): Do not look at cfun, a CFG without cfun is nonsense.
10436 * cfganal.c: Do not include tm.h, rtl.h, obstack.h, hard-reg-set.h,
10437 insn-config.h, recog.h, diagnostic-core.h, tm_p.h, and cfgloop.h.
10438 (flow_active_insn_p, forwarder_block_p, can_fallthru,
10439 could_fall_through): Move to cfgrtl.c.
10440 (set_edge_can_fallthru_flag): Moved to bb-reorder.c.
10441 (create_edge_list): Do not set edge_list's removed num_blocks.
10442 (print_edge_list): Look at n_basic_blocks instead of num_blocks.
10443 (flow_nodes_print): Remove.
10444 (flow_edge_list_print): Remove.
10445 (inverted_post_order_compute): Use FOR_ALL_BB.
10446 * cfgrtl.c (dump_flow_info): Moved from cfg.c.
10447 Do not call dump_reg_info.
10448 (debug_flow_info): Moved from cfg.c
10449 (dump_bb_info): Moved from cfg.c. Take 'verbose' argument
10450 to avoid looking at TDF_* flags from tree-pass.h.
10451 (flow_active_insn_p, forwarder_block_p, can_fallthru,
10452 could_fall_through): Moved from cfganal.c.
10453 (print_rtl_with_bb): Adjust dump_bb_info calls.
10454 * cfghooks.c (redirect_edge_succ_nodup): Moved from cfg.c.
10455 (remove_edge): Call redirect_edge_var_map_clear if IR_GIMPLE.
10456 (cfgcleanup.c): Look at MAY_HAVE_DEBUG_INSNS, not MAY_HAVE_DEBUG_STMTS.
10457 * cselib.c: Include tree.h with a FIXME.
10458 * df-core.c (reg_obstack): Moved from cfg.c.
10459 (dump_regset): Likewise.
10460 (debug_regset): Likewise. Make a DEBUG_FUNCTION.
10461 * final.c (compute_alignments): Call dump_reg_info before
10462 dump_flow_info.
10463 * function.c (function_name): New function.
10464 (current_function_name): Use it.
10465 * ifcvt.c (rest_of_handle_if_conversion): Call dump_reg_info before
10466 dump_flow_info.
10467 * ira-conflicts.c: Include tree.h with a note.
10468 * regstat.c (dump_reg_info): Moved here from cfg.c.
10469 * loop-init.c: Include regs.h instead of hard-reg-set.h.
10470 (rtl_loop_init): Call dump_reg_info before dump_flow_info.
10471 (rtl_loop_done): Likewise.
10472 * mcf.c: Include tree.h before langhooks.h.
10473 * predict.c (maybe_hot_count_p): Assert we have cfun.
10474 (probably_never_executed_bb_p): Likewise.
10475 * profile.c (compute_branch_probabilities): Use gimple_dump_cfg
10476 instead of dump_flow_info.
10477 * sched-deps.c: Include tree.h with a FIXME.
10478 (call_may_noreturn_p): Add FIXME note why this function has to
10479 look at function decls instead of function decl flags.
10480 * sched-vis.c: Include tree.h with a FIXME.
10481 (print_rtl_slim): Adjust dump_bb_info uses.
10482 * statistics.c (statistics_fini_pass_2): Use current_function_name
10483 to avoid including tree.h.
10484 (statistics_counter_event): Use function_name for the same reason.
10485 (statistics_histogram_event): Likewise.
10486 * tracer.c (tracer): Remove bogus gcc_assert. Use brief_dump_cfg
10487 instead of dump_flow_info.
10488 * var-tracking.c (variable_tracking_main_1): Call dump_reg_info
10489 before dump_flow_info.
10490 * doc/cfg.texi: Update CFG documentation.
10491 * Makefile.in (RTL_H): Depend on FLAGS_H.
10492 (GIMPLE_H): Depend on TREE_H.
10493 (FUNCTION_H): Depend on VEC_H, vecir.h, INPUT_H and MACHMODE_H,
10494 but no longer on TREE_H.
10495 (C_COMMON_H): Depend on TREE_H.
10496 (cselib.o, cse.o, cfganal.o, loop-init.o, ira-conflicts.o,
10497 sched-deps.o, sched-vis.o): Fixup dependencies.
10498
10499 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
10500
10501 * alias.h: Do not include coretypes.h in header files.
10502 * cppbuiltin.h: Likewise.
10503 * double-int.h: Likewise.
10504 * gimple-fold.h: Likewise.
10505 * flags.h: Likewise.
10506 * tree-ssa-alias.h: Likewise.
10507 * gengtype.h (obstack_chunk_alloc, obstack_chunk_free,
10508 OBSTACK_CHUNK_SIZE): Define here to avoid dependency on coretypes.h.
10509 * Makefile.in (RTL_BASE_H): Depend on coretypes.h.
10510 (TREE_H): Likewise.
10511 (ALIAS_H): Do not depend on coretypes.h.
10512 (FLAGS_H): Likewise.
10513 (realmpfr.o): Depend on coretypes.h.
10514
10515 2012-07-08 Steven Bosscher <steven@gcc.gnu.org>
10516
10517 * Makefile.in (gengtype-lex.o, gengtype-parse.o, gengtype-state.o,
10518 gengtype.o): Add -DGENERATOR_FILE manually for host gengtype objects.
10519
10520 2012-07-07 Richard Earnshaw <rearnsha@arm.com>
10521
10522 * arm.h (TARGET_CPU_CPP_BUILTINS): Remove Maverick support.
10523 (TARGET_FPA): Delete definition.
10524 (TARGET_MAVERICK): Likewise.
10525 (TARGET_FPA_EMU2): Likewise.
10526 (arm_fp_model): Remove FPA and Maverick models.
10527 (arm_arch_cirrus): Delete declaration.
10528 (FLOAT_WORDS_BIG_ENDIAN): Delete definition.
10529 (FIXED_REGISTERS): Remove FPA and Maverick support. Reorganize.
10530 (CALL_USED_REGISTERS): Likewise.
10531 (FIRST_FPA_REGNUM, LAST_FPA_REGNUM): Delete definition.
10532 (FIRST_VFP_REGNUM): Renumbered.
10533 (D7_VFP_REGNUM): Chain definition.
10534 (LAST_LO_VFP_REGNUM): Likewise.
10535 (FIRST_HI_VFP_REGNUM): Likewise.
10536 (LAST_HI_VFP_REGNUM): Likewise.
10537 (FIRST_IWMMXT_GR_REGNUM): Likewise.
10538 (LAST_IWMMXT_GR_REGNUM): Likewise.
10539 (FIRST_IWMMXT_REGNUM): Likewise.
10540 (LAST_IWMMXT_REGNUM): Likewise.
10541 (FRAME_POINTER_REGNUM): Renumbered.
10542 (ARG_POINTER_REGNUM): Renumbered.
10543 (FIRST_PSEUDO_REGISTER): Remove FPA and Maverick registers.
10544 (FIRST_CIRRUS_FP_REGNUM, LAST_CIRRUS_FP_REGNUM): Delete definitions.
10545 (HARD_REGNO_REGNUM): Remove FPA support.
10546 (REG_ALLOC_ORDER): Remove FPA and Maverick registers. Reorganize.
10547 (reg_class): Likewise.
10548 (REG_CLASS_NAMES): Likewise.
10549 (REG_CLASS_CONTENTS): Likewise.
10550 (CANNOT_CHANGE_MODE_CLASS): Never true. Update comment.
10551 (SECONDARY_INPUT_RELOAD_CLASS): Remove Maverick support.
10552 (CLASS_MAX_NREGS): Remove FPA and Maverick support.
10553 * aout.h (REGISTER_NAMES): Remove FPA and Maverick registers.
10554 Reorganize. Use AAPCS preferred names.
10555 (ADDITIONAL_REGISTER_NAMES): Remove aliases for Maverick. Update
10556 comments.
10557 (OVERLAPPING_REGISTER_NAMES): Update register numbering.
10558 * arm.c (FL_CIRRUS): Delete definition.
10559 (arm_arch_cirrus): Delete variable.
10560 (arm_float_words_big_endian): Delete function.
10561 (cirrus_memory_offset): Delete function.
10562 (output_mov_long_double_fpa_from_arm): Delete function.
10563 (output_mov_long_double_arm_from_fpa): Delete function.
10564 (output_mov_double_fpa_from_arm): Delete function.
10565 (output_mov_double_arm_from_fpa): Delete function.
10566 (emit_sfm): Delete function.
10567 (maybe_get_arm_condition_code): Update comment.
10568 (arm_file_start): Always use softvfp for softfloat systems.
10569 (thumb_core_reg_alloc_order): Adjust for updated register allocation.
10570 (arm_option_override): Remove FPA and Maverick support. Always
10571 default to vfp as the fallback FPU format.
10572 (use_return_insn): Remove FPA support.
10573 (arm_get_frame_offsets): Likewise.
10574 (arm_save_coproc_regs): Likewise.
10575 (arm_canonicalize_comparison): Remove Maverick support.
10576 (arm_select_cc_mode): Likewise.
10577 (arm_gen_compare_reg): Likewise.
10578 (arm_print_operand): Likewise.
10579 (arm_libcall_value_1): Remove FPA and Maverick support.
10580 (arm_function_value_regno_p): Likewise.
10581 (arm_apply_result_size): Likewise.
10582 (arm_legitimate_index_p): Likewise.
10583 (thumb2_legitimate_index_p): Likewise.
10584 (legitimize_reload_address): Likewise.
10585 (arm_register_move_cost): Likewise.
10586 (arm_hard_regno_mode_ok): Likewise.
10587 (arm_regno_class): Likewise.
10588 (arm_dbx_register_number): Likewise.
10589 (arm_emit_unwind_sequence): Likewise.
10590 (arm_conditional_register_usage): Likewise.
10591 * arm-protos.h (neg_const_double_rtx_ok_for_fpa): Remove declaration.
10592 (cirrus_memory_offset): Likewise.
10593 (output_move_long_double_fpa_from_arm): Likewise.
10594 (output_move_long_double_arm_from_fpa): Likewise.
10595 (output_move_double_fpa_from_arm): Likewise.
10596 (output_move_double_arm_from_fpa): Likewise.
10597 (arm_float_words_big_endian): Likewise.
10598 * arm.md (CC_REGNUM): Renumbered.
10599 (VFPCC_REGNUM): Moved here. Renumbered.
10600 (FPA_F0_REGNUM, FPA_F7_REGNUM): Delete.
10601 (attr fpu): Remove FPA and Maverick support.
10602 * vfp.md (VFPCC_REGNUM): Delete. Moved to arm.md.
10603 * arm-cores.def (ep9312): Remove Maverick support.
10604 * arm-arches.def (ep9312): Delete architecture.
10605 * arm-tables.opt: Regenerated.
10606
10607 * arm/linux-elf.h (FPUTYPE_DEFAULT): Set to vfp.
10608
10609 2012-07-07 Steven Bosscher <steven@gcc.gnu.org>
10610
10611 PR tree-optimization/53881
10612 * tree-switch-conversion.c (emit_case_bit_tests): Do not rely on
10613 comparing labels to establish uniqueness of a switch case target,
10614 use the CFG instead.
10615
10616 2012-07-07 Ulrich Weigand <ulrich.weigand@linaro.org>
10617
10618 * combine.c (force_to_mode) [LSHIFTRT]: Avoid undefined behaviour
10619 due to negative shift amount.
10620
10621 2012-07-07 Hans-Peter Nilsson <hp@axis.com>
10622
10623 Fix configure test for "stack protector support in target C library".
10624 * configure.ac (test_prefix, test_exec_prefix): Move setting from
10625 inside sysroot handling to before and outside it.
10626 * configure: Regenerate.
10627
10628 2012-07-06 Kai Tietz <ktietz@redhat.com>
10629
10630 PR bootstrap/52947
10631 * config/i386/mingw32.h (NATIVE_SYSTEM_HEADER_DIR): Define it always
10632 as "/mingw/include".
10633
10634 2012-07-06 Alexandre Oliva <aoliva@redhat.com>
10635
10636 PR debug/53820
10637 * var-tracking.c (vt_add_function_parameter): Convert
10638 internal_arg_pointer into arg_pointer-based address even
10639 without DRAP.
10640
10641 2012-07-06 Alexandre Oilva <aoliva@redhat.com>
10642
10643 PR rtl-optimization/53827
10644 PR debug/53671
10645 PR debug/49888
10646 * alias.c (memrefs_conflict_p): Adjust offset and size by the
10647 same amount for alignment ANDs.
10648
10649 2012-07-06 Tom de Vries <tom@codesourcery.com>
10650
10651 PR tree-optimization/51879
10652 * tree-ssa-sccvn.c (copy_reference_ops_from_call)
10653 (visit_reference_op_call): Handle case that lhs is not an SSA_NAME.
10654 (visit_use): Also call visit_reference_op_call for calls with a vdef.
10655
10656 2012-07-06 Tom de Vries <tom@codesourcery.com>
10657
10658 PR tree-optimization/52009
10659 * tree-ssa-tail-merge.c (gimple_equal_p): For GIMPLE_ASSIGN, compare
10660 value numbers of gimple_vdef.
10661 * tree-ssa-sccvn.h (vn_reference_insert): Add vdef parameter to
10662 prototype.
10663 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MODIFY_EXPR.
10664 (vn_reference_insert): Add and handle vdef parameter.
10665 (visit_reference_op_load): Add argument to vn_reference_insert call.
10666 (visit_reference_op_store): Find value number of vdef of store. Insert
10667 value number of vdef of store.
10668
10669 2012-07-06 Uros Bizjak <ubizjak@gmail.com>
10670
10671 * config/i386/i386.md (simple lea to add peephole): Also transform
10672 RTXes where second PLUS operand matches output.
10673
10674 2012-07-06 Uros Bizjak <ubizjak@gmail.com>
10675
10676 * config/i386/i386.c (construct_plt_address): Make static.
10677 * config/i386/i386-protos.h (construct_plt_address): Remove.
10678
10679 2012-07-06 Nick Clifton <nickc@redhat.com>
10680
10681 * config/mn10300/mn10300.c (mn10300_encode_section_info): Call
10682 default_encode_section_info.
10683
10684 2012-07-06 Uros Bizjak <ubizjak@gmail.com>
10685
10686 PR target/53853
10687 * config/i386/i386.c (x86_output_mi_thunk): For CM_LARGE_PIC model,
10688 emit PIC sequence for fnaddr symbol reference in advance.
10689
10690 2012-07-06 Eric Botcazou <ebotcazou@adacore.com>
10691
10692 Revert
10693 2012-06-14 Eric Botcazou <ebotcazou@adacore.com>
10694
10695 * dwarf2out.c (function_possibly_abstracted_p): New static function.
10696 (gen_subprogram_die): Use it function_possibly_abstracted_p in lieu of
10697 cgraph_function_possibly_inlined_p.
10698 (gen_inlined_subroutine_die): Return if the origin is to be ignored.
10699 (process_scope_var): Do not emit concrete instances of abstracted
10700 nested functions from here.
10701 (gen_decl_die): Emit the abstract instance if the function is possibly
10702 abstracted and not only possibly inlined.
10703 (dwarf2out_finish): Find the first non-abstract parent instance and
10704 attach concrete instances on the limbo list to it.
10705
10706 2012-07-05 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
10707 Julian Brown <julian@codesourcery.com>
10708
10709 PR target/48941
10710 PR target/51980
10711 * config/arm/neon-gen.ml (return_by_ptr): Delete.
10712 (print_function): Handle empty strings.
10713 (return): Delete use of return_by_ptr.
10714 (mask_shape_for_shuffle): New function.
10715 (mask_elems): Likewise.
10716 (shuffle_fn): Likewise.
10717 (params): Simplify and remove use of return_by_ptr.
10718 (get_shuffle): New function.
10719 (print_variant): Update.
10720 * config/arm/neon.ml (rev_elems): New function.
10721 (permute_range): Likewise.
10722 (zip_range): Likewise.
10723 (uzip_range): Likewise.
10724 (trn_range): Likewise.
10725 (zip_elems): Likewise.
10726 (uzip_elems): Likewise.
10727 (trn_elems): Likewise.
10728 (features): New enumeration Use_shuffle. Delete ReturnPtr.
10729 (pf_su_8_16): New.
10730 (suf_32): New.
10731 (ops): Update entries for Vrev64, Vrev32, Vrev16, Vtr, Vzip, Vuzp.
10732 * config/arm/arm_neon.h: Regenerate.
10733
10734 2012-07-05 Richard Guenther <rguenther@suse.de>
10735
10736 * tree-pretty-print.c (dump_generic_node): Properly test
10737 the result of exact_log2.
10738
10739 2012-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10740
10741 * config/s390/s390-protos.h (s390_expand_movmem)
10742 (s390_expand_cmpmem): Add return value.
10743 * config/s390/s390.c (s390_expand_movmem, s390_expand_cmpmem):
10744 Return FALSE to use the library function in some cases.
10745 * config/s390/s390.md (movmem, cmpmem): Evaluate return value of C
10746 helper functions.
10747
10748 2012-07-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10749
10750 * config.gcc: Enable ifunc attribute by default on s390 and s390x.
10751
10752 2012-07-05 Steven Bosscher <steven@gcc.gnu.org>
10753
10754 * expr.c (try_casesi): Remove bogus ATTRIBUTE_UNUSED markers.
10755 * stmt.c (dump_case_nodes): New.
10756 (expand_case): Split out code generation parts into new functions.
10757 (expand_switch_as_decision_tree_p): Split out from expand_case.
10758 (emit_case_decision_tree): Likewise.
10759 (emit_case_dispatch_table): Likewise.
10760
10761 2012-07-05 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10762
10763 * config/arm/iterators.md (SDF): New mode iterator.
10764 (V_if_elem): Add support for SF and DF modes.
10765 (V_reg): Likewise.
10766 (F_constraint): New mode iterator attribute.
10767 (F_fma_type): Likewise.
10768 config/arm/vfp.md (fma<SDF:mode>4): New pattern.
10769 (*fmsub<SDF:mode>4): Likewise.
10770 (*fmnsub<SDF:mode>4): Likewise.
10771 (*fmnadd<SDF:mode>4): Likewise.
10772
10773 2012-07-04 Uros Bizjak <ubizjak@gmail.com>
10774
10775 * expmed.c (expand_mult): Initialize coeff and is_neg.
10776
10777 2012-07-04 Oleg Endo <olegendo@gcc.gnu.org>
10778
10779 * config/sh/predicates.md (zero_extend_operand): New predicate.
10780 * config/sh/sh.md (zero_extendhisi2): Simplify by using new
10781 zero_extend_operand predicate.
10782 (zero_extendqisi2): Likewise.
10783
10784 2012-07-04 Uros Bizjak <ubizjak@gmail.com>
10785
10786 PR middle-end/53321
10787 * ipa.c (symtab_remove_unreachable_nodes): Partially revert r187375
10788 to not call cgraph_propagate_frequency if something was changed.
10789
10790 2012-07-04 Richard Guenther <rguenther@suse.de>
10791
10792 PR middle-end/53433
10793 * gimple-fold.c (get_base_constructor): Do not return an
10794 error_mark_node DECL_INITIAL.
10795
10796 2012-07-04 Richard Guenther <rguenther@suse.de>
10797
10798 PR tree-optimization/53844
10799 * tree-ssa-dse.c (dse_possible_dead_store_p): Properly handle
10800 the loop virtual PHI.
10801
10802 2012-07-04 Richard Guenther <rguenther@suse.de>
10803
10804 PR tree-optimization/53849
10805 * tree-cfg.c (move_stmt_op): Only call add_referenced_var
10806 for duplicated locals. Use add_referenced_var_1 to avoid
10807 pushing/popping cfun.
10808
10809 2012-07-04 Kai Tietz <ktietz@redhat.com>
10810
10811 * config/i386/winnt.c (i386_pe_reloc_rw_mask): New function.
10812 * config/i386/i386-protos.h (i386_pe_reloc_rw_mask): Add
10813 prototype.
10814 * config/i386/cygming.h (TARGET_ASM_RELOC_RW_MASK): Define
10815 as i386_pe_reloc_rw_mask.
10816
10817 2012-07-04 Richard Guenther <rguenther@suse.de>
10818
10819 * tree.c (find_decls_types_r): Handle TYPE_CONTEXT the same
10820 as in free_lang_data_in_type.
10821
10822 2012-07-04 Tobias Grosser <tobias@grosser.es>
10823 Michael Matz <matz@suse.de>
10824
10825 * Makefile.in (OBJS): Add graphite-optimize-isl.o.
10826 (graphite-optimize-isl.o): Add dependencies.
10827 * common.opt (floop-nest-optimize): New flag.
10828 * doc/invoke.texi (floop-nest-optimize): Document.
10829 * graphite-dependences.c (compute_deps): Export.
10830 * graphite-poly.h (compute_deps): Declare.
10831 * graphite-optimize-isl.c: New file.
10832 * graphite-poly.c (apply_poly_transforms): Run the loop
10833 nest optimizer.
10834 * tree-ssa-loop.c (gate_graphite_transforms): Enable graphite
10835 if -floop-nest-optimize is enabled.
10836
10837 2012-07-03 Oleg Endo <olegendo@gcc.gnu.org>
10838
10839 * config/sh/predicates.md (logical_and_operand): New predicate.
10840 * config/sh/constraints.md (Jmb, Jmw): New constraints.
10841 * config/sh/sh.md (andsi3): Move expander above insns. Add handling
10842 of 0xFFFF constant. Use logical_and_operand predicate and
10843 satisfies_constraint_Jmb, satisfies_constraint_Jmw.
10844 (*andsi3_compact): Make it an insn_and_split. Use
10845 logical_and_operand predicate. Add Jmb,Jmw alternatives.
10846
10847 2012-07-03 Jason Merrill <jason@redhat.com>
10848
10849 PR c++/53826
10850 * tree.c (build_zero_cst): Handle NULLPTR_TYPE.
10851
10852 2012-07-03 Nick Clifton <nickc@redhat.com>
10853
10854 * config/mep/mep.c (mep_reorg_regmove): Use
10855 next_nonnote_non_debug_insn to advance to the next insn. Do not
10856 expect delete_insn to return an rtx.
10857
10858 2012-07-03 Richard Guenther <rguenther@suse.de>
10859
10860 * doc/install.texi (CLooG): Clarify how CLooG needs to be
10861 configured and that it needs to be built against ISL 0.10.
10862
10863 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
10864
10865 * config/i386/i386.c (ix86_option_override_internal): Fix wrong
10866 code model string in the error message.
10867
10868 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
10869
10870 PR target/53811
10871 * config/i386/i386.c (x86_output_mi_thunk): Check if fnaddr satisfies
10872 sibcall_insn_operand. Move it to a temporary register if not.
10873
10874 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10875
10876 PR target/28896
10877 * config/m68k/m68k.c (m68k_option_override): Reset stack_limit_rtx
10878 if !TARGET_68020.
10879
10880 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
10881
10882 * config/i386/xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.
10883
10884 2012-07-03 Roland McGrath <mcgrathr@google.com>
10885
10886 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): Also require that the
10887 assembler accept 'rep bsf ...', 'rep bsr ...', 'rep ret' and 'rep nop'.
10888 * configure: Regenerated.
10889 * config/i386/i386.md (simple_return_internal_long): Use %;
10890 (ctz<mode>2): Likewise.
10891 (*pause): Likewise.
10892
10893 2012-07-02 Oleg Endo <olegendo@gcc.gnu.org>
10894
10895 PR target/51244
10896 * config/sh/predicates.md (t_reg_operand, negt_reg_operand): New
10897 predicates.
10898 * config/sh/sh-protos.h (get_t_reg_rtx): New prototype.
10899 * config/sh/sh.c (get_t_reg_rtx): New function. Use it when invoking
10900 gen_branch_true and gen_branch_false.
10901 * config/sh/sh.md: Use get_t_reg_rtx when invoking gen_branch_true and
10902 gen_branch_false.
10903 (branch_true, branch_false): Use t_reg_operand predicate.
10904 (*branch_true, *branch_false): Delete.
10905 (movt): Use t_reg_operand predicate.
10906 (*negnegt): Use negt_reg_operand predicate and fold little and big
10907 endian variants.
10908 (*movtt): Use t_reg_operand and fold little and big endian variants.
10909 (*movt_qi): Delete.
10910
10911 2012-07-02 Steven Bosscher <steven@gcc.gnu.org>
10912
10913 * stmt.c (emit_case_bit_tests): Remove.
10914 (expand_case): Remove expand_switch_using_bit_tests_p code.
10915 * tree-switch-conversion.c (hoist_edge_and_branch_if_true): New.
10916 (MAX_CASE_BIT_TESTS): Moved from stmt.c to here.
10917 (lshift_cheap_p): Likewise.
10918 (expand_switch_using_bit_tests_p): Likewise.
10919 (struct case_bit_test): Likewise.
10920 (case_bit_test_cmp): Likewise.
10921 (emit_case_bit_tests): New implementation for GIMPLE.
10922 (gen_inbound_check): Do not release post-dominator info here.
10923 (process_switch): Reorder code. Expand as bit tests if it
10924 looks like a win.
10925 (do_switchconv): Release post-dominator info here if something changed.
10926 (struct gimple_opt_pass): Verify more.
10927 * tree.h (expand_switch_using_bit_tests_p): Remove prototype.
10928
10929 2012-07-02 Martin Jambor <mjambor@suse.cz>
10930
10931 PR middle-end/38474
10932 * ipa-prop.c (compute_known_type_jump_func): Put BINFO check before a
10933 dynamic type change check.
10934
10935 2012-07-02 Richard Guenther <rguenther@suse.de>
10936 Michael Matz <matz@suse.de>
10937 Tobias Grosser <tobias@grosser.es>
10938 Sebastian Pop <sebpop@gmail.com>
10939
10940 * Makefile.in: Remove PPL flags in favor of ISL ones.
10941 (BACKENDLIBS): Remove PPL libs.
10942 (INCLUDES): Remove PPL includes in favor of ISL ones.
10943 (graphite-clast-to-gimple.o): Remove graphite-dependences.h and
10944 graphite-cloog-compat.h dependencies.
10945 (graphite-dependences.o): Likewise.
10946 (graphite-poly.o): Likewise.
10947 * configure.ac: Declare ISL vars instead of PPL ones.
10948 * configure: Regenerated.
10949 * doc/install.texi: Replace PPL requirement documentation with ISL one.
10950 * graphite-blocking.c: Remove PPL code, add ISL equivalent.
10951 * graphite-clast-to-gimple.c: Likewise.
10952 * graphite-dependences.c: Likewise.
10953 * graphite-interchange.c: Likewise.
10954 * graphite-poly.h: Likewise.
10955 * graphite-poly.c: Likewise.
10956 * graphite-sese-to-poly.c: Likewise.
10957 * graphite.c: Likewise.
10958 * graphite-scop-detection.c: Re-arrange includes.
10959 * graphite-cloog-util.c: Remove.
10960 * graphite-cloog-util.h: Likewise.
10961 * graphite-ppl.h: Likewise.
10962 * graphite-ppl.c: Likewise.
10963 * graphite-dependences.h: Likewise.
10964
10965 2012-07-02 Richard Guenther <rguenther@suse.de>
10966
10967 Merge from graphite branch
10968 2011-07-21 Tobias Grosser <tobias@grosser.es>
10969
10970 * Makefile.in (graphite-clast-to-gimple.o, graphite-cloog-util.o):
10971 Remove graphite-cloog-util.h.
10972 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop,
10973 build_iv_mapping, translate_clast_user, translate_clast,
10974 free_scattering, initialize_cloog_names, build_cloog_prog,
10975 create_params_index): Do not use old compatibility functions.
10976 (clast_name_to_index, set_cloog_options): Remove code for legacy cloog.
10977 * graphite-cloog-util.c (openscop_print_cloog_matrix): Do not use old
10978 compatibility functions.
10979 (new_Cloog_Scattering_from_ppl_Polyhedron): Remove code for legacy
10980 cloog.
10981 * graphite-cloog-util.h: Remove include of graphite-cloog-util.h.
10982 * graphite.c (graphite.c): Do not call outdated cloog_initialize() and
10983 cloog_finalize().
10984 * graphite-cloog-compat.h: Remove.
10985
10986 2011-08-09 Tobias Grosser <tobias@grosser.es>
10987
10988 * graphite-clast-to-gimple.c (new_clast_name_index): Store a copy
10989 of the string, no just a reference.
10990 (clast_name_index): Add a new field, that specifies if we need to free
10991 the name.
10992 (free_clast_name_index): If necessary, free the name string.
10993 (clast_name_index_elt_info): Calculate the hash based on the string
10994 content, not the memory location it is stored in.
10995 (clast_name_to_level): Specify that we do not need to free the name.
10996 (clast_name_to_index): Dito.
10997 (clast_name_to_lb_ub): Dito.
10998 (eq_clast_name_indexes): Compare the strings, not their base pointers.
10999 (free_scattering): Removed.
11000 (initialize_cloog_names): Renamed to add_names_to_union_domain().
11001 (add_names_to_union_domain): Changed to work on a union_domain,
11002 instead of a CloogNames structure.
11003 (build_cloog_prog): Removed.
11004 (build_cloog_union_domain): New.
11005 (generate_cloog_input): New.
11006 (scop_to_clast): Use CloogInput instead of CloogProgram.
11007 (print_generated_program): Adapt to new scop_to_clast() and do not
11008 print the CloogProgram any more.
11009 (create_params_index): Removed, functionality integrated in
11010 add_names_to_union_domain().
11011 (gloog): Adapt to new scop_to_clast().
11012 * graphite-clast-to-gimple.h (scop_to_clast): Remove.
11013
11014 2012-01-11 Tobias Grosser <tobias@grosser.es>
11015
11016 * graphite-clast-to-gimple.c (clast_name_to_index,
11017 clast_name_to_lb_ub, clast_name_to_gcc): Change types.
11018 (clast_to_gcc_expression): Add clast_expr_name as a new
11019 case. Do not assume a clast_expr_term points always to a
11020 clast_expr_name.
11021 (type_for_clast_term): Do not assume a clast_expr_term points always to
11022 a clast_expr_name.
11023 (type_for_clast_name): New.
11024 (type_for_clast_expr): Add clast_expr_name as a new case.
11025
11026 2011-08-03 Sebastian Pop <sebpop@gmail.com>
11027
11028 * graphite-cloog-util.c (new_Cloog_Domain_from_ppl_Polyhedron,
11029 new_Cloog_Scattering_from_ppl_Polyhedron,
11030 new_Cloog_Domain_from_ppl_Pointset_Powerset): Remove ATTRIBUTE_UNUSED.
11031
11032 2012-07-02 Jakub Jelinek <jakub@redhat.com>
11033
11034 PR tree-optimization/53645
11035 * tree-vect-generic.c (expand_vector_divmod): Use TYPE_MODE (type)
11036 instead of TYPE_MODE (wider_type) as can_vec_perm_p argument.
11037
11038 2012-07-01 Wei Guozhi <carrot@google.com>
11039
11040 PR target/53447
11041 * config/arm/arm-protos.h (const_ok_for_dimode_op): New prototype.
11042 * config/arm/arm.c (const_ok_for_dimode_op): New function.
11043 * config/arm/constraints.md (Dd): New constraint.
11044 * config/arm/predicates.md (arm_adddi_operand): New predicate.
11045 * config/arm/arm.md (adddi3): Extend it to handle constants.
11046 (arm_adddi3): Likewise.
11047 (addsi3_carryin_<optab>): Extend it to handle sbc case.
11048 (addsi3_carryin_alt2_<optab>): Likewise.
11049 * config/arm/neon.md (adddi3_neon): Extend it to handle constants.
11050
11051 2012-06-30 Nathan Sidwell <nathan@acm.org>
11052
11053 * coverage.c (bbg_file_stamp): New.
11054 (read_counts_file): Merge incoming stamp with bbg_file_stamp.
11055 (build_info): Write bbg_file_stamp.
11056 (coverage_init): Initialize bbg_file_stamp. Read counts file
11057 before writing graph header.
11058 (coverage_finish): Don't unlink the data file if we can generate a
11059 unique file stamp.
11060 * tree.h (crc32_unsigned): Declare.
11061 * tree.c (crc32_unsigned_bits): New, broken out of ...
11062 (crc32_byte): ... here. Use it.
11063 (crc32_unsigned): New.
11064
11065 2012-06-29 Cary Coutant <ccoutant@google.com>
11066
11067 * dwarf2out.c (add_pubname_string): Don't check for want_pubnames.
11068 (gen_subprogram_die): Don't add pubname if want_pubnames is false.
11069 (gen_variable_die): Likewise.
11070 (gen_namespace_die): Likewise.
11071
11072 2012-06-29 Eric Botcazou <ebotcazou@adacore.com>
11073
11074 * tree-eh.c (lower_try_finally_switch): Really put the location of the
11075 last statement of the finally block onto the switch.
11076
11077 2012-06-29 H.J. Lu <hongjiu.lu@intel.com>
11078
11079 PR target/53539
11080 * config/i386/gnu-user64.h (WCHAR_TYPE): Use "int" only for
11081 TARGET_LP64.
11082
11083 2012-06-29 Sterling Augustine <saugustine@google.com>
11084
11085 * dwarf2out.c (add_pubname): Add comment.
11086 (add_pubtype): Fix indentation.
11087 (gen_enumeration_type_die): Likewise.
11088
11089 2012-06-29 Jakub Jelinek <jakub@redhat.com>
11090
11091 * tree-vect-generic.c (expand_vector_divmod): For even/odd
11092 widening multiply, put even always as first argument to VEC_PERM_EXPR.
11093
11094 2012-06-29 Richard Henderson <rth@redhat.com>
11095
11096 * tree-vect-generic.c: Include target.h.
11097 (expand_vector_divmod): Use builtin_mul_widen_even/odd if supported.
11098 * Makefile.in (tree-vect-generic.o): Update.
11099
11100 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
11101
11102 * configure.ac: Remove special gtfiles case for C.
11103 * configure: Regenerate.
11104 * Makefile.in: Remove C front-end hooks and build hooks that
11105 will be picked up from c/Make-lang.in now.
11106 Add tree-mudflap to C_COMMON_OBJS.
11107 * gengtype.c (files_rules): Adjust gt-files for c/c-decl.c.
11108 * config/vms/vms.c: Look for c-tree.h in c/.
11109 * doc/gty.texi: Remove reference to c-config-lang.in.
11110 * doc/sourcebuild.texi: Document the c/ subdirectory.
11111
11112 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
11113
11114 * system.h (CASE_USE_BIT_TESTS): Poison.
11115 * stmt.c (CASE_USE_BIT_TESTS): Fold away into its only user ...
11116 (expand_switch_using_bit_tests_p): ...here.
11117 * doc/tm.texi.in (CASE_USE_BIT_TESTS): Remove documentation.
11118 * doc/tm.texi (CASE_USE_BIT_TESTS): Regenerate.
11119
11120 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
11121
11122 * system.h (IFCVT_EXTRA_FIELDS): Poison.
11123 (IFCVT_INIT_EXTRA_FIELDS): Poison.
11124 * basic-block.h (struct ce_if_block): Remove IFCVT_EXTRA_FIELDS.
11125 * ifcvt.c (find_if_header): Use IFCVT_MACHDEP_INIT instead of
11126 IFCVT_INIT_EXTRA_FIELDS.
11127 * gengtype-parse.c (struct_field_seq): Remove obsolete comment.
11128 * config/frv/frv.h (IFCVT_INIT_EXTRA_FIELDS): Rename to
11129 IFCVT_MACHDEP_INIT.
11130 * config/frv/frv.c (frv_ifcvt_init_extra_fields): Rename to
11131 frv_ifcvt_machdep_init.
11132 * doc/tm.texi.in (IFCVT_INIT_EXTRA_FIELDS, IFCVT_EXTRA_FIELDS):
11133 Remove documentation.
11134 (IFCVT_MACHDEP_INIT): Document.
11135 * doc/tm.texi: Regenerate.
11136
11137 2012-06-29 Nick Clifton <nickc@redhat.com>
11138
11139 * config/lm32/lm32.c (lm32_compute_frame_size): Fix typo.
11140
11141 2012-06-29 Jakub Jelinek <jakub@redhat.com>
11142
11143 * tree-vect-stmts.c (vectorizable_operation): Check both
11144 VEC_WIDEN_MULT_LO_EXPR and VEC_WIDEN_MULT_HI_EXPR optabs.
11145 Verify that operand[0]'s mode is TYPE_MODE (wide_vectype).
11146
11147 2012-06-28 Richard Henderson <rth@redhat.com>
11148
11149 * doc/generic.texi (MULT_HIGHPART_EXPR): Document it.
11150
11151 2012-06-28 Jakub Jelinek <jakub@redhat.com>
11152
11153 PR tree-optimization/51581
11154 * tree-vect-stmts.c (permute_vec_elements): Add forward decl.
11155 (vectorizable_operation): Handle vectorization of MULT_HIGHPART_EXPR
11156 also using VEC_WIDEN_MULT_*_EXPR or builtin_mul_widen_* plus
11157 VEC_PERM_EXPR if vector MULT_HIGHPART_EXPR isn't supported.
11158 * tree-vect-patterns.c (vect_recog_divmod_pattern): Use
11159 MULT_HIGHPART_EXPR instead of VEC_WIDEN_MULT_*_EXPR and shifts.
11160
11161 PR tree-optimization/53645
11162 * tree-vect-generic.c (expand_vector_divmod): Use MULT_HIGHPART_EXPR
11163 instead of VEC_WIDEN_MULT_{HI,LO}_EXPR followed by VEC_PERM_EXPR
11164 if possible.
11165
11166 2012-06-28 Georg-Johann Lay <avr@gjlay.de>
11167
11168 PR 53595
11169 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): New.
11170 * config/avr/avr-protos.h (avr_hard_regno_call_part_clobbered): New.
11171 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): Forward to
11172 avr_hard_regno_call_part_clobbered.
11173
11174 2012-06-28 Richard Guenther <rguenther@suse.de>
11175
11176 PR middle-end/53790
11177 * expr.c (expand_expr_real_1): Verify if the type is complete
11178 before inspecting its size.
11179
11180 2012-06-28 Andreas Schwab <schwab@linux-m68k.org>
11181
11182 * doc/include/gpl.texi: Remove.
11183 * doc/sourcebuild.texi (Texinfo Manuals): Don't mention gpl.texi.
11184
11185 2012-06-28 Jakub Jelinek <jakub@redhat.com>
11186
11187 PR tree-optimization/53645
11188 * tree-vect-generic.c (add_rshift): New function.
11189 (expand_vector_divmod): New function.
11190 (expand_vector_operation): Use it for vector integer
11191 TRUNC_{DIV,MOD}_EXPR by VECTOR_CST.
11192 * tree-vect-patterns.c (vect_recog_divmod_pattern): Replace
11193 unused lguup variable with dummy_int.
11194
11195 2012-06-28 OLivier Hainque <hainque@adacore.com>
11196
11197 * expr.c (convert_move): Latch mem integer inputs into a
11198 register before expanding a multi-instructions sequence.
11199
11200 2012-06-28 Alexandre Oliva <aoliva@redhat.com>
11201 Uros Bizjak <ubizjak@gmail.com>
11202 Jakub Jelinek <jakub@redhat.com>
11203
11204 PR debug/53706
11205 PR debug/47624
11206 * var-tracking.c (vt_emit_notes): Release loc_exp_dep_pool...
11207 (vt_finalize): ... here instead, if needed.
11208
11209 2012-06-28 Alexandre Oliva <aoliva@redhat.com>
11210
11211 PR debug/53740
11212 PR debug/52983
11213 PR debug/48866
11214 * dce.c (word_dce_process_block): Check whether inserting debug
11215 temps are needed even for needed insns.
11216 (dce_process_block): Likewise.
11217 * df-problems.c (dead_debug_add): Add comment about multi-regs.
11218 (dead_debug_insert_temp): Likewise. Don't subreg when we're
11219 setting fewer regs than a multi-reg requires.
11220
11221 2012-06-27 Richard Henderson <rth@redhat.com>
11222
11223 * config/alpha/alpha.c (alpha_dimode_u): New.
11224 (alpha_init_builtins): Initialize it, and use it.
11225 (alpha_fold_builtin_cmpbge): Use alpha_dimode_u.
11226 (alpha_fold_builtin_zapnot, alpha_fold_builtin_insxx): Likewise.
11227 (alpha_fold_vector_minmax, alpha_fold_builtin_perr): Likewise.
11228 (alpha_fold_builtin_pklb, alpha_fold_builtin_pkwb): Likewise.
11229 (alpha_fold_builtin_unpkbl, alpha_fold_builtin_unpkbw): Likewise.
11230 (alpha_fold_builtin_cttz, alpha_fold_builtin_ctlz): Likewise.
11231 (alpha_fold_builtin_ctpop): Likewise.
11232 (alpha_fold_builtin_umulh): Remove.
11233 (alpha_fold_builtin): Use MULT_HIGHPART_EXPR for UMULH; fix
11234 typo in MAX_ARGS check.
11235
11236 2012-06-27 Richard Henderson <rth@redhat.com>
11237
11238 * tree.def (MULT_HIGHPART_EXPR): New.
11239 * cfgexpand.c (expand_debug_expr): Ignore it.
11240 * expr.c (expand_expr_real_2): Handle it.
11241 * fold-const.c (int_const_binop_1): Likewise.
11242 * optabs.c (optab_for_tree_code): Likewise.
11243 * tree-cfg.c (verify_gimple_assign_binary): Likewise.
11244 * tree-inline.c (estimate_operator_cost): Likewise.
11245 * tree-pretty-print.c (dump_generic_node): Likewise.
11246 (op_code_prio, op_symbol_code): Likewise.
11247 * tree.c (commutative_tree_code): Likewise. Also handle
11248 WIDEN_MULT_EXPR, VEC_WIDEN_MULT_HI_EXPR, VEC_WIDEN_MULT_LO_EXPR.
11249
11250 2012-06-27 Richard Henderson <rth@redhat.com>
11251
11252 PR target/53749
11253 * config/i386/i386.c (ix86_rtx_costs): Fix typo vs UNITS_PER_WORD
11254 in 2012-06-23 change. Adjust two other DImode tests as well.
11255
11256 2012-06-27 Nick Clifton <nickc@redhat.com>
11257
11258 * config/rx/rx.md (comparesi3_extend): Remove = modifier from
11259 input operand.
11260
11261 2012-06-27 Richard Guenther <rguenther@suse.de>
11262
11263 PR middle-end/53676
11264 * tree-chrec.c (chrec_convert_1): Represent truncation to
11265 a type with undefined overflow as truncation to an unsigned
11266 type converted to the type with undefined overflow.
11267 * tree-scalar-evolution.c (interpret_rhs_expr): For computing
11268 the scalar evolution of a truncated widened operation avoid
11269 looking at the non-existing evolution of the widened operation
11270 result.
11271
11272 2012-06-27 Richard Guenther <rguenther@suse.de>
11273
11274 PR tree-optimization/53774
11275 * tree-ssa-reassoc.c (get_rank): All default defs have
11276 precomputed rank.
11277 (init_reassoc): Precompute rank for all SSA default defs.
11278
11279 2012-06-27 Nick Clifton <nickc@redhat.com>
11280
11281 * config/rx/rx.md (simple_return): Use the simple_return rtx.
11282
11283 2012-06-26 Richard Henderson <rth@redhat.com>
11284
11285 * config/i386/i386.c (ix86_rtx_costs): Use standard_sse_constant_p
11286 and don't fall thru from standard_80387_constant_p to the memory
11287 fallback.
11288
11289 2012-06-26 Richard Henderson <rth@redhat.com>
11290
11291 * config/i386/i386.c (bdesc_args): Update. Change
11292 IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI to OPTION_MASK_ISA_SSE2.
11293 (IX86_BUILTIN_VEC_WIDEN_SMUL_EVEN_V4SI): New.
11294 (ix86_builtin_mul_widen_even): Use it.
11295 (ix86_builtin_mul_widen_odd): Relax SMUL_ODD from sse4 to sse2.
11296 (ix86_expand_mul_widen_evenodd): Handle signed for sse2.
11297 * config/i386/sse.md (vec_widen_<s>mult_hi_<V124_AVX2>): Allow
11298 for all SSE2.
11299 (vec_widen_<s>mult_lo_<V124_AVX2>): Likewise.
11300 (vec_widen_<s>mult_odd_<VI4_AVX2>): Likewise. Relax from V124_AVX2.
11301 (vec_widen_smult_even_v4si): New.
11302
11303 2012-06-26 Richard Henderson <rth@redhat.com>
11304
11305 * config/i386/sse.md (mul<VI8_AVX2>3): Change from insn_and_split
11306 to expander; move guts to ...
11307 * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): ... here. Add
11308 highparts before shifting up.
11309 * config/i386/i386-protos.h: Update.
11310
11311 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
11312
11313 * system.h (USE_COMMON_FOR_ONE_ONLY): Poison.
11314 * defaults.h (USE_COMMON_FOR_ONE_ONLY): Do not provide default.
11315 * config/darwin.h (USE_COMMON_FOR_ONE_ONLY): Do not define.
11316
11317 2012-06-26 Alexandre Oliva <aoliva@redhat.com>
11318
11319 * var-tracking.c (vt_add_function_parameter): Use a preserved
11320 VALUE for the MEM address of an incoming parameter.
11321
11322 2012-06-26 Sterling Augustine <saugustine@google.com>
11323
11324 * dwarf2out.c (output_pubnames): Add check for DW_TAG_enumerator.
11325 (prune_unused_types): Likewise.
11326
11327 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
11328
11329 * system.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
11330 UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Poison.
11331 * vmsdbgout.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
11332 UNALIGNED_LONG_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Rename to
11333 VMS_UNALIGNED_SHORT_ASM_OP, VMS_UNALIGNED_INT_ASM_OP,
11334 VMS_UNALIGNED_LONG_ASM_OP, and VMS_UNALIGNED_DOUBLE_INT_ASM_OP.
11335 * config/microblaze/microblaze.h (UNALIGNED_SHORT_ASM_OP,
11336 UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Do not define.
11337 * doc/tm.texi.in: Remove UNALIGNED_INT_ASM_OP reference from the
11338 documentation.
11339 * doc/tm.texi: Regenerate.
11340 * doc/cpp.texi: Make example for #error generic.
11341 * config/frv/frv.h: Fix example text to match tm.texi.
11342
11343 2012-06-26 Bill Schmidt <wschmidt@linux.ibm.com>
11344
11345 * tree-pass.h (pass_strength_reduction): New decl.
11346 * tree-ssa-loop-ivopts.c (initialize_costs): Make non-static.
11347 (finalize_costs): Likewise.
11348 * timevar.def (TV_TREE_SLSR): New timevar.
11349 * gimple-ssa-strength-reduction.c: New.
11350 * tree-flow.h (initialize_costs): New decl.
11351 (finalize_costs): Likewise.
11352 * Makefile.in (tree-ssa-strength-reduction.o): New dependencies.
11353 * passes.c (init_optimization_passes): Add pass_strength_reduction.
11354
11355 2012-06-26 Matt Turner <mattst88@gmail.com>
11356
11357 * doc/extend.texi (__builtin_arm_tinsrb): Add missing second parameter.
11358 (__builtin_arm_tinsrh): Likewise.
11359 (__builtin_arm_tinsrw): Likewise.
11360 (__builtin_arm_wsadb): Add missing v2si parameter.
11361 (__builtin_arm_wsadh): Likewise.
11362 (__builtin_arm_getwcx): Delete.
11363 (__builtin_arm_setwcx): Delete.
11364 (__builtin_arm_getwcgr0): Add.
11365 (__builtin_arm_getwcgr1): Add.
11366 (__builtin_arm_getwcgr2): Add.
11367 (__builtin_arm_getwcgr3): Add.
11368 (__builtin_arm_setwcgr0): Add.
11369 (__builtin_arm_setwcgr1): Add.
11370 (__builtin_arm_setwcgr2): Add.
11371 (__builtin_arm_setwcgr3): Add.
11372
11373 2012-06-26 Richard Guenther <rguenther@suse.de>
11374
11375 Revert
11376 2012-06-21 Richard Guenther <rguenther@suse.de>
11377
11378 * tree-inline.c (estimate_num_insns): Estimate call cost for
11379 tailcalls properly.
11380
11381 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
11382
11383 PR other/33190
11384 * doc/tm.texi.in: Document LOGICAL_OP_NON_SHORT_CIRCUIT.
11385 * doc/tm.texi: Regenerate.
11386
11387 2012-06-26 Steven Bosscher <steven@gcc.gnu.org>
11388
11389 PR other/33190
11390 * config/mips/mips.h: Do not define ALL_COP_ADDITIONAL_REGISTER_NAMES.
11391 * config/frv/frv.h: Do not define REVERSE_CONDEXEC_PREDICATES_P.
11392 * doc/tm.texi.in: Remove documentation for unused target macros
11393 ALL_COP_ADDITIONAL_REGISTER_NAMES, DBX_OUTPUT_LBRAC, DBX_OUTPUT_NFUN,
11394 DBX_OUTPUT_RBRAC, RANGE_TEST_NON_SHORT_CIRCUIT, REAL_VALUE_TRUNCATE,
11395 REVERSE_CONDEXEC_PREDICATES_P, TARGET_ALIGN_ANON_BITFIELDS, and
11396 TARGET_NARROW_VOLATILE_BITFIELDS.
11397 Document that MD_HANDLE_UNWABI is a macro in libgcc.
11398 * doc/tm.texi: Regenerate.
11399 * system.h: Poison target macros
11400 ALL_COP_ADDITIONAL_REGISTER_NAMES, DBX_OUTPUT_LBRAC, DBX_OUTPUT_NFUN,
11401 DBX_OUTPUT_RBRAC, RANGE_TEST_NON_SHORT_CIRCUIT, REAL_VALUE_TRUNCATE,
11402 REVERSE_CONDEXEC_PREDICATES_P, TARGET_ALIGN_ANON_BITFIELDS, and
11403 TARGET_NARROW_VOLATILE_BITFIELDS
11404
11405 2012-06-26 Jan Hubicka <jh@suse.cz>
11406
11407 PR lto/53572
11408 * cgraph.h (varpool_can_remove_if_no_refs): Fix handling of
11409 used symbols.
11410
11411 2012-06-26 Dehao Chen <dehao@google.com>
11412
11413 * tree-inline.c: (expand_call_inline): Ensure that lexical block's
11414 source location is consistant with the call stmt.
11415
11416 2012-06-26 Ulrich Weigand <ulrich.weigand@linaro.org>
11417
11418 PR tree-optimization/53729
11419 PR tree-optimization/53636
11420 * tree-vect-slp.c (vect_slp_analyze_bb_1): Delay call to
11421 vect_verify_datarefs_alignment until after statements have
11422 been marked as relevant/irrelevant.
11423 * tree-vect-data-refs.c (vect_verify_datarefs_alignment):
11424 Skip irrelevant statements.
11425 (vect_enhance_data_refs_alignment): Use STMT_VINFO_RELEVANT_P
11426 instead of STMT_VINFO_RELEVANT.
11427 (vect_get_data_access_cost): Do not check for supportable
11428 alignment before calling vect_get_load_cost/vect_get_store_cost.
11429 * tree-vect-stmts.c (vect_get_store_cost): Do not abort when
11430 handling unsupported alignment.
11431 (vect_get_load_cost): Likewise.
11432
11433 2012-06-25 Steven Bosscher <steven@gcc.gnu.org>
11434
11435 * config/rl78/rl78.h: Do not undefine DONT_USE_BUILTIN_SETJMP.
11436 Do not define JMP_BUF_SIZE.
11437
11438 2012-06-26 Jakub Jelinek <jakub@redhat.com>
11439
11440 PR tree-optimization/53748
11441 * tree-ssa-phiopt.c (conditional_replacement): Only optimize
11442 if arg0/arg1 have integral or pointer types.
11443
11444 2012-06-25 Richard Henderson <rth@redhat.com>
11445
11446 * config/i386/sse.md (sse2_sse4_1): Remove code attr.
11447 (<s>dot_prodv4si, <s>dot_prodv8si): Remove
11448 (sdot_prodv4si): New; handle only XOP.
11449
11450 2012-06-25 Richard Henderson <rth@redhat.com>
11451
11452 * config/i386/i386-builtin-types.def (V4UDI, V8USI): New.
11453 (V2UDI_FUNC_V4USI_V4USI): New.
11454 (V4UDI_FUNC_V8USI_V8USI): New.
11455 * config/i386/i386.c (ix86_expand_args_builtin): Handle them.
11456 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V4SI): New.
11457 (IX86_BUILTIN_VEC_WIDEN_SMUL_ODD_V8SI): New.
11458 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V4SI): New.
11459 (IX86_BUILTIN_VEC_WIDEN_UMUL_ODD_V8SI): New.
11460 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V4SI): New.
11461 (IX86_BUILTIN_VEC_WIDEN_UMUL_EVEN_V8SI): New.
11462 (bdesc_args): Add them.
11463 (ix86_builtin_mul_widen_even, ix86_builtin_mul_widen_odd): New.
11464 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_EVEN): New.
11465 (TARGET_VECTORIZE_BUILTIN_MUL_WIDEN_ODD): New.
11466 (ix86_expand_mul_widen_evenodd): Use xop_pmacsdqh.
11467 * config/i386/sse.md (vec_widen_<s>mult_odd_<V124_AVX2>): New.
11468
11469 2012-06-25 Richard Henderson <rth@redhat.com>
11470
11471 * config/i386.sse.md (mul<VI4_AVX2>3): Use xop_pmacsdd.
11472
11473 2012-06-25 Richard Henderson <rth@redhat.com>
11474
11475 * config/i386/i386.c (ix86_rtx_costs) [MULT]: Only apply XOP cost
11476 to V16QImode.
11477 (ix86_expand_vec_interleave): New.
11478 (ix86_expand_mul_widen_evenodd): New.
11479 (ix86_expand_mul_widen_hilo): New.
11480 (ix86_expand_sse2_mulv4si3): Use ix86_expand_mul_widen_evenodd.
11481 * config/i386/i386.md (u_bool) New code attr.
11482 * config/i386/predicates.md
11483 (nonimmediate_or_const_vector_operand): Remove.
11484 * config/i386/sse.md (mul<VI4_AVX2>3): Don't use it; don't test
11485 both AVX and SSE4_1.
11486 (vec_widen<s>mult_hi_<VI2_AVX2>): Remove.
11487 (vec_widen<s>mult_lo_<VI2_AVX2>): Remove.
11488 (vec_widen<s>mult_hi_v8si): Remove.
11489 (vec_widen<s>mult_lo_v8si): Remove.
11490 (vec_widen_smult_hi_v4si): Remove.
11491 (vec_widen_smult_lo_v4si): Remove.
11492 (vec_widen_umult_hi_v4si): Remove.
11493 (vec_widen_umult_lo_v4si): Remove.
11494 (vec_widen_<s>mult_hi_<VI124_AVX2>): New.
11495 (vec_widen_<s>mult_lo_<VI124_AVX2>): New.
11496 * config/i386/i386-protos.h: Update.
11497
11498 2012-06-25 Christophe Lyon <christophe.lyon@st.com>
11499
11500 * config/arm/neon.md (UNSPEC_VLD1_DUP): Remove.
11501 (neon_vld1_dup): Restrict to VQ operands.
11502 (neon_vld1_dupv2di): New, fixes vld1q_dup_s64.
11503
11504 2012-06-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11505 James Greenhalgh <james.greenhalgh@arm.com>
11506
11507 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add new built-ins.
11508 (TARGET_FMA): New macro.
11509 (TARGET_ARM_QBIT, TARGET_ARM_SAT): Likewise.
11510 (TARGET_ARM_ARCH): Likewise.
11511 (TARGET_ARM_ARCH_ISA_THUMB): Likewise.
11512 (TARGET_V6M, TARGET_V7M): Likewise.
11513 (TARGET_ARM_ARCH_PROFILE): Likewise.
11514 (TARGET_ARM_FEATURE_LDREX): Likewise.
11515 (TARGET_ARM_FP, TARGET_NEON_FP): Likewise.
11516 (ARM_MIN_ENUM_SIZE): Likewise.
11517 * config/arm/arm.c (arm_file_start): Refactor appropriately.
11518 (base_architecture): New enumeration.
11519 (arm_base_arch): New global variable.
11520 (processors): Add field base_arch.
11521 (ARM_ARCH, ARM_CORE): Adjust accordingly.
11522 (arm_option_override): Add initialization of arm_base_arch.
11523 * doc/cpp.texi (system-specific predefined macros.): Change.
11524
11525 2012-06-25 Jakub Jelinek <jakub@redhat.com>
11526
11527 PR target/53759
11528 * config/i386/sse.md (sse_loadlps): Use x m x constraints instead
11529 of x x x in the vmovlps load alternative.
11530
11531 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
11532
11533 PR debug/53740
11534 * df.h (dead_debug_add): Remove third argument.
11535 * df-problems.c (dead_debug_add): Likewise. Use the REGNO of the
11536 REG that we want to replace instead.
11537 (dead_debug_insert_temp): Use the REGNO of the reg that we want
11538 to replace instead of DF_REF_REGNO. Require there to always be
11539 at least one such use. Check for cases where the same location
11540 has more than df_ref associated with it.
11541 (df_note_bb_compute): Remove third dead_debug_add argument.
11542 * dce.c (word_dce_process_block): Likewise.
11543
11544 2012-06-25 Steven Bosscher <steven@gcc.gnu.org>
11545
11546 * config/v850/v850.c: Remove redundant extern declarations for
11547 last_assemble_variable_decl and size_directive_output.
11548
11549 * doc/tm.texi.in: Document JMP_BUF_SIZE.
11550 * doc/tm.texi: Regenerate.
11551 * config/sparc/sparc.h (JMP_BUF_SIZE): Do not define.
11552 * config/pa/pa.h (JMP_BUF_SIZE): Likewise.
11553 * config/stormy16/stormy16.h: Likewise.
11554
11555 * config/picochip/picochip.c: Do not define DONT_USE_BUILTIN_SETJMP.
11556
11557 * doc/sourcebuild.texi: Add missing subdirectories.
11558
11559 2012-06-25 Tristan Gingold <gingold@adacore.com>
11560
11561 * config/i386/i386.h: Fix typo.
11562
11563 2012-06-25 Tristan Gingold <gingold@adacore.com>
11564
11565 * config/i386/winnt.c (i386_pe_seh_end_prologue): Move code to ...
11566 (seh_cfa_adjust_cfa): ... that function.
11567 (seh_emit_stackalloc): Do not emit out of range values.
11568 * config/i386/i386.md: Delete unused UNSPEC_REG_SAVE,
11569 UNSPEC_DEF_CFA constants.
11570 * config/i386/i386.h (SEH_MAX_FRAME_SIZE): Define.
11571 * config/i386/i386.c (ix86_frame_pointer_required): Required
11572 for very large frames on SEH target.
11573 (ix86_compute_frame_layout): Save area is before frame pointer
11574 on SEH target. Handle very large frames.
11575 (ix86_expand_prologue): Likewise.
11576
11577 2012-06-24 Steven Bosscher <steven@gcc.gnu.org>
11578
11579 * output.h: (current_function_is_leaf,
11580 current_function_sp_is_unchanging,
11581 current_function_uses_only_leaf_regs): Remove.
11582 * function.c (current_function_is_leaf,
11583 current_function_sp_is_unchanging,
11584 current_function_uses_only_leaf_regs): Remove.
11585 (rest_of_handle_check_leaf_regs): Set crtl->uses_only_leaf_regs
11586 instead of current_function_uses_only_leaf_regs.
11587 * function.h (struct rtl_data): New fields sp_is_unchanging,
11588 is_leaf, uses_only_leaf_regs.
11589 * resource.c (init_resource_info): Replace current_function_is_leaf,
11590 current_function_sp_is_unchanging, and
11591 current_function_uses_only_leaf_regs with new crtl fields.
11592 * sdbout.c (sdbout_symbol): Likewise.
11593 * df-core.c (rest_of_handle_df_initialize): Likewise.
11594 * ira.c (ira): Likewise.
11595 * final.c (final_start_function): Likewise.
11596 * reorg.c (fill_simple_delay_slots): Likewise.
11597 * regrename.c (check_new_reg_p): Likewise.
11598 * stack-ptr-mod.c (notice_stack_pointer_modification_1): Likewise.
11599 (notice_stack_pointer_modification): Likewise.
11600 * dbxout.c (dbxout_symbol): Likewise.
11601 (dbxout_parms): Likewise.
11602 * sel-sched.c (init_regs_for_mode): Likewise.
11603 * dwarf2out.c (dbx_reg_number): Likewise.
11604 (multiple_reg_loc_descriptor): Likewise.
11605 * config/i386/i386.c (ix86_frame_pointer_required): Likewise.
11606 (gen_pop): Likewise.
11607 (ix86_select_alt_pic_regnum): Likewise.
11608 (ix86_compute_frame_layout): Likewise.
11609 (ix86_finalize_stack_realign_flags): Likewise.
11610 (ix86_expand_epilogue): Likewise.
11611 * config/rs6000/rs6000.c (rs6000_stack_info): Likewise.
11612 * config/h8300/h8300.c (byte_reg): Likewise.
11613 * config/c6x/c6x.c (must_reload_pic_reg_p): Likewise.
11614 (c6x_save_reg): Likewise.
11615 (c6x_compute_frame_layout): Likewise.
11616 * config/pa/pa.c (pa_compute_frame_size): Likewise.
11617 (pa_output_function_prologue): Likewise.
11618 * config/stormy16/stormy16.c (struct xstormy16_stack_layout): Likewise.
11619 * config/sparc/sparc.md (attr "leaf_function"): Likewise.
11620 * config/sparc/sparc.c (sparc_initial_elimination_offset): Likewise.
11621 (sparc_expand_prologue): Likewise.
11622 (sparc_flat_expand_prologue): Likewise.
11623 (sparc_asm_function_prologue): Likewise.
11624 (sparc_output_mi_thunk): Likewise.
11625 (sparc_frame_pointer_required): Likewise.
11626 * config/epiphany/epiphany.c (epiphany_compute_function_type):
11627 Likewise.
11628 (epiphany_compute_frame_size): Likewise.
11629 * config/lm32/lm32.c (lm32_compute_frame_size): Likewise.
11630 * config/cris/cris.c (cris_md_asm_clobbers): Likewise.
11631 (cris_frame_pointer_required): Likewise.
11632 * config/tilepro/tilepro.c (emit_sp_adjust): Likewise.
11633 (tilepro_current_function_is_leaf): Likewise.
11634 * config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Likewise.
11635 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
11636 * config/ia64/ia64.c (find_gr_spill): Likewise.
11637 (ia64_compute_frame_size): Likewise.
11638 (ia64_can_eliminate): Likewise.
11639 (ia64_initial_elimination_offset): Likewise.
11640 * config/m68k/m68k.c (m68k_save_reg): Likewise.
11641 (m68k_expand_epilogue): Likewise.
11642 * config/rx/rx.c (rx_get_stack_layout): Likewise.
11643 * config/tilegx/tilegx.c (tilegx_current_function_is_leaf): Likewise.
11644 * config/picochip/picochip.c (picochip_can_eliminate_link_sp_save):
11645 Likewise.
11646 (picochip_output_frame_debug): Likewise.
11647 * config/sh/sh.c (sh_media_register_for_return): Likewise.
11648 (sh_allocate_initial_value): Likewise.
11649 (sh_output_mi_thunk): Likewise.
11650 * config/microblaze/microblaze.c (microblaze_must_save_register):
11651 Likewise.
11652 (compute_frame_size): Likewise.
11653 (microblaze_initial_elimination_offset): Likewise.
11654 (microblaze_expand_prologue): Likewise.
11655 (microblaze_expand_epilogue): Likewise.
11656 * config/frv/frv.c (frv_expand_epilogue): Likewise.
11657 (frv_frame_pointer_required): Likewise.
11658 * config/spu/spu.c (get_pic_reg): Likewise.
11659 (direct_return): Likewise.
11660 (spu_expand_prologue): Likewise.
11661 (spu_expand_epilogue): Likewise.
11662 (spu_initial_elimination_offset): Likewise.
11663 * config/mips/mips.c (mips_global_pointer): Likewise.
11664 (mips_cfun_might_clobber_call_saved_reg_p): Likewise.
11665 (mips_compute_frame_info): Likewise.
11666 * config/mep/mep.c (mep_interrupt_saved_reg): Likewise.
11667 (mep_reload_pointer): Likewise.
11668 * config/rl78/rl78.c (need_to_save): Likewise.
11669 * config/cr16/cr16.c (cr16_compute_save_regs): Likewise.
11670 * config/score/score.c (score_compute_frame_size): Likewise.
11671 (score_function_prologue): Likewise.
11672 * config/bfin/bfin.c (must_save_p): Likewise.
11673 (expand_prologue_reg_save): Likewise.
11674 (expand_epilogue_reg_restore): Likewise.
11675 (bfin_frame_pointer_required): Likewise.
11676 (n_regs_saved_by_prologue): Likewise.
11677 (add_to_reg): Likewise.
11678 (expand_interrupt_handler_prologue): Likewise.
11679 (expand_interrupt_handler_epilogue): Likewise.
11680 (bfin_expand_prologue): Likewise.
11681 * config/avr/avr.c (avr_regs_to_save): Likewise.
11682 (avr_prologue_setup_frame): Likewise.
11683 (expand_epilogue): Likewise.
11684 * config/s390/s390.c (s390_regs_ever_clobbered): Likewise.
11685 (s390_register_info): Likewise.
11686 (s390_frame_info): Likewise.
11687 (s390_init_frame_layout): Likewise.
11688 (s390_emit_prologue): Likewise.
11689
11690
11691 2012-06-24 Steven Bosscher <steven@gcc.gnu.org>
11692
11693 * system.h: Poison ASM_BYTE_OP and ASM_OUTPUT_BYTE.
11694 * vmsdbgout: Do not undefine it if defined.
11695 Rename local ASM_BYTE_OP definition to VMS_ASM_BYTE_OP.
11696 * config/microblaze/microblaze/h: Do no define ASM_BYTE_OP.
11697 * config/mep/mep.h: Do not define ASM_OUTPUT_BYTE.
11698
11699 2012-06-24 Richard Sandiford <rdsandiford@googlemail.com>
11700
11701 * config/mips/mips.c (mips_process_sync_loop): Add missing enum cast.
11702
11703 2012-06-23 Richard Henderson <rth@redhat.com>
11704
11705 PR target/53749
11706 * config/i386/i386.c (ix86_rtx_costs): Add reasonable costs for
11707 V*QImode shifts and multiply.
11708 (ix86_expand_vecop_qihi): Support shifts.
11709 * config/i386/i386.md (any_shift): New code iterator.
11710 * config/i386/sse.md (ashlv16qi3): Merge ...
11711 (<any_shiftrt>v16qi3): ... into ...
11712 (<any_shift><VI1_AVX2>3): ... here. Use ix86_expand_vecop_qihi
11713 to support SSE and AVX.
11714
11715 * config/i386/i386.c (ix86_expand_sse_unpack): Split operands[]
11716 parameter into src and dest.
11717 * config/i386/sse.md (vec_unpacku_hi_<V124_AVX2>): Update call.
11718 (vec_unpacks_hi_<V124_AVX2>): Likewise.
11719 (vec_unpacku_lo_<V124_AVX2>): Likewise.
11720 (vec_unpacks_lo_<V124_AVX2>): Likewise.
11721 * config/i386/i386-protos.h: Update.
11722
11723 * config/i386/sse.md (mul<VI1_AVX2>3): Change from insn_and_split to
11724 pure expander; move expansion code ...
11725 * config/i386/i386.c (ix86_expand_vecop_qihi): ... here. New function.
11726 * config/i386/i386-protos.h: Update.
11727
11728 2012-06-22 Edmar Wienskoski <edmar@freescale.com>
11729
11730 * config/rs6000/rs6000.md (define_attr "type"): New type popcnt.
11731 (popcntb<mode>2): Add attribute type popcnt.
11732 (popcntd<mode>2): Ditto.
11733 * config/rs6000/power4.md (define_insn_reservation): Add type popcnt.
11734 * config/rs6000/power5.md (define_insn_reservation): Ditto.
11735 * config/rs6000/power7.md (define_insn_reservation): Ditto.
11736 * config/rs6000/476.md (define_insn_reservation): Ditto.
11737 * config/rs6000/power6.md (define_insn_reservation): New
11738 reservation for popcnt instructions.
11739
11740 2012-06-22 H.J. Lu <hongjiu.lu@intel.com>
11741
11742 * doc/invoke.texi: Update -mpreferred-stack-boundary=3 warning.
11743
11744 2012-06-22 H.J. Lu <hongjiu.lu@intel.com>
11745
11746 PR target/53383
11747 * doc/invoke.texi: Add a warning for -mpreferred-stack-boundary=3.
11748
11749 * config/i386/i386.c (ix86_option_override_internal): Allow
11750 -mpreferred-stack-boundary=3 for 64-bit if SSE is disabled.
11751
11752 * config/i386/i386.h (MIN_STACK_BOUNDARY): Set to 64 for 64-bit
11753 if SSE is disabled.
11754
11755 2012-06-22 Bill Schmidt <wschmidt@linux.ibm.com>
11756
11757 * double-int.c (double_int_multiple_of): New function.
11758 * double-int.h (double_int_multiple_of): New decl.
11759 * tree-ssa-loop-ivopts.c (add_cost, zero_cost): Remove undefs.
11760 (mbc_entry_hash): New forward decl.
11761 (mbc_entry_eq): Likewise.
11762 (zero_cost): Change to no_cost.
11763 (mult_costs): New static var.
11764 (cost_tables_exist): Likewise.
11765 (initialize_costs): New function.
11766 (finalize_costs): Likewise.
11767 (tree_ssa_iv_optimize_init): Call initialize_costs.
11768 (add_cost): Change to add_regs_cost; distinguish costs by speed.
11769 (multiply_regs_cost): New function.
11770 (add_const_cost): Likewise.
11771 (extend_or_trunc_reg_cost): Likewise.
11772 (negate_reg_cost): Likewise.
11773 (multiply_by_cost): Change to multiply_by_const_cost; distinguish
11774 costs by speed.
11775 (get_address_cost): Change add_cost to add_regs_cost; change
11776 multiply_by_cost to multiply_by_const_cost.
11777 (force_expr_to_var_cost): Change zero_cost to no_cost; change
11778 add_cost to add_regs_cost; change multiply_by_cost to
11779 multiply_by_const_cost.
11780 (split_cost): Change zero_cost to no_cost.
11781 (ptr_difference_cost): Likewise.
11782 (difference_cost): Change zero_cost to no_cost; change multiply_by_cost
11783 to multiply_by_const_cost.
11784 (get_computation_cost_at): Change add_cost to add_regs_cost; change
11785 multiply_by_cost to multiply_by_const_cost.
11786 (determine_use_iv_cost_generic): Change zero_cost to no_cost.
11787 (determine_iv_cost): Change add_cost to add_regs_cost.
11788 (iv_ca_new): Change zero_cost to no_cost.
11789 (tree_ssa_iv_optimize_finalize): Call finalize_costs.
11790 * tree-ssa-address.c (most_expensive_mult_to_index): Change
11791 multiply_by_cost to multiply_by_const_cost.
11792 * tree-flow.h (multiply_by_cost): Change to multiply_by_const_cost.
11793 (add_regs_cost): New decl.
11794 (multiply_regs_cost): Likewise.
11795 (add_const_cost): Likewise.
11796 (extend_or_trunc_reg_cost): Likewise.
11797 (negate_reg_cost): Likewise.
11798
11799 2012-06-22 Richard Guenther <rguenther@suse.de>
11800
11801 Merge from graphite branch
11802 2011-08-10 Sebastian Pop <sebpop@gmail.com>
11803
11804 * graphite-sese-to-poly.c (build_scop_drs): Fix memory leak.
11805
11806 2012-01-13 Tobias Grosser <tobias@grosser.es>
11807
11808 * tree-flow.h (parallelized_function_p): Declare.
11809 * tree-parloops.c (parallelized_function_p): Export.
11810 * graphite.c (graphite_transform_loops): Do not run graphite on
11811 already parallel functions.
11812
11813 2012-06-22 Alan Modra <amodra@gmail.com>
11814
11815 * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Pass in and
11816 return mem. Convert to indirect addressing if not indirect or
11817 indexed. Adjust all callers.
11818
11819 2012-06-22 Richard Guenther <rguenther@suse.de>
11820
11821 * gcov-iov.c: Include bconfig.h and system.h.
11822
11823 2012-06-22 Andreas Schwab <schwab@linux-m68k.org>
11824
11825 * doc/include/texinfo.tex: Update to version 2012-06-05.14.
11826
11827 2012-06-22 Richard Guenther <rguenther@suse.de>
11828
11829 PR gcov-profile/53744
11830 * gcov-iov.c (main): Treat "" and "prerelease" the same.
11831
11832 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
11833
11834 PR debug/53704
11835 * dwarf2out.c (gen_compile_unit_die): Use DW_LANG_Fortran90 as language
11836 for GNU Fortran if in strict DWARF2 mode.
11837
11838 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
11839
11840 * tree-ssa-live.c (remove_unused_scope_block_p): Remove again
11841 DECL_IGNORED_P non-reg vars even if they are used.
11842
11843 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
11844
11845 PR debug/53671
11846 PR debug/49888
11847 * var-tracking.c (vt_get_canonicalize_base): New.
11848 (vt_canonicalize_addr, vt_stack_offset_p): New.
11849 (vt_canon_true_dep): New.
11850 (drop_overlapping_mem_locs): Use vt_canon_true_dep.
11851 (clobber_overlaping_mems): Use vt_canonicalize_addr.
11852
11853 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
11854
11855 PR debug/53671
11856 PR debug/49888
11857 * var-tracking.c (vt_initialize): Record initial offset between
11858 arg pointer and stack pointer.
11859
11860 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
11861
11862 PR debug/53671
11863 PR debug/49888
11864 * var-tracking.c (vt_init_cfa_base): Drop redundant recording of
11865 CFA base.
11866
11867 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
11868
11869 PR debug/53671
11870 PR debug/49888
11871 * alias.c (memrefs_conflict_p): Improve handling of AND for alignment.
11872
11873 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
11874
11875 * ddg.c (build_intra_loop_deps): Discard deps of nondebug on debug.
11876
11877 2012-06-21 Alexandre Oliva <aoliva@redhat.com>
11878
11879 PR debug/53682
11880 * cselib.c (promote_debug_loc): Don't crash on NULL argument.
11881
11882 2012-06-21 Meador Inge <meadori@codesourcery.com>
11883
11884 PR c/53702
11885 * c-decl.c (c_push_function_context): Restore the behavior to reuse
11886 the language function allocated for -Wunused-local-typedefs.
11887 (c_pop_function_context): If necessary, clear the language function
11888 created in c_push_function_context. Always clear out the
11889 x_cur_stmt_list field of the restored language function.
11890
11891 2012-06-21 Sterling Augustine <saugustine@google.com>
11892 Cary Coutant <ccoutant@google.com>
11893
11894 * dwarf2out.c (is_cu_die, is_namespace_die, is_class_die,
11895 add_AT_pubnames, add_enumerator_pubname, want_pubnames): New functions.
11896 (comdat_type_struct): New field 'skeleton_die'.
11897 (breakout_comdat_types): Update it.
11898 (add_pubname): Rework logic. Call is_class_die, is_cu_die and
11899 is_namespace_die. Fix minor style violation. Call want_pubnames.
11900 (add_pubname_string): Call want_pubnames.
11901 (add_pubtype): Rework logic for calculating type name. Call
11902 is_namespace_die. Call want_pubnames.
11903 (output_pubnames): Move conditional logic deciding when to produce the
11904 section from dwarf2out_finish. Use new skeleton_die field.
11905 (base_type_die): Call add_pubtype.
11906 (gen_enumeration_type_die): Unconditionally call add_pubtype.
11907 (gen_subprogram_die): Adjust calls to add_pubname.
11908 (gen_namespace_die): Call add_pubname_string.
11909 (dwarf2out_finish): Call add_AT_pubnames; Move logic on when to
11910 produce pubnames and pubtypes sections to output_pubnames.
11911 * common.opt (-gpubnames): New option.
11912 * doc/invoke.texi: Document it.
11913
11914 2012-06-21 Steven Bosscher <steven@gcc.gnu.org>
11915
11916 * config/m32c/m32c-pragma.c: Remove unnecessary includes.
11917
11918 2012-06-21 Michael Matz <matz@suse.de>
11919
11920 PR middle-end/53688
11921 * builtins.c (get_memory_rtx): Always build an all-aliasing MEM_REF
11922 with correct size.
11923
11924 2012-06-21 Richard Guenther <rguenther@suse.de>
11925
11926 * tree-inline.c (estimate_num_insns): Estimate call cost for
11927 tailcalls properly.
11928
11929 2012-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11930
11931 * tree.h (DECL_SOURCE_COLUMN): New accessor.
11932
11933 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
11934
11935 * config/i386/i386.md (SINCOS): New int iterator.
11936 (sincos): New int attribute.
11937 (*<sincos>xf2_i387): Macroize insn from *{sin,cos}xf2_i387 using
11938 SINCOS int iterator.
11939 (*<sincos>_extend<mode>xf2_i387): Macroize insn from
11940 *{sin,cos}_extend<mode>xf2_i387 using SINCOS int iterator.
11941
11942 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
11943
11944 * config/i386/i386.md (RDFSGSBASE): New int iterator.
11945 (WRFSGSBASE): Ditto.
11946 (fsgs): New int attribute.
11947 (rd<fsgs>base<mode>): Macroize insn from rd<fsgs>base<mode> using
11948 RDFSGSBASE int iterator.
11949 (wr<fsgs>base<mode>): Macroize insn from wr<fsgs>base<mode> using
11950 WRFSGSBASE int iterator.
11951
11952 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
11953
11954 * config/i386/i386.md (<rounding_insn><mode>2): Macroize expander
11955 from {floor,ceil,btrunc}<mode>2 using FIST_ROUNDING int iterator.
11956 (l<rounding_insn><MODEF:mode><SWI48:mode>2): Macroize expander
11957 from l{floor,ceil}<MODEF:mode><SWI48:mode>2 using FIST_ROUNDING
11958 int iterator.
11959
11960 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
11961
11962 * system.h: Poison ASM_OUTPUT_IDENT and IDENT_ASM_OP.
11963
11964 2012-06-20 Richard Guenther <rguenther@suse.de>
11965
11966 PR tree-optimization/30318
11967 * tree-vrp.c (range_int_cst_p): Do not reject overflowed
11968 constants here.
11969 (range_int_cst_singleton_p): But explicitely here.
11970 (zero_nonzero_bits_from_vr): And here.
11971 (extract_range_from_binary_expr_1): Re-implement PLUS_EXPR
11972 to cover all cases we can perform arbitrary precision
11973 arithmetic with double-ints.
11974 (intersect_ranges): Handle adjacent anti-ranges.
11975
11976 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
11977
11978 * config/i386/i386.md (rounding_insn): New int attribute.
11979 (<rounding_insn>xf2): Macroize insn from
11980 {floor,ceil,btrunc}xf2 using FRNDINT_ROUNDING int iterator.
11981 (l<rounding_insn>xf<mode>2): Rename from l<rounding>xf<mode>2.
11982
11983 2012-06-20 Uros Bizjak <ubizjak@gmail.com>
11984
11985 * config/i386/i386.md (IEEE_MAXMIN): New int iterator.
11986 (ieee_maxmin): New int attribute.
11987 (*ieee_s<ieee_maxmin><mode>3): Macroize insn from
11988 *ieee_s{max,min}<mode>3 using IEEE_MAXMIN int iterator.
11989
11990 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
11991
11992 * config/arm/arm.h (EMIT_EABI_ATTRIBUTE): Remove.
11993 * config/arm/arm.c: Do not include c-pragma.h.
11994 (arm_emit_eabi_attribute): New function based on EMIT_EABI_ATTRIBUTE.
11995 (arm_file_start): Replace uses of EMIT_EABI_ATTRIBUTE with calls
11996 to arm_emit_eabi_attribute.
11997 * arm-c.c: Do not include output.h.
11998 (arm_output_c_attributes): Replace use of EMIT_EABI_ATTRIBUTE with a
11999 call to arm_emit_eabi_attribute.
12000 * config/arm/arm-protos.h (arm_emit_eabi_attribute): Prototype it.
12001
12002 2012-06-20 Richard Guenther <rguenther@suse.de>
12003
12004 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p):
12005 Allow adjusting alignment of user-aligned decls again.
12006
12007 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
12008
12009 * config/rl78/rl78-c.c: Remove unnecessary includes.
12010
12011 2012-06-20 Steven Bosscher <steven@gcc.gnu.org>
12012
12013 * config/cris/cris.c: Include cgraph.h.
12014 (cris_option_override): Do not set non-existing flag_no_gcc_ident.
12015
12016 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
12017
12018 * emit-rtl.c (need_atomic_barrier_p): New function.
12019 * emit-rtl.h (need_atomic_barrier_p): Declare it.
12020 * config/alpha/alpha.c (alpha_{pre,post}_atomic_barrier): Use it.
12021 * config/arm/arm.c (arm_{pre,post}_atomic_barrier): Use it.
12022 * config/tilegx/tilegx.c (tile_{pre,post}_atomic_barrier): Use it.
12023 * config/mips/mips.c (mips_{pre,post}_atomic_barrier_p): Remove.
12024 (mips_process_sync_loop): Use generic version instead.
12025
12026 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
12027
12028 * config/mips/mips.c (mips_process_sync_loop): Emit cmp result only if
12029 it is used.
12030
12031 2012-06-19 Tom de Vries <vries@codesourcery.com>
12032 Maxim Kuvyrkov <maxim@codesourcery.com>
12033
12034 * config/mips/constraints.md (ZR): New constraint.
12035 * config/mips/predicates.md (mem_noofs_operand): New predicate.
12036 * config/mips/mips.c (mips_print_operand): Handle new print modifier.
12037 * config/mips/mips.h (TARGET_XLP): Define.
12038 (TARGET_SYNC_AFTER_SC): Update.
12039 (ISA_HAS_SWAP, ISA_HAS_LDADD): Define.
12040 * config/mips/sync.md (atomic_exchange, atomic_fetch_add): Use
12041 XLP-specific swap and ldadd patterns.
12042 (atomic_exchange_swap, atomic_fetch_add_ldadd): New patterns.
12043
12044 2012-06-19 Tom de Vries <vries@codesourcery.com>
12045 Maxim Kuvyrkov <maxim@codesourcery.com>
12046
12047 * config/mips/mips.c (mips_emit_pre_atomic_barrier_p,)
12048 (mips_emit_post_atomic_barrier_p): New static functions.
12049 (mips_process_sync_loop): Use them. Emit sync memory barriers in
12050 accordance with memory model semantics. Add return of CMP result for
12051 compare_and_swap.
12052 * config/mips/mips.md: Update comment.
12053 (sync_cmp): New attribute.
12054 (sync_memmodel): New attribute replacing sync_release_barrier.
12055 * config/mips/sync.md (UNSPEC_ATOMIC_COMPARE_AND_SWAP,)
12056 (UNSPEC_ATOMIC_EXCHANGE, UNSPEC_ATOMIC_FETCH_OP): New constants.
12057 (sync_lock_test_and_set, test_and_set_12): Update.
12058 (atomic_compare_and_swap, atomic_exchange, atomic_exchange_llsc,)
12059 (atomic_fetch_add, atomic_fetch_add_llsc): New patterns.
12060
12061 2012-06-19 Joseph Myers <joseph@codesourcery.com>
12062
12063 * config/rs6000/spe.md (*mov_si<mode>_e500_subreg0): Rename to
12064 mov_si<mode>_e500_subreg0.
12065 (*mov_si<mode>_e500_subreg0_elf_low)
12066 (*mov_si<mode>_e500_subreg4_elf_low): New patterns.
12067
12068 2012-06-19 Richard Henderson <rth@redhat.com>
12069
12070 * config/alpha/alpha.c: Include params.h.
12071 (alpha_option_override): Initialize PARAM_L1_CACHE_LINE_SIZE,
12072 PARAM_L1_CACHE_SIZE, PARAM_L2_CACHE_SIZE for the cpu tuning.
12073
12074 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
12075
12076 * doc/tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE,
12077 TARGET_OBJC_DECLARE_CLASS_DEFINITION): Add @hooks.
12078 (ASM_DECLARE_CLASS_REFERENCE, ASM_DECLARE_UNRESOLVED_REFERENCE):
12079 Remove.
12080 * doc/tm.texi: Regenerate.
12081 * config/darwin.h (ASM_OUTPUT_LABELREF): Remove special case for
12082 .objc_class_name_*.
12083 * config/darwin-c.c: Include target.h.
12084 (darwin_objc_declare_unresolved_class_reference): New function.
12085 (darwin_objc_declare_class_definition): New function.
12086 (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE): Define.
12087 (TARGET_OBJC_DECLARE_CLASS_DEFINITION): Define.
12088
12089 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
12090
12091 * target.def (output_ident): New hook.
12092 * targhooks.h (default_asm_output_ident_directive): Add prototype.
12093 * varasm.c (assemble_asm): Only prefix a tab if the string does not
12094 already start with one.
12095 (default_asm_output_ident_directive): New function to emit
12096 .ident as a top-level asm node while parsing, or directly to
12097 asm_out_file after parsing.
12098 * toplev.c (compile_file): Print a GCC .ident with
12099 targetm.asm_out.output_ident.
12100 * doc/tm.texi.in (ASM_OUTPUT_IDENT): Remove documentation for macro.
12101 (TARGET_ASM_OUTPUT_IDENT): Add @hook for this.
12102 * doc/tm.texi: Update.
12103
12104 * config/elfos.h (ASM_OUTPUT_IDENT, IDENT_ASM_OP): Remove.
12105 (TARGET_ASM_OUTPUT_IDENT): Define.
12106 * config/i386/djgpp.h (IDENT_ASM_OP): Remove.
12107 * config/i386/gas.h (ASM_OUTPUT_IDENT): Remove.
12108 * config/arm/aout.h (ASM_OUTPUT_IDENT): Remove.
12109 * config/sparc/sparc.h (IDENT_ASM_OP): Remove.
12110 (TARGET_ASM_OUTPUT_IDENT): Define.
12111 * config/picochip/picochip.h (IDENT_ASM_OP): Remove.
12112 (TARGET_ASM_OUTPUT_IDENT): Define.
12113
12114 * config/cris/cris-protos.h (cris_asm_output_ident): Add prototype.
12115 * config/cris/cris.c (cris_asm_output_ident): New function.
12116 * config/cris/cris.h (ASM_OUTPUT_IDENT, IDENT_ASM_OP): Remove.
12117
12118 * config/microblaze/microblaze-protos.h (microblaze_asm_output_ident):
12119 Add prototype.
12120 * config/microblaze/microblaze.c: Include cgraph.h for add_asm_node.
12121 (microblaze_asm_output_ident): Rewrite to work similar to
12122 default_asm_output_ident_directive for front-end .idents.
12123 * config/microblaze/microblaze.h (ASM_OUTPUT_IDENT): Remove.
12124 (TARGET_ASM_OUTPUT_IDENT): Define.
12125
12126 * config/mips/mips.h (ASM_OUTPUT_IDENT): Remove.
12127 * config/mips/sde.h (IDENT_ASM_OP, ASM_OUTPUT_IDENT): Remove.
12128
12129 * config/rx/rx.c: Include cgraph.h for add_asm_node.
12130 (rx_asm_output_ident): New function, similar to
12131 default_asm_output_ident_directive, but handle AS100 syntax also, so
12132 that #ident also works for rx in AS100 syntax.
12133 (TARGET_ASM_OUTPUT_IDENT): Define.
12134 * config/rx/rx.h (IDENT_ASM_OP): Remove.
12135
12136 * Makefile.in: Fix dependencies for c-family/c-lex.o.
12137
12138 2012-06-19 Uros Bizjak <ubizjak@gmail.com>
12139
12140 * config/i386/i386.md (FIST_ROUNDING): New int iterator.
12141 (rounding): Handle UNSPEC_FIST_{FLOOR,CEIL}.
12142 (ROUNDING): Ditto.
12143 (*fist<mode>2_<rounding>_1): Macroize insn from
12144 *fist<mode>2_{floor,ceil}_1 using FIST_ROUNDING int iterator.
12145 (fistdi2_<rounding>): Macroize insn from
12146 fistdi2_{floor,ceil} using FIST_ROUNDING int iterator.
12147 (fistdi2_<rounding>_with_temp and splitters): Macroize insn and
12148 corresponding splitters from fistdi2_{floor,ceil} and corresponding
12149 splitters using FIST_ROUNDING int iterator.
12150 (fist<mode>2_<rounding>): Macroize insn from
12151 fist<mode>2_{floor,ceil} using FIST_ROUNDING int iterator.
12152 (fist<mode>2_<rounding>_with_temp and splitters): Macroize insn and
12153 corresponding splitters from fist<mode>2_{floor,ceil} and corresponding
12154 splitters using FIST_ROUNDING int iterator.
12155 (l<rounding>xf<mode>2): Macroize expander from l{floor,ceil}xf<mode>2
12156 using FIST_ROUNDING int iterator.
12157
12158 2012-06-19 Richard Henderson <rth@redhat.com>
12159
12160 * config/i386/i386-protos.h (ix86_expand_sse2_mulv4si3): Declare.
12161 * config/i386/i386.c (ix86_expand_sse2_mulv4si3): New.
12162 * config/i386/predicates.md (nonimmediate_or_const_vector_operand): New.
12163 * config/i386/sse.md (sse2_mulv4si3): Delete.
12164 (mul<VI4_AVX2>3): Use ix86_expand_sse2_mulv4si3 and
12165 nonimmediate_or_const_vector_operand.
12166
12167 2012-06-19 Richard Henderson <rth@redhat.com>
12168
12169 * expmed.c (struct init_expmed_rtl): Split ...
12170 (init_expmed_one_mode): ... out of ...
12171 (init_expmed): ... here. Initialize integer vector modes also.
12172 (synth_mult): Handle integer vector modes.
12173 (choose_mult_variant): Likewise.
12174 (expand_mult_const): Likewise.
12175 (expand_mult): Likewise.
12176 * machmode.h (GET_MODE_UNIT_BITSIZE): New.
12177
12178 2012-06-19 Richard Henderson <rth@redhat.com>
12179
12180 * config/i386/i386.c (ix86_rtx_costs): Handle CONST_VECTOR, and
12181 integral vector modes.
12182
12183 2012-06-19 Uros Bizjak <ubizjak@gmail.com>
12184
12185 * config/i386/i386.md (FRNDINT_ROUNDING): New int iterator.
12186 (rounding): New int attribute.
12187 (ROUNDING): Ditto.
12188 (frndintxf2_<rounding>): Macroize insn from
12189 frndintxf2_{floor,ceil,trunc} using FRNDINT_ROUNDING int iterator.
12190 (frndintxf2_<rounding>_i387): Macroize insn from
12191 frndintxf2_{floor,ceil,trunc}_i387 using FRNDINT_ROUNDING int iterator.
12192
12193 2012-06-19 Richard Guenther <rguenther@suse.de>
12194
12195 * tree-vrp.c (union_ranges): New function.
12196 (vrp_meet_1): Use union_ranges.
12197 (vrp_meet): Dump what we union and call vrp_meet_1.
12198
12199 2012-06-19 Richard Earnshaw <rearnsha@arm.com>
12200
12201 * arm.md (enum unspec): Delete UNSPEC_SIN and UNSPEC_COS.
12202 (attr type): Remove fmul, ffmul, farith, ffarith, float_em
12203 f_fpa_load, f_fpa_store, f_mem_r, r_mem_f.
12204 (attr write_conflict, attr core_cycles): Update.
12205 * arm-generic.md (r_mem_f_wbuf): Delete reservation.
12206
12207 2012-06-19 Richard Guenther <rguenther@suse.de>
12208
12209 * tree-vrp.c (intersect_ranges): Handle more cases.
12210 (vrp_intersect_ranges): Dump what we intersect and call ...
12211 (vrp_intersect_ranges_1): ... this.
12212
12213 2012-06-19 Richard Guenther <rguenther@suse.de>
12214
12215 PR tree-optimization/53708
12216 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Preserve
12217 user-supplied alignment and alignment of decls with the used
12218 attribute.
12219
12220 2012-06-18 Lawrence Crowl <crowl@google.com>
12221
12222 * timevar.def (TV_PHASE_GENERATE): Rename to TV_PHASE_LATE_ASM.
12223 (TV_PHASE_CGRAPH): Rename to TV_PHASE_OPT_GEN.
12224 (TV_PHASE_STREAM_IN): New.
12225 (TV_PHASE_STREAM_OUT): New.
12226 * timevar.c (validate_phases): New.
12227 (timevar_print): Call validate_phases.
12228 * c-decl.c (c_write_global_declarations): Rename use of TV_PHASE_CGRAPH
12229 to TV_PHASE_OPT_GEN.
12230 * langhooks.c (write_global_declarations): Rename use of
12231 TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Use TV_PHASE_DBGINFO instead of
12232 TV_PHASE_CHECK_DBGINFO.
12233 * toplev.c (compile_file): Rename use of TV_PHASE_GENERATE to
12234 TV_PHASE_LATE_ASM. Move start of TV_PHASE_LATE_ASM to after call to
12235 lang_hooks.decls.final_write_globals.
12236
12237 2012-06-18 David Edelshn <dje.gcc@gmail.com>
12238
12239 * config/rs6000/aix52.h (TARGET_EXTRA_BUILTINS): Define as 0.
12240
12241 2012-06-18 Uros Bizjak <ubizjak@gmail.com>
12242
12243 PR target/53712
12244 * config/i386/sse.md (*sse4_2_pcmpestr_unaligned): New.
12245 (*sse4_2_pcmpistr_unaligned): New.
12246
12247 2012-06-18 Ian Bolton <ian.bolton@arm.com>
12248 Sameera Deshpande <sameera.deshpande@arm.com>
12249 Greta Yorsh <greta.yorsh@arm.com>
12250
12251 * config/arm/arm-protos.h (arm_output_epilogue): Remove.
12252 * config/arm/arm.c (print_multi_reg): Remove.
12253 (vfp_output_fldmd): Likewise.
12254 (arm_output_epilogue): Likewise.
12255 * config/arm/arm.md (epilogue_insns): Update condition and code.
12256
12257 2012-06-18 Ian Bolton <ian.bolton@arm.com>
12258 Sameera Deshpande <sameera.deshpande@arm.com>
12259 Greta Yorsh <greta.yorsh@arm.com>
12260
12261 * config/arm/arm-protos.h (thumb2_expand_return): New declaration.
12262 * config/arm/arm.c (thumb2_expand_return): New function.
12263 * config/arm/arm.md (return): Update condition and code.
12264
12265 2012-06-18 Ian Bolton <ian.bolton@arm.com>
12266 Sameera Deshpande <sameera.deshpande@arm.com>
12267 Greta Yorsh <greta.yorsh@arm.com>
12268
12269 * config/arm/arm-protos.h (output_return_instruction): New parameter
12270 and int to bool change of parameter types.
12271 * config/arm/arm.c (output_return_instruction): Likewise.
12272 * config/arm/arm.md (arm_simple_return): New pattern.
12273 (arm_return, cond_return, cond_return_inverted): Add new arguments.
12274 * config/arm/thumb2.md (thumb2_return): Update condition and code.
12275
12276 2012-06-18 Ian Bolton <ian.bolton@arm.com>
12277 Sameera Deshpande <sameera.deshpande@arm.com>
12278 Greta Yorsh <greta.yorsh@arm.com>
12279
12280 * config/arm/arm-protos.h (arm_expand_epilogue): New declaration.
12281 * config/arm/arm.c (arm_expand_epilogue): New function.
12282 * config/arm/arm.md (epilogue): Update condition and code.
12283 (sibcall_epilogue): Likewise.
12284
12285 2012-06-18 Ian Bolton <ian.bolton@arm.com>
12286 Sameera Deshpande <sameera.deshpande@arm.com>
12287 Greta Yorsh <greta.yorsh@arm.com>
12288
12289 * config/arm/arm.c (arm_expand_epilogue_apcs_frame): New function.
12290 * config/arm/arm.md (arm_addsi3) Add an alternative.
12291
12292 2012-06-18 Ian Bolton <ian.bolton@arm.com>
12293 Sameera Deshpande <sameera.deshpande@arm.com>
12294 Greta Yorsh <greta.yorsh@arm.com>
12295
12296 * config/arm/arm.md (vfp_pop_multiple_with_writeback) New define_insn.
12297 * config/arm/predicates.md (pop_multiple_fp) New special predicate.
12298 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): New function.
12299
12300 2012-06-18 Ian Bolton <ian.bolton@arm.com>
12301 Sameera Deshpande <sameera.deshpande@arm.com>
12302 Greta Yorsh <greta.yorsh@arm.com>
12303
12304 * config/arm/arm.md (load_multiple_with_writeback) New define_insn.
12305 (load_multiple, pop_multiple_with_writeback_and_return) Likewise.
12306 (pop_multiple_with_return, ldr_with_return) Likewise.
12307 * config/arm/predicates.md (pop_multiple_return) New special predicate.
12308 * config/arm/arm-protos.h (arm_output_multireg_pop) New declaration.
12309 * config/arm/arm.c (arm_output_multireg_pop) New function.
12310 (arm_emit_multi_reg_pop): New function.
12311
12312 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
12313
12314 * config/arm/arm.c (ldm_stm_operation_p): Require SP
12315 as base register for loads if SP is in the register list.
12316
12317 2012-06-18 Richard Guenther <rguenther@suse.de>
12318
12319 PR tree-optimization/53693
12320 * tree-vect-patterns.c (vect_operation_fits_smaller_type):
12321 Reject operands with more than one use.
12322
12323 2012-06-18 Bill Schmidt <wschmidt@linux.ibm.com>
12324
12325 PR tree-optimization/53703
12326 * tree-ssa-phiopt.c (hoist_adjacent_loads): Skip virtual phis;
12327 correctly set bb_for_def[12].
12328
12329 2012-06-18 Steven Bosscher <steven@gcc.gnu.org>
12330
12331 * config/vax/vax.h (VMS_TARGET): Remove.
12332
12333 2012-06-18 Richard Guenther <rguenther@suse.de>
12334
12335 * tree-vrp.c (extract_range_from_assert): Split out range
12336 intersecting code.
12337 (intersect_ranges): New function.
12338 (vrp_intersect_ranges): Likewise.
12339
12340 2012-06-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12341
12342 * config/s390/s390.c (s390_gimplify_va_arg): Revert change from
12343 r187965.
12344
12345 2012-06-18 Tejas Belagod <tejas.belagod@arm.com>
12346
12347 * doc/md.texi: Document int iterators.
12348 * read-rtl.c (ints): New iterator group.
12349 (find_int): Int iterator group callback.
12350 (apply_int_iterator): Likewise.
12351 (apply_iterators): Traverse int iterator table and add all the used
12352 iterators to list.
12353 (initialize_iterators): Initialize data structures and callbacks for
12354 int iterators.
12355 (read_rtx): Parse and read mappings for int iterators.
12356 (read_rtx_code): Record int iterator usage.
12357
12358 2012-06-18 Richard Sandiford <rdsandiford@googlemail.com>
12359
12360 PR middle-end/53698
12361 * expr.c (expand_expr_addr_expr_1): Convert to tmode before
12362 performing an addition.
12363
12364 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
12365
12366 * output.h (split_double): Move prototype to rtl.h.
12367 (constructor_static_from_elts_p): Move prototype to tree.c.
12368 * rtl.h (split_double): Moved here from output.h.
12369 * tree.h (constructor_static_from_elts_p): Moved here from output.h.
12370 * final.c (split_double): Move from here ...
12371 * rtlanal.c (split_double): ... to here.
12372 * expr.c: Do not include output.h.
12373
12374 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
12375
12376 * cfglayout.h: Remove.
12377 * cfglayout.c: Remove.
12378 * function.h (struct function): Remove x_last_location field.
12379 * function.c: Do not include cfglayout.h.
12380 (expand_function_start): Do not call no-op force_next_line_note.
12381 (expand_function_end): Likewise.
12382 * cfgrtl.c: Do not include cfglayout.h. Include gt-cfgrtl.h.
12383 (unlink_insn_chain): Moved here from cfglayout.c.
12384 (skip_insns_after_block, label_for_bb, record_effective_endpoints,
12385 into_cfg_layout_mode, outof_cfg_layout_mode,
12386 pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode,
12387 relink_block_chain, fixup_reorder_chain, verify_insn_chain,
12388 fixup_fallthru_exit_predecessor, force_one_exit_fallthru,
12389 cfg_layout_can_duplicate_bb_p, duplicate_insn_chain,
12390 cfg_layout_duplicate_bb, cfg_layout_initialize, break_superblocks,
12391 cfg_layout_finalize): Likewise.
12392 (rtl_can_remove_branch_p): Likewise.
12393 * rtl.h (insn_scope): Move prototype from cfglayout.h here.
12394 (duplicate_insn_chain): Likewise.
12395 (force_next_line_note): Remove prototype.
12396 * emit-rtl.c: Do not include tree-flow.h, egad. Include vecprim.h.
12397 (last_location): Remove #define to emit.x_last_location.
12398 (force_next_line_note): Remove no-op function.
12399 (init_emit): Don't set x_last_location.
12400 (block_locators_locs, block_locators_blocks, locations_locators_locs,
12401 locations_locators_vals, prologue_locator, epilogue_locator,
12402 curr_location, last_location, curr_block, last_block, curr_rtl_loc):
12403 Move POD to here from cfglayout.c.
12404 (insn_locators_alloc, insn_locators_finalize, insn_locators_free,
12405 set_curr_insn_source_location, get_curr_insn_source_location,
12406 set_curr_insn_block, get_curr_insn_block, curr_insn_locator,
12407 locator_scope, insn_scope, locator_location, locator_line, insn_line,
12408 locator_file, insn_file, locator_eq): Move to here from cfglayout.c.
12409 * cfghooks.h: Remove double-include protection.
12410 (can_copy_bbs_p, copy_bbs): Move prototypes from cfglayout.h to here.
12411 * cfghooks.c (can_copy_bbs_p, copy_bbs): Move to here from cfglayout.c.
12412 * final.c: Do not include cfglayout.h.
12413 (choose_inner_scope, change_scope): Move to here from cfglayout.c.
12414 (reemit_insn_block_notes): Likewise. Make static.
12415 * tree-flow.h (tree_could_trap_p, operation_could_trap_helper_p,
12416 operation_could_trap_p, tree_could_throw_p): Move from here...
12417 * tree.h: ... to here.
12418 * gengtype.c (open_base_files): Remove cfglayout.h from the list.
12419 * profile.c: Do not include cfghooks.h.
12420 * cfgloopmanip.c: Do not include cfglayout.h and cfghooks.h.
12421 * modulo-sched.c: Likewise.
12422 * loop-unswitch.c: Do not include cfglayout.h.
12423 * sched-ebb.c: Likewise.
12424 * tracer.c: Likewise.
12425 * ddg.c: Likewise.
12426 * tree-vect-loop-manip.c: Likewise.
12427 * loop-init.c: Likewise.
12428 * dwarf2out.c: Likewise.
12429 * hw-doloop.c: Likewise.
12430 * loop-unroll.c: Likewise.
12431 * cfgcleanup.c: Likewise.
12432 * bb-reorder.c: Likewise.
12433 * sched-rgn.c: Likewise.
12434 * tree-cfg.c: Likewise.
12435 * config/alpha/alpha.c: Likewise.
12436 * config/spu/spu.c: Likewise.
12437 * config/sparc/sparc.c: Likewise.
12438 * config/sh/sh.c: Likewise.
12439 * config/c6x/c6x.c: Likewise.
12440 * config/ia64/ia64.c: Likewise.
12441 * config/rs6000/rs6000.c: Likewise.
12442 * config/score/score.c: Likewise.
12443 * config/mips/mips.c: Likewise.
12444 * config/bfin/bfin.c: Likewise.
12445 * Makefile.in (CFGAYOUT_H): Remove, and fixup users.
12446 * config/rs6000/t-rs6000 (rs6000.o): Do not depend on cfglayout.h.
12447 * config/spu/t-spu-elf (spu.o: $): Likewise.
12448 * config/sparc/t-sparc (sparc.o): Do not depend on CFGLAYOUT_H.
12449
12450 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
12451
12452 * cfgloop.h: Do not include rtl.h.
12453 (enum iv_extend_code): New.
12454 (struct rtx_iv): Use iv_extend_code instead of rtx_code.
12455 * Makefile.in (CFGLOOP_H): Do not depend on RTL_H.
12456 * loop-iv.c (iv_extend_to_rtx_code): New function to translate
12457 an IV_EXTEND_CODE to an RTX_CODE.
12458 (dump_iv_info): Update for rtx_iv field type change.
12459 (iv_constant): Likewise.
12460 (iv_subreg): Likewise.
12461 (iv_extend): Likewise.
12462 (iv_neg): Likewise.
12463 (iv_add): Likewise.
12464 (iv_mult): Likewise.
12465 (iv_shift): Likewise.
12466 (get_biv_step_1): Likewise.
12467 (get_biv_step): Likewise.
12468 (iv_analyze_biv): Likewise.
12469 (get_iv_value): Likewise.
12470 (shorten_into_mode): Likewise.
12471 (canonicalize_iv_subregs): Likewise.
12472 * sese.c (sese_build_liveouts): Use MAY_HAVE_DEBUG_STMTS instead
12473 of MAY_HAVE_DEBUG_INSNS.
12474 * tree-ssa-loop-ivopts.c: Include recog.h after expr.h.
12475 * tree-ssa-loop-prefetch.c: Likewise.
12476
12477 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
12478
12479 * expmed.c (ceil_log2): Move from here...
12480 * hwint.c: ... to here for older GCCs...
12481 * hwint.h: ... and here for newer GCCs.
12482 * rtl.h (ceil_log2): Remove prototype.
12483
12484 * tree-phinodes.c: Do not include rtl.h.
12485 * Makefile.in (tree-phinodes.o): Do not depend on RTL_H.
12486
12487 2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
12488
12489 * config/cris/cris.h (TARGET_ELF): Remove.
12490 (FORCE_EH_FRAME_INFO_IN_DATA_SECTION): Remove.
12491 (CRIS_ASM_OUTPUT_ALIGNED_DECL_COMMON): Simpify using TARGET_ELF==1.
12492 (LOCAL_LABEL_PREFIX): Likewise.
12493 * config/cris/cris.c (cris_target_asm_named_section): Remove.
12494 (cris_option_override): Simpify using TARGET_ELF==1.
12495 (cris_file_start): Likewise.
12496 * config/cris/cris-protos.h (cris_target_asm_named_section): Remove.
12497
12498 2012-06-17 Uros Bizjak <ubizjak@gmail.com>
12499
12500 * config/i386/sse.md (vcvtph2ps): Fix vec_select selector.
12501
12502 2012-06-16 Eric Botcazou <ebotcazou@adacore.com>
12503
12504 PR middle-end/53590
12505 * tree-inline.c (initialize_cfun): Copy can_delete_dead_exceptions.
12506
12507 2012-06-15 Easwaran Raman <eraman@google.com>
12508
12509 * passes.c (init_optimization_passes): Remove pass_call_cdce
12510 from its current position and insert after pass_dce.
12511
12512 2012-06-15 Walter Lee <walt@tilera.com>
12513
12514 * config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.
12515
12516 2012-06-15 Richard Earnshaw <rearnsha@arm.com>
12517
12518 * arm.c (note_invalid_constants): Don't return a result.
12519 (arm_memory_load_p): Delete function.
12520 (arm_const_double_rtx): Delete iterator variable i;
12521 (fp_immediate_constant): Likewise.
12522 (fp_const_from_val): Likewise.
12523
12524 * arm.c (arm_init_iwmmxt_builtins): Delete void_ftype_void.
12525
12526 2012-06-15 Marc Glisse <marc.glisse@inria.fr>
12527
12528 PR c++/51033
12529 * c-typeck.c (c_build_vec_perm_expr): Move to c-family/c-common.c.
12530 * c-tree.h (c_build_vec_perm_expr): Move to c-family/c-common.h.
12531
12532 2012-06-15 Georg-Johann Lay <avr@gjlay.de>
12533
12534 * config/avr/avr.c (avr_default_expand_builtin): New function.
12535 (avr_expand_builtin): Use it.
12536 (avr_expand_unop_builtin): Remove.
12537 (avr_expand_binop_builtin): Remove.
12538 (avr_expand_triop_builtin): Remove.
12539
12540 2012-06-15 Michael Matz <matz@suse.de>
12541
12542 PR middle-end/38474
12543 * cfgexpand.c (add_alias_set_conflicts): Remove.
12544 (expand_used_vars): Don't call it.
12545 (aggregate_contains_union_type): Remove.
12546 * function.c (n_temp_slots_in_use): New static data.
12547 (make_slot_available, assign_stack_temp_for_type): Update it.
12548 (init_temp_slots): Zero it.
12549 (remove_unused_temp_slot_addresses): Use it for quicker removal.
12550 (remove_unused_temp_slot_addresses_1): Use htab_clear_slot.
12551
12552 2012-06-15 Michael Matz <matz@suse.de>
12553
12554 * gimplify.c (gimplify_compound_literal_expr): Take gimple_test_f
12555 argument, don't emit assign statement if value is directly usable.
12556 (gimplify_expr): Adjust.
12557
12558 2012-06-15 Michael Matz <matz@suse.de>
12559
12560 * gimplify.c (gimplify_modify_expr): Fold generated statements.
12561 * gimple-fold.c (can_refer_decl_in_current_unit_p): Check flag_ltrans.
12562
12563 2012-06-15 Richard Guenther <rguenther@suse.de>
12564
12565 * tree-vrp.c (set_and_canonicalize_value_range): Use canonical
12566 predicates to set VR_UNDEFINED and VR_VARYING. Drop a case
12567 we assert for in set_value_range to VR_VARYING.
12568
12569 2012-06-15 Richard Earnshaw <rearnsha@arm.com>
12570
12571 * arm.md (addsf3, adddf3): Use s_register_operand.
12572 (subsf3, subdf3): Likewise.
12573 (mulsf3, muldf3): Likewise.
12574 (difsf3, divdf3): Likewise.
12575 (movsfcc, movdfcc): Likewise.
12576 * predicates.md (f_register_operand): Delete.
12577 (arm_float_rhs_operand): Delete.
12578 (arm_float_add_operand): Delete.
12579 (arm_float_compare_operand): Use s_register_operand when
12580 there's no VFP.
12581 (cirrus_register_operand): Delete.
12582 (cirrus_fp_register): Delete.
12583 (cirrus_shift_const): Delete.
12584 (cmpdi_operand): Remove Maverick support.
12585 * constraints.md (f, v, H): Delete constraints.
12586 (G): Update documentation.
12587 * arm.c (fp_consts_inited): Convert to bool.
12588 (strings_fp): Delete.
12589 (values_fp): Delete.
12590 (value_fp0): New variable.
12591 (init_fp_table): Simplify logic.
12592 (arm_const_double_rtx): Likewise.
12593 (fp_immediate_constant): Likewise.
12594 (fp_const_from_val): Likewise.
12595 (neg_const_double_rtx_ok_for_fpa): Delete.
12596 * doc/md.texi (ARM constraints): Update documentation.
12597
12598 2012-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
12599
12600 PR tree-optimization/53636
12601 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Verify
12602 stride when doing basic-block vectorization.
12603
12604 2012-06-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
12605
12606 * tree-vect-generic.c (lower_vec_perm): Propagate vector constants
12607 into VEC_PERM_EXPR.
12608
12609 2012-06-15 Jakub Jelinek <jakub@redhat.com>
12610
12611 * tree-vect-patterns.c (vect_pattern_recog): Don't unnecessarily
12612 allocate and free bbs array for the SLP case.
12613
12614 PR tree-optimization/51581
12615 * expr.h (choose_multiplier): New prototype.
12616 * expmed.c (choose_multiplier): No longer static.
12617 Change multiplier_ptr from rtx * to UHWI *.
12618 (expand_divmod): Adjust callers.
12619 * tree-vect-patterns.c (vect_recog_sdivmod_pow2_pattern): Renamed to...
12620 (vect_recog_divmod_pattern): ... this. Pass bb_vinfo as last
12621 argument to new_stmt_vec_info. Attempt to optimize also divisions
12622 by non-pow2 constants if integer vector division isn't supported.
12623 * tree-vect-stmts.c (vect_analyze_stmt): If node != NULL,
12624 don't look at pattern stmts and sequences.
12625
12626 2012-06-15 Eric Botcazou <ebotcazou@adacore.com>
12627
12628 PR middle-end/53590
12629 * common.opt (-fdelete-dead-exceptions): New switch.
12630 * doc/invoke.texi (Code Gen Options): Document it.
12631 * cse.c (count_reg_usage) <CALL_INSN>: Use !insn_nothrow_p in lieu of
12632 insn_could_throw_p predicate. Do not skip an insn that could throw
12633 if dead exceptions can be deleted.
12634 (insn_live_p): Likewise, do not return true in that case.
12635 * dce.c (can_alter_cfg): New flag.
12636 (deletable_insn_p): Do not return false for an insn that can throw if
12637 the CFG can be altered and dead exceptions can be deleted.
12638 (init_dce): Set can_alter_cfg to false for fast DCE, true otherwise.
12639 * dse.c (scan_insn): Use !insn_nothrow_p in lieu of insn_could_throw_
12640 predicate. Do not preserve an insn that could throw if dead exceptions
12641 can be deleted.
12642 * function.h (struct function): Add can_delete_dead_exceptions flag.
12643 * function.c (allocate_struct_function): Set it.
12644 * lto-streamer-in.c (input_struct_function_base): Stream it.
12645 * lto-streamer-out.c (input_struct_function_base): Likewise.
12646 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark a
12647 statement that could throw as necessary if dead exceptions can be
12648 deleted.
12649
12650 2012-06-14 Maxim Kuvyrkov <maxim@codesourcery.com>
12651
12652 * config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.
12653
12654 2012-06-14 Oleg Endo <olegendo@gcc.gnu.org>
12655
12656 PR target/53568
12657 * config/sh/sh.md: Add peephole for swapbsi2.
12658 (*swapbisi2_and_shl8, *swapbhisi2): New insns and splits.
12659
12660 2012-06-14 Uros Bizjak <ubizjak@gmail.com>
12661
12662 * config/i386/i386.md (*zero_extendsidi2): Remove x,x alternative.
12663 (*zero_extendsidi2_rex64): Ditto. Remove isa attribute.
12664
12665 2012-06-14 Jakub Jelinek <jakub@redhat.com>
12666
12667 PR target/53639
12668 * config/i386/i386.md (*anddi_1 into *andsi_1_zext splitter): New.
12669
12670 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
12671
12672 * arm.c (arm_cirrus_insn_p): Delete.
12673 (cirrus_reorg): Delete.
12674 (arm_reorg): Don't call cirrus_reorg.
12675 (arm_final_prescan_insn_p): Don't check for cirrus insns.
12676 * arm.md (define_attr "type"): Remove mav_farith and mav_dmult.
12677 (adddi3, subdi3): Remove Maverick support.
12678 (arm_adddi3): Likewise.
12679 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
12680 (addsf3, adddf3): Likewise.
12681 (subsf3, subdf3): Likewise.
12682 (mulsf3, muldf3): Likewise.
12683 (ashldi3, ashrdi3, lshrdi3): Likewise.
12684 (floatsisf2, floatsidf2): Likewise.
12685 (fix_truncsfsi2, fix_truncdfsi2): Likewise.
12686 (arm_movdi, thumb1_movdi_insn): Likewise.
12687 (arm_cmpdi_insn): Likewise.
12688 (cirrus_cmpsf, cirrus_cmpdf, cirrus_cmpdi): Likewise.
12689 (cirrus.md): Don't include.
12690 * cirrus.md: Delete file.
12691 * t-arm (MD_INCLUDES): Remove cirrus.md.
12692
12693 2012-06-14 Eric Botcazou <ebotcazou@adacore.com>
12694
12695 * dwarf2out.c (function_possibly_abstracted_p): New static function.
12696 (gen_subprogram_die): Use it function_possibly_abstracted_p in lieu of
12697 cgraph_function_possibly_inlined_p.
12698 (gen_inlined_subroutine_die): Return if the origin is to be ignored.
12699 (process_scope_var): Do not emit concrete instances of abstracted
12700 nested functions from here.
12701 (gen_decl_die): Emit the abstract instance if the function is possibly
12702 abstracted and not only possibly inlined.
12703 (dwarf2out_finish): Find the first non-abstract parent instance and
12704 attach concrete instances on the limbo list to it.
12705
12706 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
12707
12708 * arm.md (divsf3, divdf3): Remove FPA support.
12709 (negsf2, negdf2): Likewise.
12710 (sqrtsf2, sqrtdf2): Likewise.
12711 (movdfcc): Likewise.
12712 (modsf3, moddf3, movxf): Delete.
12713 (push_fp_multi): Delete.
12714 (fpa.md): Don't include it.
12715 * fpa.md: Delete file.
12716 * t-arm (MD_INCLUDES): Remove fpa.md.
12717
12718 2012-06-14 Bill Schmidt <wschmidt@linux.ibm.com>
12719
12720 * tree-vectorizer.h (vect_get_stmt_cost): Move from tree-vect-stmts.c.
12721 (cost_for_stmt): Remove decl.
12722 (vect_get_single_scalar_iteration_cost): Correct typo in name.
12723 * tree-vect-loop.c (vect_get_cost): Remove.
12724 (vect_get_single_scalar_iteration_cost): Correct typo in name; use
12725 vect_get_stmt_cost rather than vect_get_cost.
12726 (vect_get_known_peeling_cost): Use vect_get_stmt_cost rather than
12727 vect_get_cost.
12728 (vect_estimate_min_profitable_iters): Correct typo in call to
12729 vect_get_single_scalar_iteration_cost; use vect_get_stmt_cost rather
12730 than vect_get_cost.
12731 (vect_model_reduction_cost): Use vect_get_stmt_cost rather than
12732 vect_get_cost.
12733 (vect_model_induction_cost): Likewise.
12734 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Correct
12735 typo in call to vect_get_single_scalar_iteration_cost.
12736 * tree-vect-stmts.c (vect_get_stmt_cost): Move to tree-vectorizer.h.
12737 (cost_for_stmt): Remove unnecessary function.
12738 * Makefile.in (TREE_VECTORIZER_H): Update dependencies.
12739
12740 2012-06-14 Richard Earnshaw <rearnsha@arm.com>
12741
12742 * arm.opt (mfp=2, mfp=3, mfpe, mfpe=2, mfpe=3): Delete options.
12743 * arm-fpus.def (fpa, fpe2, fpe3, maverick): Delete FPU types.
12744 * arm-tables.opt: Regenerated.
12745 * doc/invoke.texi: Remove references to deleted options.
12746
12747 2012-06-14 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
12748
12749 * config/h8300/genmova.sh: Modified to add offset bits of
12750 mova/Sz assembly instruction for memory access.
12751 * config/h8300/h8300.c: Likewise.
12752 * config/h8300/mova.md: Likewise.
12753
12754 2012-06-12 Christian Bruel <christian.bruel@st.com>
12755
12756 PR target/53621
12757 * config/sh/sh.c (sh_option_override): Don't force
12758 flag_omit_frame_pointer and maccumulate_outgoing_args.
12759 * config/sh/sh.opt (maccumulate-outgoing-args): Init as Var.
12760
12761 2012-06-14 Richard Guenther <rguenther@suse.de>
12762
12763 * tree-vrp.c (VR_INITIALIZER): New define.
12764 (ranges_from_anti_range): New function.
12765 (extract_range_from_binary_expr_1): Decompose operations on
12766 VR_ANTI_RANGEs to operations on VR_RANGE.
12767 (extract_range_from_unary_expr_1): Likewise.
12768 (extract_range_from_binary_expr_1, extract_range_from_binary_expr,
12769 extract_range_from_unary_expr_1, extract_range_from_unary_expr,
12770 extract_range_from_cond_expr, adjust_range_with_scev,
12771 vrp_visit_assignment_or_call, vrp_visit_phi_node,
12772 simplify_bit_ops_using_ranges): Use VR_INITIALIZER.
12773
12774 2012-06-13 Richard Henderson <rth@redhat.com>
12775
12776 * hwint.h (HOST_WIDEST_INT_C): New.
12777 (HOST_WIDE_INT_C): New.
12778 (HOST_WIDE_INT_1): Use it.
12779 * config/alpha/alpha.c (alpha_trampoline_init): Use it.
12780
12781 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
12782
12783 PR debug/49888
12784 * var-tracking.c: Include alias.h.
12785 (overlapping_mems): New struct.
12786 (drop_overlapping_mem_locs): New.
12787 (clobber_overlapping_mems): New.
12788 (var_mem_delete_and_set, var_mem_delete): Call it.
12789 (val_bind): Likewise, but only if modified.
12790 (compute_bb_dataflow, emit_notes_in_bb): Call it on MEMs.
12791 * Makefile.in (var-tracking.o): Depend in $(ALIAS_H).
12792
12793 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
12794
12795 PR debug/47624
12796 * var-tracking.c (loc_exp_dep_pool): New.
12797 (vt_emit_notes): Create and release the pool.
12798 (compute_bb_dataflow): Use value-based locations in MO_VAL_SET.
12799 (emit_notes_in_bb): Likewise.
12800 (loc_exp_dep_insert): Deal with NOT_ONEPART vars.
12801 (notify_dependents_of_changed_value): Likewise.
12802 (notify_dependents_of_resolved_value): Check that NOT_ONEPART
12803 variables don't have a VAR_LOC_DEP_LST.
12804 (emit_note_insn_var_location): Expand NOT_ONEPART locs that are
12805 VALUEs or MEMs of VALUEs.
12806
12807 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
12808
12809 PR debug/52983
12810 PR debug/48866
12811 * dce.c (word_dce_process_block): Insert debug temps only if the
12812 insn is not marked.
12813 (dce_process_block): Likewise, and if debug.used is not empty,
12814 and only after iterating over all DEFs that might mark the insn.
12815
12816 2012-06-13 Alexandre Oliva <aoliva@redhat.com>
12817
12818 * common.opt (ftree-coalesce-inlined-vars): New.
12819 (ftree-coalesce-vars): New.
12820 * doc/invoke.texi: Document them.
12821 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
12822 Implement them.
12823
12824 2012-06-13 Richard Sandiford <rdsandiford@googlemail.com>
12825
12826 * read-rtl.c (mapping): Remove index field. Add current_value field.
12827 Define heap vectors.
12828 (iterator_group): Fix long line. Remove num_builtins field and
12829 uses_iterator fields. Make apply_iterator take a void * parameter.
12830 (iterator_use, atttribute_use): New structures.
12831 (iterator_traverse_data, BELLWETHER_CODE, bellwether_codes): Delete.
12832 (current_iterators, iterator_uses, attribute_uses): New variables.
12833 (uses_mode_iterator_p, uses_code_iterator_p): Delete.
12834 (apply_mode_iterator, apply_code_iterator): Take a void * parameter.
12835 (map_attr_string, apply_iterator_to_string): Remove iterator
12836 and value parameters. Look through all current iterator values
12837 for a matching attribute.
12838 (mode_attr_index, apply_mode_maps): Delete.
12839 (apply_iterator_to_rtx): Replace with...
12840 (copy_rtx_for_iterators): ...this new function.
12841 (uses_iterator_p, apply_iterator_traverse): Delete.
12842 (apply_attribute_uses, add_current_iterators, apply_iterators): New
12843 functions.
12844 (add_mapping): Remove index field. Set current_value field.
12845 (initialize_iterators): Don't set num_builtins and uses_iterator_p
12846 fields.
12847 (find_iterator): Delete.
12848 (record_iterator_use, record_attribute_use): New functions.
12849 (record_potential_iterator_use): New function.
12850 (check_code_iterator): Remove handling of bellwether codes.
12851 (read_rtx): Remove mode maps. Truncate iterator and attribute uses.
12852 (read_rtx_code, read_nested_rtx, read_rtx_variadic): Remove mode_maps
12853 parameter. Use the first code iterator value instead of the
12854 bellwether_codes array. Use record_potential_iterator_use for modes.
12855
12856 2012-06-13 Oleg Endo <olegendo@gcc.gnu.org>
12857
12858 PR target/53568
12859 * config/sh/sh.md (bswapsi2): New expander.
12860 (swapbsi2): New insn.
12861
12862 2012-06-13 H.J. Lu <hongjiu.lu@intel.com>
12863
12864 PR target/53647
12865 * config/i386/i386.c (ix86_tune_cost): New variable.
12866 (ix86_option_override_internal): Set ix86_tune_cost. Use
12867 ix86_tune_cost for simultaneous_prefetches, prefetch_block,
12868 l1_cache_size and l2_cache_size.
12869
12870 2012-06-13 Richard Guenther <rguenther@suse.de>
12871
12872 * tree-vrp.c (vrp_meet): Properly meet equivalent ranges.
12873 Handle meeting two VR_RANGE to an VR_ANTI_RANGE. Implement
12874 all possible meetings of VR_RANGE with VR_ANTI_RANGE and
12875 VR_ANTI_RANGE with VR_ANTI_RANGE.
12876
12877 2012-06-13 Richard Earnshaw <rearnsha@arm.com>
12878
12879 * config.gcc (unsupported): Move obsoleted FPA-based configurations
12880 here from ...
12881 (obsolete): ... here.
12882 (arm*-*-freebsd*): Remove.
12883 (arm*-*-linux*): Only accept EABI variants. Simplify logic.
12884 (arm*-*-uclinux*): Likewise.
12885 (arm*-*-ecos-elf): Remove.
12886 (arm*-*-rtems*): Remove.
12887 (arm*-*-elf): Remove.
12888 (arm*-wince-pe*): Remove.
12889 (arm, --with-fpu): Remove support for fpa and Maverick variants.
12890 * arm/ecos-elf.h: Delete.
12891 * arm/t-strongarm-elf: Delete.
12892 * arm/rtems-elf.h: Delete.
12893 * arm/wince-pe.h: Delete.
12894 * arm/pe.c: Delete.
12895 * arm/pe.h: Delete.
12896 * arm/t-wince-pe: Delete.
12897
12898 2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
12899
12900 PR tree-optimization/53647
12901 * tree-ssa-phiopt.c (gate_hoist_loads): Skip transformation for
12902 targets with no defined cache line size.
12903
12904 2012-06-13 Bill Schmidt <wschmidt@linux.ibm.com>
12905
12906 * targhooks.c (default_builtin_vectorized_conversion): Handle
12907 vec_construct, using vectype to base cost on subparts.
12908 * target.h (enum vect_cost_for_stmt): Add vec_construct.
12909 * tree-vect-stmts.c (vect_model_load_cost): Use vec_construct
12910 instead of scalar_to-vec.
12911 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
12912 vec_construct in same way as default for now.
12913 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
12914 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
12915 Handle vec_construct, including special case for 32-bit loads.
12916
12917 2012-06-13 Xinyu Qi <xyqi@marvell.com>
12918
12919 * config/arm/arm.c (FL_IWMMXT2): New define.
12920 (arm_arch_iwmmxt2): New variable.
12921 (arm_option_override): Enable use of iWMMXt with VFP.
12922 Disable use of iWMMXt with NEON. Disable use of iWMMXt under
12923 Thumb mode. Set arm_arch_iwmmxt2.
12924 (arm_expand_binop_builtin): Accept VOIDmode op.
12925 (enum arm_builtins): Revise built-in fcode.
12926 (IWMMXT2_BUILTIN): New define.
12927 (IWMMXT2_BUILTIN2): Likewise.
12928 (iwmmx2_mbuiltin): Likewise.
12929 (builtin_description bdesc_2arg): Revise built in declaration.
12930 (builtin_description bdesc_1arg): Likewise.
12931 (arm_init_iwmmxt_builtins): Revise built in initialization.
12932 (arm_expand_builtin): Revise built in expansion.
12933 (arm_output_iwmmxt_shift_immediate): New function.
12934 (arm_output_iwmmxt_tinsr): Likewise.
12935 * config/arm/arm-protos.h (arm_output_iwmmxt_shift_immediate): Declare.
12936 (arm_output_iwmmxt_tinsr): Likewise.
12937 * config/arm/iwmmxt.md (WCGR0, WCGR1, WCGR2, WCGR3): New constant.
12938 (iwmmxt_psadbw, iwmmxt_walign, iwmmxt_tmrc, iwmmxt_tmcr): Delete.
12939 (rorv4hi3, rorv2si3, rordi3): Likewise.
12940 (rorv4hi3_di, rorv2si3_di, rordi3_di): Likewise.
12941 (ashrv4hi3_di, ashrv2si3_di, ashrdi3_di): Likewise.
12942 (lshrv4hi3_di, lshrv2si3_di, lshrdi3_di): Likewise.
12943 (ashlv4hi3_di, ashlv2si3_di, ashldi3_di): Likewise.
12944 (iwmmxt_tbcstqi, iwmmxt_tbcsthi, iwmmxt_tbcstsi): Likewise
12945 (*iwmmxt_clrv8qi, *iwmmxt_clrv4hi, *iwmmxt_clrv2si): Likewise.
12946 (tbcstv8qi, tbcstv4hi, tbsctv2si): New pattern.
12947 (iwmmxt_clrv8qi, iwmmxt_clrv4hi, iwmmxt_clrv2si): Likewise.
12948 (*and<mode>3_iwmmxt, *ior<mode>3_iwmmxt, *xor<mode>3_iwmmxt): Likewise.
12949 (ror<mode>3, ror<mode>3_di): Likewise.
12950 (ashr<mode>3_di, lshr<mode>3_di, ashl<mode>3_di): Likewise.
12951 (ashli<mode>3_iwmmxt, iwmmxt_waligni, iwmmxt_walignr): Likewise.
12952 (iwmmxt_walignr0, iwmmxt_walignr1): Likewise.
12953 (iwmmxt_walignr2, iwmmxt_walignr3): Likewise.
12954 (iwmmxt_setwcgr0, iwmmxt_setwcgr1): Likewise.
12955 (iwmmxt_setwcgr2, iwmmxt_setwcgr3): Likewise.
12956 (iwmmxt_getwcgr0, iwmmxt_getwcgr1): Likewise.
12957 (iwmmxt_getwcgr2, iwmmxt_getwcgr3): Likewise.
12958 (All instruction patterns): Add wtype attribute.
12959 (*iwmmxt_arm_movdi, *iwmmxt_movsi_insn): iWMMXt coexist with vfp.
12960 (iwmmxt_uavgrndv8qi3, iwmmxt_uavgrndv4hi3): Revise the pattern.
12961 (iwmmxt_uavgv8qi3, iwmmxt_uavgv4hi3): Likewise.
12962 (ashr<mode>3_iwmmxt, ashl<mode>3_iwmmxt, lshr<mode>3_iwmmxt): Likewise.
12963 (iwmmxt_tinsrb, iwmmxt_tinsrh, iwmmxt_tinsrw):Likewise.
12964 (eqv8qi3, eqv4hi3, eqv2si3, gtuv8qi3): Likewise.
12965 (gtuv4hi3, gtuv2si3, gtv8qi3, gtv4hi3, gtv2si3): Likewise.
12966 (iwmmxt_wunpckihh, iwmmxt_wunpckihw, iwmmxt_wunpckilh): Likewise.
12967 (iwmmxt_wunpckilw, iwmmxt_wunpckehub, iwmmxt_wunpckehuh): Likewise.
12968 (iwmmxt_wunpckehuw, iwmmxt_wunpckehsb, iwmmxt_wunpckehsh): Likewise.
12969 (iwmmxt_wunpckehsw, iwmmxt_wunpckelub, iwmmxt_wunpckeluh): Likewise.
12970 (iwmmxt_wunpckeluw, iwmmxt_wunpckelsb, iwmmxt_wunpckelsh): Likewise.
12971 (iwmmxt_wunpckelsw, iwmmxt_wmadds, iwmmxt_wmaddu): Likewise.
12972 (iwmmxt_wsadb, iwmmxt_wsadh, iwmmxt_wsadbz, iwmmxt_wsadhz): Likewise.
12973 (iwmmxt2.md): Include.
12974 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __IWMMXT2__.
12975 (TARGET_IWMMXT2): New define.
12976 (TARGET_REALLY_IWMMXT2): Likewise.
12977 (arm_arch_iwmmxt2): Declare.
12978 * config/arm/mmintrin.h: Use __IWMMXT__ to enable iWMMXt intrinsics.
12979 Use __IWMMXT2__ to enable iWMMXt2 intrinsics.
12980 Use C name-mangling for intrinsics.
12981 (__v8qi): Redefine.
12982 (_mm_cvtsi32_si64, _mm_andnot_si64, _mm_sad_pu8): Revise.
12983 (_mm_sad_pu16, _mm_align_si64, _mm_setwcx, _mm_getwcx): Likewise.
12984 (_m_from_int): Likewise.
12985 (_mm_sada_pu8, _mm_sada_pu16): New intrinsic.
12986 (_mm_alignr0_si64, _mm_alignr1_si64, _mm_alignr2_si64): Likewise.
12987 (_mm_alignr3_si64, _mm_tandcb, _mm_tandch, _mm_tandcw): Likewise.
12988 (_mm_textrcb, _mm_textrch, _mm_textrcw, _mm_torcb): Likewise.
12989 (_mm_torch, _mm_torcw, _mm_tbcst_pi8, _mm_tbcst_pi16): Likewise.
12990 (_mm_tbcst_pi32): Likewise.
12991 (_mm_abs_pi8, _mm_abs_pi16, _mm_abs_pi32): New iWMMXt2 intrinsic.
12992 (_mm_addsubhx_pi16, _mm_absdiff_pu8, _mm_absdiff_pu16): Likewise.
12993 (_mm_absdiff_pu32, _mm_addc_pu16, _mm_addc_pu32): Likewise.
12994 (_mm_avg4_pu8, _mm_avg4r_pu8, _mm_maddx_pi16, _mm_maddx_pu16): Likewise.
12995 (_mm_msub_pi16, _mm_msub_pu16, _mm_mulhi_pi32): Likewise.
12996 (_mm_mulhi_pu32, _mm_mulhir_pi16, _mm_mulhir_pi32): Likewise.
12997 (_mm_mulhir_pu16, _mm_mulhir_pu32, _mm_mullo_pi32): Likewise.
12998 (_mm_qmulm_pi16, _mm_qmulm_pi32, _mm_qmulmr_pi16): Likewise.
12999 (_mm_qmulmr_pi32, _mm_subaddhx_pi16, _mm_addbhusl_pu8): Likewise.
13000 (_mm_addbhusm_pu8, _mm_qmiabb_pi32, _mm_qmiabbn_pi32): Likewise.
13001 (_mm_qmiabt_pi32, _mm_qmiabtn_pi32, _mm_qmiatb_pi32): Likewise.
13002 (_mm_qmiatbn_pi32, _mm_qmiatt_pi32, _mm_qmiattn_pi32): Likewise.
13003 (_mm_wmiabb_si64, _mm_wmiabbn_si64, _mm_wmiabt_si64): Likewise.
13004 (_mm_wmiabtn_si64, _mm_wmiatb_si64, _mm_wmiatbn_si64): Likewise.
13005 (_mm_wmiatt_si64, _mm_wmiattn_si64, _mm_wmiawbb_si64): Likewise.
13006 (_mm_wmiawbbn_si64, _mm_wmiawbt_si64, _mm_wmiawbtn_si64): Likewise.
13007 (_mm_wmiawtb_si64, _mm_wmiawtbn_si64, _mm_wmiawtt_si64): Likewise.
13008 (_mm_wmiawttn_si64, _mm_merge_si64): Likewise.
13009 (_mm_torvscb, _mm_torvsch, _mm_torvscw): Likewise.
13010 (_m_to_int): New define.
13011 * config/arm/arm-cores.def (iwmmxt2): Add FL_IWMMXT2.
13012 * config/arm/arm-arches.def (iwmmxt2): Likewise.
13013 * config/arm/t-arm (MD_INCLUDES): Add marvell-f-iwmmxt.md and
13014 iwmmxt2.md.
13015 * config/arm/arm.md (marvell-f-iwmmxt.md): Include.
13016 (arch): Add "iwmmxt2".
13017 (arch_enabled): Handle "iwmmxt2".
13018 (wtype): New attribute.
13019 (UNSPEC_WMADDS, UNSPEC_WMADDU): Delete.
13020 (UNSPEC_WALIGNI): New unspec.
13021 * config/arm/predicates.md (imm_or_reg_operand): New predicate.
13022 * config/arm/iterators.md (VMMX2): New mode_iterator.
13023 * config/arm/marvell-f-iwmmxt.md: New file.
13024 * config/arm/iwmmxt2.md: New file.
13025
13026 2012-06-12 Jakub Jelinek <jakub@redhat.com>
13027
13028 PR c/53532
13029 PR c/51034
13030 PR c/53196
13031 * c-decl.c (build_compound_literal): Call c_incomplete_type_error
13032 if type isn't complete.
13033
13034 2012-06-12 Uros Bizjak <ubizjak@gmail.com>
13035
13036 * config/ia64/sync.md (fetchop_name): Change ior attribute to "or".
13037
13038 2012-06-12 Richard Henderson <rth@redhat.com>
13039
13040 * config/rs6000/sync.md (atomic_load, atomic_store): Use INT1 mode
13041 iterator instead of INT.
13042
13043 2012-06-12 Bill Schmidt <wschmidt@linux.ibm.com>
13044
13045 * opts.c: Add -fhoist-adjacent-loads to -O2 and above.
13046 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Add argument to forward
13047 declaration.
13048 (hoist_adjacent_loads, gate_hoist_loads): New forward declarations.
13049 (tree_ssa_phiopt): Call gate_hoist_loads.
13050 (tree_ssa_cs_elim): Add parm to tree_ssa_phiopt_worker call.
13051 (tree_ssa_phiopt_worker): Add do_hoist_loads to formal arg list; call
13052 hoist_adjacent_loads.
13053 (local_mem_dependence): New function.
13054 (hoist_adjacent_loads): Likewise.
13055 (gate_hoist_loads): Likewise.
13056 * common.opt (fhoist-adjacent-loads): New switch.
13057 * Makefile.in (tree-ssa-phiopt.o): Added dependencies.
13058
13059 2012-06-12 Michael Matz <matz@suse.de>
13060
13061 * alias.c (nonoverlapping_component_refs_p): Take two rtx arguments.
13062 (nonoverlapping_memrefs_p): Don't call it here ...
13063 (true_dependence_1): ... but here.
13064
13065 2012-06-12 Richard Guenther <rguenther@suse.de>
13066
13067 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove dead code.
13068 * alias.c (ao_ref_from_mem): MEM_EXPR is conservative, MEM_OFFSET
13069 and MEM_SIZE only refines it. Reflect that and be less conservative
13070 if either of the latter is not known.
13071
13072 2012-06-12 Jakub Jelinek <jakub@redhat.com>
13073
13074 PR rtl-optimization/53589
13075 * cfgrtl.c (force_nonfallthru_and_redirect): Do asm_goto_edge
13076 discovery even when e->dest != target. If any LABEL_REF points
13077 to e->dest label, redirect it to target's label.
13078
13079 2012-06-12 Chung-Lin Tang <cltang@codesourcery.com>
13080
13081 * config/sh/sh.c (output_stack_adjust): Remove !epilogue_p
13082 condition for generating REG_FRAME_RELATED_EXPR note.
13083 (pop): Add code for generating REG_CFA_RESTORE,
13084 REG_CFA_ADJUST_CFA notes. Set RTX_FRAME_RELATED_P to 1.
13085 (sh_expand_epilogue): Use frame_insn() for FP to SP move.
13086 Set 'frame_p' of calls to output_stack_adjust() to 'true'.
13087
13088 2012-06-11 Richard Henderson <rth@redhat.com>
13089
13090 * config/alpha/alpha.c (HWI_HEX2): Add missing shift.
13091 * vmsdbgout.c (VMS_EPOCH_OFFSET): Add LL suffix.
13092
13093 * config/alpha/alpha.c (alpha_trampoline_init): Split large constants.
13094
13095 2012-06-12 Hans-Peter Nilsson <hp@axis.com>
13096
13097 * doc/tm.texi.in (Addressing Modes) <TARGET_LEGITIMIZE_ADDRESS>:
13098 Mention that this hook needs to be defined for native TLS.
13099 * doc/tm.texi: Regenerate.
13100
13101 2012-06-11 Mike Stump <mikestump@comcast.net>
13102
13103 * emit-rtl.c (init_emit_once): Iterate through the
13104 MODE_PARTIAL_INT modes with MIN_MODE_PARTIAL_INT and
13105 MAX_MODE_PARTIAL_INT, as GET_MODE_WIDER_MODE doesn't step through
13106 all the MIN_MODE_PARTIAL_INT modes anymore.
13107
13108 2012-06-12 Maxim Kuvyrkov <maxim@codesourcery.com>
13109
13110 * gcc/config/mips/mips-tables.opt (xlp): Fix merge typo.
13111
13112 2012-06-11 Roland McGrath <mcgrathr@google.com>
13113
13114 * dwarf2out.c (const_ok_for_output_1): Detect a TLS UNSPEC using
13115 SYMBOL_REF_TLS_MODEL rather than DECL_THREAD_LOCAL_P, in case it's
13116 not a VAR_DECL. Also don't limit it to UNSPECs with exactly one
13117 operand.
13118
13119 2012-06-11 Oleg Endo <olegendo@gcc.gnu.org>
13120
13121 PR target/53511
13122 * config/sh/sh.md (fmasf4): New expander.
13123 (*macsf3): Rename to fmasf4_i. Adapt to fma pattern.
13124 (mac_media): Rename to fmasf4_media. Adapt to fma pattern.
13125 * config/sh/sh.opt (mfused-madd): Remove.
13126 * config/sh/sh.c (sh_option_override): Remove mfused-madd handling.
13127 (builtin_description bdesc): Remove __builtin_sh_media_FMAC_S.
13128 * config.gcc (sh[123456789lbe]*-*-* | sh-*-*): Add fused-madd.opt
13129 as extra options.
13130 * doc/invoke.texi (SH Options): Update mfused-madd and mno-fused-madd
13131 descriptions.
13132
13133 2012-06-11 Richard Henderson <rth@redhat.com>
13134
13135 * dwarf2cfi.c (scan_trace): Handle annulled branch-taken delay slots.
13136
13137 2012-06-11 Richard Guenther <rguenther@suse.de>
13138
13139 PR middle-end/53470
13140 * tree.c (free_lang_data_in_type): Do not clear TYPE_CONTEXT but
13141 replace it with the first non-BLOCK context.
13142
13143 2012-06-11 Richard Guenther <rguenther@suse.de>
13144
13145 * alias.c (aliases_everything_p): Remove.
13146 (DIFFERENT_ALIAS_SETS_P): Likewise.
13147 (true_dependence_1): Use mems_in_disjoint_alias_sets_p directly.
13148 Do not use aliases_everything_p or special-case ANDs. Do not
13149 special-case BLKmode moves.
13150 (may_alias_p): Likewise. Handle BLKmode similar like everywhere
13151 - for SCATCH only.
13152
13153 2012-06-09 Hans-Peter Nilsson <hp@axis.com>
13154
13155 Fix CRIS build errors with --enable-build-with-cxx.
13156 * config/cris/cris.c (cris_emit_trap_for_misalignment): Rename
13157 variable "and" to "andop".
13158 * config/cris/sync.md ("atomic_fetch_<atomic_op_name><mode>"): Use
13159 temporary variable for memory model, passing C++-type-correct
13160 parameter type to expand_mem_thread_fence.
13161 ("atomic_compare_and_swap<mode>"): Ditto.
13162
13163 2012-06-09 Richard Henderson <rth@redhat.com>
13164
13165 PR c++/53602
13166 * cfgcleanup.c (execute_jump): Rename from rest_of_handle_jump2.
13167 (pass_jump): Rename from pass_jump2.
13168 (execute_jump2, pass_jump2): New.
13169 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Don't
13170 perform cfg cleanup here. Move the test of PUSH_ROUNDING
13171 and ACCUMULATE_OUTGOING_ARGS test...
13172 (gate_handle_stack_adjustments): ... here.
13173 * passes.c (init_optimization_passes): Update for pass_jump2 rename.
13174 Place new pass_jump2 after pass_stack_adjustments.
13175 * tree-pass.h (pass_jump): Declare.
13176
13177 2012-06-09 Kenneth Zadeck <zadeck@naturalbridge.com>
13178
13179 * simplify-rtx.c (simplify_const_binary_operation): Fixed shift
13180 count trucation.
13181
13182 2012-06-08 Richard Henderson <rth@redhat.com>
13183
13184 PR c++/53602
13185 * combine-stack-adj.c (force_move_args_size_note): Add ARGS_SIZE
13186 note to a clobber insn when no other insn is available.
13187
13188 2012-06-08 Georg-Johann Lay <avr@gjlay.de>
13189
13190 * config/avr/avr.c (avr_case_values_threshold): Return 7.
13191
13192 2012-06-07 Andreas Schwab <schwab@linux-m68k.org>
13193
13194 * genhooks.c (main): Set progname.
13195 (emit_documentation): Remove variable found_start, always bail out
13196 when a place is missing.
13197 * doc/tm.texi.in (C++ ABI): Add @hook TARGET_CXX_DECL_MANGLING_CONTEXT.
13198
13199 2012-06-07 Jakub Jelinek <jakub@redhat.com>
13200
13201 PR middle-end/53580
13202 * omp-low.c (scan_omp): Change first argument to gimple_seq *,
13203 call walk_gimple_seq_mod instead of walk_gimple_seq.
13204 (scan_sharing_clauses, scan_omp_parallel, scan_omp_task,
13205 scan_omp_for, scan_omp_sections, scan_omp_single,
13206 execute_lower_omp): Adjust callers.
13207 (scan_omp_1_stmt): Likewise. If check_omp_nesting_restrictions
13208 returns false, replace stmt with GIMPLE_NOP.
13209 (check_omp_nesting_restrictions): Instead of issuing warnings,
13210 issue errors and return false if any errors were reported.
13211
13212 2012-06-06 Steven Bosscher <steven@gcc.gnu.org>
13213
13214 * doc/invoke.texi (fconserve-space): Remove documentation.
13215
13216 2012-06-06 Edmar Wienskoski <edmar@freescale.com>
13217
13218 * config/rs6000/rs6000-tables.opt: Regenerated.
13219
13220 2012-06-06 Richard Guenther <rguenther@suse.de>
13221
13222 PR tree-optimization/53081
13223 * tree-data-ref.h (adjacent_store_dr_p): Rename to ...
13224 (adjacent_dr_p): ... this and make it work for reads, too.
13225 * tree-loop-distribution.c (enum partition_kind): Add PKIND_MEMCPY.
13226 (struct partition_s): Change main_stmt to main_dr, add
13227 secondary_dr member.
13228 (build_size_arg_loc): Change to date data-reference and not
13229 gimplify here.
13230 (build_addr_arg_loc): New function split out from ...
13231 (generate_memset_builtin): ... here. Use it and simplify.
13232 (generate_memcpy_builtin): New function.
13233 (generate_code_for_partition): Adjust.
13234 (classify_partition): Streamline pattern detection. Detect memcpy.
13235 (ldist_gen): Adjust.
13236 (tree_loop_distribution): Adjust seed statements for memcpy
13237 recognition.
13238
13239 2012-06-06 Matt Turner <mattst88@gmail.com>
13240
13241 * config/arm/mmintrin.h (_mm_empty): New.
13242 (_m_empty): New.
13243
13244 2012-06-06 Richard Sandiford <r.sandiford@uk.ibm.com>
13245
13246 * doc/invoke.texi (sched-pressure-algorithm): Document new --param.
13247 * common.opt (fsched-pressure-algorithm=): Remove.
13248 * flag-types.h (sched_pressure_algorithm): Move to...
13249 * sched-int.h (sched_pressure_algorithm): ...here.
13250 * params.def (sched-pressure-algorithm): New param.
13251 * haifa-sched.c (sched_init): Use it to initialize sched_pressure.
13252 * common/config/s390/s390-common.c (s390_option_optimization_table):
13253 Remove OPT_fsched_pressure_algorithm_ entry.
13254 * config/s390/s390.c (s390_option_override): Set a default value for
13255 PARAM_SCHED_PRESSURE_ALGORITHM.
13256
13257 2012-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
13258
13259 PR target/53487
13260 * config/rs6000/rs6000.c (rs6000_generate_compare): If we are
13261 doing an unsigned compare, make sure the second argument is not a
13262 negative constant.
13263 (rs6000_emit_cmove): Don't allow floating point comparisons when
13264 generating ISEL moves.
13265
13266 2012-06-05 Edmar Wienskoski <edmar@freescale.com>
13267
13268 * config/rs6000/e5500.md: New file.
13269 * config/rs6000/e6500.md: New file.
13270 * config/rs6000/rs6000.c (processor_costs): Add new costs for
13271 e5500 and e6500.
13272 (rs6000_option_override_internal): Altivec and Spe options not
13273 allowed with e5500. Spe options not allowed with e6500. Increase
13274 move inline limit for e5500 and e6500. Disable string instructions
13275 for e5500 and e6500. Enable branch targets alignment for e5500 and
13276 e6500. Initialize rs6000_cost for e5500 and e6500.
13277 (rs6000_adjust_cost): Add extra scheduling cycles between compare
13278 and brnach for e5500 and e6500.
13279 (rs6000_issue_rate): Set issue rate for e5500 and e6500.
13280 * config/rs6000/rs6000-cpus.def: Add cpu definitions for e5500 and
13281 e6500.
13282 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add e5500 and e6500.
13283 * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce5500 and
13284 ppce6500.
13285 Include e5500.md and e6500.md.
13286 * config/rs6000/rs6000-opt.h (processor_type): Add
13287 PROCESSOR_PPCE5500 and PROCESSOR_PPCE6500.
13288 * config.gcc (cpu_is_64bit): Add new cores e5500, e6500.
13289 (powerpc*-*-*): Add new cores e5500, e6500.
13290 * doc/invoke.texi: (item -mcpu): Add e5500 and e6500 to list of cpus.
13291
13292 2012-06-05 Richard Guenther <rguenther@suse.de>
13293
13294 * tree-vect-data-refs.c (vect_analyze_data_refs): Fix last change.
13295
13296 2012-06-05 H.J. Lu <hongjiu.lu@intel.com>
13297
13298 PR target/53575
13299 * config.gcc: Select x32 run-time library if --with-abi={x32|mx32}
13300 is used for x86_64-*-*.
13301
13302 2012-06-05 Richard Guenther <rguenther@suse.de>
13303
13304 PR tree-optimization/30442
13305 * tree-vect-data-refs.c (vect_analyze_data_refs): For basic-block
13306 vectorization stop analysis at the first stmt we cannot compute
13307 a data-reference for instead of giving up completely.
13308
13309 2012-06-05 Richard Guenther <rguenther@suse.de>
13310
13311 * tree-loop-distribution.c (struct partition_s): Add has_writes member.
13312 (partition_alloc): Initialize it.
13313 (partition_has_writes): New function.
13314 (rdg_flag_uses): Adjust.
13315 (rdg_flag_vertex): Likewise.
13316 (rdg_flag_vertex_and_dependent): Likewise.
13317 (rdg_flag_loop_exits): Likewise.
13318 (build_rdg_partition_for_component): Likewise.
13319 (rdg_build_partitions): Likewise.
13320
13321 2012-06-05 Richard Guenther <rguenther@suse.de>
13322
13323 PR tree-optimization/53081
13324 * tree-loop-distribution.c (generate_memset_builtin): Handle all
13325 kinds of byte-sized stores.
13326 (classify_partition): Likewise.
13327 (tree_loop_distribution): Adjust seed statements used for
13328 !flag_tree_loop_distribution.
13329
13330 2012-06-05 Alan Modra <amodra@gmail.com>
13331
13332 * config/rs6000/rs6000.c (ptr_regno_for_savres): Comment.
13333 (rs6000_emit_prologue): Ensure register used for inline saves
13334 of vector regs is not the static chain register. Revise comment.
13335
13336 2012-06-04 Oleg Endo <olegendo@gcc.gnu.org>
13337
13338 * doc/md.texi (Standard Pattern Names For Generation): Document
13339 sincos pattern.
13340
13341 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
13342
13343 PR bootstrap/53555
13344 * config/i386/i386.c (ix86_sched_reorder) Skip debug insns.
13345
13346 2012-06-04 Jason Merrill <jason@redhat.com>
13347
13348 * dwarf2out.c (is_unit_die): New.
13349 (copy_declaration_context, copy_ancestor_tree): Use it.
13350 (copy_decls_walk): Likewise.
13351
13352 2012-06-04 Paolo Carlini <paolo.carlini@oracle.com>
13353
13354 PR c++/53524
13355 * doc/invoke.texi (Wenum-compare): Update documentation.
13356
13357 2012-06-04 Dodji Seketeli <dodji@redhat.com>
13358
13359 PR preprocessor/53463
13360 * parser.c (cp_parser_assignment_expression): Use the location
13361 for the '=' as the default location for the expression.
13362
13363 2012-06-04 Edmar Wienskoski <edmar@freescale.com>
13364
13365 PR target/53559
13366 * config/rs6000/altivec.md (altivec_stvlx): Change machine mode of
13367 operands.
13368 (altivec_stvlxl): Ditto.
13369 (altivec_stvrx): Ditto.
13370 (altivec_stvrxl): Ditto.
13371
13372 2012-06-04 Vladimir Makarov <vmakarov@redhat.com>
13373
13374 * ira-int.h (struct target_ira_int): Add member x_ira_uniform_class_p.
13375 (ira_uniform_class_p): New macro.
13376
13377 * ira.c (setup_uniform_class_p): New function.
13378 (setup_allocno_and_important_classes): Call the function.
13379 (print_unform_and_important_classes): New function.
13380 (print_classes): Rename to print_translated_classes.
13381 (ira_debug_allocno_classes): Add call of
13382 print_unform_and_important_classes.
13383
13384 * ira-costs.c (setup_regno_cost_classes_by_aclass): Use uniform
13385 classes instead of pressure classes.
13386
13387 2012-06-04 Aldy Hernandez <aldyh@redhat.com>
13388
13389 PR middle-end/47530
13390 * trans-mem.c (expand_block_edges): Do not skip the first
13391 statement when resetting the BB.
13392
13393 2012-06-04 Richard Guenther <rguenther@suse.de>
13394
13395 * tree-data-ref.c (stores_from_loop): Remove.
13396 (stmt_with_adjacent_zero_store_dr_p): Likewise.
13397 (stores_zero_from_loop): Likewise.
13398 * tree-data-ref.h (stores_from_loop, stores_zero_from_loop,
13399 stmt_with_adjacent_zero_store_dr_p, stride_of_unit_type_p): Remove.
13400 (adjacent_store_dr_p): New function.
13401 * tree-loop-distribution.c (generate_memset_builtin): Pass
13402 the RDG, use the already available data-reference.
13403 (generate_code_for_partition): Pass down RDG.
13404 (classify_partition): Inline parts of the former
13405 stmt_with_adjacent_zero_store_dr_p here and use adjacent_store_dr_p.
13406 (ldist_gen): Remember if there was any detected builtin and
13407 do less work if not and flag_tree_loop_distribution is not set.
13408 (tree_loop_distribution): Inline and fuse stores_from_loop
13409 and stores_zero_from_loop here.
13410
13411 2012-06-04 Richard Guenther <rguenther@suse.de>
13412
13413 PR middle-end/53471
13414 * dwarf2out.c (dwarf2out_finish): If generating LTO do not
13415 create new assembler names.
13416
13417 2012-06-04 Richard Guenther <rguenther@suse.de>
13418
13419 * tree-data-ref.c (struct rdg_vertex_info): Remove.
13420 (rdg_vertex_for_stmt): Simplify using gimple_uid.
13421 (create_rdg_vertices): Pass loop argument, remove stmt to RDG index
13422 hashtable. Record stmt data-references.
13423 (hash_stmt_vertex_info): Remove.
13424 (eq_stmt_vertex_info): Likewise.
13425 (hash_stmt_vertex_del): Likewise.
13426 (build_empty_rdg): Simplify.
13427 (build_rdg): Adjust.
13428 (free_rdg): Likewise.
13429 (ref_base_address): Remove.
13430 (have_similar_memory_accesses): Likewise.
13431 * tree-data-ref.h (create_rdg_vertices): Remove.
13432 (struct rdg_vertex): Add datarefs member.
13433 (RDGV_DATAREFS): New define.
13434 (RDG_DATAREFS): Likewise.
13435 (have_similar_memory_accesses): Remove.
13436 (rdg_has_similar_memory_accesses): Likewise.
13437 * tree-loop-distribution.c (ref_base_address): Re-implement here.
13438 (similar_memory_accesses): Re-implement using existing data-references.
13439 (tree_loop_distribution): Initialize stmt uids for the stmt to
13440 RDG index mapping.
13441 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
13442 access stmt vinfo for stmts in loop.
13443
13444 2012-06-04 Andreas Schwab <schwab@linux-m68k.org>
13445
13446 PR target/53461
13447 * config/m68k/m68k.md ("tablejump"): Fix check for
13448 CASE_VECTOR_PC_RELATIVE.
13449
13450 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
13451
13452 * output.h (merge_weak, assemble_alias,
13453 initializer_constant_valid_p,
13454 initializer_constant_valid_for_bitfield_p): Move protos from here...
13455 * tree.h: ... to here.
13456 * cgraphclones.c: Do not include output.h.
13457 * gimplify.c: Likewise.
13458 * reload.c: Likewise.
13459 * recog.c: Likewise.
13460 * tree-ssa-loop-ivopts.c: Likewise.
13461 * tree-switch-conversion.c: Likewise.
13462 * c-parser.c: Likewise.
13463 * c-typeck.c: Likewise.
13464 * Makefile.in: Fix dependencies.
13465
13466 2012-06-04 Georg-Johann Lay <avr@gjlay.de>
13467
13468 PR target/46261
13469 * config/avr/avr-stdint.h: New file.
13470 * config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of
13471 newlib-stdint.h
13472
13473 2012-06-04 Jakub Jelinek <jakub@redhat.com>
13474
13475 PR tree-optimization/53550
13476 * tree-ssa-loop-niter.c (number_of_iterations_cond): If type
13477 is POINTER_TYPE_P, use sizetype as step type instead of type.
13478
13479 2012-06-04 Richard Guenther <rguenther@suse.de>
13480
13481 * tree-data-ref.c (have_similar_memory_accesses_1): Remove.
13482 (ref_base_address_1): Likewise.
13483 (remove_similar_memory_refs): Likewise.
13484 * tree-data-ref.h (remove_similar_memory_refs): Remove.
13485 * tree-loop-distribution.c (classify_partition): Do not classify
13486 as builtin if -ftree-loop-distribute-patterns is not enabled.
13487 (fuse_partitions_with_similar_memory_accesses): Inline ...
13488 (ldist_gen): ... here. Fuse all non-builtin partitions if
13489 -ftree-loop-distribution is not enabled. Properly return
13490 the number of created partitions. Do not update SSA form here but ...
13491 (tree_loop_distribution): ... once here for the whole function.
13492 Only walk innermost loops, constrain loops we consider here
13493 further. Do not call remove_similar_memory_refs.
13494 (distribute_loop): Do not check number of loop nodes here.
13495
13496 2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
13497
13498 * Makefile.in (GIMPLE_H): Do not depend on TARGET_H.
13499
13500 2012-06-03 Martin Jambor <mjambor@suse.cz>
13501
13502 * ipa-prop.h (ipa_get_jf_known_type_offset): New function.
13503 (ipa_get_jf_known_type_base_type): Likewise.
13504 (ipa_get_jf_known_type_component_type): Likewise.
13505 (ipa_get_jf_constant): Likewise.
13506 (ipa_get_jf_pass_through_formal_id): Likewise.
13507 (ipa_get_jf_pass_through_operation): Likewise.
13508 (ipa_get_jf_ancestor_offset): Likewise.
13509 (ipa_get_jf_ancestor_type): Likewise.
13510 (ipa_get_jf_ancestor_formal_id): Likewise.
13511 (ipa_get_jf_member_ptr_pfn): Likewise.
13512 * ipa-prop.c (ipa_set_jf_known_type): New function.
13513 (ipa_set_jf_constant): Likewise.
13514 (ipa_set_jf_simple_pass_through): Likewise.
13515 (ipa_set_jf_arith_pass_through): Likewise.
13516 (ipa_set_ancestor_jf): Likewise.
13517 (fill_member_ptr_cst_jump_function): Moved up and renamed to
13518 ipa_set_jf_member_ptr_cst.
13519 (detect_type_change_1): Use the new jump function creation functions.
13520 (compute_complex_assign_jump_func): Likewise.
13521 (compute_complex_ancestor_jump_func): Likewise.
13522 (compute_known_type_jump_func): Likewise.
13523 (compute_scalar_jump_functions): Likewise.
13524 (compute_pass_through_member_ptrs): Likewise.
13525 (determine_cst_member_ptr): Likewise.
13526 (combine_known_type_and_ancestor_jfs): Likewise.
13527 (try_make_edge_direct_simple_call): Likewise.
13528 (try_make_edge_direct_virtual_call): Likewise.
13529 (update_indirect_edges_after_inlining): Likewise.
13530 * ipa-cp.c (ipa_get_jf_pass_through_result): Use jump function
13531 access functions. Incorporat NOP_EXPR and BINFO handling from its
13532 callers.
13533 (ipa_get_jf_ancestor_result): Likewise. Incorporate handling BINFOs
13534 which was in its callers.
13535 (ipa_value_from_jfunc): Use jump function access functions. Some
13536 functionality moved to functions above.
13537 (propagate_vals_accross_ancestor): Likewise.
13538 (propagate_vals_accross_pass_through): Use jump function access
13539 functions.
13540 (propagate_accross_jump_function): Likewise.
13541 * ipa-inline-analysis.c (remap_edge_change_prob): Use jump function
13542 access functions.
13543 (inline_merge_summary): Likewise.
13544
13545 2012-06-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13546
13547 * config/pa/pa.h (MAX_PCREL17F_OFFSET): Define.
13548 * config/pa/pa.c (pa_attr_length_millicode_call): Use
13549 MAX_PCREL17F_OFFSET instead of fixed offset.
13550 (pa_attr_length_call): Likewise.
13551 (pa_attr_length_indirect_call): Likewise.
13552
13553 2012-06-03 Oleg Endo <olegendo@gcc.gnu.org>
13554
13555 PR target/53512
13556 * config/sh/sh.opt (mfsca, mfsrra): New options.
13557 * config/sh/sh.md (rsqrtsf2): Use TARGET_FPU_ANY and TARGET_FSRRA
13558 condition.
13559 (fsca): Use TARGET_FPU_ANY and TARGET_FSCA condition.
13560 (sinssf2, cossf2): Fold expanders to ...
13561 (sincossf3): ... this new expander. Use TARGET_FPU_ANY and
13562 TARGET_FSCA condition.
13563 * config/sh/sh.c (sh_option_override): Handle TARGET_FSRRA and
13564 TARGET_FSCA.
13565 * doc/invoke.texi (SH Options): Add descriptions for -mfsca,
13566 -mno-fsca, -mfsrra, -mno-fsrra.
13567
13568 2012-06-03 Matt Turner <mattst88@gmail.com>
13569
13570 * config/mips/4600.md (r4700_imul_si): New.
13571 (r4700_imul_di): New.
13572 (r4700_fmul_single): New.
13573 (r4700_fmul_double): New.
13574 * config/mips/mips-cpus.def: Add r4700.
13575 * config/mips/mips.c: Likewise.
13576 * config/mips/mips.md: Likewise.
13577 * config/mips/mips-tables.opt: Regenerate.
13578
13579 2012-06-02 Steven Bosscher <steven@gcc.gnu.org>
13580
13581 * config/sparc/sparc.h (INITIAL_ELIMINATION_OFFSET): Split out to
13582 new function sparc_initial_elimination_offset.
13583 * config/sparc/sparc.c (sparc_initial_elimination_offset): New
13584 function.
13585 * config/sparc/sparc-protos.h (sparc_initial_elimination_offset):
13586 Prototype it.
13587
13588 2012-06-02 Kenneth Zadeck <zadeck@naturalbridge.com>
13589
13590 * expmed.c (expand_mult, choose_multiplier): Change
13591 "2 * HOST_BITS_PER_WIDE_INT" to "HOST_BITS_PER_DOUBLE_INT".
13592 * expr.c (convert_modes): Likewise.
13593 * explow.c (plus_constant): Likewise.
13594 * fixed-value.c (fixed_saturate1, fixed_saturate2)
13595 (do_fixed_add, do_fixed_multiply, do_fixed_multiply)
13596 (do_fixed_multiply, do_fixed_multiply, do_fixed_divide)
13597 (do_fixed_divide, do_fixed_divide, do_fixed_divide)
13598 (do_fixed_divide, do_fixed_divide, do_fixed_shift, do_fixed_shift)
13599 (do_fixed_shift, fixed_convert, fixed_convert)
13600 (fixed_convert_from_int, fixed_convert_from_int)
13601 (fixed_convert_from_real): Likewise.
13602 * fold-const.c (fold_convert_const_int_from_fixed, sign_bit_p)
13603 (native_interpret_int, fold_binary_loc, fold_ternary_loc): Likewise.
13604 * varasm.c (output_constructor_bitfield): Likewise.
13605 * tree-vrp.c (register_edge_assert_for_2): Likewise.
13606 * double-int.c (rshift_double, lshift_double): Likewise.
13607 * double-int.h (double_int_fits_in_uhwi_p, double_int, double_int):
13608 Likewise.
13609 * simplify-rtx.c (mode_signbit_p)
13610 (simplify_const_unary_operation, simplify_binary_operation_1)
13611 (simplify_immed_subreg): Likewise.
13612 * builtins.c (c_readstr, fold_builtin_bitop): Likewise.
13613 * tree-vect-generic.c (build_replicated_const): Likewise.
13614 * dbxout.c (stabstr_O): Likewise.
13615 * emit-rtl.c (immed_double_int_const, immed_double_const)
13616 (gen_lowpart_common, init_emit_once): Likewise.
13617 * tree.c (integer_pow2p, tree_log2, tree_floor_log2)
13618 (widest_int_cst_value, upper_bound_in_type): Likewise.
13619 * stor-layout.c (initialize_sizetypes, fixup_signed_type)
13620 (fixup_unsigned_type): Likewise.
13621 * real.c (real_to_integer2, real_from_integer): Likewise.
13622 * dwarf2out.c (size_of_loc_descr, size_of_die, output_die)
13623 (clz_loc_descriptor, mem_loc_descriptor): Likewise.
13624
13625 2012-06-01 Eric Botcazou <ebotcazou@adacore.com>
13626
13627 PR middle-end/53501
13628 * fold-const.c (fold_binary_loc): Refine previous change.
13629
13630 2012-06-01 Olivier Hainque <hainque@adacore.com>
13631
13632 * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore
13633 the "do {" part of the do-while(0) loop.
13634
13635 2012-06-01 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
13636
13637 * config/i386/i386.c (x86_sched_reorder): New function.
13638 Added new function x86_sched_reorder.
13639
13640 2012-06-01 Richard Guenther <rguenther@suse.de>
13641
13642 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
13643 Handle PHIs.
13644 (classify_partition): Likewise.
13645
13646 2012-06-01 Richard Guenther <rguenther@suse.de>
13647
13648 * tree-loop-distribution.c (enum partition_kind): New enum.
13649 (struct partition_s): Add kind and main_stmt members.
13650 (partition_alloc): Initialize kind to PKIND_NORMAL.
13651 (partition_builtin_p): New function.
13652 (copy_loop_before): Remove failure path and assert instead.
13653 (generate_loops_for_partition): Likewise.
13654 (generate_memset_zero): Fold into ...
13655 (generate_memset_builtin): ... this.
13656 (classify_partition): New function with code from
13657 can_generate_builtin and generate_builtin.
13658 (generate_builtin): Remove.
13659 (can_generate_builtin): Likewise.
13660 (fuse_partitions_with_similar_memory_accesses): Call
13661 partition_builtin_p instead of can_generate_builtin.
13662 (rdg_build_partitions): Do not call
13663 fuse_partitions_with_similar_memory_accesses here...
13664 (ldist_gen): ... but here after classifying all partitions.
13665 Remove failure path of generate_code_for_partition.
13666 (generate_code_for_partition): Generate code according
13667 to partition classification.
13668
13669 2012-06-01 Manuel López-Ibáñez <manu@gcc.gnu.org>
13670 Jonathan Wakely <jwakely.gcc@gmail.com>
13671
13672 PR c++/50134
13673 * doc/invoke.texi (Warning Options): Explain purpose and differences
13674 between -Wmissing-prototypes and -Wmissing-declarations.
13675
13676 2012-06-01 Christian Bruel <christian.bruel@st.com>
13677
13678 * gcc.c (save_switch): Add user_p parameter.
13679 (read_specs): Likewise.
13680 (set_specs): Likewise.
13681 (validate_switches): Likewise.
13682 (validate_switches_from_spec): Likewise.
13683 (validate_all_switches): Pass on user_p parameter.
13684 (struct spec_list): Add user_p field.
13685 (struct switchstr): Add known field.
13686 (save_switch): Add known parameter.
13687 (INIT_STATIC_SPEC): Initialize user_p;
13688 (driver_unknown_option_callbac): call save_switch if
13689 OPT_SPECIAL_unknown.
13690 (driver_handle_option): Propagate OPT_specs.
13691 (do_spec_1): Set validated only if known.
13692 (check_live_switch): Likewise.
13693 (validate_switches): Set validated if known or user_spec.
13694
13695 2012-06-01 Hans-Peter Nilsson <hp@axis.com>
13696
13697 Add CRIS atomic patterns for 1, 2, and 4 bytes.
13698 * config/cris/cris.c (cris_emit_trap_for_misalignment): New function.
13699 * config/cris/cris-protos.h: Declare it.
13700 * config/cris/cris.h [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 32]
13701 (TARGET_DEFAULT): Add alignment by 32.
13702 [!TARGET_DEFAULT, TARGET_CPU_DEFAULT == 10] (TARGET_DEFAULT): New
13703 case, as TARGET_CPU_DEFAULT == 0 but with alignment as for
13704 TARGET_CPU_DEFAULT == 32.
13705 (TARGET_TRAP_UNALIGNED_ATOMIC): New macro.
13706 * config/cris/cris.md: Include sync.md. Avoid allocating specific
13707 numbers by replacing the define_constants for all UNSPECs with the
13708 equivalent define_c_enum construct.
13709 * config/cris/cris.opt (mtrap-unaligned-atomic): New option.
13710 * config/cris/sync.md: New file.
13711
13712 2012-05-31 Matt Turner <mattst88@gmail.com>
13713
13714 * config/mips/4600.md (r4600_imul_si): Rename from r4600_imul.
13715 (r4600_imul_di): New.
13716 (r4600_idiv_si): Rename from r4600_idiv.
13717 (r4600_idiv_di): New.
13718
13719 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
13720
13721 * output.h (__gcc_host_wide_int__): Move to hwint.h.
13722 (decl_default_tls_model): Move to tree.h
13723 (dump_file): Move to system.h.
13724 (default_stabs_asm_out_destructor, default_stabs_asm_out_constructor,
13725 dbxout_int, dbxout_stabd, dbxout_begin_stabn, dbxout_begin_stabn_sline,
13726 dbxout_begin_empty_stabs, dbxout_begin_simple_stabs,
13727 dbxout_begin_simple_stabs_desc, dbxout_stab_value_zero,
13728 dbxout_stab_value_zero, dbxout_stab_value_label_diff,
13729 dbxout_stab_value_internal_label,
13730 dbxout_stab_value_internal_label_diff): Move from here ...
13731 * dbxout.h: ... to here.
13732 * system.h (dump_file): Moved here from output.h.
13733 * hwint.h (__gcc_host_wide_int__): Moved here from output.h.
13734 * tree.h (decl_default_tls_model): Moved here from output.h.
13735 * varasm.c (default_stabs_asm_out_destructor,
13736 default_stabs_asm_out_constructor): Move from here ...
13737 * dbxout.c: ... to here.
13738
13739 * gcov-dump.c (dump_file): Rename to dump_gcov_file. Update callers.
13740
13741 * collect2.h (dump_file): Rename to dump_ld_file.
13742 * collect2.c: Likewise.
13743 * tlink.c: Likewise.
13744
13745 * alias.c: Do not include output.h.
13746 * auto-inc-dec.c: Likewise.
13747 * bt-load.c: Likewise.
13748 * caller-save.c: Likewise.
13749 * cfg.c: Likewise.
13750 * cfgbuild.c: Likewise.
13751 * cfgcleanup.c: Likewise.
13752 * cfglayout.c: Likewise.
13753 * cfgloop.c: Likewise.
13754 * cfgloopanal.c: Likewise.
13755 * cfgloopmanip.c: Likewise.
13756 * cfgrtl.c: Likewise.
13757 * cgraph.c: Likewise.
13758 * cgraphclones.c: Likewise.
13759 * combine-stack-adj.c: Likewise.
13760 * combine.c: Likewise.
13761 * cprop.c: Likewise.
13762 * cse.c: Likewise.
13763 * cselib.c: Likewise.
13764 * dbgcnt.c: Likewise.
13765 * df-problems.c: Likewise.
13766 * df-scan.c: Likewise.
13767 * dojump.c: Likewise.
13768 * fwprop.c: Likewise.
13769 * gcse.c: Likewise.
13770 * graph.c: Likewise.
13771 * haifa-sched.c: Likewise.
13772 * hw-doloop.c: Likewise.
13773 * ipa-inline-transform.c: Likewise.
13774 * ipa-pure-const.c: Likewise.
13775 * ipa-reference.c: Likewise.
13776 * ipa-utils.c: Likewise.
13777 * ira-build.c: Likewise.
13778 * ira-emit.c: Likewise.
13779 * lcm.c: Likewise.
13780 * loop-doloop.c: Likewise.
13781 * loop-invariant.c: Likewise.
13782 * loop-iv.c: Likewise.
13783 * loop-unroll.c: Likewise.
13784 * loop-unswitch.c: Likewise.
13785 * lto-cgraph.c: Likewise.
13786 * lto-section-in.c: Likewise.
13787 * lto-streamer-in.c: Likewise.
13788 * mcf.c: Likewise.
13789 * mode-switching.c: Likewise.
13790 * postreload-gcse.c: Likewise.
13791 * postreload.c: Likewise.
13792 * predict.c: Likewise.
13793 * profile.c: Likewise.
13794 * ree.c: Likewise.
13795 * reg-stack.c: Likewise.
13796 * regcprop.c: Likewise.
13797 * regmove.c: Likewise.
13798 * regstat.c: Likewise.
13799 * reload1.c: Likewise.
13800 * sched-ebb.c: Likewise.
13801 * sel-sched-dump.c: Likewise.
13802 * simplify-rtx.c: Likewise.
13803 * stor-layout.c: Likewise.
13804 * store-motion.c: Likewise.
13805 * tracer.c: Likewise.
13806 * tree-affine.c: Likewise.
13807 * tree-cfg.c: Likewise.
13808 * tree-cfgcleanup.c: Likewise.
13809 * tree-dfa.c: Likewise.
13810 * tree-into-ssa.c: Likewise.
13811 * tree-nomudflap.c: Likewise.
13812 * tree-optimize.c: Likewise.
13813 * tree-pretty-print.c: Likewise.
13814 * tree-profile.c: Likewise.
13815 * tree-ssa-address.c: Likewise.
13816 * tree-ssa-ccp.c: Likewise.
13817 * tree-ssa-copy.c: Likewise.
13818 * tree-ssa-dom.c: Likewise.
13819 * tree-ssa-loop-ch.c: Likewise.
13820 * tree-ssa-loop-im.c: Likewise.
13821 * tree-ssa-loop-manip.c: Likewise.
13822 * tree-ssa-loop-niter.c: Likewise.
13823 * tree-ssa-loop-prefetch.c: Likewise.
13824 * tree-ssa-loop-unswitch.c: Likewise.
13825 * tree-ssa-loop.c: Likewise.
13826 * tree-ssa-propagate.c: Likewise.
13827 * tree-ssa-structalias.c: Likewise.
13828 * tree-ssa-tail-merge.c: Likewise.
13829 * tree-ssa-threadedge.c: Likewise.
13830 * tree-ssa-threadupdate.c: Likewise.
13831 * tree-ssa-uncprop.c: Likewise.
13832 * tree-ssa-uninit.c: Likewise.
13833 * tree-ssa.c: Likewise.
13834 * value-prof.c: Likewise.
13835 * var-tracking.c: Likewise.
13836 * web.c: Likewise.
13837
13838 * config/m32r/m32r.c: Include dbxout.h.
13839 * config/pa/pa.c: Likewise.
13840 * config/rs6000/rs6000.c: Likewise.
13841
13842 * Makefile.in: Fix dependencies.
13843 * config/rs6000/t-rs5000: Likewise.
13844
13845 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
13846
13847 * tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.
13848 * gimple.h (block_in_transaction): Check for flag_tm.
13849
13850 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
13851
13852 PR tree-optimization/52558
13853 * cfg.c (alloc_aux_for_edge): Fix comment.
13854 (alloc_aux_for_edge): Remove static.
13855 * basic-block.h (alloc_aux_for_edge): Protoize.
13856 * tree-ssa-loop-im.c (execute_sm_if_changed): New.
13857 (execute_sm_if_changed_flag): New.
13858 (execute_sm_if_changed_flag_set): New.
13859 (execute_sm): Do not generate data races unless requested.
13860 (tree_ssa_lim_initialize): Call alloc_aux_for_edges.
13861 (tree_ssa_lim_finalize): Call free_aux_for_edges.
13862 * gimple.h (block_in_transaction): New.
13863 (gimple_in_transaction): Use block_in_transaction.
13864
13865 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
13866
13867 PR target/51345
13868 * config/avr/avr.opt (-msp8): Document it.
13869 * doc/invoke.texi (AVR Options): Ditto. And document related
13870 built-in macros.
13871
13872 2012-05-31 Diego Novillo <dnovillo@google.com>
13873
13874 * configure.ac (CXX_FOR_BUILD): Define and substitute.
13875 (BUILD_CXXFLAGS): Define and substitute.
13876 * Makefile.in (BUILD_CXXFLAGS): Define.
13877 (CXX_FOR_BUILD): Define.
13878 (COMPILER_FOR_BUILD): Set to CXX_FOR_BUILD if building with C++.
13879 (LINKER_FOR_BUILD): Likewise.
13880 (BUILD_COMPILERFLAGS): Set to BUILD_CXXFLAGS if building with C++.
13881 (BUILD_LINKERFLAGS): Likewise.
13882 * configure: Regenerate.
13883
13884 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
13885
13886 * Makefile.in: Fix many dependencies.
13887 * tree-profile.c: Don't include regs.h.
13888 * tree-vectorizer.c: Don't include cfglayout.h.
13889 * tree-vect-stmts.c: Likewise.
13890 * tree-vect-slp.c: Likewise.
13891 * tree-vect-loop.c: Likewise.
13892 * reg-stack.c: Likewise.
13893 * tree-ssa-loop-manip.c: Likewise.
13894 * toplev.c: Likewise.
13895 * varasm.c: Don't include cfglayout.h, basic-block.h,
13896 and tree-iterator.h.
13897 * tree-cfgcleanup.c: Don't include cfglayout.h.
13898 * passes.c: Don't include cfglayout.h, dwarf2asm.h,
13899 dwarf2out.h, dbxout.h, sdbout.h, and xcoffout.h.
13900 * cgraphclones.c: Don't include plugin.h.
13901
13902 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
13903
13904 * config/avr/t-avr: Correct avr-mmcu.texi dependencies.
13905 (s-avr-mmcu-texi): Don't sed on gen-avr-mmcu-texi output.
13906 * doc/avr-mmcu.texi (svn:eol-style): Set to native.
13907
13908 2012-05-31 Richard Guenther <rguenther@suse.de>
13909
13910 * tree-loop-distribution.c (struct partition_s): New struct,
13911 typedef and vector type.
13912 (partition_alloc, partition_free): New functions.
13913 (generate_loops_for_partition, generate_builtin,
13914 generate_code_for_partition, rdg_flag_uses, rdg_flag_vertex,
13915 rdg_flag_vertex_and_dependent, rdg_flag_loop_exits,
13916 build_rdg_partition_for_component, can_generate_builtin,
13917 similar_memory_accesses, fuse_partitions_with_similar_memory_accesses,
13918 rdg_build_partitions, dump_rdg_partitions, debug_rdg_partitions,
13919 number_of_rw_in_partition, partition_contains_all_rw,
13920 ldist_gen): Use partition_t instead of bitmap.
13921
13922 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
13923
13924 * config/avr/gen-avr-mmcu-texi.c: Sort MCUs.
13925 * doc/avr-mmcu.texi: Regenerate.
13926
13927 2012-05-31 Richard Guenther <rguenther@suse.de>
13928
13929 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
13930 Use FOR_EACH_SSA_DEF_OPERAND.
13931 (generate_builtin): Adjust.
13932 (stmt_generated_in_another_partition): Remove.
13933 (add_scalar_computations_to_partition): Likewise.
13934 (rdg_build_partitions): Do not call
13935 add_scalar_computations_to_partition.
13936
13937 2012-05-31 Eric Botcazou <ebotcazou@adacore.com>
13938
13939 * tree-dfa.c (get_ref_base_and_extent): Compute the offset using
13940 double ints throughout.
13941 * tree-sra.c (build_user_friendly_ref_for_offset) <RECORD_TYPE>:
13942 Check that the position of the field is representable as an integer.
13943
13944 2012-05-31 Richard Guenther <rguenther@suse.de>
13945
13946 * tree-data-ref.c (dr_analyze_innermost): Properly convert
13947 the MEM_REF offset to sizetype.
13948
13949 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
13950
13951 * doc/invoke.texi (AVR Options): Fix typos.
13952
13953 2012-05-31 Hans-Peter Nilsson <hp@axis.com>
13954
13955 * config/cris/cris.h (CC1_SPEC): Pass through all -march=
13956 and -mcpu= options.
13957 (ASM_SPEC): Ditto, not just -march=v32, but translate non-v10,
13958 non-v32 into --march=v0_v10.
13959
13960 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
13961
13962 * ira-int.h (target_ira_int): Rename x_move_cost to
13963 x_ira_register_move_cost, x_may_move_in_cost to
13964 x_ira_may_move_in_cost and x_may_move_out_cost to
13965 x_ira_may_move_out_cost. Delete the old fields with
13966 those names and also x_ira_max_register_move_cost,
13967 x_ira_max_may_move_in_cost and x_ira_max_may_move_out_cost.
13968 (move_cost, may_move_in_cost, may_move_out_cost)
13969 (ira_max_register_move_cost, ira_max_may_move_in_cost)
13970 (ira_max_may_move_out_cost): Delete.
13971 * ira.c (init_move_cost): Rename to...
13972 (ira_init_register_move_cost): ...this, deleting the old
13973 function with that name. Apply above variable renamings.
13974 Retain asserts for null fields.
13975 (ira_init_once): Don't initialize register move costs here.
13976 (free_register_move_costs): Apply above variable renamings.
13977 Remove code for deleted fields.
13978
13979 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
13980
13981 * ira.c (init_move_cost): Adjust choice of subclasses to match
13982 the current ira_init_register_move_cost choice. Use
13983 ira_class_subset_p instead of reg_class_subset_p.
13984 (ira_init_register_move_cost): Assert that move_cost,
13985 may_move_in_cost and may_move_out_cost already hold the desired
13986 values for their ira_* equivalents. For the latter two,
13987 ignore classes that can't store a register of the given mode.
13988
13989 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
13990
13991 * ira.c (setup_allocno_and_important_classes): Use
13992 ira_class_hard_regs_num to check whether a class has any
13993 allocatable registers.
13994 (ira_init_register_move_cost): Likewise.
13995
13996 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
13997
13998 * ira.c (init_move_cost): Adjust local variable names to match
13999 file conventions. Use ira_assert instead of gcc_assert.
14000
14001 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
14002
14003 * regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost):
14004 Move these definitions and associated target_globals fields to...
14005 * ira-int.h: ...here.
14006 * rtl.h (init_move_cost): Delete.
14007 * reginfo.c (last_mode_for_init_move_cost, init_move_cost): Move to...
14008 * ira.c: ...here, making the latter static.
14009
14010 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
14011
14012 * ira-costs.c (copy_cost): Use ira_init_register_move_cost_if_necessary
14013 and ira_register_move_cost instead of init_move_cost and move_cost.
14014
14015 2012-05-31 Richard Sandiford <rdsandiford@googlemail.com>
14016
14017 * ira.h (target_ira): Delete x_ira_available_class_regs.
14018 (ira_available_class_regs): Delete.
14019 * ira.c (setup_available_class_regs): Delete.
14020 (setup_alloc_classes): Don't call it.
14021 (setup_pressure_classes): Use ira_class_hard_regs_num instead of
14022 ira_available_class_regs.
14023 * haifa-sched.c (print_curr_reg_pressure, setup_insn_reg_pressure_info)
14024 (model_spill_cost): Likewise.
14025 * ira-build.c (low_pressure_loop_node_p): Likewise.
14026 * ira-color.c (color_pass): Likewise.
14027 * ira-emit.c (change_loop): Likewise.
14028 * ira-lives.c (inc_register_pressure, dec_register_pressure)
14029 (single_reg_class, ira_implicitly_set_insn_hard_regs)
14030 (process_bb_node_lives): Likewise.
14031 * loop-invariant.c (gain_for_invariant): Likewise.
14032
14033 2012-05-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14034
14035 PR target/52999
14036 * config/pa/pa.c (TARGET_SECTION_TYPE_FLAGS): Define.
14037 (pa_section_type_flags): New.
14038 (pa_legitimate_constant_p): Revert previous change.
14039
14040 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
14041
14042 * ira.c (allocate_initial_values): Make static.
14043
14044 2012-05-30 Uros Bizjak <ubizjak@gmail.com>
14045
14046 * config/i386/i386.c (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>:
14047 Generate tls_initial_exec_64_sun only when !TARGET_X32.
14048
14049 2012-05-30 Richard Guenther <rguenther@suse.de>
14050
14051 PR middle-end/53501
14052 * fold-const.c (fold_binary_loc): Make sure to call
14053 fold_plusminus_mult_expr with the original sign of operands.
14054
14055 2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
14056
14057 * Makefile.in: Fix many dependencies.
14058 (DWARF2_H): Depend on dwarf2.def.
14059 (RTL_ERROR_H): Depend on rtl-error.h.
14060 (TREE_PRETTY_PRINT_H, GIMPLE_PRETTY_PRINT_H): New. Replace
14061 all gimple-pretty-print.h and tree-pretty-print.h references.
14062
14063 2012-05-30 Marc Glisse <marc.glisse@inria.fr>
14064
14065 * simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of
14066 concatenations.
14067
14068 2012-05-30 Richard Guenther <rguenther@suse.de>
14069
14070 PR middle-end/53522
14071 * tree-emutls.c (gen_emutls_addr): Do not add globals to
14072 referenced-vars.
14073
14074 2012-05-30 Eric Botcazou <ebotcazou@adacore.com>
14075
14076 * explow.c (probe_stack_range): Restore simple control flow and stop
14077 again when the probe cannot be generated if HAVE_check_stack.
14078
14079 2012-05-30 Jakub Jelinek <jakub@redhat.com>
14080
14081 PR rtl-optimization/53519
14082 * combine.c (simplify_shift_const_1) <case NOT>: Use constm1_rtx
14083 instead of GEN_INT (GET_MODE_MASK (mode)) as second operand of XOR.
14084
14085 2012-05-30 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14086
14087 * config/arm/arm.c (arm_evpc_neon_vrev): Adjust off by one error.
14088
14089 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
14090
14091 PR debug/53453
14092 * doc/tm.texi: Update.
14093 * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Add @hook.
14094 * target.def (force_at_comp_dir): New hook.
14095 * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Define.
14096 * dwarf2out.c (dwarf2out_finish): Check targetm.force_at_comp_dir.
14097
14098 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
14099
14100 * config/darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when
14101 Darwin >= 10.
14102 (DARWIN_DYLIB1_SPEC): Do not use -ldylib1.10.5.o when Darwin >= 10.
14103 (DARWIN_CRT1_SPEC): Use -lcrt1.10.6.o when Darwin >= 10.
14104
14105 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
14106
14107 PR target/51340
14108 * config/sh/sh.c (sh_option_override): Set TARGET_FMAC if
14109 flag_unsafe_math_optimizations is set.
14110 * doc/invoke.texi (SH Options): Add -mno-fused-madd description.
14111 Update description of -mfused-madd.
14112
14113 2012-05-29 Oleg Endo <olegendo@gcc.gnu.org>
14114
14115 PR target/52941
14116 * config/sh/predicates.md (atomic_arith_operand,
14117 atomic_logical_operand): New predicates.
14118 * config/sh/sh.c (sh_option_override): Check atomic options.
14119 * config/sh/sh.h (TARGET_ANY_ATOMIC, UNSUPPORTED_ATOMIC_OPTIONS,
14120 UNSUPPORTED_HARD_ATOMIC_CPU): New macros.
14121 (DRIVER_SELF_SPECS): Use UNSUPPORTED_ATOMIC_OPTIONS and
14122 UNSUPPORTED_HARD_ATOMIC_CPU.
14123 * config/sh/sync.md: Update description comments.
14124 (I12): New mode iterator.
14125 (fetchop_predicate, fetchop_constraint): New code attributes.
14126 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
14127 atomic_exchangesi_hard, atomic_exchange<mode>_hard,
14128 atomic_fetch_<fetchop_name>si_hard,
14129 atomic_fetch_<fetchop_name><mode>_hard,
14130 atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
14131 atomic_<fetchop_name>_fetchsi_hard,
14132 atomic_<fetchop_name>_fetch<mode>_hard,
14133 atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
14134 atomic_test_and_set_hard): New insns.
14135 (atomic_compare_and_swap<mode>_soft, atomic_exchange<mode>_soft,
14136 atomic_fetch_<fetchop_name><mode>_soft, atomic_fetch_nand<mode>_soft,
14137 atomic_<fetchop_name>_fetch<mode>_soft, atomic_nand_fetch<mode>_soft,
14138 atomic_test_and_set_soft): Use same formatting for the first line of
14139 the asm block as in new insns above.
14140 (atomic_compare_and_swap<mode>, atomic_exchange<mode>,
14141 atomic_fetch_<fetchop_name><mode>, atomic_<fetchop_name>_fetch<mode>,
14142 atomic_test_and_set): Integrate new *_hard insns into expanders.
14143 * config/sh/sh.opt (mhard-atomic): New option.
14144 * doc/invoke.texi (SH Options): Document it.
14145
14146 2012-05-29 Meador Inge <meadori@codesourcery.com>
14147
14148 * c-decl.c (c_push_function_context): Always create a new language
14149 function.
14150 (c_pop_function_context): Clear the language function created in
14151 c_push_function_context.
14152
14153 2012-05-29 Matt Turner <mattst88@gmail.com>
14154
14155 * config/alpha/ev6.md: (define_bypass "ev6_fmul,ev6_fadd"): New.
14156 (define_bypass "ev6_fcmov"): New.
14157
14158 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
14159
14160 * integrate.c: Remove.
14161 * integrate.h: Remove.
14162 * Makefile.in: Remove make rules for integrate.c and INTEGRATE_H.
14163 * config/arm/t-arm: Remove INTEGRATE_H dependency for target files.
14164 * config/rs6000/t-rs6000: Likewise
14165 * config/spu/t-spu-elf: Likewise.
14166 * function.h (get_hard_reg_initial_val, has_hard_reg_initial_val,
14167 get_hard_reg_initial_reg, emit_initial_value_sets): Move prototypes
14168 from integrate.h to here.
14169 (initial_value_entry): New prototype.
14170 * reload.h (allocate_initial_values): Remove prototype.
14171 * tree.h (set_decl_abstract_flags, set_decl_origin_self): Likewise.
14172 * cse.c (fixed_base_plus_p): Don't handle virtual registers for
14173 integrate.c.
14174 * dwarf2out.c (set_decl_origin_self, set_block_origin_self,
14175 set_decl_abstract_flags, set_block_abstract_flags): Move from
14176 integrate.c to here, the only user.
14177 * expmed.c (extract_fixed_bit_field): Remove outdated comment
14178 about integrate.c.
14179 * function.c: Don't include integrate.h.
14180 (struct initial_value_pair, struct initial_value_struct,
14181 get_hard_reg_initial_val, has_hard_reg_initial_val,
14182 get_hard_reg_initial_reg, emit_initial_value_sets): Move from
14183 integrate.c to here.
14184 (initial_value_entry): New function.
14185 * genemit.c (main): Don't print integrate.h include line.
14186 * ira.c: Don't include integrate.h.
14187 (allocate_initial_values): Move from integrate.c to here.
14188 (ira): Update allocate_initial_values call.
14189 * tree-inline.c: Don't include integrate.h.
14190 (function_attribute_inlinable_p): Moved from integrate.c to here.
14191 * cfgexpand.c: Don't include integrate.h.
14192 * except.c: Likewise.
14193 * langhooks.c: Likewise.
14194 * passes.c: Likewise.
14195 * toplev.c: Likewise.
14196 * config/frv/frv.c: Likewise.
14197 * config/pa/pa.c: Likewise.
14198 * config/spu/spu.c: Likewise.
14199 * config/epiphany/epiphany.c: Likewise.
14200 * config/mep/mep.c: Likewise.
14201 * config/score/score.c: Likewise.
14202 * config/picochip/picochip.c: Likewise.
14203 * config/sh/sh.c: Likewise.
14204 * config/alpha/alpha.c: Likewise.
14205 * config/microblaze/microblaze.c: Likewise.
14206 * config/mips/mips.c: Likewise.
14207 * config/v850/v850.c: Likewise.
14208 * config/mmix/mmix.c: Likewise.
14209 * config/bfin/bfin.c: Likewise.
14210 * config/arm/arm.c: Likewise.
14211 * config/s390/s390.c: Likewise.
14212 * config/m32r/m32r.c: Likewise.
14213 * config/rs6000/rs6000.c: Likewise.
14214 * config/c6x/c6x.c: Include function.h instead of integrate.h.
14215 * config/tilegx/tilegx.c: Likewise.
14216 * config/tilepro/tilepro.c: Likewise.
14217
14218 2012-05-29 Georg-Johann Lay <avr@gjlay.de>
14219
14220 * config/avr/t-avr (s-avr-mmcu-texi): Call
14221 gen-avr-mmcu-texi$(build_exeext) via ./ and don't assume . is in PATH.
14222
14223 2012-05-29 Michael Matz <matz@suse.de>
14224
14225 * rtl.h (assign_stack_temp, assign_stack_temp_for_type,
14226 assign_temp): Remove 'keep' argument.
14227 (mark_temp_addr_taken): Remove prototype.
14228 * tree.h (expand_decl): Remove prototype.
14229 * function.c (struct temp_slot): Remove addr_taken and keep member.
14230 (assign_stack_temp_for_type) Don't initialize above, remove
14231 keep argument.
14232 (assign_stack_temp, assign_temp): Remove keep argument.
14233 (mark_temp_addr_taken): Remove.
14234 (preserve_temp_slots): Remove handling of addr_taken and keep members.
14235 (free_temp_slots): Ditto.
14236 * expr.c (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Remove
14237 dead code.
14238 * stmt.c (expand_asm_operands): Remove dead code.
14239 (expand_decl): Remove.
14240 * c-decl.c (finish_struct): Don't call expand_decl.
14241 * builtins.c (expand_builtin_cexpi): Adjust calls to assign_temp
14242 and assign_stack_temp.
14243 * calls.c (save_fixed_argument_area, initialize_argument_information,
14244 expand_call, emit_library_call_value_1, store_one_arg): Ditto.
14245 * expmed.c (extract_bit_field_1): Ditto.
14246 * expr.c (emit_group_load_1, emit_group_store,
14247 copy_blkmode_from_reg, emit_push_insn, expand_assignment,
14248 store_field, expand_constructor, expand_cond_expr_using_cmove,
14249 expand_expr_real_2, expand_expr_real_1): Ditto.
14250 * stmt.c (expand_asm_operands, expand_return): Ditto.
14251
14252 * function.c (pop_temp_slots): Call free_temp_slots.
14253 * calls.c (store_one_arg): Don't call preserve_temp_slots or
14254 free_temp_slots.
14255 * expr.c (expand_assignment): Don't call free_temp_slots.
14256
14257 * config/arm/arm.c (neon_expand_vector_init): Ditto.
14258 * config/i386/i386.c (ix86_expand_vector_set): Ditto.
14259 (ix86_expand_vector_extract): Ditto.
14260 * config/ia64/ia64.c (spill_xfmode_rfmode_operand,
14261 ia64_expand_movxf_movrf): Ditto.
14262 * config/mips/mips.c (mips_expand_vi_general): Ditto.
14263 * config/mmix/mmix.md (floatdisf2, floatunsdisf2, truncdfsf2,
14264 extendsfdf2): Ditto.
14265 * config/rs6000/rs6000.c (rs6000_expand_vector_init,
14266 rs6000_expand_vector_set, rs6000_expand_vector_extract,
14267 rs6000_allocate_stack_temp): Ditto.
14268 * config/rs6000/rs6000.md (fix_trunctfsi2_fprs): Ditto.
14269 * config/sparc/sparc.c (emit_soft_tfmode_libcall,
14270 sparc_emit_float_lib_cmp, sparc_emit_float_lib_cmp,
14271 sparc_expand_vector_init): Ditto.
14272
14273 2012-05-29 Michael Matz <matz@suse.de>
14274
14275 * c-tree.h (c_expand_decl): Remove prototype.
14276
14277 * expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate
14278 a kept temp.
14279 (expand_expr_real_1 <COMPOUND_LITERAL_EXPR>): Make unreachable.
14280 * gimple-fold.c (canonicalize_constructor_val): Canonicalize
14281 COMPOUND_LITERAL_EXPR.
14282 * function.c (expand_function_start): Don't call expand_decl,
14283 instead assert that we have RTL assigned.
14284 * tree-ssa-live.c (remove_unused_locals): Clear
14285 nonlocal_goto_save_area if its backing variable is removed.
14286 * stmt.c (expand_asm_operands): Remove handling of non-lvalues
14287 as mem inputs.
14288 (expand_decl): Assert that this does nothing.
14289 * calls.c (expand_call): Don't call mark_temp_addr_taken.
14290
14291 2012-05-29 Richard Guenther <rguenther@suse.de>
14292
14293 PR tree-optimization/53516
14294 * tree-data-ref.c (stmt_with_adjacent_zero_store_dr_p): Reject
14295 bitfield accesses.
14296 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
14297
14298 2012-05-29 Joseph Myers <joseph@codesourcery.com>
14299
14300 * LANGUAGES: Fix typos.
14301 * Makefile.in: Fix typos.
14302 * alias.c: Fix typos.
14303 * auto-inc-dec.c: Fix typos.
14304 * bb-reorder.c: Fix typos.
14305 * cfgcleanup.c: Fix typos.
14306 * cgraph.c: Fix typos.
14307 * cgraph.h: Fix typos.
14308 * cgraphunit.c: Fix typos.
14309 * collect2-aix.h: Fix typos.
14310 * collect2.c: Fix typos.
14311 * compare-elim.c: Fix typos.
14312 * config/alpha/vms.h: Fix typos.
14313 * config/arm/README-interworking: Fix typos.
14314 * config/arm/arm.c: Fix typos.
14315 * config/arm/iterators.md: Fix typos.
14316 * config/arm/vxworks.h: Fix typos.
14317 * config/avr/avr.c: Fix typos.
14318 * config/avr/avr.h: Fix typos.
14319 * config/avr/avr.md: Fix typos.
14320 * config/avr/builtins.def: Fix typos.
14321 * config/c6x/c6x.c: Fix typos.
14322 * config/cr16/cr16.c: Fix typos.
14323 * config/cr16/cr16.md: Fix typos.
14324 * config/cris/cris.md: Fix typos.
14325 * config/darwin.c: Fix typos.
14326 * config/darwin.opt: Fix typos.
14327 * config/i386/i386-c.c: Fix typos.
14328 * config/i386/i386.c: Fix typos.
14329 * config/ia64/ia64.c: Fix typos.
14330 * config/m68k/cf.md: Fix typos.
14331 * config/mep/mep.c: Fix typos.
14332 * config/microblaze/microblaze.c: Fix typos.
14333 * config/microblaze/microblaze.h: Fix typos.
14334 * config/mn10300/mn10300.c: Fix typos.
14335 * config/mn10300/mn10300.md: Fix typos.
14336 * config/pa/pa.c: Fix typos.
14337 * config/picochip/picochip.h: Fix typos.
14338 * config/rs6000/a2.md: Fix typos.
14339 * config/rs6000/rs6000.c: Fix typos.
14340 * config/rs6000/vector.md: Fix typos.
14341 * config/rx/rx.md: Fix typos.
14342 * config/rx/rx.opt: Fix typos.
14343 * config/s390/2097.md: Fix typos.
14344 * config/s390/s390.c: Fix typos.
14345 * config/s390/s390.h: Fix typos.
14346 * config/sh/sh.c: Fix typos.
14347 * config/sh/sh.md: Fix typos.
14348 * config/sparc/sync.md: Fix typos.
14349 * config/spu/spu.c: Fix typos.
14350 * config/spu/spu.md: Fix typos.
14351 * config/vms/vms.c: Fix typos.
14352 * config/vxworks-dummy.h: Fix typos.
14353 * config/vxworks.h: Fix typos.
14354 * cselib.c: Fix typos.
14355 * df-scan.c: Fix typos.
14356 * df.h: Fix typos.
14357 * doc/extend.texi: Fix typos.
14358 * doc/install.texi: Fix typos.
14359 * doc/invoke.texi: Fix typos.
14360 * doc/md.texi: Fix typos.
14361 * doc/plugins.texi: Fix typos.
14362 * doc/rtl.texi: Fix typos.
14363 * dse.c: Fix typos.
14364 * dwarf2asm.c: Fix typos.
14365 * dwarf2out.c: Fix typos.
14366 * except.h: Fix typos.
14367 * expr.c: Fix typos.
14368 * fold-const.c: Fix typos.
14369 * gcc.c: Fix typos.
14370 * gcse.c: Fix typos.
14371 * genautomata.c: Fix typos.
14372 * gengtype-state.c: Fix typos.
14373 * gengtype.c: Fix typos.
14374 * genhooks.c: Fix typos.
14375 * gimple-fold.c: Fix typos.
14376 * gimple-pretty-print.c: Fix typos.
14377 * gimple.c: Fix typos.
14378 * gimple.h: Fix typos.
14379 * gimplify.c: Fix typos.
14380 * graphite-interchange.c: Fix typos.
14381 * graphite-sese-to-poly.c: Fix typos.
14382 * ifcvt.c: Fix typos.
14383 * input.c: Fix typos.
14384 * ipa-cp.c: Fix typos.
14385 * ipa-inline-analysis.c: Fix typos.
14386 * ipa-inline-transform.c: Fix typos.
14387 * ipa-inline.c: Fix typos.
14388 * ipa-pure-const.c: Fix typos.
14389 * ipa-ref.h: Fix typos.
14390 * ipa-reference.c: Fix typos.
14391 * ipa-utils.c: Fix typos.
14392 * ipa.c: Fix typos.
14393 * ira-emit.c: Fix typos.
14394 * ira-lives.c: Fix typos.
14395 * lto-streamer.c: Fix typos.
14396 * lto-streamer.h: Fix typos.
14397 * lto-wrapper.c: Fix typos.
14398 * mcf.c: Fix typos.
14399 * mode-switching.c: Fix typos.
14400 * modulo-sched.c: Fix typos.
14401 * plugin.c: Fix typos.
14402 * postreload.c: Fix typos.
14403 * sched-deps.c: Fix typos.
14404 * sel-sched-ir.c: Fix typos.
14405 * sel-sched-ir.h: Fix typos.
14406 * sel-sched.c: Fix typos.
14407 * sese.c: Fix typos.
14408 * stor-layout.c: Fix typos.
14409 * target-hooks-macros.h: Fix typos.
14410 * target.def: Fix typos.
14411 * trans-mem.c: Fix typos.
14412 * tree-eh.c: Fix typos.
14413 * tree-predcom.c: Fix typos.
14414 * tree-sra.c: Fix typos.
14415 * tree-ssa-address.c: Fix typos.
14416 * tree-ssa-loop-ivopts.c: Fix typos.
14417 * tree-ssa-loop-niter.c: Fix typos.
14418 * tree-ssa-math-opts.c: Fix typos.
14419 * tree-ssa-pre.c: Fix typos.
14420 * tree-ssa-propagate.c: Fix typos.
14421 * tree-ssa-reassoc.c: Fix typos.
14422 * tree-ssa-sccvn.c: Fix typos.
14423 * tree-ssa-ter.c: Fix typos.
14424 * tree-ssa-uninit.c: Fix typos.
14425 * tree-ssanames.c: Fix typos.
14426 * tree-vect-generic.c: Fix typos.
14427 * tree-vect-slp.c: Fix typos.
14428 * tree.c: Fix typos.
14429 * tree.h: Fix typos.
14430 * varasm.c: Fix typos.
14431 * varpool.c: Fix typos.
14432
14433 2012-05-29 Joseph Myers <joseph@codesourcery.com>
14434
14435 * doc/include/texinfo.tex: Update to version 2012-05-16.16.
14436
14437 2012-05-29 Richard Guenther <rguenther@suse.de>
14438
14439 * tree-dfa.c (find_vars_r): Do not call add_referenced_vars
14440 for globals.
14441 (add_referenced_var_1): Re-organize. Assert we are not
14442 called for globals.
14443 (remove_referenced_var): Likewise.
14444 * varpool.c (add_new_static_var): Use create_tmp_var_raw.
14445 * tree-mudflap.c (execute_mudflap_function_ops): Do not
14446 call add_referenced_var on globals.
14447 * matrix-reorg.c (transform_access_sites): Likewise.
14448
14449 2012-05-29 Steven Bosscher <steven@gcc.gnu.org>
14450
14451 * alias.c (reg_known_value): Make this a VEC.
14452 (reg_known_equiv_p): Make this an sbitmap.
14453 (reg_known_value_size): Remove.
14454 (get_reg_known_value, set_reg_known_value, get_reg_known_equiv_p,
14455 set_reg_known_equiv_p): Update for reg_known_value and
14456 reg_known_value_size data structure change.
14457 (init_alias_analysis, end_alias_analysis): Likewise.
14458
14459 2012-05-29 Jakub Jelinek <jakub@redhat.com>
14460
14461 PR middle-end/53510
14462 * input.c (read_line): Use XRESIZEVEC instead of XNEWVEC
14463 to avoid leaking memory. No need to handle memory allocation
14464 failure. Double string_len on each reallocation instead of adding 2.
14465 * gcov.c (read_line): Likewise.
14466
14467 2012-05-29 Hans-Peter Nilsson <hp@axis.com>
14468
14469 * config/cris/cris.h (TARGET_HAS_BREAK, TARGET_TRAP_USING_BREAK8):
14470 New macros.
14471 * config/cris/cris.md ("trap"): Define, enabled for
14472 TARGET_TRAP_USING_BREAK8.
14473 * config/cris/cris.opt (mtrap-using-break8): New option.
14474
14475 2012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
14476
14477 PR c++/25137
14478 * doc/invoke.texi: Document -Wmissing-braces not enabled by -Wall
14479 for C++.
14480
14481 2012-05-28 Hans-Peter Nilsson <hp@axis.com>
14482
14483 * doc/md.texi (stack_protect_test): Remove negation of branch to label.
14484 (Standard Names): Fix typos in documentation of atomic patterns.
14485
14486 2012-05-27 Nathan Sidwell <nathan@acm.org>
14487
14488 * tree.c (build_constructor): Propagate TREE_SIDE_EFFECTS.
14489
14490 2012-05-26 Jason Merrill <jason@redhat.com>
14491
14492 PR c++/53220
14493 * c-typeck.c (array_to_pointer_conversion): Give -Wc++-compat warning
14494 about array compound literals.
14495
14496 2012-05-26 Eric Botcazou <ebotcazou@adacore.com>
14497
14498 * cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks
14499 if CLEANUP_NO_INSN_DEL.
14500 * cfgrtl.c (unique_locus_on_edge_between_p): New function extracted
14501 from cfg_layout_merge_blocks.
14502 (emit_nop_for_unique_locus_between): New function.
14503 (rtl_merge_blocks): Invoke emit_nop_for_unique_locus_between.
14504 (cfg_layout_merge_blocks): Likewise.
14505
14506 2012-05-26 Dimitrios Apostolou <jimis@gmx.net>
14507 Paolo Bonzini <bonzini@gnu.org>
14508
14509 * df-scan.c (df_def_record_1): Assert a parallel must contain an
14510 EXPR_LIST at this point. Receive the LOC and move its extraction...
14511 (df_defs_record): ... here. Change if-else to a switch statement.
14512 (df_find_hard_reg_defs, df_find_hard_reg_defs_1): New.
14513 (df_get_call_refs): Changed defs_generated from bitmap to HARD_REG_SET
14514 and compute it from df_find_hard_reg_defs(). Record DF_REF_BASE
14515 DEFs in REGNO order. Use HARD_REG_SET instead of bitmap for
14516 regs_invalidated_by_call.
14517 (df_insn_refs_collect): Record DF_REF_REGULAR DEFs after
14518 df_get_call_refs().
14519
14520 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
14521
14522 PR lto/52178
14523 * tree-inline.c (remap_gimple_op_r): Fix handling of FIELD_DECL.
14524 * tree.c (RETURN_TRUE_IF_VAR): Do not return true for PLACEHOLDER_EXPR.
14525
14526 2012-05-25 Michael Meissner <meissner@linux.vnet.ibm.com>
14527
14528 * config/rs6000/t-linux64: Delete the 32-bit multilib that uses
14529 software floating point emulation. No longer build the multilibs
14530 with -mstrict-align.
14531
14532 2012-05-25 Aldy Hernandez <aldyh@redhat.com>
14533
14534 PR middle-end/53008
14535 * trans-mem.c (ipa_tm_create_version_alias): Output new_node if
14536 accessed indirectly.
14537 (ipa_tm_create_version): Same.
14538
14539 2012-05-25 Uros Bizjak <ubizjak@gmail.com>
14540
14541 PR target/53474
14542 * config/i386/i386.c (ix86_print_operand) <case 'O'>: Print '.' here.
14543 <case 'C', case 'c', case 'F', case 'f'>: Print '.' only for C and c.
14544
14545 2012-05-25 Alexander Ivchenko <alexander.ivchenko@intel.com>
14546
14547 PR target/53435
14548 * config/i386/i386.c (ix86_expand_vec_perm): Use correct op.
14549 (ix86_expand_vec_perm): Use int mode instead of float.
14550 (expand_vec_perm_pshufb): Remove handling of useseless type
14551 conversion.
14552
14553 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
14554
14555 PR ada/52362
14556 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Set gas and
14557 gnu_ld variables to yes.
14558 * configure.ac (HAVE_GNU_LD): Move to after config.gcc inclusion.
14559 (HAVE_GNU_AS): Likewise.
14560 * config.in: Regenerate.
14561 * configure: Likewise.
14562
14563 2012-05-25 Tristan Gingold <gingold@adacore.com>
14564
14565 * config/i386/i386.c (struct ix86_frame): Remove unused frame field.
14566 (ix86_compute_frame_layout): Fix type of stack_alignment_needed
14567 and preferred_alignment.
14568
14569 2012-05-25 Tristan Gingold <gingold@adacore.com>
14570
14571 * common/config/ia64/ia64-common.c (ia64_except_unwind_info): Fix typo.
14572
14573 2012-05-25 Thomas Schwinge <thomas@codesourcery.com>
14574
14575 * fold-const.c (optimize_bit_field_compare): Abort early in the strict
14576 volatile bitfields case.
14577
14578 2012-05-24 Pat Haugen <pthaugen@us.ibm.com>
14579
14580 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
14581 rs6000_sched_costly_dep default to true_store_to_load_dep_costly.
14582 (adjacent_mem_locations): Move some code to and call...
14583 (get_memref_parts): ...new function.
14584 (mem_locations_overlap): New function.
14585 (rs6000_adjust_priority): Adjust calls to is_load_insn/is_store_insn.
14586 (is_mem_ref): Rename to...
14587 (find_mem_ref): ...this. Return MEM rtx.
14588 (get_store_dest): Remove function.
14589 (is_load_insn1, is_load_insn, is_store_insn1, is_store_insn): Add
14590 new parameter and adjust calls.
14591 (rs6000_is_costly_dependence): Update calls for extra arg. Make sure
14592 mem refs overlap for true_store_to_load_dep_costly.
14593 (rs6000_sched_reorder2): Update calls for extra arg. Adjust args
14594 passed to adjacent_mem_locations.
14595 (is_costly_group): Walk resolved dependency list.
14596 (force_new_group): Emit group ending nop for Power6/Power7.
14597 * config/rs6000/rs6000.md (UNSPEC_GRP_END_NOP): New enum value.
14598 (group_ending_nop): New define_insn.
14599
14600 2012-05-24 Dodji Seketeli <dodji@redhat.com>
14601
14602 Make unwound macro expansion trace less redundant
14603 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Don't print
14604 context of macro definition in the trace, when it's redundant.
14605 Update comments.
14606
14607 2012-05-24 Richard Guenther <rguenther@suse.de>
14608
14609 PR middle-end/53460
14610 * tree-profile.c (tree_profiling): Cleanup the CFG if
14611 execute_fixup_cfg requests it.
14612
14613 2012-05-24 Richard Guenther <rguenther@suse.de>
14614
14615 * tree-flow.h (create_var_ann): Remove.
14616 * tree-dfa.c (create_var_ann): Remove and inline into its
14617 single caller ...
14618 (add_referenced_var_1): ... here.
14619 * varpool.c (add_new_static_var): Do not call add_referenced_var
14620 for global vars.
14621 * gimple-fold.c (canonicalize_constructor_val): Likewise.
14622 * tree-switch-conversion.c (build_one_array): Likewise.
14623 * tree-profile.c (gimple_gen_ic_profiler): Likewise.
14624 * tree-flow-inline.h (gimple_referenced_vars): Guard against
14625 NULL fn argument.
14626 * tree-inline.c (remap_gimple_op_r): Likewise. Check
14627 gimple_referenced_vars instead of gimple_in_ssa_p.
14628 (copy_tree_body_r): Likewise.
14629 (setup_one_parameter): Likewise.
14630 (declare_return_variable): Likewise.
14631 (tree_function_versioning): Likewise.
14632
14633 2012-05-24 Jakub Jelinek <jakub@redhat.com>
14634
14635 PR tree-optimization/53465
14636 * tree-vrp.c (extract_range_from_cond_expr): First copy_value_range
14637 vr0 into *vr, then vrp_meet that.
14638 (vrp_meet): If one vr type is VR_UNDEFINED, ensure the result doesn't
14639 have any equivalences.
14640 (vrp_visit_phi_node): Call copy_value_range instead of vrp_meet the
14641 first time.
14642
14643 2012-05-24 Jim MacArthur <jim.macarthur@arm.com>
14644
14645 * recog.c (reg_fits_class_p): Check both regno and regno + offset are
14646 hard registers.
14647 * regs.h (in_hard_reg_set_p): Assert that regno is a hard register and
14648 check end_regno - 1 is a hard register.
14649
14650 2012-05-24 Richard Guenther <rguenther@suse.de>
14651
14652 * varpool.c (add_new_static_var): Remove call to create_var_ann.
14653 * tree-ssa-operands.c (create_vop_var): Likewise.
14654
14655 2012-05-24 Richard Guenther <rguenther@suse.de>
14656
14657 PR bootstrap/53466
14658 * tree-ssa-live.c (remove_unused_scope_block_p): Properly
14659 handle globals.
14660 (remove_unused_locals): Pass global_unused_vars to
14661 remove_unused_scope_block_p. Restore code walking all
14662 referenced vars and pruning them.
14663
14664 2012-05-23 Jan Hubicka <jh@suse.cz>
14665
14666 * tree.h (alias_diag_flags): Remove.
14667 (alias_pair): Remove emitted_diags.
14668 (finish_aliases_1, finish_aliases_2, remove_unreachable_alias_pairs,
14669 symbol_alias_set_t, symbol_alias_set_destroy,
14670 symbol_alias_set_contains, propagate_aliases_backward): Remove.
14671 * toplev.c (compile_file): Do not call finish_aliases_2
14672 * cgraphunit.c (cgraph_process_new_functions): Do not call
14673 finish_aliases_1.
14674 (handle_alias_pairs): Output diagnostics about aliases to externals.
14675 (assemble_thunks_and_aliases): Use do_assemble_alias.
14676 (output_weakrefs): Likewise.
14677 (finalize_compilation_unit): Do not call finish_aliases_1.
14678 * ipa.c (symtab_remove_unreachable_nodes): De not call
14679 remove_unreachable_alias_pairs.
14680 * varasm.c (do_assemble_alias): Export.
14681 (symbol_alias_set_create, symbol_alias_set_destroy,
14682 symbol_alias_set_contains, symbol_alias_set_insert,
14683 propagate_aliases_forward, propagate_aliases_backward,
14684 propagate_aliases_backward, trivially_visible_alias,
14685 trivially_defined_alias, remove_unreachable_alias_pairs,
14686 finish_aliases_1, finish_aliases_2, assemble_alias): Remove.
14687 * output.h (do_assemble_alias): Declare.
14688 * varpool.c (varpool_remove_unreferenced_decls): Do not call
14689 finish_aliases_1.
14690
14691 2012-05-23 Martin Jambor <mjambor@suse.cz>
14692
14693 * ipa-inline-analysis.c (inline_merge_summary): Free operand_map.
14694
14695 2012-05-23 Eric Botcazou <ebotcazou@adacore.com>
14696
14697 * gimple.c (gimple_types_compatible_p_1) <ARRAY_TYPE>: Remove bogus
14698 size handling.
14699 (gimple_canonical_types_compatible_p) <ARRAY_TYPE>: Likewise.
14700 (iterative_hash_gimple_type): Adjust comment.
14701 (iterative_hash_canonical_type): Likewise. Hash the bounds of the
14702 domain for an array type instead of the domain type itself.
14703
14704 2012-05-23 Richard Guenther <rguenther@suse.de>
14705
14706 PR tree-optimization/53438
14707 * tree-sra.c (analyze_access_subtree): Correct bitfield exclusion.
14708
14709 2012-05-23 Georg-Johann Lay <avr@gjlay.de>
14710
14711 PR target/53448
14712 * config/avr/avr.h (ASM_OUTPUT_ALIGN): Don't inhibit .p2align 1.
14713 * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Use
14714 ASM_OUTPUT_ALIGN.
14715
14716 2012-05-23 Richard Guenther <rguenther@suse.de>
14717
14718 * tree-dfa.c (add_referenced_var_1): Do not add global vars.
14719 * tree-ssa-live.c (mark_all_vars_used_1): Handle global vars
14720 via the global_unused_vars bitmap.
14721 (remove_unused_locals): Handle global vars in local-decls via
14722 a global_unused_vars bitmap instead of the used flag in the
14723 var annotation. Simplify global variable handling and removal.
14724
14725 2012-05-22 Jan Hubicka <jh@suse.cz>
14726
14727 PR middle-end/53426
14728 * tree-ssa-structalias.c (create_variable_info_for): Skip constructors
14729 from other partitions.
14730
14731 2012-05-22 Jan Hubicka <jh@suse.cz>
14732
14733 PR middle-end/53161
14734 * symtab.c (symtab_register_node): Fix ordering issue.
14735
14736 2012-05-22 Steven Drake <sbd@NetBSD.org>
14737
14738 * gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir.
14739
14740 2012-05-22 David Edelsohn <dje.gcc@gmail.com>
14741
14742 * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_table_ref):
14743 Use strip_name_encoding target hook.
14744
14745 2012-05-22 Richard Guenther <rguenther@suse.de>
14746
14747 * tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
14748 (init_function_for_compilation): Remove.
14749 * tree-dfa.c (find_vars_r): Take struct function argument.
14750 (find_referenced_vars_in): Adjust.
14751 * tree-ssa-operands.c (clobber_stats): Remove.
14752 (create_vop_var): Take struct function argument. Mark
14753 virtual operand with VAR_DECL_IS_VIRTUAL_OPERAND.
14754 (init_ssa_operands): Take struct function argument.
14755 (fini_ssa_operands): Do not dump dead stats.
14756 * tree-ssa-operands.h (init_ssa_operands): Take struct function
14757 argument.
14758 * cgraphunit.c (init_lowered_empty_function): Adjust.
14759 * lto-streamer-in.c (input_cfg): Likewise.
14760 * tree-inline.c (initialize_cfun): Likewise.
14761 * tree-into-ssa.c (rewrite_into_ssa): Likewise.
14762 * omp-low.c (expand_omp_taskreg): Likewise. Avoid switching cfun.
14763 * gimple.c (is_gimple_reg): Optimize the SSA_NAME case,
14764 virtual operands are not registers.
14765
14766 2012-05-22 Richard Guenther <rguenther@suse.de>
14767
14768 * tree-cfg.c (verify_gimple_assign_unary): Fix typo in previous commit.
14769
14770 2012-05-22 Richard Guenther <rguenther@suse.de>
14771
14772 PR middle-end/53437
14773 * tree-inline.c (setup_one_parameter): Create a dummy init
14774 statement for unused parameters when not optimizing.
14775
14776 2012-05-22 Richard Guenther <rguenther@suse.de>
14777
14778 * tree-flow.h (add_referenced_var_1): Declare.
14779 (add_referenced_var): Define.
14780 * tree-dfa.c (referenced_var_check_and_insert): Avoid one hash lookup.
14781 (add_referenced_var): Rename to ...
14782 (add_referenced_var_1): ... this. Take struct function argument.
14783
14784 2012-05-22 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
14785
14786 PR target/53334
14787 * config/arm/arm-protos.h (arm_validize_comparison): Declare.
14788 * config/arm/arm.c (arm_validize_comparison): Define.
14789 * config/arm/arm.md ("cbranchsi4"): Cleanup expansion and use
14790 arm_validize_comparison.
14791 ("cbranchdi4"): Likewise.
14792 ("cstoredi4"): Likewise.
14793 ("movsicc"): Likewise.
14794 ("movsfcc"): Likewise.
14795 ("movdfcc"): Likewise.
14796
14797 2012-05-22 Dimitrios Apostolou <jimis@gmx.net>
14798
14799 * df-scan.c (df_scan_alloc): Round up allocation pools size, reduce
14800 the mw_reg_pool size.
14801
14802 2012-05-22 Paolo Bonzini <bonzini@gnu.org>
14803
14804 PR tree-optimization/53336
14805 * tree-cfg.c (verify_gimple_assign_unary): Allow conversion from
14806 non-integer integral types to offset type and vice versa.
14807
14808 2012-05-22 Alan Modra <amodra@gmail.com>
14809
14810 * config/rs6000/aix.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
14811 * config/rs6000/darwin.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete.
14812 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE,
14813 V_SAVE_INLINE): Delete.
14814 * config/rs6000/rs6000.c (V_SAVE_INLINE): Delete.
14815 (rs6000_savres_strategy): Reimplement GP/FP/V_SAVE_INLINE logic.
14816 For ELF targets, use out-of-line restores for -Os and any number
14817 of regs if the restore exits, and out-of-line gp save for two or
14818 more regs. Use save_reg_p to test for holes in reg restore set.
14819 Replace "#if" with "if".
14820
14821 2012-05-22 Alan Modra <amodra@gmail.com>
14822
14823 * config/rs6000/rs6000.c (save_reg_p): New function.
14824 (first_reg_to_save, first_fp_reg_to_save): Use it here.
14825 (first_altivec_reg_to_save, restore_saved_cr): Likewise.
14826 (emit_frame_save): Use gen_frame_store.
14827 (gen_frame_mem_offset): Correct SPE condition requiring reg+reg.
14828 (rs6000_emit_prologue): Use save_reg_p. Use gen_frame_store for
14829 vrsave and toc.
14830 (rs6000_emit_epilogue): Use save_reg_p. Use gen_frame_load for
14831 vrsave, toc, gp and fp restores.
14832
14833 2012-05-22 Alan Modra <amodra@gmail.com>
14834
14835 * config/rs6000/rs6000.c: Delete unnecessary forward declarations.
14836 Move those with ATTRIBUTE_UNUSED to immediately before definitions.
14837 Move function pointer variables after forward declarations.
14838 (rs6000_builtin_support_vector_misalignment): Make static.
14839 (rs6000_legitimate_address_p, rs6000_gimplify_va_arg): Likewise.
14840 (rs6000_function_value, rs6000_can_eliminate): Likewise.
14841
14842 2012-05-21 Bernd Schmidt <bernds@codesourcery.com>
14843
14844 PR rtl-optimization/53373
14845 * caller-save.c (save_call_clobbered_regs): Look into a possible
14846 PARALLEL manually rather than using single_set on a call insn.
14847
14848 2012-05-21 Jakub Jelinek <jakub@redhat.com>
14849
14850 PR tree-optimization/53436
14851 * omp-low.c (omp_build_component_ref): New function.
14852 (build_receiver_ref, build_sender_ref, create_task_copyfn): Use it.
14853
14854 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
14855
14856 * config/i386/i386.c (put_condition_code): Change "reverse" and "fp"
14857 arguments to bool.
14858 (ix86_print_operand) <case 'O'>: Look at mode size of the operand.
14859 Do not print '.' here. Output operand lossage error for unhandled
14860 sizes. Move.
14861 <case '*'>: Move.
14862 <case '&'>: Ditto.
14863 <case 'Y'>: Ditto.
14864 <case 'z'>: Hardcode "code" argument into error strings.
14865 <case 'Z'>: Ditto.
14866 <case 'D'>: Merge AVX and non-AVX codes.
14867 <case 'C', case 'c', case 'F', case 'f'>: Merge. Fix error string.
14868 Update call to put_condition_code.
14869
14870 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
14871
14872 * config/m68k/m68k.md (*clzsi2_cf): Renamed from clzsi2. Call
14873 CC_STATUS_INIT.
14874 (clzsi2): New expander.
14875 (*clzsi2_68k): New insn.
14876 * config/m68k/m68k.h: Update comment about CLZ_DEFINED_VALUE_AT_ZERO.
14877
14878 2012-05-21 Aldy Hernandez <aldyh@redhat.com>
14879
14880 * gimple.h (gimple_set_in_transaction): Remove.
14881 (gimple_in_transaction): Look in BB instead.
14882 (gimple_statement_base): Remove in_transaction field.
14883 * basic-block.h (enum bb_flags): Add BB_IN_TRANSACTION.
14884 * trans-mem.c (compute_transaction_bits): Place transaction bit
14885 information into basic blocks.
14886
14887 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
14888
14889 * expr.c (get_def_for_expr_class): Define only if
14890 HAVE_conditional_move.
14891 (convert_tree_comp_to_rtx): Likewise.
14892
14893 2012-05-21 Uros Bizjak <ubizjak@gmail.com>
14894
14895 PR target/53399
14896 * config/i386/i386.md (ffs<mode>2): Generate CCCmode compare
14897 for TARGET_BMI.
14898 (ffssi2_no_cmove): Ditto.
14899 (*ffs<mode>_1): Remove insn pattern.
14900 (*tzcnt<mode>_1): New insn pattern.
14901 (*bsf<mode>1): Ditto.
14902
14903 2012-05-21 Richard Guenther <rguenther@suse.de>
14904
14905 * tree-dfa.c (add_referenced_var): Do not walk DECL_INITIAL for
14906 more referenced vars.
14907 * tree-ssa-live.c (mark_all_vars_used_1): Only set the used
14908 flag on variables that have a var-annotation.
14909
14910 2012-05-21 Joseph Myers <joseph@codesourcery.com>
14911
14912 PR c/53418
14913 * c-typeck.c (build_conditional_expr): Remove C_MAYBE_CONST_EXPR
14914 from folded operands before wrapping another around the
14915 conditional expression.
14916
14917 2012-05-21 Jakub Jelinek <jakub@redhat.com>
14918
14919 PR tree-optimization/53366
14920 * tree-vect-slp.c (vect_supported_load_permutation_p): Don't shortcut
14921 tests if complex_numbers == 2, but there are non-complex number loads
14922 too.
14923
14924 PR tree-optimization/53409
14925 * tree-vect-loop.c (vect_analyze_loop_operations): Don't check
14926 vinfo_for_stmt (op_def_stmt) if op_def_stmt isn't inside loop.
14927
14928 PR tree-optimization/53410
14929 * fold-const.c (fold_binary_loc): Use build_zero_cst (type)
14930 instead of build_int_cst (type, 0) where vector types might be
14931 involved. Instead of build_int_cst (type, 1) convert the original
14932 integer_onep argument to the desired type.
14933
14934 2012-05-21 Michael Matz <matz@suse.de>
14935
14936 * genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.
14937 (simplify_test_exp): Handle one more case of distributive law,
14938 decrease cost threshold.
14939 (tests_attr_p, get_attr_order): New functions.
14940 (optimize_attrs): Use topological order, inline only cheap values.
14941 (write_attr_set): Reset our_known_true after some time.
14942
14943 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
14944
14945 PR target/53425
14946 * config/i386/i386.c (type_natural_mode): Warn passing SSE
14947 vector argument without SSE enabled changes the ABI.
14948
14949 2012-05-21 Richard Guenther <rguenther@suse.de>
14950
14951 PR tree-optimization/53408
14952 * tree-vect-loop.c (vectorizable_induction): Properly check
14953 the restriction that we cannot handle induction results from
14954 the inner loop outside of the outer loop.
14955
14956 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
14957
14958 PR target/53416
14959 * config/i386/i386.md (UNSPEC_RDRAND): Renamed to ...
14960 (UNSPECV_RDRAND): This.
14961 (rdrand<mode>_1): Updated.
14962
14963 2012-05-21 Richard Guenther <rguenther@suse.de>
14964
14965 * tree-loop-distribution.c (can_generate_builtin): Reject
14966 volatile stmts.
14967
14968 2012-05-21 Chung-Lin Tang <cltang@codesourcery.com>
14969
14970 * Makefile.in (options.c): Add options.h to included header
14971 files, before tm.h.
14972
14973 2012-05-21 Razya Ladelsky <razya@il.ibm.com>
14974
14975 * tree-parloops.c : Add myself to contributors, update
14976 TODO list, add link to wiki.
14977
14978 2012-05-21 Alan Modra <amodra@gmail.com>
14979
14980 * config/rs6000/predicates.md (input_operand): Don't match
14981 constant pool addresses. Remove label_ref, high and plus from
14982 match_code list. Remove redundant CONSTANT_P test.
14983 (splat_input_operand): Similarly update match_code list.
14984 (small_toc_ref): New predicate.
14985 * config/rs6000/rs6000-protos.h (toc_relative_expr_p): Update prototype.
14986 * config/rs6000/rs6000.c (tocrel_base, tocrel_offset): Make const.
14987 (legitimate_constant_pool_address_p): Move TARGET_TOC test and
14988 register checks to..
14989 (toc_relative_expr_p): ..here. Add "strict" param. Match new rtl
14990 generated by create_TOC_reference.
14991 (rs6000_legitimize_address): Update cerate_TOC_reference call.
14992 (rs6000_delegitimize_address): Handle new rtl for toc refs.
14993 (rs6000_cannot_force_const_mem, rs6000_find_base_term): Likewise.
14994 (use_toc_relative_ref): New function, split out from..
14995 (rs6000_emit_move): ..here. Remove redundant tests. Update
14996 create_TOC_reference calls.
14997 (rs6000_legitimize_reload_address): Formatting. Handle splitting
14998 of medium/large model toc addresses. Use use_toc_relative_ref.
14999 (print_operand): Formatting, style. Adjust for toc changes.
15000 (print_operand_address): Likewise.
15001 (rs6000_output_addr_const_extra): Likewise.
15002 (create_TOC_reference): Put TOC_REGISTER in UNSPEC_TOCREL rather
15003 than a PLUS. Use this formulation for both high and low part
15004 of -mcmodel=medium/large toc reference too. Before reload,
15005 always use the small model formulation.
15006 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Similarly avoid
15007 a PLUS in high part of addresses here.
15008 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
15009 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
15010 (largetoc_high, largetoc_low): Move earlier. Cope when no
15011 base reg available.
15012 (largetoc_high_plus): New insn.
15013 (movsi_internal1, movsi_internal1_single, movsf_softfloat,
15014 movdi_mfpgpr, movdi_internal64): Don't handle 'R' constraint here..
15015 (tocref): ..instead do so here, new insn and split.
15016
15017 2012-05-20 H.J. Lu <hongjiu.lu@intel.com>
15018
15019 * config/i386/driver-i386.c (host_detect_local_cpu): Support
15020 RDRND, F16C and FSGSBASE.
15021
15022 2012-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15023
15024 PR rtl-optimzation/53373
15025 * config/pa/pa.md (call_symref_pic): Don't expose PIC register save in
15026 call pattern. Update split patterns.
15027 (call_symref_64bit, call_reg_pic, call_reg_64bit, call_val_symref_pic,
15028 call_val_symref_64bit, call_val_reg_pic, call_val_reg_64bit): Likewise.
15029
15030 2012-05-20 Razya Ladelsky <razya@il.ibm.com>
15031
15032 * tree-parloops.c (gen_parallel_loop): Change many_iterations_cond
15033 for outer loops.
15034
15035 2012-05-18 Jan Hubicka <jh@suse.cz>
15036
15037 * cgraphunit.c (handle_alias_pairs): Declare; free alias_pairs
15038 (cgraph_process_new_functions): Process also aliases.
15039 * lto-streamer-out.c (struct sets): Remove.
15040 (trivally_defined_alias): Remove.
15041 (output_alias_pair_p): Remove.
15042 (output_unreferenced_globals): Remove.
15043 (produce_symtab); Do not handle alias pairs.
15044 (produce_asm_for_decls): Likewise.
15045 * lto-streamer-in.c (input_alias_pairs): Remove.
15046 (lto_read_body): Do not input alias pairs.
15047 (lto_input_constructors_and_inits): Remove.
15048
15049 2012-05-18 Jan Hubicka <jh@suse.cz>
15050
15051 * cgraphunit.c (handle_alias_pairs): Cleanup; handle all types of
15052 aliases.
15053
15054 2012-05-18 Jan Hubicka <jh@suse.cz>
15055
15056 * cgraphbuild.c (record_reference): Update.
15057 * lto-cgraph.c (lto_output_varpool_node): External vars
15058 are not in other partition even if they are not output
15059 in current partition.
15060 * gimple-fold.c (can_refer_decl_in_current_unit_p): Take FROM_DECL
15061 argument; fix.
15062 (canonicalize_constructor_val): Take FROM_DECL argument.
15063 (fold_ctor_reference, fold_string_cst_ctor_reference,
15064 fold_array_ctor_reference, fold_nonarray_ctor_reference,
15065 fold_ctor_reference): Likewise.
15066 (fold_const_aggregate_ref_1, gimple_get_virt_method_for_binfo): Update.
15067 * gimple.h (gimple_fold_builtin): Likewise.
15068
15069 2012-05-18 Olivier Hainque <hainque@adacore.com>
15070
15071 * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of
15072 $(libsubdir) as libexecsubdir.
15073
15074 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15075
15076 * config/rs6000/rs6000.c (print_operand): Revise code that unsafely
15077 relied on signed overflow behavior.
15078
15079 2012-05-18 Richard Guenther <rguenther@suse.de>
15080
15081 PR tree-optimization/53346
15082 * tree-loop-distribution.c (ldist_gen): Make sure to apply
15083 builtin transform even when only a single partition with
15084 all reads/writes exists.
15085
15086 2012-05-18 Richard Guenther <rguenther@suse.de>
15087
15088 PR tree-optimization/53390
15089 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Ignore
15090 strided loads.
15091
15092 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15093
15094 * tree-ssa-reassoc.c (bip_map): Remove decl.
15095 (completely_remove_stmt): Remove function.
15096 (remove_def_if_absorbed_call): Remove function.
15097 (remove_visited_stmt_chain): Remove __builtin_powi handling.
15098 (possibly_move_powi): Remove function.
15099 (rewrite_expr_tree): Remove calls to possibly_move_powi.
15100 (rewrite_expr_tree_parallel): Likewise.
15101 (attempt_builtin_powi): Build multiplies explicitly rather than
15102 relying on the ops vector and rank system.
15103 (transform_stmt_to_copy): New function.
15104 (transform_stmt_to_multiply): Likewise.
15105 (reassociate_bb): Handle leftover operations after __builtin_powi
15106 optimization; build a final multiply if necessary.
15107
15108 2012-05-18 Jan Hubicka <jh@suse.cz>
15109
15110 * cgraphunit.c (varpool_finalize_decl): Allow external decls.
15111 (mark_functions_to_output): Fix sanity check.
15112 * ipa.c (function_and_variable_visibility): Remove TREE_STATIC check.
15113
15114 2012-05-18 Richard Guenther <rguenther@suse.de>
15115
15116 * tree-flow.h (mark_symbols_for_renaming): Remove.
15117 * tree-dfa.c (mark_symbols_for_renaming): Likewise.
15118 * tree-inline.c (copy_edges_for_bb): Do not mark symbols for renaming.
15119 (copy_debug_stmt): Likewise.
15120 (expand_call_inline): Likewise.
15121 (declare_return_variable): Mark the return variable for renaming
15122 if necessary.
15123
15124 2012-05-18 Andrew Stubbs <ams@codesourcery.com>
15125
15126 * config/arm/arm-protos.h (arm_emit_coreregs_64bit_shift): New
15127 prototype.
15128 * config/arm/arm.c (arm_emit_coreregs_64bit_shift): New function.
15129 * config/arm/arm.md (ashldi3): Use arm_emit_coreregs_64bit_shift.
15130 (ashrdi3,lshrdi3): Likewise.
15131 (arm_cond_branch): Remove '*' to enable gen_arm_cond_branch.
15132
15133 2012-05-18 Meador Inge <meadori@codesourcery.com>
15134
15135 PR rtl-optimization/53352
15136 * cse.c (equiv_constant): Ignore paradoxical subregs.
15137
15138 2012-05-17 Steven Bosscher <steven@gcc.gnu.org>
15139
15140 PR rtl-optimization/53125
15141 * regstat.c (regstat_bb_compute_ri): Take new local_live_last_luid
15142 argument. Simplify calculation of REG_LIVE_LENGTH for regnos that
15143 die in the basic block. Correctly top off REG_FREQ and
15144 REG_FREQ_CALLS_CROSSED.
15145 Remove do_not_gen.
15146 (regstat_compute_ri): Allocate and free local_live_last_luid.
15147 Remove do_not_gen.
15148 (regstat_bb_compute_calls_crossed): Correctly top off
15149 REG_FREQ_CALLS_CROSSED.
15150
15151 2012-05-17 Jan Hubicka <jh@suse.cz>
15152
15153 * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with
15154 constructor over decl without.
15155 * cgraph.c (cgraph_remove_node): Clear also body of unanalyzed nodes.
15156 * cgraph.h (varpool_can_remove_if_no_refs): Handle external correctly.
15157 * cgraphunit.c (process_function_and_variable_attributes): Finalize
15158 extrnal decls.
15159 (mark_functions_to_output): Also accept bodies for functions with
15160 clones.
15161 (output_in_order): Skip external vars.
15162 * lto-cgraph.c (lto_output_node): External functions are never in other
15163 partition.
15164 (lto_output_varpool_node): Likewise.
15165 * lto-streamer-out.c (lto_write_tree): Always use error_mark_nodes for
15166 forgotten initializers.
15167 * ipa.c (process_references): Handle external vars.
15168 (symtab_remove_unreachable_nodes): Update to handle external vars.
15169 (varpool_externally_visible_p): External vars are externally visible.
15170 * gimple-fold.c (can_refer_decl_in_current_unit_p): Update.
15171 * varpool.c (varpool_remove_node): Remove constructor.
15172 (decide_is_variable_needed): Handle externals.
15173 (varpool_remove_unreferenced_decls): Likewise.
15174
15175 2012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
15176
15177 * opts.c (common_handle_option): -pedantic-errors enables -Wpedantic.
15178 (enable_warning_as_error): Do not special case Wuninitialized.
15179 * optc-gen.awk: Add sanity checks.
15180
15181 2012-05-17 Jan Hubicka <jh@suse.cz>
15182
15183 * ipa-reference.c (is_proper_for_analysis): Do not check flags
15184 that might change as result of global optimization.
15185 (analyze_function): Do not check analyzed and externally_visible
15186 flags; be happy about address dereferences.
15187 (propagate): Prune all_module_statics so it really contains just
15188 statics; prune all the local summaries.
15189 (ipa_reference_write_optimization_summary): Simplify.
15190
15191 2012-05-17 Kwok Cheung Yeung <kcy@codesourcery.com>
15192
15193 * config/m68k/m68k-devices.def: Add 51ag, 51je, 51jf, 51jg, 51mm, 51qm.
15194 * config/m68k/m68k-tables.opt: Regenerated.
15195 * doc/invoke.texi (M680x0 Options): Document.
15196
15197 2012-05-16 Dave Boutcher <daveboutcher@gmail.com>
15198 Patrick Marlier <patrick.marlier@gmail.com>
15199
15200 * trans-mem.c (ipa_tm_transform_clone): Transform functions with
15201 indirect calls.
15202
15203 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
15204
15205 * configure: Regenerated.
15206
15207 2012-05-16 Andrew Pinski <apinski@cavium.com>
15208
15209 * gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under
15210 GIMPLE_ASSIGN.
15211
15212 2012-05-16 David S. Miller <davem@davemloft.net>
15213
15214 * jump.c (delete_related_insns): If we remove a CALL, make sure
15215 we delete it's NOTE_INSN_CALL_ARG_LOCATION note too.
15216
15217 2012-05-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15218
15219 PR tree-optimization/53217
15220 * tree-ssa-reassoc.c (bip_map): New static variable.
15221 (possibly_move_powi): Move feeding multiplies with __builtin_powi call.
15222 (attempt_builtin_powi): Save feeding multiplies on a stack.
15223 (reassociate_bb): Create and destroy bip_map.
15224
15225 2012-05-16 Olivier Hainque <hainque@adacore.com>
15226
15227 * Makefile.in (install-no-fixedincludes): New target, former toplevel
15228 gcc-no-fixedincludes. Stash "include-fixed" in addition to "include".
15229 Add comments and improve stamp preservation across the whole sequence.
15230 (stmp-int-hdrs): Use move-if-change + cp -p to setup fix_dir/limits.h.
15231
15232 2012-05-16 Richard Guenther <rguenther@suse.de>
15233
15234 * tree-inline.c (insert_init_stmt): Do not call
15235 mark_symbols_for_renaming.
15236 (setup_one_parameter): Avoid initializing unused parameters.
15237 (declare_return_variable): Properly handle DECL_BY_REFERENCE
15238 return vars in SSA form.
15239
15240 2012-05-16 Richard Guenther <rguenther@suse.de>
15241
15242 * tree-flow.h (get_virtual_var): Remove.
15243 * tree-dfa.c (get_virtual_var): Likewise.
15244
15245 2012-05-16 Richard Guenther <rguenther@suse.de>
15246
15247 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1):
15248 Remove set-only bitmap of new names.
15249 (slpeel_tree_peel_loop_to_edge): Likewise. Do not set
15250 CFG hooks.
15251 * tree-flow.h (ssa_names_to_replace): Remove.
15252 * tree-into-ssa.c (ssa_names_to_replace): Likewise.
15253
15254 2012-05-16 Richard Guenther <rguenther@suse.de>
15255
15256 PR tree-optimization/53364
15257 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
15258 detect a view-conversion of the decl.
15259
15260 2012-05-16 Dodji Seketeli <dodji@redhat.com>
15261
15262 PR preprocessor/7263
15263 * c-tree.h (enum c_declspec_word): Declare new enum.
15264 (struct c_declspecs::locations): New member.
15265 (declspecs_add_qual, declspecs_add_scspec)
15266 (declspecs_add_addrspace, declspecs_add_alignas): Take a new
15267 location parameter.
15268 * c-decl.c (build_null_declspecs): Initialize the new struct
15269 c_declspecs::locations member.
15270 (declspecs_add_addrspace): Take a location parameter for the
15271 address space. Store it onto declaration specifiers.
15272 (declspecs_add_qual): Likewise, take a location parameter for the
15273 qualifier.
15274 (declspecs_add_type): Likewise, take a location parameter for the
15275 type specifier.
15276 (declspecs_add_scspec): Likewise, take a location parameter for
15277 the storage class specifier.
15278 (declspecs_add_attrs): Likewise, take a location parameter for the
15279 first attribute.
15280 (declspecs_add_alignas): Likewise, take a location parameter for
15281 the alignas token.
15282 (finish_declspecs): For diagnostics, use the location of the
15283 relevant declspec, instead of the global input_location.
15284 * c-parser.c (c_parser_parameter_declaration): Pass the precise
15285 virtual location of the declspec to the declspecs-setters.
15286 (c_parser_declspecs): Likewise. Avoid calling c_parser_peek_token
15287 repeatedly.
15288
15289 2012-05-16 Igor Zamyatin <igor.zamyatin@intel.com>
15290
15291 * configure.ac: Stack protector enabling for Android targets.
15292 * configure: Regenerate.
15293
15294 2012-05-16 Richard Sandiford <r.sandiford@uk.ibm.com>
15295
15296 * ira.c (pseudo_move_insn): Delete.
15297 (find_moveable_pseudos): Don't set it.
15298 (move_unallocated_pseudos): Use DF_REG_DEF_CHAIN to find
15299 the definitions of the original pseudo. Delete all of them.
15300
15301 2012-05-16 Olivier Hainque <hainque@adacore.com>
15302
15303 * config/rs6000/rs6000-opts.h (enum processor_type): Add
15304 PROCESSOR_PPC8548.
15305 * config/rs6000/rs6000-cpus.def: Reference it for cpu="8548".
15306 * config/rs6000/rs6000.md (cpu attribute definition): Add ppc8548.
15307 * config/rs6000/8540.md: indicate that the units/patterns apply to
15308 ppc8548 as well.
15309
15310 * config/rs6000/rs6000.c (rs6000_option_override_internal): Rename
15311 default_cpu into implicit_cpu, conveying what --with-cpu was passed at
15312 configure time. Treat implicit_cpu as have_CPU. Pick defaults for SPE
15313 related flags, check that what is queried is supported by the selected
15314 configuration. Rework the single/double_float and MASK_STRING resets to
15315 hit for all the E500 cores (854x + E500MC variants). Select the ppc8540
15316 costs for PROCESSOR_PPC8548 as well.
15317 (rs6000_issue_rate): case CPU_PPC8548 together with CPU_PPC8540.
15318 (rs6000_use_sched_lookahead): Likewise, rewriting function as a case
15319 statement instead of a sequence of ifs.
15320
15321 * config/rs6000/rs6000.h (TARGET_E500): Remove.
15322 (TARGET_NO_LWSYNC): Adjust accordingly.
15323 * config/rs6000/e500.h (TARGET_E500): Remove.
15324 (CHECK_E500_OPTIONS): Adjust accordingly.
15325 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove.
15326 (TARGET_DEFAULT): Reformat definition to match the one in linuxspe.h.
15327 * config/rs6000/linuxspe.h: Likewise.
15328 * config/rs6000/vxworks.h: Remove bogus TARGET_E500 overrides and
15329 superfluous comments.
15330 * config/rs6000/e500-double.h: Remove.
15331
15332 * config.gcc (pick a default with_cpu): For powerpc*-*-*spe*,
15333 default to with_cpu=8548 if --enable-e500-double, and to 8540
15334 otherwise.
15335 (set misc flags section): For powerpc*|rs6000*, remove inclusion
15336 of e500-double.h for --enable-e500-double.
15337
15338 2012-05-16 Olivier Hainque <hainque@adacore.com>
15339
15340 * Makefile.in (s-header-vars): Resort to -n instead of trailing
15341 -e d in sed invocation.
15342
15343 2012-05-16 Hans-Peter Nilsson <hp@axis.com>
15344
15345 * doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to
15346 source-code.
15347 * doc/tm.texi: Regenerate.
15348
15349 2012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
15350
15351 * tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
15352
15353 2012-05-15 Jakub Jelinek <jakub@redhat.com>
15354
15355 PR target/53358
15356 * config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
15357 that operands[2] is either immediate, or q_regs_operand.
15358
15359 2012-05-15 Richard Guenther <rguenther@suse.de>
15360
15361 * cgraphunit.c (thunk_adjust): Use make_rename_temp.
15362 (assemble_thunk): Likewise. Manually rename and register
15363 function arguments.
15364
15365 2012-05-15 Richard Guenther <rguenther@suse.de>
15366
15367 PR tree-optimization/53355
15368 * tree-vrp.c (extract_range_from_binary_expr_1): Handle LSHIFT_EXPRs
15369 by constants.
15370
15371 2012-05-15 Tristan Gingold <gingold@adacore.com>
15372
15373 * tree-ssa-strlen.c (get_string_length): Convert lhs if needed.
15374
15375 2012-05-15 Richard Guenther <rguenther@suse.de>
15376
15377 * gimple.c (gimple_set_modified): Move ...
15378 * gimple.h (gimple_set_modified): ... here.
15379
15380 2012-05-15 Tristan Gingold <gingold@adacore.com>
15381
15382 * ira-color.c (move_spill_restore): Add a guard.
15383
15384 2012-05-15 Tristan Gingold <gingold@adacore.com>
15385
15386 * config/ia64/ia64.c (ia64_emit_probe_stack_range): Adjust calls to
15387 plus_constant.
15388
15389 2012-05-15 Eric Botcazou <ebotcazou@adacore.com>
15390
15391 * gimplify.c (gimplify_init_constructor): Do a block move for very
15392 small objects as well.
15393
15394 2012-05-15 Bernd Schmidt <bernds@codesourcery.com>
15395
15396 * ira.c (find_moveable_pseudos): Skip registers whose
15397 DF_REG_EQ_USE_COUNT is nonzero.
15398
15399 2012-05-15 Kenneth Zadeck <zadeck@naturalbridge.com>
15400
15401 * doc/md.texi (fma): Define to only be applicable for single rounding.
15402
15403 2012-05-14 Uros Bizjak <ubizjak@gmail.com>
15404
15405 PR target/46098
15406 * config/i386/i386.c (ix86_expand_special_args_builtin): Always
15407 generate target register for "load" class builtins.
15408
15409 Revert:
15410 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
15411
15412 PR target/46098
15413 * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
15414 Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
15415 (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
15416 (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
15417 (<sse>_movu<ssemodesuffix>): New expander.
15418 (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
15419 (avx_movdqu<avxmodesuffix>): New expander.
15420 (*sse2_movdqu): Rename from sse2_movdqu.
15421 (sse2_movdqu): New expander.
15422
15423 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
15424
15425 PR target/52607
15426 * config/i386/i386.c (ix86_expand_vec_perm_const): Move code to ...
15427 (canonicalize_perm): ... new function.
15428 (expand_vec_perm_2vperm2f128_vshuf): New function.
15429 (ix86_expand_vec_perm_const_1): Call it.
15430
15431 2012-05-14 Andrew Pinski <apinski@cavium.com>
15432 H.J. Lu <hongjiu.lu@intel.com>
15433 Jakub Jelinek <jakub@redhat.com>
15434
15435 PR target/53315
15436 * config/i386/i386.md (xbegin_1): Use + in constraint and match_dup.
15437 (xbegin): Updated.
15438
15439 2012-05-14 Jakub Jelinek <jakub@redhat.com>
15440
15441 * dwarf2out.c (dwarf2out_define, dwarf2out_undef): Treat
15442 lineno 1 the same as lineno 0 before first start file directive.
15443 (optimize_macinfo_range): Likewise.
15444
15445 * dwarf2out.c (have_macinfo): Define.
15446 (dwarf2out_finish): Don't emit DW_AT_GNU_macros or DW_AT_macro_info
15447 attribute, don't force empty compilation unit and don't emit any
15448 .debug_macinfo/.debug_macro section if macinfo_table is empty.
15449
15450 2012-05-14 Georg-Johann Lay <avr@gjlay.de>
15451
15452 PR target/53344
15453 * config/avr/avr.c (avr_const_address_lo16): Remove.
15454 (avr_assemble_integer): Print ".byte lo8(x)",
15455 ".byte hi8(x)", ".byte hh8(x)" instead of emit an assembler
15456 .warning if 3-byte address is assembled.
15457 * doc/extend.texi (AVR Named Address Spaces): Document that
15458 binutils 2.23 is needed to assemble 3-byte addresses.
15459
15460 2012-05-14 Richard Guenther <rguenther@suse.de>
15461
15462 * tree-vect-data-refs.c (vect_setup_realignment): Remove
15463 call to mark_symbols_for_renaming.
15464 (vect_permute_load_chain): Likewise.
15465 * tree-vect-loop.c (vect_is_slp_reduction): Update stmt
15466 instead of calling mark_symbols_for_renaming.
15467 * tree-vect-stmts.c (read_vector_array): Remove call to
15468 mark_symbols_for_renaming.
15469 (write_vector_array): Likewise.
15470 (vectorizable_call): Likewise.
15471 (vectorizable_store): Likewise.
15472 (vectorizable_load): Likewise.
15473 * matrix-reorg.c (transform_allocation_sites): Likewise.
15474 * tree-ssa-pre.c (create_expression_by_pieces): Likewise.
15475 (create_expression_by_pieces): Likewise.
15476
15477 2012-05-14 Richard Guenther <rguenther@suse.de>
15478
15479 * gimplify.c (gimple_regimplify_operands): Only mark the LHS
15480 of statements for renaming.
15481 (force_gimple_operand_1): Likewise, consistently for both
15482 calls to force_gimple_operand and force_gimple_operand_gsi.
15483
15484 2012-05-14 Richard Guenther <rguenther@suse.de>
15485
15486 * tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.
15487 * omp-low.c (expand_omp_taskreg): Properly conditionalize call
15488 to update_ssa.
15489 (expand_omp_for): Likewise.
15490 (expand_omp_for_generic): Adjust conditional add to referenced vars.
15491 Use make_rename_temp for temporaries that should be rewritten into
15492 SSA form.
15493 (expand_omp_for_static_nochunk): Likewise.
15494 (expand_omp_atomic_pipeline): Likewise.
15495
15496 2012-05-14 Richard Guenther <rguenther@suse.de>
15497
15498 PR tree-optimization/53331
15499 * tree-vect-data-refs.c (vect_verify_datarefs_alignment): Ignore
15500 strided loads.
15501 * tree-vect-stmts.c (vect_model_load_cost): Handle strided loads.
15502
15503 2012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
15504
15505 PR 53063
15506 * doc/options.texi: (LangEnabledBy): Document it.
15507 * optc-gen.awk: Handle LangEnabledBy.
15508 * opth-gen.awk: Generate declaration for lang-specific functions.
15509 * opt-read.awk: Record lang numbers.
15510 * opt-functions.awk (flag_set_p): Ignore the arguments of flags.
15511 (lang_sanitized_name): New.
15512
15513 2012-05-14 Bernd Schmidt <bernds@codesourcery.com>
15514
15515 * attribs.c (decl_attributes): Avoid emitting a warning if
15516 ATTR_FLAG_BUILT_IN.
15517 * doc/rtl.texi (CALL_INSN_FUNCTION_USAGE): Use lowercase for rtx
15518 codes. Document meaning of sets inside CALL_INSN_FUNCTION_USAGE.
15519 * builtin-attrs.def (DEF_ATTR_FOR_STRING): Define. Use it to
15520 define a string "1".
15521 (ATTR_RET1_NOTHROW_NONNULL_LEAF): New attr definition.
15522 * builtins.def (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET,
15523 BUILT_IN_STRCPY): Use it for these functions.
15524 * postreload.c (reload_combine): Deal with SETs inside
15525 CALL_INSN_FUNCTION_USAGE.
15526 * caller-save.c (setup_save_areas, save_call_clobbered_regs):
15527 Look for REG_RETURNED notes and use a cheap restore if possible.
15528 * ira-int.h (struct ira_allocno): New member cheap_calls_crossed_num.
15529 (ALLOCNO_CHEAP_CALLS_CROSSED_NUM): New macro.
15530 * ira-build.c (ira_create_allocno, create_cap_allocno,
15531 propagate_allocno_info, propagate_some_info_from_allocno,
15532 copy_info_to_removed_store_destination, ira_flattening): Handle it.
15533 * ira-lives.c (pseudo_regno_single_word_and_live_p,
15534 find_call_crossed_cheap_reg): New static functions.
15535 (process_bb_node_lives): Look for SETs in CALL_INSN_FUNCTION_USAGE,
15536 and set ALLOCNO_CHEAP_CALLS_CROSSED_NUM if possible. Also make
15537 a REG_RETURNED note in that case.
15538 * ira.c (setup_reg_renumber): Change assert to allow cases where
15539 allocnos only cross calls for which they are cheap to restore.
15540 * ira-costs.c (ira_tune_allocno_costs): Compare
15541 ALLOCNO_CALLS_CROSSED_NUM to ALLOCNO_CHEAP_CALLS_CROSSED_NUM rather
15542 than 0.
15543 * reg-notes.def (REG_RETURNED): New note.
15544 * cse.c (cse_insn): Likewise.
15545 * sched-deps.c (sched_analyze_insn): Likewise.
15546 * expr.c (init_block_move_fn): Set a "fn spec" attribute.
15547 * calls.c (decl_return_flags): New static function.
15548 (expand_call): Generate a SET in CALL_INSN_FUNCTION_USAGE for
15549 functions that return one of their arguments.
15550 * regcprop.c (struct kill_set_value_data): New.
15551 (kill_set_value): Interpret data as a pointer to such a struct.
15552 Do nothing if the caller wants the register to be ignored.
15553 (copyprop_hardreg_forward_1): Handle SETs in CALL_INSN_FUNCTION_USAGE.
15554
15555 2012-05-14 Richard Guenther <rguenther@suse.de>
15556
15557 PR tree-optimization/53340
15558 * tree-ssa-pre.c (op_valid_in_sets): Fix error in last commit.
15559
15560 2012-05-14 Richard Guenther <rguenther@suse.de>
15561
15562 * gimplify.c (gimplify_expr): Remove odd code.
15563
15564 2012-05-14 Eric Botcazou <ebotcazou@adacore.com>
15565
15566 * stor-layout.c (bit_from_pos): Distribute conversion to bitsizetype
15567 into a PLUS_EXPR byte offset.
15568
15569 * tree-ssa-pre.c (can_value_number_call): Delete.
15570 (compute_avail): Skip all statements with side effects.
15571 <GIMPLE_CALL>: Skip calls to internal functions.
15572
15573 2012-05-13 Steven Bosscher <steven@gcc.gnu.org>
15574
15575 * config/pa/pa.md: Use define_c_enum for "unspec" and "unspecv".
15576
15577 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
15578
15579 * common.opt (Wtype-limits): Use EnabledBy.
15580
15581 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
15582
15583 * config/i386/i386.md (*pushtf): Enable for TARGET_SSE.
15584 (pushtf splitter): Ditto.
15585 (movtf): Ditto.
15586 (*movtf_internal): Ditto. Use V4SFmode for !TARGET_SSE2.
15587 (<code>tf2): Enable for TARGET_SSE.
15588 (*absnegtf2_sse): Ditto.
15589 (copysign<mode>3): Enable TFmode for TARGET_SSE.
15590 (copysign<mode>3_const): Ditto.
15591 (copysign<mode>3_var): Ditto.
15592 * config/i386/sse.md (<code>tf3): Enable for TARGET_SSE.
15593 (*andnottf3): Ditto. Use V4SFmode for !TARGET_SSE2.
15594 (*<code>tf3): Ditto.
15595 * config/i386/i386.c (struct builtin_description bdesc_args)
15596 <IX86_BUILTIN_FABSQ>: Enable for TARGET_SSE.
15597 <IX86_BUILTIN_COPYSIGNQ>: Ditto.
15598 (ix86_expand_builtin) <IX86_BUILTIN_FABSQ, IX86_BUILTIN_COPYSIGNQ>:
15599 Emit a normal call if SSE isn't available.
15600
15601 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
15602
15603 * config/i386/sse.md (<sse>_andnot<mode>3): Handle
15604 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
15605 (<code><mode>3): Ditto.
15606 (*andnot<mode>3): Ditto.
15607 (*andnottf3): Ditto.
15608 (*<code><mode>3): Ditto.
15609 (<code>tf3): Ditto.
15610
15611 2012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
15612
15613 * optc-gen.awk: Error instead of warning for conflicting help.
15614
15615 2012-05-12 Jason Merrill <jason@redhat.com>
15616
15617 PR debug/53235
15618 * dwarf2out.c (build_local_stub): Prefer DW_AT_signature for
15619 comdat types.
15620
15621 2012-05-12 Eric Botcazou <ebotcazou@adacore.com>
15622
15623 * function.c (requires_stack_frame_p): If the function can throw
15624 non-call exceptions, return true if the insn can throw internally.
15625
15626 2012-05-12 Paolo Carlini <paolo.carlini@oracle.com>
15627
15628 * doc/generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
15629
15630 2012-05-12 Uros Bizjak <ubizjak@gmail.com>
15631
15632 * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
15633 ORDERED and UNORDERED conditions.
15634
15635 2012-05-11 Richard Guenther <rguenther@suse.de>
15636
15637 * tree-flow.h (referenced_var_check_and_insert): Remove.
15638 (find_new_referenced_vars): Likewise.
15639 * tree-dfa.c (referenced_var_check_and_insert): Make static.
15640 (find_new_referenced_vars_1, find_new_referenced_vars): Remove.
15641 * tree-inline.c (copy_bb): Use find_referenced_vars_in
15642 instead of find_new_referenced_vars.
15643 * gimple-fold.c (gimplify_and_update_call_from_tree): Likewise.
15644
15645 2012-05-11 Richard Guenther <rguenther@suse.de>
15646
15647 * tree-pass.h (pass_rest_of_compilation,
15648 pass_all_optimizations, pass_postreload, pass_all_early_optimizations):
15649 Remove.
15650 * passes.c (pass_all_optimizations, pass_postreload,
15651 pass_all_early_optimizations): Make static.
15652 (pass_rest_of_compilation): Likewise. Make it an RTL_PASS.
15653 * tree-phinodes.c (init_phinodes, fini_phinodes): Remove.
15654 * tree-ssa.c (init_tree_ssa): Do not call init_phinodes.
15655 (delete_tree_ssa): Do not call fini_phinodes.
15656 * tree-flow.h (init_phinodes, fini_phinodes): Remove.
15657
15658 2012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
15659
15660 PR 53063
15661 * doc/options.texi (EnabledBy): Document
15662 * opts.c: Include opts.h and options.h before tm.h.
15663 (finish_options): Do not handle some sub-options here...
15664 (common_handle_option): ... instead call common_handle_option_auto
15665 here.
15666 * optc-gen.awk: Handle EnabledBy.
15667 * opth-gen.awk: Declare common_handle_option_auto.
15668 * common.opt (Wuninitialized): Use EnabledBy. Delete Init.
15669 (Wmaybe-uninitialized): Likewise.
15670 (Wunused-but-set-variable): Likewise.
15671 (Wunused-function): Likewise.
15672 (Wunused-label): Likewise.
15673 (Wunused-value): Likewise.
15674 (Wunused-variable): Likewise.
15675 * opt-read.awk: Create opt_numbers array.
15676
15677 2012-05-11 Richard Guenther <rguenther@suse.de>
15678
15679 PR tree-optimization/53295
15680 * tree-data-ref.h (stride_of_unit_type_p): Handle non-constant
15681 strides.
15682 * tree-data-ref.c (dr_analyze_innermost): Allow non-constant
15683 strides when analyzing data-references in a loop context.
15684 * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Reject
15685 non-constant strides for now.
15686 (vect_enhance_data_refs_alignment): Ignore data references
15687 that are strided loads.
15688 (vect_analyze_data_ref_access): Handle non-constant strides.
15689 (vect_check_strided_load): Verify the data-reference is a load.
15690 (vect_analyze_data_refs): Restructure to make strided load
15691 support not dependent on gather support.
15692 * tree-vect-stmts.c (vectorizable_load): Avoid useless work
15693 when doing strided or gather loads.
15694 * tree-vect-loop-manip.c (vect_vfa_segment_size): Use
15695 integer_zerop to compare stride with zero.
15696
15697 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
15698
15699 * config/i386/driver-i386.c (host_detect_local_cpu): Support RTM.
15700
15701 2012-05-11 Jan Hubicka <jh@suse.cz>
15702
15703 PR bootstrap/53300
15704 * varpool.c (varpool_assemble_decl): Also output constat pool entries
15705 that output_constant_pool missed.
15706
15707 2012-05-11 Mingjie Xing <mingjie.xing@gmail.com>
15708
15709 * config/mips/t-vxworks: Change MUTLILIB_EXTRA_OPTS to
15710 MULTILIB_EXTRA_OPTS.
15711
15712 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
15713
15714 PR target/53291
15715 * config/i386/i386.md (xtest): Use NE condition in ix86_expand_setcc.
15716
15717 2012-05-11 Uros Bizjak <ubizjak@gmail.com>
15718
15719 * config/i386/i386.md (*movti_internal_rex64): Avoid MOVAPS size
15720 optimization for TARGET_AVX.
15721 (*movti_internal_sse): Ditto.
15722 (*movdi_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
15723 (*movdi_internal): Ditto.
15724 (*movsi_internal): Ditto.
15725 (*movtf_internal): Avoid MOVAPS size optimization for TARGET_AVX.
15726 (*movdf_internal_rex64): Ditto.
15727 (*movfd_internal): Ditto.
15728 (*movsf_internal): Ditto.
15729 * config/i386/sse.md (mov<mode>): Handle TARGET_SSE_LOAD0_BY_PXOR.
15730
15731 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
15732
15733 * dwarf2out.c (add_byte_size_attribute) <RECORD_TYPE>: Handle variable
15734 reference as size attribute.
15735
15736 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
15737 Tristan Gingold <gingold@adacore.com>
15738
15739 * doc/md.texi (Standard Names): Document probe_stack_address.
15740 * explow.c (emit_stack_probe): Handle probe_stack_address.
15741 * config/ia64/ia64.md (UNSPECV_PROBE_STACK_ADDRESS): New constant.
15742 (UNSPECV_PROBE_STACK_RANGE): Likewise.
15743 (probe_stack_address): New insn.
15744 (probe_stack_range): Likewise.
15745 * config/ia64/ia64.c: Include common/common-target.h.
15746 (ia64_compute_frame_size): Mark r2 and r3 as used if static stack
15747 checking is enabled.
15748 (ia64_emit_probe_stack_range): New function.
15749 (output_probe_stack_range): Likewise.
15750 (ia64_expand_prologue): Invoke ia64_emit_probe_stack_range if static
15751 builtin stack checking is enabled.
15752 (rtx_needs_barrier) <UNSPEC_VOLATILE>: Handle UNSPECV_PROBE_STACK_RANGE
15753 and UNSPECV_PROBE_STACK_ADDRESS.
15754 (unknown_for_bundling_p): New predicate.
15755 (group_barrier_needed): Use important_for_bundling_p.
15756 (ia64_dfa_new_cycle): Use unknown_for_bundling_p.
15757 (issue_nops_and_insn): Likewise.
15758 (bundling): Likewise.
15759 (final_emit_insn_group_barriers): Likewise.
15760 * config/ia64/ia64-protos.h (output_probe_stack_range): Declare.
15761 * config/ia64/hpux.h (STACK_CHECK_STATIC_BUILTIN): Define.
15762 (STACK_CHECK_PROTECT): Likewise.
15763 * config/ia64/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
15764
15765 2012-05-10 Jan Hubicka <jh@suse.cz>
15766
15767 * ipa-inline.c (update_all_callee_keys): Remove.
15768 (inline_small_functions): Simplify priority updating.
15769
15770 2012-05-10 Jan Hubicka <jh@suse.cz>
15771
15772 * ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.
15773
15774 2012-05-10 Jan Hubicka <jh@suse.cz>
15775
15776 * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...
15777 (symtab_remove_unreachable_nodes): ... this one.
15778 * ipa-cp.c (ipcp_driver): Do not remove unreachable nodes.
15779 * cgraphunit.c (ipa_passes): Update.
15780 * cgraphclones.c (cgraph_materialize_all_clones): Update.
15781 * cgraph.c (cgraph_release_function_body): Only turn initial
15782 into error mark when initial was previously set.
15783 * ipa-inline.c (ipa_inline): Update.
15784 * ipa.c: Include ipa-inline.h
15785 (enqueue_cgraph_node, enqueue_varpool_node): Remove.
15786 (enqueue_node): New function.
15787 (process_references): Update.
15788 (symtab_remove_unreachable_nodes): Cleanup.
15789 * passes.c (execute_todo, execute_one_pass): Update.
15790
15791 2012-05-10 Vladimir Makarov <vmakarov@redhat.com>
15792
15793 PR rtl-optimization/53125
15794 * ira.c (ira): Call find_moveable_pseudos and
15795 move_unallocated_pseudos if only ira_conflicts_p is true.
15796
15797 2012-05-10 Uros Bizjak <ubizjak@gmail.com>
15798
15799 * config/i386/i386.md (*movoi_internal_avx): Handle
15800 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL and TARGET_SSE_TYPELESS_STORES.
15801 (*movti_internal_rex64): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.
15802 (*movti_internal_sse): Ditto.
15803 (*movtf_internal): Ditto.
15804 * config/i386/sse.md (ssePSmode): New mode attribute.
15805 (*move<mode>_internal): Use ssePSmode.
15806 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Ditto.
15807 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
15808 * config/i386/i386.c (standard_sse_constant_opcode): Do not handle
15809 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL here.
15810
15811 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
15812
15813 * gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
15814 DECL_ORIGINAL_TYPE if it is present.
15815
15816 2012-05-10 Nick Clifton <nickc@redhat.com>
15817
15818 PR target/53120
15819 * config/m32c/bitops.md (bset_qi): Change operand 2 from having
15820 a "0" constraint to being a (match_dup 0).
15821
15822 2012-05-10 Richard Guenther <rguenther@suse.de>
15823
15824 * stor-layout.c (byte_from_pos): Amend comment.
15825
15826 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15827
15828 * doc/extend.texi (X86 Built-in Functions, __builtin_cpu_init):
15829 Document requirement to call in constructors.
15830
15831 * config/i386/i386.c: Update comments for i386-cpuinfo.c name change.
15832
15833 2012-05-10 Richard Guenther <rguenther@suse.de>
15834
15835 * tree.h (TYPE_IS_SIZETYPE): Remove.
15836 * fold-const.c (int_const_binop_1): Remove TYPE_IS_SIZETYPE use.
15837 (extract_muldiv_1): Likewise.
15838 * gimple.c (gtc_visit): Likewise.
15839 (gimple_types_compatible_p): Likewise.
15840 (iterative_hash_canonical_type): Likewise.
15841 (gimple_canonical_types_compatible_p): Likewise.
15842 * gimplify.c (gimplify_one_sizepos): Likewise.
15843 * print-tree.c (print_node): Likewise.
15844 * stor-layout.c (initialize_sizetypes): Do not set TYPE_IS_SIZETYPE.
15845
15846 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
15847
15848 PR target/52908
15849 * config/i386/sse.md (vec_widen_smult_hi_v4si): Expand using
15850 xop_pmacsdqh insn pattern instead of xop_mulv2div2di3_high.
15851 (vec_widen_smult_lo_v4si): Expand using xop_pmacsdql insn pattern
15852 instead of xop_mulv2div2di3_low.
15853 (xop_p<macs>dql): Fix vec_select selector.
15854 (xop_p<macs>dqh): Ditto.
15855 (xop_mulv2div2di3_low): Remove insn_and_split pattern.
15856 (xop_mulv2div2di3_high): Ditto.
15857
15858 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
15859
15860 PR c++/53289
15861 * diagnostic.h (diagnostic_context): Add last_location.
15862 * diagnostic.c (diagnostic_initialize): Initialize it.
15863 (diagnostic_show_locus): Use it.
15864
15865 2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
15866
15867 * doc/extend.texi (Function Attributes): Point xref to section
15868 about Pragmas.
15869
15870 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
15871
15872 * config/i386/i386.c (*movdf_internal_rex64): Remove
15873 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
15874 Calculate "mode" attribute according to
15875 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
15876 (*movdf_internal): Ditto.
15877
15878 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
15879
15880 PR target/44141
15881 * config/i386/i386.c (ix86_expand_vector_move_misalign): Do not handle
15882 128 bit vectors specially for TARGET_AVX. Emit sse2_movupd and
15883 sse_movupd RTXes for TARGET_AVX, TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
15884 or when optimizing for size.
15885 * config/i386/sse.md (*mov<mode>_internal): Remove
15886 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL handling from asm output code.
15887 Calculate "mode" attribute according to optimize_function_for_size_p
15888 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flag.
15889 (*<sse>_movu<ssemodesuffix><avxsizesuffix>): Choose asm template
15890 depending on the mode of the instruction. Calculate "mode" attribute
15891 according to optimize_function_for_size_p, TARGET_SSE_TYPELESS_STORES
15892 and TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL flags.
15893 (*<sse2>_movdqu<avxsizesuffix>): Ditto.
15894
15895 2012-05-09 Georg-Johann Lay <avr@gjlay.de>
15896
15897 PR target/53256
15898 * config/avr/elf.h (ASM_DECLARE_FUNCTION_NAME): Remove.
15899 * config/avr/avr-protos.h (avr_asm_declare_function_name): Remove.
15900 * config/avr/avr.h (struct machine_function): Add attributes_checked_p.
15901 * config/avr/avr.c (avr_asm_declare_function_name): Remove.
15902 (expand_prologue): Move initialization of cfun->machine->is_naked,
15903 is_interrupt, is_signal, is_OS_task, is_OS_main from here to...
15904 (avr_set_current_function): ...this new static function.
15905 (TARGET_SET_CURRENT_FUNCTION): New define.
15906 (avr_function_ok_for_sibcall): Use cfun->machine->is_* instead of
15907 checking attributes of current_function_decl.
15908 (avr_regs_to_save): Ditto.
15909 (signal_function_p): Rename to avr_signal_function_p.
15910 (interrupt_function_p): Rename to avr_interrupt_function_p.
15911
15912 * doc/extend.texi (Function Attributes): Better explanation of
15913 'interrupt' and 'signal' for AVR. Move 'ifunc' down to establish
15914 alphabetical order.
15915
15916 2012-05-09 Michael Matz <matz@suse.de>
15917
15918 PR tree-optimization/53185
15919 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Disable
15920 peeling when we see strided loads.
15921
15922 2012-05-09 Matthias Klose <doko@ubuntu.com>
15923
15924 * gcc-ar.c (main): Don't check for execute bits for the plugin.
15925
15926 2012-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
15927
15928 * tree-ssa-loop-ivopts.c (add_autoinc_candidates, get_address_cost):
15929 Replace use of HAVE_{POST/PRE}_{INCREMENT/DECREMENT} with
15930 USE_{LOAD/STORE}_{PRE/POST}_{INCREMENT/DECREMENT} appropriately.
15931 * config/arm/arm.h (ARM_AUTOINC_VALID_FOR_MODE_P): New.
15932 (USE_LOAD_POST_INCREMENT): Define.
15933 (USE_LOAD_PRE_INCREMENT): Define.
15934 (USE_LOAD_POST_DECREMENT): Define.
15935 (USE_LOAD_PRE_DECREMENT): Define.
15936 (USE_STORE_PRE_DECREMENT): Define.
15937 (USE_STORE_PRE_INCREMENT): Define.
15938 (USE_STORE_POST_DECREMENT): Define.
15939 (USE_STORE_POST_INCREMENT): Define.
15940 (arm_auto_incmodes): Add enumeration.
15941 * config/arm/arm-protos.h (arm_autoinc_modes_ok_p): Declare.
15942 * config/arm/arm.c (arm_autoinc_modes_ok_p): Define.
15943
15944 2012-05-09 Jakub Jelinek <jakub@redhat.com>
15945
15946 PR tree-optimization/53226
15947 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Remove
15948 prev and prev_initialized vars, gimple_set_plf (stmt, GF_PLF_1, false)
15949 before processing it and gimple_set_plf (stmt, GF_PLF_1, true) if it
15950 doesn't need to be revisited, look for earliest stmt with
15951 !gimple_plf (stmt, GF_PLF_1) if something changed.
15952
15953 2012-05-09 Terry Guo <terry.guo@arm.com>
15954
15955 * genmultilib: Update copyright dates.
15956 * doc/fragments.texi: Ditto.
15957
15958 2012-05-09 Terry Guo <terry.guo@arm.com>
15959
15960 * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED.
15961 * genmultilib (MULTILIB_REQUIRED): New.
15962 * doc/fragments.texi: Document the MULTILIB_REQUIRED.
15963
15964 2012-05-09 Richard Guenther <rguenther@suse.de>
15965
15966 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
15967 (vect_do_peeling_for_loop_bound): Likewise.
15968 (vect_do_peeling_for_alignment): Likewise.
15969 * tree-vect-loop-manip.c (conservative_cost_threshold): Remove.
15970 (vect_do_peeling_for_loop_bound): Get check_profitability and
15971 threshold as parameters.
15972 (vect_do_peeling_for_alignment): Likewise.
15973 (vect_loop_versioning): Likewise.
15974 * tree-vect-loop.c (vect_transform_loop): Compute check_profitability
15975 and threshold here. Control where to put the check here.
15976
15977 2012-05-09 Richard Sandiford <rdsandiford@googlemail.com>
15978
15979 PR middle-end/53249
15980 * dwarf2out.h (get_address_mode): Move declaration to...
15981 * rtl.h: ...here.
15982 * dwarf2out.c (get_address_mode): Move definition to...
15983 * rtlanal.c: ...here.
15984 * var-tracking.c (get_address_mode): Delete.
15985 * combine.c (find_split_point): Use get_address_mode instead of
15986 targetm.addr_space.address_mode.
15987 * cselib.c (cselib_record_sets): Likewise.
15988 * dse.c (canon_address, record_store): Likewise.
15989 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
15990 * expr.c (move_by_pieces, emit_block_move_via_loop, store_by_pieces)
15991 (store_by_pieces_1, expand_assignment, store_expr, store_constructor)
15992 (expand_expr_real_1): Likewise.
15993 * ifcvt.c (noce_try_cmove_arith): Likewise.
15994 * optabs.c (maybe_legitimize_operand_same_code): Likewise.
15995 * reload.c (find_reloads): Likewise.
15996 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
15997 * sel-sched-dump.c (debug_mem_addr_value): Likewise.
15998
15999 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
16000
16001 * config/mips/mips.c (mips16_gp_pseudo_reg): Remove line
16002 information from the instruction produced.
16003
16004 2012-05-09 Richard Guenther <rguenther@suse.de>
16005
16006 * stor-layout.c (bit_from_pos): Document.
16007 (byte_from_pos): Likewise. Optimize.
16008 (pos_from_bit): Likewise.
16009 (normalize_offset): Use pos_from_bit instead of replicating it.
16010
16011 2012-05-09 Alan Modra <amodra@gmail.com>
16012
16013 PR target/53271
16014 * config/rs6000/rs6000.c (gen_frame_set): New function.
16015 (gen_frame_load, gen_frame_store): New functions.
16016 (rs6000_savres_rtx): Use the above.
16017 (rs6000_emit_epilogue, rs6000_emit_prologue): Here too.
16018 Correct mode used for CR2 in save/restore_world patterns.
16019 Don't emit instructions for eh_return frame unwind reg info.
16020
16021 2012-05-08 Jan Hubicka <jh@suse.cz>
16022
16023 * cgraphbuild.c (build_cgraph_edges): Do not finalize vars
16024 with VALUE_EXPR.
16025 * cgraph.h (varpool_can_remove_if_no_refs): Vars with VALUE_EXPR
16026 are removable.
16027 * toplev.c (wrapup_global_declaration_2): Vars with VALUE_EXPR
16028 need to wrapup.
16029 (compile_file): Do not output variables.
16030 * cgraphbuild.c (varpool_finalize_decl): When var is finalized late,
16031 output it.
16032 * langhooks.c: Include timevar.h
16033 (write_global_declarations): Finalize compilation unit after wrapup;
16034 set timevars correctly.
16035 * passes.c (rest_of_decl_compilation): Decls with VALUE_EXPR needs
16036 not to be added to varpool.
16037 * varpool.c (varpool_assemble_decl): Sanity check that we are called
16038 only on cases where it makes sense; skip constant pool and value expr
16039 vars.
16040
16041 2012-05-08 David S. Miller <davem@davemloft.net>
16042
16043 * config/sparc/linux.h (LINK_SPEC): Don't pass "-Y" option.
16044 * config/sparc/linux64.h (LINK_ARCH32_SPEC): Likewise.
16045 * config/sparc/linux64.h (LINK_ARCH64_SPEC): Likewise.
16046
16047 2012-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16048
16049 PR rtl-optimization/53278
16050 * lower-subreg.c (decompose_multiword_subregs): Remove left-over
16051 speed_p code from earlier patch.
16052
16053 2012-05-08 Oleg Endo <olegendo@gcc.gnu.org>
16054
16055 PR target/51244
16056 * config/sh/sh.md (*branch_true, *branch_false): New insns.
16057
16058 2012-05-08 Teresa Johnson <tejohnson@google.com>
16059
16060 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.
16061 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
16062
16063 2012-05-08 Jan Hubicka <jh@suse.cz>
16064
16065 * cgraph.c (cgraph_call_edge_duplication_hooks): Export.
16066 (cgraph_create_node_1): Rename to ...
16067 (cgraph_create_empty_node): ... this one; export.
16068 (cgraph_create_node): Update.
16069 (cgraph_set_call_stmt_including_clones): Move to cgraphclones.c
16070 (cgraph_create_edge_including_clones): Likewise.
16071 (cgraph_find_replacement_node): Likewise.
16072 (cgraph_clone_edge): Likewise.
16073 (cgraph_clone_node): Likewise.
16074 (clone_function_name): Likewise.
16075 (cgraph_create_virtual_clone): Likewise.
16076 (cgraph_remove_node_and_inline_clones): Likewise.
16077 (cgraph_redirect_edge_call_stmt_to_callee): Move here from cgraphunit.c
16078 * cgraph.h: Reorder declarations so they match file of origin.
16079 (cgraph_create_empty_node): Declare.
16080 * cgraphunit.c (update_call_expr): Move to cgraphclones.c
16081 (cgraph_copy_node_for_versioning): Likewise.
16082 (cgraph_function_versioning): Likewise.
16083 (cgraph_materialize_clone): Likewise.
16084 (cgraph_redirect_edge_call_stmt_to_callee): Likewise.
16085 (cgraph_materialize_all_clones): Likewise.
16086 * cgraphclones.c: New file.
16087 * Makefile.in: Update for cgraphclones.
16088
16089 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
16090
16091 PR target/53176
16092 * config/i386/i386.c (ix86_set_reg_reg_cost): New function.
16093 (ix86_rtx_costs): Handle SET.
16094
16095 2012-05-08 Michael Matz <matz@suse.de>
16096
16097 * basic-block.h (struct rtl_bb_info): Remove visited member and
16098 move head_ member to ...
16099 (struct basic_block_def.basic_block_il_dependent): ... the new
16100 member x, replacing but containing old member rtl.
16101 (enum bb_flags): New BB_VISITED flag.
16102 (BB_HEADER, BB_FOOTER): New macros.
16103
16104 * jump.c (mark_all_labels): Adjust.
16105 * cfgcleanup.c (try_optimize_cfg): Adjust.
16106 * cfglayout.c (record_effective_endpoints): Adjust.
16107 (relink_block_chain): Ditto (and don't fiddle with visited).
16108 (fixup_reorder_chain): Adjust.
16109 (fixup_fallthru_exit_predecessor): Ditto.
16110 (cfg_layout_duplicate_bb): Ditto.
16111 * combine.c (update_cfg_for_uncondjump): Adjust.
16112 * bb-reorder.c (struct bbro_basic_block_data_def): Add visited member.
16113 (bb_visited_trace): New accessor.
16114 (mark_bb_visited): Move in front.
16115 (rotate_loop): Use bb_visited_trace.
16116 (find_traces_1_round): Ditto.
16117 (emit_barrier_after): Ditto.
16118 (copy_bb): Ditto, and initialize visited on resize.
16119 (reorder_basic_blocks): Initize visited member.
16120 (duplicate_computed_gotos): Clear bb flags at start, use
16121 BB_VISITED flags.
16122
16123 * cfgrtl.c (try_redirect_by_replacing_jump): Adjust.
16124 (rtl_verify_flow_info_1): Ditto.
16125 (cfg_layout_split_block): Ditto.
16126 (cfg_layout_delete_block): Ditto.
16127 (cfg_layout_merge_blocks): Ditto.
16128 (init_rtl_bb_info): Adjust and initialize il.x.head_ member.
16129
16130 2012-05-08 Hans-Peter Nilsson <hp@axis.com>
16131
16132 PR target/53272
16133 * config/cris/cris.c (cris_normal_notice_update_cc): For TARGET_V32,
16134 when a constant source operand matches an "I" constraint, the "no
16135 CC0 change" applies to a register-destination only, not a
16136 strict_low_part-destination.
16137
16138 2012-05-08 Richard Guenther <rguenther@suse.de>
16139
16140 * fold-const.c (fold_binary_loc): Fold (X * CST1) & CST2
16141 to zero or to (X * CST1) & CST2' when CST1 has trailing zeros.
16142
16143 2012-05-08 Georg-Johann Lay <avr@gjlay.de>
16144
16145 * Makefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.
16146
16147 * doc/avr-mmcu.texi: New auto-generated file.
16148 * doc/invoke.texi (AVR Options): Include avr-mmcu.texi in order
16149 to document all valid -mmcu= arguments.
16150
16151 * config/avr/avr.h (arch_info_s): New struct definition.
16152 * config/avr/avr-devices.c (avr_texinfo): New variable.
16153 * config/avr/gen-avr-mmcu-texi.c: New file.
16154 * config/avr/t-avr: New rules and dependencies to build avr-mmcu.texi.
16155
16156 2012-05-08 Dehao Chen <dehao@google.com>
16157
16158 * predict.c (find_qualified_ssa_name): New.
16159 (find_ssa_name_in_expr): New.
16160 (find_ssa_name_in_assign_stmt): New.
16161 (is_comparison_with_loop_invariant_p): New.
16162 (is_bound_expr_similar): New.
16163 (predict_iv_comparison): New.
16164 (predict_loops): Add heuristic for loop-nested branches that compare an
16165 induction variable to a loop bound variable.
16166 * predict.def (PRED_LOOP_IV_COMPARE): New macro.
16167
16168 2012-05-08 Uros Bizjak <ubizjak@gmail.com>
16169
16170 * config/i386/i386.c (has_dispatch): Use TARGET_BDVER1 and
16171 TARGET_BDVER2 defines where appropriate.
16172
16173 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
16174
16175 * configure.ac (PLUGIN_LD): Rename into...
16176 (PLUGIN_LD_SUFFIX): ...this and strip the target_alias triplet.
16177 * config.in: Regenerate.
16178 * configure: Likewise.
16179 * collect2.c (main): Set plugin_ld_suffix to PLUGIN_LD_SUFFIX.
16180
16181 2012-05-07 Eric Botcazou <ebotcazou@adacore.com>
16182
16183 * tree-dfa.c (get_ref_base_and_extent) <ARRAY_REF>: Do the offset
16184 computation using the precision of the index type.
16185 * gimple-fold.c (fold_const_aggregate_ref_1) <ARRAY_REF>: Likewise.
16186 (fold_array_ctor_reference): Do index computations in the index type.
16187
16188 2012-05-07 Georg-Johann Lay <avr@gjlay.de>
16189
16190 * config/avr/avr.c (avr_prologue_setup_frame): Fix mode passed
16191 down to plus_constant.
16192 (expand_epilogue): Ditto.
16193
16194 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
16195
16196 * postreload.c (reload_cse_regs): Make static.
16197 * reload.h (reload_cse_regs): Remove prototype.
16198
16199 2012-05-07 Richard Henderson <rth@redhat.com>
16200
16201 * config/alpha/alpha.md (clear_cache): New pattern.
16202
16203 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
16204
16205 PR middle-end/53245
16206 * gimplify.c (preprocess_case_label_vec_for_gimple): If low or high
16207 is folded to a type boundary value, verify that the resulting case
16208 label is still a care range.
16209
16210 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
16211
16212 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf
16213 only for TARGET_GENERIC, when not optimizing for size.
16214 (*ffs<mode>_1): Ditto.
16215
16216 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
16217
16218 * tree-cfg.c (verify_gimple_switch): Tighten checks.
16219
16220 2012-05-07 Jakub Jelinek <jakub@redhat.com>
16221
16222 PR tree-optimization/53239
16223 * tree-vrp.c (get_value_range): Set VR of SSA_NAME_IS_DEFAULT_DEF
16224 of DECL_BY_REFERENCE RESULT_DECL to nonnull.
16225
16226 2012-05-07 Richard Guenther <rguenther@suse.de>
16227
16228 PR tree-optimization/53195
16229 * tree-inline.c (setup_one_parameter): Properly add referenced
16230 vars from the parameters new known value.
16231
16232 2012-05-07 Steven Bosscher <steven@gcc.gnu.org>
16233
16234 * config/m68k/m68k.c (m68k_sched_branch_type): Remove.
16235 (sched_branch_type): Remove.
16236 (m68k_sched_md_init_global): Don't allocate it.
16237 (m68k_sched_md_finish_global): Don't free it.
16238 * config/m68k/m68k.h (m68k_sched_branch_type): Remove prototype.
16239 * config/m68k/m68k.md: Set the type of insns using
16240 m68k_sched_branch_type to bcc directly.
16241
16242 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16243
16244 * config/sol2.c (solaris_override_options): New function.
16245 * config/sol2-protos.h (solaris_override_options): Declare.
16246 * config/sol2.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
16247
16248 2012-05-07 Richard Guenther <rguenther@suse.de>
16249
16250 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return
16251 whether we failed to compute data dependences.
16252 (loop_prefetch_arrays): Fail if we failed.
16253
16254 2012-05-07 Uros Bizjak <ubizjak@gmail.com>
16255 Paolo Bonzini <bonzini@gnu.org>
16256
16257 * config/i386/i386.md (ctz<mode>2): Emit rep;bsf even for !TARGET_BMI.
16258 Emit bsf when optimizing for size.
16259 (*ffs<mode>_1): Ditto.
16260
16261 2012-05-07 Oleg Endo <olegendo@gcc.gnu.org>
16262
16263 PR target/53250
16264 * config/sh/sh.c (sh_rtx_costs): Handle SET.
16265
16266 2012-05-06 Uros Bizjak <ubizjak@gmail.com>
16267
16268 PR target/53227
16269 * config/i386/i386.md (swap<mode>): Rename from *swap<mode>.
16270 (bswapdi2): Split from bswap<mode>2. Use nonnimediate_operand
16271 predicate for operand 1. Force operand 1 to register for TARGET_BSWAP.
16272 (bswapsi2): Ditto.
16273 (*bswapdi2_doubleword): New insn pattern.
16274 (*bswap<mode>2): Rename from *bswap<mode>2_1.
16275
16276 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
16277
16278 * config/mips/mips.c (mips_set_reg_reg_piece_cost): New function.
16279 (mips_set_reg_reg_cost): Likewise.
16280 (mips_rtx_costs): Handle SET.
16281
16282 2012-05-06 Richard Sandiford <rdsandiford@googlemail.com>
16283
16284 * lower-subreg.c (shift_cost): Use set_src_cost, avoiding the SET.
16285 (compute_costs): Likewise for the zero extension. Use set_rtx_cost
16286 to compute the cost of moves. Set the mode of the target register.
16287
16288 2012-05-05 Richard Sandiford <rdsandiford@googlemail.com>
16289
16290 * rtl.h (plus_constant, plus_constant_mode): Merge into a single
16291 plus_constant function.
16292 * explow.c (plus_constant, plus_constant_mode): Likewise. Assert
16293 that the mode is sensible.
16294 (use_anchored_address, round_push, allocate_dynamic_stack_space)
16295 (probe_stack_range, anti_adjust_stack_and_probe): Update calls to
16296 plus_constant.
16297
16298 * alias.c (canon_rtx): Likewise.
16299 (init_alias_analysis): Likewise.
16300 * builtins.c (expand_builtin_return_addr)
16301 (expand_builtin_setjmp_setup, expand_builtin_longjmp)
16302 (expand_builtin_nonlocal_goto, expand_builtin_update_setjmp_buf)
16303 (expand_builtin_apply_args_1, expand_builtin_apply, expand_movstr)
16304 (expand_builtin_stpcpy): Likewise.
16305 * calls.c (save_fixed_argument_area, restore_fixed_argument_area)
16306 (compute_argument_addresses, internal_arg_pointer_based_exp)
16307 (expand_call, emit_library_call_value_1): Likewise.
16308 * cfgexpand.c (expand_one_stack_var_at, expand_debug_expr): Likewise.
16309 * combine-stack-adj.c (try_apply_stack_adjustment): Likewise.
16310 * combine.c (combine_simplify_rtx, force_to_mode): Likewise.
16311 * cse.c (insert_const_anchor, find_reg_offset_for_const)
16312 (use_related_value, fold_rtx): Likewise.
16313 * cselib.c (cselib_subst_to_values): Likewise.
16314 * dse.c (record_store, check_mem_read_rtx): Likewise.
16315 * dwarf2out.c (rtl_for_decl_location, gen_variable_die): Likewise.
16316 * emit-rtl.c (adjust_address_1): Likewise.
16317 * except.c (sjlj_emit_function_enter)
16318 (expand_builtin_extract_return_addr)
16319 (expand_builtin_frob_return_addr): Likewise.
16320 * expmed.c (expand_divmod): Likewise.
16321 * expr.c (move_by_pieces, store_by_pieces, store_by_pieces_1)
16322 (emit_move_resolve_push, push_block, emit_push_insn, store_expr)
16323 (expand_expr_addr_expr_1, expand_expr_real_1): Likewise.
16324 * function.c (assign_stack_local_1)
16325 (instantiate_virtual_regs_in_rtx): Likewise.
16326 * optabs.c (prepare_cmp_insn): Likewise.
16327 * recog.c (offsettable_address_addr_space_p): Likewise.
16328 * reload.c (find_reloads_address, form_sum)
16329 (find_reloads_subreg_address): Likewise.
16330 * reload1.c (init_reload, eliminate_regs_1)
16331 (eliminate_regs_in_insn): Likewise.
16332 * simplify-rtx.c (simplify_unary_operation_1)
16333 (simplify_binary_operation_1, simplify_plus_minus): Likewise.
16334 * var-tracking.c (compute_cfa_pointer, prepare_call_arguments)
16335 (vt_add_function_parameter): Likewise.
16336
16337 * config/alpha/alpha.h (EH_RETURN_HANDLER_RTX): Likewise.
16338 * config/alpha/vms.h (EH_RETURN_HANDLER_RTX): Likewise.
16339 * config/alpha/alpha.c (alpha_legitimize_address_1)
16340 (get_unaligned_address, alpha_expand_unaligned_load)
16341 (alpha_expand_unaligned_store, alpha_expand_unaligned_load_words)
16342 (alpha_expand_unaligned_store_words, alpha_expand_block_clear)
16343 (alpha_expand_builtin_establish_vms_condition_handler)
16344 (alpha_setup_incoming_varargs, emit_frame_store_1)
16345 (alpha_expand_prologue, alpha_expand_epilogue)
16346 (alpha_use_linkage): Likewise.
16347 * config/alpha/alpha.md: Likewise.
16348
16349 * config/arm/arm.c (arm_trampoline_init, legitimize_pic_address)
16350 (arm_load_pic_register, arm_pic_static_addr, arm_legitimize_address)
16351 (thumb_legitimize_address, arm_gen_load_multiple_1)
16352 (arm_gen_store_multiple_1, arm_gen_multiple_op, gen_ldm_seq)
16353 (gen_stm_seq, gen_const_stm_seq, arm_block_move_unaligned_straight)
16354 (arm_block_move_unaligned_loop, arm_gen_movmemqi, arm_reload_in_hi)
16355 (arm_reload_out_hi, arm_reorg, vfp_emit_fstmd, emit_multi_reg_push)
16356 (emit_sfm, thumb_set_frame_pointer, arm_expand_prologue)
16357 (thumb1_emit_multi_reg_push, thumb1_expand_prologue)
16358 (thumb_expand_movmemqi, arm_set_return_address)
16359 (thumb_set_return_address): Likewise.
16360 * config/arm/arm.md: Likewise.
16361
16362 * config/avr/avr.c (avr_incoming_return_addr_rtx)
16363 (avr_prologue_setup_frame, expand_epilogue)
16364 (avr_const_address_lo16): Likewise.
16365
16366 * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Likewise.
16367 * config/bfin/bfin.c (setup_incoming_varargs, bfin_load_pic_reg)
16368 (bfin_expand_prologue, bfin_trampoline_init, bfin_expand_call)
16369 (bfin_output_mi_thunk): Likewise.
16370
16371 * config/c6x/c6x.c (c6x_initialize_trampoline)
16372 (c6x_output_mi_thunk): Likewise.
16373
16374 * config/cr16/cr16.h (EH_RETURN_HANDLER_RTX): Likewise.
16375 * config/cr16/cr16.c (cr16_create_dwarf_for_multi_push): Likewise.
16376
16377 * config/cris/cris.c (cris_return_addr_rtx, cris_split_movdx)
16378 (cris_expand_prologue, cris_expand_epilogue, cris_gen_movem_load)
16379 (cris_emit_movem_store, cris_trampoline_init): Likewise.
16380 * config/cris/cris.md: Likewise.
16381
16382 * config/darwin.c (machopic_indirect_data_reference)
16383 (machopic_legitimize_pic_address): Likewise.
16384
16385 * config/epiphany/epiphany.c (epiphany_emit_save_restore)
16386 (epiphany_expand_prologue, epiphany_expand_epilogue)
16387 (epiphany_trampoline_init): Likewise.
16388 * config/epiphany/epiphany.md: Likewise.
16389
16390 * config/fr30/fr30.c (fr30_move_double): Likewise.
16391
16392 * config/frv/frv.c (frv_dwarf_store, frv_expand_prologue)
16393 (frv_expand_block_move, frv_expand_block_clear, frv_return_addr_rtx)
16394 (frv_index_memory, unspec_got_name, frv_find_base_term)
16395 (frv_output_dwarf_dtprel): Likewise.
16396
16397 * config/h8300/h8300.c (h8300_push_pop, h8300_return_addr_rtx)
16398 (h8300_swap_into_er6, h8300_swap_out_of_er6): Likewise.
16399
16400 * config/i386/i386.h (RETURN_ADDR_RTX): Likewise.
16401 * config/i386/i386.c (setup_incoming_varargs_64)
16402 (setup_incoming_varargs_ms_64, choose_baseaddr)
16403 (ix86_emit_save_reg_using_mov, ix86_adjust_stack_and_probe)
16404 (ix86_emit_probe_stack_range, ix86_expand_prologue)
16405 (ix86_emit_restore_reg_using_pop, ix86_emit_leave)
16406 (ix86_expand_epilogue, legitimize_pic_address, ix86_legitimize_address)
16407 (ix86_split_long_move, ix86_expand_movmem, ix86_expand_setmem)
16408 (ix86_static_chain, ix86_trampoline_init, x86_this_parameter)
16409 (x86_output_mi_thunk): Likewise.
16410 * config/i386/i386.md: Likewise.
16411
16412 * config/ia64/ia64.c (ia64_expand_load_address)
16413 (ia64_expand_tls_address, ia64_expand_move, ia64_split_tmode)
16414 (do_spill, ia64_trampoline_init): Likewise.
16415
16416 * config/iq2000/iq2000.c (iq2000_va_start)
16417 (iq2000_emit_frame_related_store, iq2000_expand_prologue)
16418 (iq2000_expand_eh_return, iq2000_setup_incoming_varargs)
16419 (iq2000_print_operand, iq2000_legitimize_address): Likewise.
16420
16421 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
16422
16423 * config/m32c/m32c.c (m32c_return_addr_rtx)
16424 (m32c_expand_insv): Likewise.
16425
16426 * config/m32r/m32r.c (m32r_setup_incoming_varargs)
16427 (m32r_legitimize_pic_address, m32r_print_operand)
16428 (m32r_print_operand_address): Likewise.
16429
16430 * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Likewise.
16431 * config/m68k/m68k.h (RETURN_ADDR_RTX): Likewise.
16432 (EH_RETURN_HANDLER_RTX): Likewise.
16433 * config/m68k/m68k.c (m68k_emit_movem, m68k_expand_prologue)
16434 (m68k_expand_epilogue, legitimize_pic_address)
16435 (m68k_output_mi_thunk): Likewise.
16436 * config/m68k/m68k.md: Likewise.
16437
16438 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
16439 (mcore_expand_epilog): Likewise.
16440 * config/mcore/mcore.md: Likewise.
16441
16442 * config/mep/mep.c (mep_allocate_initial_value)
16443 (mep_expand_prologue, mep_expand_epilogue): Likewise.
16444
16445 * config/microblaze/microblaze.c (double_memory_operand)
16446 (microblaze_block_move_loop): Likewise.
16447
16448 * config/mips/mips.c (mips_strip_unspec_address, mips_add_offset)
16449 (mips_setup_incoming_varargs, mips_va_start, mips_block_move_loop)
16450 (mips_print_operand, mips16e_save_restore_reg, mips_save_restore_reg)
16451 (mips_expand_prologue, mips_epilogue_set_cfa)
16452 (mips_expand_epilogue): Likewise.
16453 * config/mips/mips.md: Likewise.
16454
16455 * config/mmix/mmix.c (mmix_dynamic_chain_address, mmix_return_addr_rtx)
16456 (mmix_expand_prologue, mmix_expand_epilogue): Likewise.
16457
16458 * config/mn10300/mn10300.c (mn10300_gen_multiple_store)
16459 (mn10300_builtin_saveregs, mn10300_trampoline_init): Likewise.
16460
16461 * config/moxie/moxie.h (INCOMING_RETURN_ADDR_RTX): Likewise.
16462 (EH_RETURN_HANDLER_RTX): Likewise.
16463 * config/moxie/moxie.c (moxie_static_chain): Likewise.
16464
16465 * config/pa/pa.c (legitimize_pic_address, hppa_legitimize_address)
16466 (store_reg, set_reg_plus_d, pa_expand_prologue, load_reg)
16467 (pa_return_addr_rtx, hppa_builtin_saveregs)
16468 (pa_trampoline_init): Likewise.
16469 * config/pa/pa.md: Likewise.
16470
16471 * config/pdp11/pdp11.c (pdp11_expand_epilogue): Likewise.
16472
16473 * config/picochip/picochip.c (picochip_static_chain): Likewise.
16474
16475 * config/rs6000/rs6000.h (RS6000_SAVE_TOC): Likewise.
16476 * config/rs6000/rs6000.c (rs6000_legitimize_address)
16477 (setup_incoming_varargs, print_operand, rs6000_return_addr)
16478 (rs6000_emit_eh_reg_restore, rs6000_emit_probe_stack_range)
16479 (rs6000_emit_epilogue)
16480 (rs6000_machopic_legitimize_pic_address): Likewise.
16481
16482 * config/rx/rx.c (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
16483
16484 * config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Likewise.
16485 (DYNAMIC_CHAIN_ADDRESS): Likewise.
16486 * config/s390/s390.c (s390_decompose_address, legitimize_pic_address)
16487 (s390_delegitimize_address, print_operand, annotate_constant_pool_refs)
16488 (replace_constant_pool_ref, s390_return_addr_rtx, s390_back_chain_rtx)
16489 (save_fpr, restore_fpr, save_gprs, restore_gprs, s390_emit_prologue)
16490 (s390_emit_epilogue, s390_function_profiler): Likewise.
16491 * config/s390/s390.md: Likewise.
16492
16493 * config/score/score.c (score_add_offset, score_prologue): Likewise.
16494
16495 * config/sh/sh.c (expand_block_move, push_regs, sh_builtin_saveregs)
16496 (sh_output_mi_thunk): Likewise.
16497 * config/sh/sh.md: Likewise.
16498
16499 * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS, FRAME_ADDR_RTX)
16500 (RETURN_ADDR_RTX, INCOMING_RETURN_ADDR_RTX): Likewise.
16501 * config/sparc/sparc.c (sparc_legitimize_pic_address)
16502 (sparc_emit_probe_stack_range, emit_save_or_restore_regs)
16503 (emit_window_save, sparc_flat_expand_prologue, sparc_struct_value_rtx)
16504 (emit_and_preserve): Likewise.
16505 * config/sparc/sparc.md: Likewise.
16506
16507 * config/spu/spu.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
16508 * config/spu/spu.c (spu_expand_insv, spu_machine_dependent_reorg)
16509 (spu_setup_incoming_varargs, ea_load_store_inline)
16510 (spu_expand_load): Likewise.
16511
16512 * config/stormy16/stormy16.c (xstormy16_expand_prologue)
16513 (combine_bnp): Likewise.
16514
16515 * config/tilegx/tilegx.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
16516 * config/tilegx/tilegx.c (tilegx_setup_incoming_varargs)
16517 (tilegx_expand_unaligned_load, tilegx_trampoline_init): Likewise.
16518
16519 * config/tilepro/tilepro.h (DYNAMIC_CHAIN_ADDRESS): Likewise.
16520 * config/tilepro/tilepro.c (tilepro_setup_incoming_varargs)
16521 (tilepro_expand_unaligned_load, tilepro_trampoline_init): Likewise.
16522
16523 * config/v850/v850.c (expand_prologue, expand_epilogue): Likewise.
16524 * config/v850/v850.md: Likewise.
16525
16526 * config/vax/elf.h (EH_RETURN_STACKADJ_RTX): Likewise.
16527 (EH_RETURN_HANDLER_RTX): Likewise.
16528 * config/vax/vax.h (DYNAMIC_CHAIN_ADDRESS, RETURN_ADDR_RTX): Likewise.
16529 * config/vax/vax.c (vax_add_reg_cfa_offset, vax_expand_prologue)
16530 (print_operand_address, vax_trampoline_init): Likewise.
16531
16532 * config/xtensa/xtensa.c (xtensa_expand_prologue, xtensa_return_addr)
16533 (xtensa_function_value_regno_p): Likewise.
16534
16535 2012-05-04 Andrew Pinski <apinski@cavium.com>
16536
16537 * expr.c (get_def_for_expr_class): New function.
16538 (convert_tree_comp_to_rtx): New function.
16539 (expand_cond_expr_using_cmove): New function.
16540 (expand_expr_real_2 <case COND_EXPR>): Call
16541 expand_cond_expr_using_cmove first and return if it succeeds.
16542 Remove the check for HAVE_conditional_move since we should have
16543 already converted it to a conditional move.
16544 * config/i386/i386.c (ix86_expand_int_movcc): Disallow comparison
16545 modes of DImode for 32bits and TImode.
16546
16547 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
16548
16549 PR other/29442
16550 * read-md.c (fprint_md_ptr_loc, fprint_c_condition): New functions.
16551 (print_md_ptr_loc, print_c_condition): Use them.
16552 * read-md.h (fprint_md_ptr_loc, fprint_c_condition): New prototypes.
16553 * genattrtab.c (attr_file_name, dfa_file_name, latency_file_name,
16554 attr_file, dfa_file, latency_file): New global variables.
16555 (write_attr_valueq, write_attr_set, write_attr_case, write_attr_value,
16556 write_upcase, write_indent, write_length_unit_log, write_test_expr,
16557 write_attr_get, write_insn_cases, write_eligible_delay,
16558 write_const_num_delay_slots): Accept FILE pointer and toss it around.
16559 Update all callers.
16560 (write_header, open_outfile, handle_arg): New funcions.
16561 (make_automaton_attrs): Write prototypes as extern to the output
16562 files.
16563 (main): Use init_rtx_reader_args_cb with handle_arg to take 3 file
16564 names from the command line. Open the output files and write out
16565 internal functions for DFA functions to dfa_file_name, insn latency
16566 functions to latency_file_name, and everything else to attr_file.
16567 * Makefile.in (OBJS): Add insn-dfatab.o and insn-latencytab.o.
16568 (BACKEND): Build libbackend first.
16569 (MOSTLYCLEANFILES): Add insn-dfatab.c and insn-latencytab.c.
16570 (.PRECIOUS): Likewise.
16571 (insn-dfatab.o): New rule.
16572 (insn-latencytab.o): New rule.
16573 (simple_rtl_generated_c): Do not include insn-attrtab.c.
16574 (s-attrtab): New rule.
16575
16576 2012-05-04 Steven Bosscher <steven@gcc.gnu.org>
16577
16578 * rtl.def (ATTR_FLAG): Remove probability indicating flags.
16579 * genattr.c (main): Remove ATTR_FLAG_likely, ATTR_FLAG_unlikely,
16580 ATTR_FLAG_very_likely, and ATTR_FLAG_very_unlikely.
16581 * reorg.c (get_jump_flags): Do not set the removed flags.
16582
16583 * doc/md.texi (attr_flag): Update for abovementioned changes.
16584
16585 2012-05-04 Uros Bizjak <ubizjak@gmail.com>
16586
16587 PR target/53228
16588 * config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
16589 (TARGET_CMOV): Rename from TARGET_CMOVE.
16590 (TARGET_CMOVE): New define.
16591 * config/i386/i386.c (ix86_option_override_internal): Use TARGET_CMOV.
16592 Do not set TARGET_CMOVE here.
16593
16594 2012-05-04 Dodji Seketeli <dodji@redhat.com>
16595
16596 Enable -Wunused-local-typedefs when -Wall or -Wunused is on
16597 * opts.c (finish_options): Activate -Wunused-local-typedefs if
16598 -Wunused is activated.
16599 * doc/invoke.texi: Update blurb of -Wunused-local-typedefs.
16600
16601 2012-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16602
16603 * config/s390/s390.md (*movmem_short, *clrmem_short)
16604 (*cmpmem_short): Move the mode check from the insn condition to
16605 the match_scratch.
16606
16607 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
16608
16609 PR tree-optimization/52633
16610 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Swap order of
16611 vect_recog_widen_shift_pattern and vect_recog_over_widening_pattern.
16612 (vect_recog_over_widening_pattern): Remove handling of code that was
16613 already detected as over-widening pattern. Remove special handling
16614 of "unsigned" cases. Instead, support general case of conversion
16615 of the shift result to another type.
16616
16617 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
16618
16619 * tree-vect-patterns.c (vect_single_imm_use): New function.
16620 (vect_recog_widen_mult_pattern): Use it instead of open-coding loop.
16621 (vect_recog_over_widening_pattern): Likewise.
16622 (vect_recog_widen_shift_pattern): Likewise.
16623
16624 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
16625
16626 * tree-vect-patterns.c (vect_same_loop_or_bb_p): New function.
16627 (vect_handle_widen_op_by_const): Use it instead of open-coding test.
16628 (vect_recog_widen_mult_pattern): Likewise.
16629 (vect_operation_fits_smaller_type): Likewise.
16630 (vect_recog_over_widening_pattern): Likewise.
16631 (vect_recog_widen_shift_pattern): Add to vect_same_loop_or_bb_p test.
16632
16633 2012-05-04 Richard Guenther <rguenther@suse.de>
16634
16635 PR lto/50602
16636 * lto-wrapper.c (merge_and_complain): Complain about mismatches
16637 of -freg-struct-return and -fpcc-struct-return.
16638 (run_gcc): Pass through -freg-struct-return and -fpcc-struct-return
16639 from the input file options and ignore those from the link
16640 command line.
16641
16642 2012-05-04 Richard Guenther <rguenther@suse.de>
16643
16644 PR tree-optimization/53168
16645 * tree-ssa-pre.c (phi_translate_1): Only handle type-punned
16646 memory reads when the result is a constant we can pun.
16647
16648 2012-05-04 Richard Guenther <rguenther@suse.de>
16649
16650 * common.opt (flto-report): Do not mark as Optimization.
16651
16652 2012-05-04 Eric Botcazou <ebotcazou@adacore.com>
16653
16654 PR target/48496
16655 * recog.c (constrain_operands): If extra constraints are present, also
16656 accept pseudo-registers with equivalent memory locations during reload.
16657
16658 2012-05-04 Olivier Hainque <hainque@adacore.com>
16659
16660 * collect2.c (may_unlink_output_file): New global.
16661 (maybe_unlink): Honor it.
16662 * collect2.h: Add extern for it.
16663 * tlink.c (do_tlink): Set it to true if the link succeeded.
16664
16665 2012-05-04 Olivier Hainque <hainque@adacore.com>
16666
16667 * gcc.c (eval_spec_function): Finalize/restore the current string
16668 obstack state as part of the context push/pop operations.
16669
16670 2012-05-04 Bin Cheng <bin.cheng@arm.com>
16671
16672 PR rtl-optimization/52804
16673 * reload1.c (reload_reg_reaches_end_p): Check whether successor
16674 reload with type RELOAD_FOR_INPUT_ADDRESS kills reload register
16675 of current one with type RELOAD_FOR_INPADDR_ADDRESS.
16676 Same stands for reloads with type RELOAD_FOR_OUTPUT_ADDRESS and
16677 RELOAD_FOR_OUTADDR_ADDRESS.
16678
16679 2012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
16680
16681 PR c++/24985
16682 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Show caret
16683 for macro expansion.
16684
16685 2012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
16686
16687 * flags.h (flag_permissive): Do not declare.
16688 * diagnostic.c (diagnostic_report_diagnostic): Handle fpermissive
16689 option specially.
16690 * toplev.c (flag_permissive): Do not define.
16691 * c-tree.h (system_header_p): Delete unused.
16692
16693 2012-05-03 David S. Miller <davem@davemloft.net>
16694
16695 PR target/52684
16696 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If we pass a
16697 MEM directly into a libcall, mark it's MEM_EXPR as addressable.
16698 (sparc_emit_float_lib_cmp): Likewise.
16699
16700 2012-05-03 Michael Meissner <meissner@linux.vnet.ibm.com>
16701
16702 PR target/53199
16703 * config/rs6000/rs6000.md (bswapdi splitters): If
16704 -mavoid-indexed-addresses (or -mcpu=power6 which sets it by
16705 default) is used, generate an alternate sequence that does not
16706 depend on using indexed addressing.
16707
16708 2012-05-03 Jason Merrill <jason@redhat.com>
16709
16710 * gengtype.c (write_types): Fix warning message.
16711 (write_local): Likewise.
16712
16713 2012-05-02 Jason Merrill <jason@redhat.com>
16714
16715 * dwarf2out.c (struct external_ref, build_local_stub): New.
16716 (hash_external_ref, external_ref_eq, lookup_external_ref): New.
16717 (optimize_external_refs, optimize_external_refs_1): New.
16718 (change_AT_die_ref): New.
16719 (clone_as_declaration): Add DW_AT_signature when cloning a declaration.
16720 (build_abbrev_table): Take the external refs hashtable.
16721 (output_comp_unit): Get it from optimize_external_refs and pass it in.
16722
16723 2012-05-03 Jan Hubicka <jh@suse.cz>
16724
16725 PR middle-end/53093
16726 * tree-emutls.c (new_emutls_decl): Fix handling of aliases.
16727
16728 2012-05-03 Jan Hubicka <jh@suse.cz>
16729
16730 PR middle-end/53106
16731 * ipa.c (cgraph_remove_unreachable_nodes): Fix handling of clones.
16732
16733 2012-05-03 Jason Merrill <jason@redhat.com>
16734
16735 * dwarf2out.c (die_struct): Add comdat_type_p flag. Use it instead of
16736 use_debug_types to discriminate the die_id union.
16737 (print_die, assign_symbol_names, copy_decls_walk): Likewise.
16738 (build_abbrev_table, output_die): Likewise.
16739 (prune_unused_types_walk_attribs): Likewise.
16740 (generate_type_signature, copy_declaration_context): Set it.
16741 (remove_child_or_replace_with_skeleton): Set it.
16742 (dwarf2out_start_source_file, dwarf2out_end_source_file): Don't
16743 check use_debug_types.
16744 (dwarf2out_finish): Do break_out_includes after .debug_types.
16745
16746 2012-05-03 Jason Merrill <jason@redhat.com>
16747
16748 * dwarf2out.c (modified_type_die): Use scope_die_for.
16749 (gen_type_die_with_usage, dwarf2out_finish): Likewise.
16750 (uses_local_type_r, uses_local_type): New.
16751 (scope_die_for): Keep a type that uses a local type in local scope.
16752 Use get_context_die for namespace and type scope.
16753
16754 2012-05-03 Jason Merrill <jason@redhat.com>
16755
16756 * config/i386/i386.c (ix86_code_end): Set DECL_IGNORED_P on the
16757 pc thunk.
16758 * dwarf2out.c (output_aranges): Skip DECL_IGNORED_P functions.
16759 (dwarf2out_finish): Likewise.
16760
16761 2012-05-03 Martin Jambor <mjambor@suse.cz>
16762
16763 * builtins.c (get_object_alignment_1): Return whether we can determine
16764 the alignment or conservatively assume byte alignment. Return the
16765 alignment by reference. Use get_pointer_alignment_1 for dereference
16766 alignment.
16767 (get_pointer_alignment_1): Return whether we can determine the
16768 alignment or conservatively assume byte alignment. Return the
16769 alignment by reference. Use get_ptr_info_alignment to get SSA name
16770 alignment.
16771 (get_object_alignment): Update call to get_object_alignment_1.
16772 (get_object_or_type_alignment): Likewise, fall back to type alignment
16773 only when it returned false.
16774 (get_pointer_alignment): Update call to get_pointer_alignment_1.
16775 * fold-const.c (get_pointer_modulus_and_residue): Update call to
16776 get_object_alignment_1.
16777 * ipa-prop.c (ipa_modify_call_arguments): Update call to
16778 get_pointer_alignment_1.
16779 * tree-sra.c (build_ref_for_offset): Likewise, fall back to the type
16780 of MEM_REF or TARGET_MEM_REF only when it returns false.
16781 * tree-ssa-ccp.c (get_value_from_alignment): Update call to
16782 get_object_alignment_1.
16783 (ccp_finalize): Use set_ptr_info_alignment.
16784 * tree.h (get_object_alignment_1): Update declaration.
16785 (get_pointer_alignment_1): Likewise.
16786 * gimple-pretty-print.c (dump_gimple_phi): Use get_ptr_info_alignment.
16787 (dump_gimple_stmt): Likewise.
16788 * tree-flow.h (ptr_info_def): Updated comments of fields align and
16789 misalign.
16790 (get_ptr_info_alignment): Declared.
16791 (mark_ptr_info_alignment_unknown): Likewise.
16792 (set_ptr_info_alignment): Likewise.
16793 (adjust_ptr_info_misalignment): Likewise.
16794 * tree-ssa-address.c (copy_ref_info): Use new access functions to get
16795 and set alignment of SSA names.
16796 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Call
16797 mark_ptr_info_alignment_unknown.
16798 * tree-ssanames.c (get_ptr_info_alignment): New function.
16799 (mark_ptr_info_alignment_unknown): Likewise.
16800 (set_ptr_info_alignment): Likewise.
16801 (adjust_ptr_info_misalignment): Likewise.
16802 (get_ptr_info): Call mark_ptr_info_alignment_unknown.
16803 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
16804 Likewise.
16805 (bump_vector_ptr): Likewise.
16806 * tree-vect-stmts.c (create_array_ref): Use set_ptr_info_alignment.
16807 (vectorizable_store): Likewise.
16808 (vectorizable_load): Likewise.
16809
16810 2012-05-03 Michael Matz <matz@suse.de>
16811
16812 * basic-block.h (struct rtl_bb_info, struct gimple_bb_info): Move
16813 in front of basic_block_def.
16814 (struct basic_block_def): Make il.gimple the full struct, not a
16815 pointer.
16816 (__assert_gimple_bb_smaller_rtl_bb): Asserting typedef.
16817
16818 * cfgexpand.c (expand_gimple_basic_block): Clear all il.gimple members.
16819 * gimple-iterator.c (gimple_stmt_iterator): Don't special case
16820 NULL il.gimple, which can't happen anymore.
16821 * gimple.h (bb_seq): il.gimple can't be NULL.
16822 (bb_seq_add): Ditto.
16823 (set_bb_seq): Adjust.
16824 (gsi_start_bb, gsi_last_bb): Tidy.
16825 * lto-streamer-in.c (make_new_block): Don't zero members that
16826 are zeroed already, don't allocate a gimple_bb_info.
16827 * tree-cfg.c (create_bb): Don't allocate a gimple_bb_info.
16828 (remove_bb): Clear all il.gimple members.
16829 (gimple_verify_flow_info): Adjust for flat il.gimple.
16830 * tree-flow-inline.h (phi_nodes, phi_nodes_ptr, set_phi_nodes): Adjust.
16831
16832 * coretypes.h (const_gimple_seq): Remove typedef.
16833 * gimple.h (gimple_seq_first): Take gimple_seq.
16834 (gimple_seq_first_stmt): Ditto.
16835 (gimple_seq_last): Ditto.
16836 (gimple_seq_last_stmt): Ditto.
16837 (gimple_seq_empty_p): Ditto.
16838
16839 2012-05-03 Richard Guenther <rguenther@suse.de>
16840
16841 * tree-ssa-pre.c (valid_in_sets): Remove checking of trapping
16842 operations.
16843 (prune_clobbered_mems): Do it here. Do not uselessly sort expressions.
16844 (compute_avail): Do not add possibly trapping operations to
16845 EXP_GEN if they might not be executed in the block.
16846
16847 2012-05-03 Uros Bizjak <ubizjak@gmail.com>
16848
16849 * config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Remove.
16850
16851 2012-05-03 Steven Bosscher <steven@gcc.gnu.org>
16852
16853 * tree-switch-conversion.c (gen_inbound_check): Free post-dominance
16854 information as early as possible. Update dominance info instead of
16855 discarding it.
16856
16857 2012-05-03 Richard Guenther <rguenther@suse.de>
16858
16859 * tree-ssa-pre.c (debug_bitmap_sets_for): New function.
16860 (union_contains_value): Remove.
16861 (vro_valid_in_sets): Likewise.
16862 (op_valid_in_sets): New function.
16863 (valid_in_sets): Use op_valid_in_sets.
16864 (insert_into_preds_of_block): Move dumping ...
16865 (do_regular_insertion): ... here.
16866 (do_partial_partial_insertion): ... and here. Dump that
16867 we've found a partial partial redundancy.
16868 (insert): Dump the current insert iteration.
16869
16870 2012-05-03 Jakub Jelinek <jakub@redhat.com>
16871
16872 PR plugins/53126
16873 * gcc-ar.c (main): If GCC_EXEC_PREFIX is set in env,
16874 append program name to it and pass that as first argument
16875 to make_relative_prefix. Always pass standard_libexec_prefix
16876 as last argument to make_relative_prefix. If
16877 make_relative_prefix returns NULL, fall back to
16878 standard_libexec_prefix.
16879
16880 PR debug/53174
16881 * tree-predcom.c (remove_stmt): Call reset_debug_uses on stmts being
16882 removed.
16883
16884 PR target/53187
16885 * config/arm/arm.c (arm_select_cc_mode): If x has MODE_CC class
16886 mode, return that mode.
16887
16888 PR target/53194
16889 * config/i386/i386-c.c (ix86_target_macros_internal): Don't
16890 define __ATOMIC_HLE_* macros here.
16891 (ix86_target_macros): But here, using cpp_define_formatted.
16892
16893 2012-05-03 Richard Guenther <rguenther@suse.de>
16894
16895 PR tree-optimization/53144
16896 * tree-ssa-sccvn.c (vn_reference_lookup_or_insert_constant_for_pieces):
16897 Rename to ...
16898 (vn_reference_lookup_or_insert_for_pieces): ... this. Properly deal
16899 with SSA name values.
16900 (vn_reference_lookup_3): Adjust callers.
16901
16902 2012-05-03 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
16903
16904 * config/i386/driver-i386.c (host_detect_local_cpu): Reset
16905 has_fma4 for AMD processors with both fma3 and fma4 support.
16906
16907 2012-05-03 Kirill Yukhin <kirill.yukhin@intel.com>
16908
16909 PR target/53201
16910 * config/i386/driver-i386.c (host_detect_local_cpu): Add space to
16911 "-mno-hle".
16912
16913 2012-05-03 Michael Matz <matz@suse.de>
16914
16915 PR bootstrap/53197
16916 * tree-ssa-dse.c (dse_optimize_stmt): Take pointer to iterator.
16917 (dse_enter_block): Properly iterate the whole sequence even
16918 if the last statement was removed.
16919
16920 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
16921
16922 * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code,
16923 unset flag_jump_tables.
16924 * stmt.c (expand_case): Remove special flag_pic case conditional
16925 on ASM_OUTPUT_ADDR_DIFF_ELT not being defined.
16926
16927 2012-05-02 Ulrich Weigand <ulrich.weigand@linaro.org>
16928
16929 * common/config/s390/s390-common.c (s390_option_optimization_table):
16930 Enable -fsched-pressure using -fsched-pressure-algorithm=model by
16931 default when optimizing.
16932
16933 2012-05-02 Martin Jambor <mjambor@suse.cz>
16934
16935 PR lto/52605
16936 * dwarf2out.c (dwarf2out_decl): Only lookup die representing context
16937 of a variable when the contect is a function.
16938
16939 2012-05-02 Michael Matz <matz@suse.de>
16940
16941 * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.
16942 * gimple.h (struct gimple_seq_node_d, struct gimple_seq_d): Remove.
16943 (const_gimple_seq_node): Remove.
16944 (gimple_seq_node): Typedef as gimple.
16945 (struct gimple_statement_base): Add next and prev members,
16946 adjust all WORD markers in using structs.
16947 (union gimple_statement_d): Link via gsbase.next field for GC and PCH.
16948 (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
16949 gimple_seq_last_stmt): Adjust as gimple_seq, gimple_seq_node and
16950 gimple are the same.
16951 (gimple_seq_set_last, gimple_seq_set_first): Don't allocate
16952 gimple_seq, adjust.
16953 (gimple_init_singleton): New function.
16954 (gsi_start_1, gsi_last_1, gsi_end_p, gsi_one_before_end_p): Adjust.
16955 (gsi_next, gsi_prev): Adjust, handle prev cyclic list correctly.
16956 (gsi_stmt): Adjust.
16957 (gsi_stmt_ptr): Remove.
16958 (enum gimple_alloc_kind): Remove gimple_alloc_kind_seq member.
16959
16960 * gimple-iterator.c (update_bb_for_stmts): Take last parameter
16961 again, adjust for above changes.
16962 (update_call_edge_frequencies): Adjust for above changes.
16963 (gsi_insert_seq_nodes_before): Rewrite for new data structure.
16964 (gsi_insert_seq_nodes_after): Ditto.
16965 (gsi_split_seq_after): Ditto.
16966 (gsi_set_stmt): Ditto.
16967 (gsi_split_seq_before): Ditto.
16968 (gsi_remove): Ditto.
16969 (gsi_insert_seq_before_without_update): Don't free sequence.
16970 (gsi_insert_seq_after_without_update): Ditto.
16971 (gsi_replace): Assert some more invariants.
16972 (gsi_insert_before_without_update, gsi_insert_after_without_update):
16973 Tidy.
16974 (gsi_for_stmt): Don't search for stmt.
16975 (gsi_insert_on_edge_immediate): Tidy.
16976
16977 * gimple.c (gimple_alloc_k): Remove "sequences".
16978 (gimple_seq_cache): Remove.
16979 (gimple_alloc_stat): Make stmt a singleton sequence.
16980 (gimple_seq_alloc, gimple_seq_free): Remove.
16981 (gimple_assign_set_rhs_with_ops_1): Ensure new stmt is a singleton.
16982 (gimple_copy): Ditto.
16983 * gimplify.c (gimplify_cleanup_point_expr): Use gsi_set_stmt,
16984 create iterator from correct sequence.
16985 * tree-phinodes.c (make_phi_node): Make stmt a singleton.
16986
16987 2012-05-02 Michael Matz <matz@suse.de>
16988
16989 * gimple.h (gimple_stmt_iterator <seq>): Make it be pointer to
16990 gimple_seq.
16991 (gimple_seq_set_last, gimple_seq_set_first): Take pointer to
16992 sequence, lazily allocate it.
16993 (bb_seq_addr): New function.
16994 (gsi_start_1): Rename from gsi_start, but take pointer to sequence.
16995 (gsi_start): Macro to wrap gsi_start_1 taking pointer of argument.
16996 (gsi_none): New function.
16997 (gsi_start_bb): Adjust.
16998 (gsi_last_1): Rename from gsi_last, but take pointer to sequence.
16999 (gsi_last): Macro to wrap gsi_last_1 taking pointer of argument.
17000 (gsi_last_bb): Adjust.
17001 (gsi_seq): Adjust.
17002 * tree-flow-inline.h (phi_nodes_ptr): New function.
17003
17004 * gimple-iterator.c (gsi_insert_seq_nodes_before): Adjust to
17005 datastructure and interface change.
17006 (gsi_insert_seq_before_without_update): Ditto.
17007 (gsi_insert_seq_nodes_after): Ditto.
17008 (gsi_insert_seq_after_without_update): Ditto.
17009 (gsi_split_seq_after): Ditto, don't use gimple_seq_alloc.
17010 (gsi_split_seq_before): Ditto.
17011 (gsi_start_phis): Adjust.
17012 * tree-vect-loop.c (vect_determine_vectorization_factor): Use gsi_none.
17013 (vect_transform_loop): Ditto.
17014 * gimple.c (gimple_seq_add_stmt, gimple_seq_add_seq,
17015 gimple_seq_copy): Don't use gimple_seq_alloc.
17016 * gimplify.c (gimple_seq_add_stmt_without_update): Ditto.
17017 (gimplify_seq_add_seq): Ditto.
17018 * lto-streamer-in.c (make_new_block): Ditto.
17019 * tree-cfg.c (create_bb): Ditto.
17020 * tree-sra.c (initialize_parameter_reductions): Ditto.
17021
17022 2012-05-02 Michael Matz <matz@suse.de>
17023
17024 * gimple.h (gimple_seq_first, gimple_seq_first_stmt, gimple_seq_last,
17025 gimple_seq_last_stmt, gimple_seq_set_last, gimple_seq_set_first,
17026 gimple_seq_empty_p, gimple_seq_alloc_with_stmt, bb_seq,
17027 set_bb_seq): Move down to after gimple_statement_d definition.
17028
17029 2012-05-02 Michael Matz <matz@suse.de>
17030
17031 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
17032 gsi_replace_with_seq, instead of inserting itself.
17033 * gimple-iterator.c (gsi_replace_with_seq): New function.
17034 * tree-ssa-forwprop.c (forward_propagate_comparison): Take
17035 iterator instead of statement, advance it.
17036 (ssa_forward_propagate_and_combine): Adjust call to above.
17037
17038 2012-05-02 Michael Matz <matz@suse.de>
17039
17040 * tree-phinodes.c (add_phi_node_to_bb): Tidy, don't use
17041 gimple_seq_alloc.
17042 * omp-low.c (finalize_task_copyfn): Don't use gimple_seq_alloc.
17043 * tree-nested.c (walk_gimple_omp_for): Ditto.
17044 * trans-mem.c (lower_transaction): Ditto.
17045 * tree-eh.c (do_return_redirection): Ditto.
17046 (do_goto_redirection): Ditto.
17047 (lower_try_finally_switch): Ditto.
17048 * gimplify.c (gimplify_stmt): Ditto.
17049 (gimplify_scan_omp_clauses): Ditto.
17050 (gimplify_omp_for): Ditto.
17051 (gimplify_function_tree): Ditto.
17052 * gimple-fold.c (gimplify_and_update_call_from_tree): Ditto.
17053 * tree-mudflap.c (mf_decl_cache_locals): Ditto.
17054 (mf_build_check_statement_for): Ditto.
17055 (mx_register_decls): Ditto.
17056 * graphite-sese-to-poly.c (remove_invariant_phi): Ditto,
17057 and don't use itertors to append.
17058 (insert_stmts): Ditto.
17059 (insert_out_of_ssa_copy): Ditto.
17060 (insert_out_of_ssa_copy_on_edge): Ditto.
17061
17062 2012-05-02 Michael Matz <matz@suse.de>
17063
17064 * gimple.h (gimple_bind_body_ptr): New function.
17065 (gimple_bind_body): Use it.
17066 (gimple_catch_handler): Use gimple_catch_handler_ptr.
17067 (gimple_eh_filter_failure_ptr): New function.
17068 (gimple_eh_filter_failure): Use it.
17069 (gimple_eh_else_n_body_ptr): New function.
17070 (gimple_eh_else_n_body): Use it.
17071 (gimple_eh_else_e_body_ptr): New function.
17072 (gimple_eh_else_e_body): Use it.
17073 (gimple_try_eval_ptr): New function.
17074 (gimple_try_eval): Use it.
17075 (gimple_try_cleanup_ptr): New function.
17076 (gimple_try_cleanup): Use it.
17077 (gimple_wce_cleanup_ptr): New function.
17078 (gimple_wce_cleanup): Use it.
17079 (gimple_omp_body_ptr): New function.
17080 (gimple_omp_body): Use it.
17081 (gimple_omp_for_pre_body_ptr): New function.
17082 (gimple_omp_for_pre_body): Use it.
17083 (gimple_transaction_body_ptr): New function.
17084 (gimple_transaction_body): Use it.
17085 (gsi_split_seq_before): Adjust to return nothing and take pointer
17086 to sequence.
17087 (gsi_set_stmt): Declare.
17088 (gsi_replace_with_seq): Declare.
17089 (walk_gimple_seq_mod): Declare.
17090 * function.h (struct function <gimple_body>): Use typedef gimple_seq.
17091
17092 * gimple-iterator.c (gsi_set_stmt): New function.
17093 (gsi_split_seq_before): Return new sequence via pointer argument.
17094 (gsi_replace): Use gsi_set_stmt.
17095
17096 * tree-ssa-loop-im.c (move_computations_stmt): First remove
17097 then insert stmt.
17098 * tree-complex.c (update_complex_components_on_edge): Don't copy gsi.
17099 * tree-phinodes.c (resize_phi_node): Don't resize stmt in-place,
17100 return new stmt.
17101 (reserve_phi_args_for_new_edge): Change call to above,
17102 use gsi_set_stmt.
17103
17104 * omp-low.c (lower_omp): Change prototype to take pointer to sequence.
17105 (lower_rec_input_clauses): Use gimple_seq_add_seq instead of
17106 iterators. Adjust call to lower_omp.
17107 (lower_lastprivate_clauses): Adjust call to lower_omp.
17108 (lower_reduction_clauses): Ditto.
17109 (expand_omp_taskreg): Nullify non-cfg body of child_fn.
17110 (lower_omp_sections): Don't explicitely count sequence length,
17111 nullify lowered bodies earlier, ensure stmts are part of only
17112 one sequence, adjust call to lower_omp.
17113 (lower_omp_single): Ensure stmts are part of only one sequence,
17114 adjust call to lower_omp.
17115 (lower_omp_master): Ditto.
17116 (lower_omp_ordered): Ditto.
17117 (lower_omp_critical): Ditto.
17118 (lower_omp_for): Ditto.
17119 (lower_omp_taskreg): Ditto, tidy.
17120 (lower_omp_1): Adjust calls to lower_omp.
17121 (execute_lower_omp): Ditto.
17122 (lower_omp): Adjust to take pointer to sequence.
17123 (diagnose_sb_2): Use walk_gimple_seq_mod.
17124 (diagnose_omp_structured_block_errors): Ditto and set possibly
17125 changed function body.
17126 * gimple-low.c (lower_function_body): Set function body after
17127 it stabilizes.
17128 (lower_sequence): Adjust to take pointer to sequence.
17129 (lower_omp_directive): Ensure stmt isn't put twice into the
17130 sequence, adjust call to lower_sequence.
17131 (lower_stmt): Adjust calls to lower_sequence.
17132 (lower_gimple_bind): Ditto.
17133 (gimple_try_catch_may_fallthru): Call gsi_start with lvalue.
17134 * tree-nested.c (walk_body): Take pointer to sequence, use
17135 walk_gimple_seq_mod.
17136 (walk_function): Adjust call to walk_body, set possibly changed body.
17137 (walk_gimple_omp_for): Adjust calls to walk_body.
17138 (convert_nonlocal_omp_clauses): Ditto.
17139 (convert_nonlocal_reference_stmt): Ditto.
17140 (convert_local_omp_clauses): Ditto.
17141 (convert_local_reference_stmt): Ditto.
17142 (convert_tramp_reference_stmt): Ditto.
17143 (convert_gimple_call): Ditto.
17144 (convert_nl_goto_reference): Use local iterator copy.
17145 * gimple.c (walk_gimple_seq_mod): Renamed from walk_gimple_seq,
17146 but taking pointer to sequence, ensure gsi_start is called with
17147 callers lvalue.
17148 (walk_gimple_seq): New wrapper around walk_gimple_seq_mod,
17149 asserting that the sequence head didn't change.
17150 (walk_gimple_stmt): Replace all calls to walk_gimple_seq with
17151 walk_gimple_seq_mod.
17152 * trans-mem.c (lower_transaction): Use walk_gimple_seq_mod.
17153 (execute_lower_tm): Ditto, and set possibly changed body.
17154 * tree-eh.c (lower_eh_constructs_1): Take pointer to sequence,
17155 call gsi_start with that lvalue.
17156 (replace_goto_queue_stmt_list): Ditto.
17157 (replace_goto_queue_1): Adjust calls to replace_goto_queue_stmt_list.
17158 (replace_goto_queue): Ditto.
17159 (lower_try_finally_nofallthru): Adjust calls to lower_eh_constructs_1.
17160 (lower_try_finally_onedest): Ditto.
17161 (lower_try_finally_copy): Ditto.
17162 (lower_try_finally_switch): Ditto.
17163 (lower_try_finally): Ditto.
17164 (lower_eh_filter): Ditto.
17165 (lower_eh_must_not_throw): Ditto.
17166 (lower_cleanup): Ditto.
17167 (lower_eh_constructs_2): Ditto.
17168 (lower_catch): Ditto, and ensure gsi_start is called with lvalue.
17169 (lower_eh_constructs): Adjust calls to lower_eh_constructs_1, and
17170 set possibly changed body.
17171 (optimize_double_finally): Call gsi_start with lvalue.
17172
17173 * tree-cfg.c (make_blocks): Adjust call to gsi_split_seq_before.
17174 (gimple_split_block): Ditto.
17175 (gimple_merge_blocks): Use gsi_start_phis.
17176 (move_stmt_r): Use walk_gimple_seq_mod.
17177 * tree-ssa-dse.c (dse_enter_block): Use gsi_last_bb.
17178 * cgraphbuild.c (build_cgraph_edges): Use gsi_start_phis.
17179 (rebuild_cgraph_edges): Ditto.
17180 (cgraph_rebuild_references): Ditto.
17181 * ipa-prop.c (ipa_analyze_params_uses): Ditto.
17182 * tree-inline.c (copy_phis_for_bb): Ditto.
17183 * tree-ssa-dce.c: Ditto.
17184
17185 * cgraphunit.c (cgraph_analyze_function): Use gimple_has_body_p.
17186
17187 2012-05-02 Kirill Yukhin <kirill.yukhin@intel.com>
17188 Andi Kleen <ak@linux.intel.com>
17189
17190 * coretypes.h (MEMMODEL_MASK): New.
17191 * builtins.c (get_memmodel): Add val. Call target.memmodel_check
17192 and return new variable.
17193 (expand_builtin_atomic_exchange): Mask memmodel values.
17194 (expand_builtin_atomic_compare_exchange): Ditto.
17195 (expand_builtin_atomic_load): Ditto.
17196 (expand_builtin_atomic_store): Ditto.
17197 (expand_builtin_atomic_clear): Ditto.
17198 * doc/extend.texi: Mention port-dependent memory model flags.
17199 * config/i386/cpuid.h (bit_HLE): New.
17200 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
17201 HLE support.
17202 * config/i386/i386-protos.h (ix86_generate_hle_prefix): New.
17203 * config/i386/i386-c.c (ix86_target_macros_internal): Set HLE defines.
17204 (ix86_target_string)<-mhle>: New.
17205 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
17206 * config/i386/i386.c (ix86_target_string) <OPTION_MASK_ISA_HLE>: New.
17207 (ix86_valid_target_attribute_inner_p) <OPT_mhle>: Ditto.
17208 (ix86_option_override_internal) <PTA_HLE>: New switch, set it
17209 enabled for generic, generic64 and core-avx2.
17210 (ix86_print_operand): Generate HLE lock prefixes.
17211 (ix86_memmodel_check): New.
17212 (TARGET_MEMMODEL_CHECK): Ditto.
17213 * config/i386/i386.h (OPTION_ISA_HLE): Ditto.
17214 (IX86_HLE_ACQUIRE): Ditto.
17215 (IX86_HLE_RELEASE): Ditto.
17216 * config/i386/i386.h (ix86_generate_hle_prefix): Ditto.
17217 * config/i386/i386.opt (mhle): Ditto.
17218 * config/i386/sync.md(atomic_compare_and_swap<mode>): Pass
17219 success model to instruction emitter.
17220 (atomic_fetch_add<mode>): Ditto.
17221 (atomic_exchange<mode>): Ditto.
17222 (atomic_add<mode>): Ditto.
17223 (atomic_sub<mode>): Ditto.
17224 (atomic_<code><mode>): Ditto.
17225 (*atomic_compare_and_swap_doubledi_pic): Ditto.
17226 (atomic_compare_and_swap_single<mode>): Define and use argument
17227 for success model.
17228 (atomic_compare_and_swap_double<mode>): Ditto.
17229 * configure.ac: Check if assembler support HLE prefixes.
17230 * configure: Regenerate.
17231 * config.in: Ditto.
17232
17233 2012-05-02 Steven Bosscher <steven@gcc.gnu.org>
17234
17235 PR middle-end/53153
17236 * gimplify.c (preprocess_case_label_vec_for_gimple): New function,
17237 split out from ...
17238 (gimplify_switch_expr): ... here.
17239 * gimple.h (preprocess_case_label_vec_for_gimple): Add prototype.
17240 * tree-ssa-forwprop.c (simplify_gimple_switch_label_vec): New function
17241 to clean up case labels with values outside the index type range.
17242 (simplify_gimple_switch): Call it if something changed.
17243 Remove strange and unnecessary assert.
17244
17245 2012-05-02 Richard Guenther <rguenther@suse.de>
17246
17247 * fold-const.c (div_if_zero_remainder): sizetypes no longer
17248 sign-extend.
17249 (int_const_binop_1): New worker for int_const_binop with
17250 overflowable parameter. Pass it through to force_fit_type_double.
17251 (int_const_binop): Wrap around int_const_binop_1 with overflowable
17252 equal to one.
17253 (size_binop_loc): Call int_const_binop_1 with overflowable equal
17254 to minus one, forcing overflow detection for even unsigned types.
17255 (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE special-casing.
17256 (fold_binary_loc): Call try_move_mult_to_index with signed offset.
17257 * stor-layout.c (initialize_sizetypes): sizetypes no longer
17258 sign-extend.
17259 (layout_type): For zero-sized arrays ignore overflow on the
17260 size calculations.
17261 * tree-ssa-ccp.c (bit_value_unop_1): Likewise.
17262 (bit_value_binop_1): Likewise.
17263 * tree.c (double_int_to_tree): Likewise.
17264 (double_int_fits_to_tree_p): Likewise.
17265 (force_fit_type_double): Likewise.
17266 (host_integerp): Likewise.
17267 (int_fits_type_p): Likewise.
17268 * varasm.c (output_constructor_regular_field): Sign-extend the
17269 field-offset to cater for negative offsets produced by the Ada
17270 frontend.
17271 * omp-low.c (extract_omp_for_data): Convert the loop step to
17272 signed for pointer adjustments.
17273
17274 2012-05-02 Richard Guenther <rguenther@suse.de>
17275
17276 * tree.c (valid_constant_size_p): New function.
17277 * tree.h (valid_constant_size_p): Declare.
17278 * cfgexpand.c (expand_one_var): Adjust check for too large
17279 variables by using valid_constant_size_p.
17280 * varasm.c (assemble_variable): Likewise.
17281
17282 * c-decl.c (grokdeclarator): Properly check for sizes that
17283 cover more than half of the address-space.
17284
17285 2012-05-02 Jakub Jelinek <jakub@redhat.com>
17286
17287 PR tree-optimization/53163
17288 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Don't ignore
17289 return value from compute_all_dependences.
17290
17291 PR rtl-optimization/53160
17292 * ree.c (combine_reaching_defs): Handle the case where cand->insn
17293 has been modified by ree pass already.
17294
17295 2012-05-01 Ian Lance Taylor <iant@google.com>
17296
17297 PR c/37303
17298 * c-decl.c (build_compound_literal): Make the decl readonly if it
17299 an array of a readonly type.
17300 * gimplify.c (gimplify_compound_literal_expr): Add fallback
17301 parameter. Change all callers. If the decl is not addressable
17302 and is not an l-value, make it readonly.
17303
17304 2012-05-01 Bernd Schmidt <bernds@codesourcery.com>
17305
17306 * ira.c (allocated_reg_info_size): New static variable.
17307 (expand_reg_info): Manage it. Call
17308 setup_preferred_alternate_classes_for_new_pseudos.
17309 (ira): Don't do it here. Remove local allocated_reg_info_size,
17310 set the global before calling find_moveable_pseudos.
17311 (find_moveable_pseudos): Call expand_reg_info rather than
17312 resize_reg_info.
17313
17314 2012-05-01 Richard Henderson <rth@redhat.com>
17315
17316 * common.opt (fsync-libcalls): New.
17317 * doc/invoke.texi: Document it.
17318 * optabs.c (init_sync_libfuncs): Honor it.
17319
17320 2012-05-01 Kenneth Zadeck <zadeck@naturalbridge.com>
17321 Richard Sandiford <r.sandiford@uk.ibm.com>
17322
17323 PR rtl-optimization/52543
17324 * Makefile.in (lower-subreg.o, target-globals.o): Depend on
17325 lower-subreg.h.
17326 * lower-subreg.h: New file.
17327 * target-globals.h (this_target_lower_subreg): Declare.
17328 (target_globals): Add lower_subreg;
17329 (restore_target_globals): Restore this_target_lower_subreg.
17330 * target-globals.c: Include it.
17331 (default_target_globals): Add default_target_lower_subreg.
17332 (save_target_globals): Initialize target_lower_subreg.
17333 * rtl.h (init_lower_subreg): Added declaration.
17334 * toplev.c (backend_init_target): Call initializer for lower-subreg
17335 pass.
17336 * lower-subreg.c (LOG_COSTS, FORCE_LOWERING): New macros.
17337 (default_target_lower_subreg): New variable.
17338 (this_target_lower_subreg): Likewise.
17339 (twice_word_mode, choices): New macros.
17340 (shift_cost, compute_splitting_shift, compute_costs)
17341 (init_lower_subreg): New functions.
17342 (resolve_simple_move): Add speed_p argument. Check choices.
17343 (find_pseudo_copy): Don't check the mode size here.
17344 (resolve_simple_move): Assert the mode size.
17345 (find_decomposable_shift_zext): Add speed_p argument and return
17346 a bool. Check choices.
17347 (resolve_shift_zext): Add comment.
17348 (dump_shift_choices, dump_choices): New functions.
17349 (decompose_multiword_subregs): Dump list of profitable
17350 transformations. Add code to skip non profitable transformations.
17351 Update calls to simple_move and find_decomposable_shift_zext.
17352
17353 2012-05-01 Ian Bolton <ian.bolton@arm.com>
17354 Sameera Deshpande <sameera.deshpande@arm.com>
17355 Greta Yorsh <greta.yorsh@arm.com>
17356
17357 * config/arm/arm-protos.h (thumb_unexpanded_epilogue): Rename to...
17358 (thumb1_unexpanded_epilogue): ...this.
17359 * config/arm/arm.c (thumb_unexpanded_epilogue): Rename to...
17360 (thumb1_unexpanded_epilogue): ...this.
17361 * config/arm/arm.md (thumb_unexpanded_epilogue): Rename to...
17362 (thumb1_unexpanded_epilogue): ...this.
17363
17364 2012-05-01 Richard Earnshaw <rearnsha@arm.com>
17365
17366 * arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef
17367 comparing enumeration values. Update comments.
17368
17369 2012-05-01 Alan Modra <amodra@gmail.com>
17370
17371 PR target/53038
17372 * config/rs6000/rs6000.c (load_lr_save, restore_saved_lr,
17373 load_cr_save, add_crlr_cfa_restore): New functions.
17374 (rs6000_restore_saved_cr): Rename to..
17375 (restore_saved_cr): ..this. Add cfa_restore notes for cr.
17376 (rs6000_emit_epilogue): Use new functions. Adjust condition
17377 for emitting lr and cr cfa_restore. Emit cfa_restores for fp
17378 regs when using out-of-line restore only when shrink wrapping.
17379
17380 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
17381
17382 PR middle-end/53136
17383 * ipa-prop.c (ipa_print_node_jump_functions): Wrap multiple
17384 calls to cgraph_node_name in xstrdup.
17385 (ipa_make_edge_direct_to_target): Ditto.
17386 * cgraph.c (dump_cgraph_node): Ditto.
17387 * tree-sra.c (convert_callers_for_node): Ditto.
17388 * lto-symtab.c (lto_cgraph_replace_node): Ditto.
17389 * ipa-cp.c (perhaps_add_new_callers): Ditto.
17390 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Ditto.
17391 (cgraph_materialize_all_clones): Ditto.
17392 * ipa-inline.c (report_inline_failed_reason): Ditto.
17393 (want_early_inline_function_p): Ditto.
17394 (edge_badness): Ditto.
17395 (update_edge_key): Ditto.
17396 (flatten_function): Ditto.
17397 (ipa_inline): Ditto.
17398 (inline_always_inline_functions): Ditto.
17399 (early_inline_small_functions): Ditto.
17400
17401 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
17402
17403 PR target/53141
17404 * config/i386/i386.md (*umul<mode><dwi>3_1): Switch places of
17405 constraints 0 and 1.
17406
17407 012-04-30 Jan Hubicka <jh@suse.cz>
17408
17409 * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
17410 (cgraph_asm_nodes, cgraph_asm_last_node): Move to cgraphunit.c
17411 (cgraph_add_to_same_comdat_group): Remove.
17412 (cgraph_add_asm_node): Move to cgraphunit.c.
17413 (cgraph_make_decl_local): Move to symtab.c
17414 (cgraph_make_node_local_1): Update.
17415 (cgraph_can_remove_if_no_direct_calls_and): Update.
17416 (used_from_object_file_p): Update.
17417 (resolution_used_from_other_file_p): Move to symtab.c
17418 (cgraph_used_from_object_file_p): move to symtab.c
17419 (verify_cgraph_node): Verify same comdat groups.
17420 * cgraph.h (cgraph_asm_node): Rename to ...
17421 (asm_node): ... this one.
17422 (cgraph_asm_nodes): Rename to ...
17423 (asm_nodes): ... this one.
17424 (symtab_add_to_same_comdat_group): New function.
17425 (symtab_dissolve_same_comdat_group_list): New function.
17426 (symtab_used_from_object_file_p): Declare.
17427 (symtab_make_decl_local): Declare.
17428 (cgraph_add_to_same_comdat_group): Remove.
17429 (cgraph_add_asm_node): Remove.
17430 (cgraph_used_from_object_file_p, varpool_used_from_object_file_p):
17431 Remove.
17432 (cgraph_finalize_compilation_unit): Rename to ...
17433 (finalize_compilation_unit): ... this one.
17434 (cgraph_optimize): Rename to ....
17435 (compile): ... this one.
17436 (add_asm_node): Declare.
17437 (fixup_same_cpp_alias_visibility): Declare.
17438 (cgraph_make_decl_local): Remove.
17439 (varpool_assemble_pending_decls): Rename to ...
17440 (varpool_output_variables): ... this one.
17441 (varpool_remove_unreferenced_decls): Remove.
17442 * ipa-inline-transform.c (clone_inlined_nodes): Dissolve comdat groups.
17443 (preserve_function_body_p): Make static.
17444 * toplev.c (compile_file): Update comments; update.
17445 * cgraphunit.c: Update comments.
17446 (cgraph_expand_all_functions): Rename to ...
17447 (expand_all_functions): ... this one; update.
17448 (cgraph_mark_functions_to_output): Rename to ...
17449 (mark_functions_to_output): ... this one; cleanup.
17450 (cgraph_output_pending_asms): Remove prototype.
17451 (asm_nodes, asm_last_node): New static vars.
17452 (cgraph_process_new_functions): Update.
17453 (cgraph_reset_node): Cleanup; add comment.
17454 (cgraph_add_new_function): Update.
17455 (cgraph_output_pending_asms): Rename to ...
17456 (output_asm_statements): ... this one.
17457 (add_asm_node): New function.
17458 (fixup_same_cpp_alias_visibility): New function based on code
17459 in cgraph_analyze_function.
17460 (cgraph_analyze_function): Use it.
17461 (cgraph_order_sort): Update.
17462 (cgraph_output_in_order): Update.
17463 (cgraph_function_versioning): Update.
17464 (cgraph_optimize): Rename to ...
17465 (compile): ... this one; initialize streamer hooks here.
17466 (cgraph_finalize_compilation_unit): Rename to ...
17467 (finalize_compilation_unit): ... this one; do not initialize streamer
17468 hook here.
17469 * lto-streamer-out.c (lto_output_toplevel_asms): Update.
17470 * dwarf2out.c: Update ocmment.
17471 * optimize.c (maybe_clone_body): Use symtab_add_to_same_comdat_group.
17472 * method.c (use_thunk): Likewise.
17473 * semantics.c (maybe_add_lambda_conv_op): Likewise.
17474 * decl2.c (maybe_emit_vtables): Likewise.
17475 (cp_write_global_declarations): Use finalize_compilation_unit.
17476 * parser.c (cp_parser_asm_definition): Use add_asm_node.
17477 * lto-streamer-in.c (lto_input_toplevel_asms): Use add_asm_node
17478 * c-decl.c (c_write_global_declarations): Use
17479 finalize_compilation_unit.
17480 * langhooks.c (write_global_declarations): Update.
17481 * ipa.c (cgraph_externally_visible_p): Update.
17482 (dissolve_same_comdat_group_list): Remove.
17483 (function_and_variable_visibility): Update.
17484 * symtab.c: Inlcude lto-streamer.h and rtl.h
17485 (ld_plugin_symbol_resolution_names): New.
17486 (symtab_add_to_same_comdat_group): New.
17487 (symtab_dissolve_same_comdat_group_list): New.
17488 (resolution_used_from_other_file_p): Move here from cgraph.c
17489 (symtab_used_from_object_file_p): New.
17490 (symtab_make_decl_local): New.
17491 * passes.c (register_pass): Update comments.
17492 * c-parser.c (c_parser_asm_definition): Update.
17493 * varpool.c (varpool_analyze_node): Use
17494 fixup_same_cpp_alias_visibility.
17495 (varpool_remove_unreferenced_decls): Make static.
17496 (varpool_assemble_pending_decls): Rename to ...
17497 (varpool_output_variables): ... this one; call
17498 varpool_remove_unreferenced_decls.
17499 (varpool_used_from_object_file_p): Remove.
17500
17501 2012-04-30 Marc Glisse <marc.glisse@inria.fr>
17502
17503 PR c++/51033
17504 * c-typeck.c (build_array_ref): Call
17505 convert_vector_to_pointer_for_subscript.
17506 * doc/extend.texi (Vector Extensions): Subscripting not just for C.
17507
17508 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
17509
17510 * config/i386/i386.md (and<mode>3): Change runtime operand mode checks
17511 to compile-time "mode == <MODE>mode" checks.
17512 (and splitter): Ditto.
17513
17514 2012-04-30 Richard Henderson <rth@redhat.com>
17515
17516 * config/arm/arm.md (UNSPEC_LL): New.
17517 * config/arm/sync.md (atomic_loaddi, atomic_loaddi_1): New.
17518 (arm_load_exclusivedi): Use %H0.
17519
17520 2012-04-30 Jason Merrill <jason@redhat.com>
17521
17522 * dwarf2out.c (comdat_symbol_id): Add const.
17523 (union die_symbol_or_type_node): Add const to die_symbol.
17524 (output_die_symbol, output_die, output_comp_unit): Adjust.
17525
17526 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
17527
17528 * config/arm/arm.md (negdi2): Use gen_negdi2_neon.
17529 * config/arm/neon.md (negdi2_neon): New insn.
17530 Also add splitters for core and NEON registers.
17531
17532 2012-04-30 Andrew Stubbs <ams@codesourcery.com>
17533
17534 * config/arm/arm.c (neon_valid_immediate): Allow const_int.
17535 (arm_print_operand): Add 'x' format.
17536 * config/arm/constraints.md (Dn): Allow const_int.
17537 * config/arm/neon.md (neon_mov<mode>): Use VDX to allow DImode.
17538 Use 'x' format to print constants.
17539 * config/arm/predicates.md (imm_for_neon_mov_operand): Allow const_int.
17540 * config/arm/vfp.md (movdi_vfp): Disable for const_int when neon
17541 is enabled.
17542 (movdi_vfp_cortexa8): Likewise.
17543
17544 2012-04-30 Ian Bolton <ian.bolton@arm.com>
17545 Sameera Deshpande <sameera.deshpande@arm.com>
17546 Greta Yorsh <greta.yorsh@arm.com>
17547
17548 * config/arm/arm-protos.h (ldm_stm_operation_p): New declaration.
17549 * config/arm/arm.c (ldm_stm_operation_p): New function.
17550 * config/arm/predicates.md (load_multiple_operation): Update predicate.
17551 (store_multiple_operation): Likewise.
17552
17553 * config/arm/arm-protos.h (ldm_stm_operation_p): New parameters.
17554 * config/arm/arm.c (ldm_stm_operation_p): New parameters.
17555 * config/arm/predicates.md (load_multiple_operation): Add arguments.
17556 (store_multiple_operation): Likewise.
17557
17558 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
17559
17560 * config/i386/i386.md (and<mode>3): Expand masking operations with
17561 0xff, 0xffff or 0xffffffff immediates to corresponding zero_extend RTX.
17562 (and splitter): Split to DImode zero_extend RTX for DImode operand[0].
17563
17564 2012-04-30 Dodji Seketeli <dodji@redhat.com>
17565
17566 Add -Wvarargs option
17567 * builtins.c (fold_builtin_next_arg): Use OPT_Wvarargs as an
17568 argument for the various warning_at calls.
17569 * docs/invoke.texi: Update the documentation.
17570
17571 2012-04-30 Dodji Seketeli <dodji@redhat.com>
17572
17573 Switch -ftrack-macro-expansion=2 on by default.
17574 * docs/cppopts.texi: Adjust for enabling -ftrack-macro-expansion=2
17575 by default.
17576
17577 Fix va_start related location
17578 * builtins.c (fold_builtin_next_arg): Unwinds to the first
17579 location in real source code.
17580
17581 Make conversion warnings work on NULL with -ftrack-macro-expansion
17582 * input.h (expansion_point_location_if_in_system_header): Declare
17583 new function.
17584 * input.c (expansion_point_location_if_in_system_header): Define it.
17585
17586 Fix -Wuninitialized for -ftrack-macro-expansion
17587 * tree-ssa.c (warn_uninit): Use the spelling location of the variable
17588 declaration. Use linemap_location_before_p for source locations.
17589
17590 Strip "<built-in>" loc from displayed expansion context
17591 * input.c (expand_location_1): When expanding to spelling location
17592 in a context of a macro expansion, skip reserved system header
17593 locations. Update comments. * tree-diagnostic.c
17594 (maybe_unwind_expanded_macro_loc): Likewise.
17595
17596 Make expand_location resolve to locus in main source file
17597 * input.c (expand_location_1): New. Takes a parameter to choose
17598 whether to resolve the location to spelling or expansion point.
17599 Was factorized from ...
17600 (expand_location): ... here.
17601 (expand_location_to_spelling_point): New. Implemented in terms of
17602 expand_location_1.
17603 * diagnostic.c (diagnostic_build_prefix): Use the new
17604 expand_location_to_spelling_point instead of expand_location.
17605
17606 Fix PCH crash on GTYed pointer-to-scalar field of a struct
17607 * gengtype.c (write_types_process_field): Force second argument of
17608 the call to the PCH object hierarchy walker to be 'x'.
17609
17610 2012-04-30 Eric Botcazou <ebotcazou@adacore.com>
17611
17612 * config/i386/i386.c (ix86_handle_struct_attribute): Use the proper
17613 predicate to discriminate types.
17614
17615 2012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
17616
17617 * doc/invoke.texi (Wmissing-format-attribute): Document as an
17618 alias of Wsuggest-attribute=format.
17619 * c-typeck.c (convert_for_assignment): Replace
17620 Wmissing-format-attribute with Wsuggest-attribute=format.
17621 (digest_init): Likewise.
17622
17623 2012-04-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
17624
17625 * opts.c (finish_options): Do not handle -Wmissing-noreturn here.
17626 * common.opt (Wmissing-noreturn): Alias of
17627 -Wsuggest-attribute=noreturn.
17628
17629 2012-04-29 Hans-Peter Nilsson <hp@axis.com>
17630
17631 PR target/53156
17632 * config/cris/cris.md (andqu): New peephole2.
17633 (andu): Tweak head comment.
17634
17635 2012-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
17636 Steven Bosscher <steven@gcc.gnu.org>
17637 Maxim Kuvyrkov <maxim@codesourcery.com>
17638
17639 PR tree-optimization/38785
17640 * common.opt (ftree-partial-pre): New option.
17641 * doc/invoke.texi: Document it.
17642 * opts.c (default_options_table): Initialize flag_tree_partial_pre.
17643 * tree-ssa-pre.c (do_partial_partial_insertion): Insert only if it will
17644 benefit speed path.
17645 (execute_pre): Use flag_tree_partial_pre.
17646
17647 2012-04-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17648
17649 PR target/52999
17650 * config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels
17651 in constant pool.
17652
17653 2012-04-27 Ollie Wild <aaw@google.com>
17654
17655 * doc/invoke.texi (Wliteral-suffix): Document new option.
17656
17657 2012-04-27 Tom Tromey <tromey@redhat.com>
17658
17659 * dwarf2out.c (dwarf_stack_op_name): Use get_DW_OP_name.
17660 (dwarf_tag_name): Use get_DW_TAG_name.
17661 (dwarf_attr_name): Use get_DW_AT_name.
17662 (dwarf_form_name): Use get_DW_FORM_name.
17663 * dwarf2cfi.c (dwarf_cfi_name): Use get_DW_CFA_name.
17664
17665 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
17666
17667 * tree-ssa-phiopt.c (conditional_replacement): Replace PHIs whose
17668 arguments are -1 and 0, by negating the result of the conditional.
17669
17670 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
17671
17672 PR target/53138
17673 * config/i386/i386.md (x86_mov<mode>cc_0_m1_neg): Add clobber.
17674
17675 2012-04-27 Richard Guenther <rguenther@suse.de>
17676
17677 * tree-flow.h (is_hidden_global_store): Remove.
17678 * tree-ssa-sink.c (is_hidden_global_store): Likewise.
17679 * tree-ssa-alias.h (ref_may_alias_global_p): Declare.
17680 (stmt_may_clobber_global_p): Likewise.
17681 * tree-ssa-alias.c (ref_may_alias_global_p): New function.
17682 (stmt_may_clobber_global_p): Likewise.
17683 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Call
17684 stmt_may_clobber_global_p.
17685 * tree-ssa-dse.c (dse_possible_dead_store_p): Likewise.
17686
17687 2012-04-27 Steven Bosscher <steven@gcc.gnu.org>
17688
17689 * cfg.c (disconnect_src): Do df_mark_solutions_dirty in the right
17690 place.
17691
17692 * tree-switch-conversion.c (struct switch_conv_info): Add range_max,
17693 reorganize some fields and update comments. Rename bit_test_uniq
17694 and bit_test_count to uniq resp. count. Remove bit_test_bb.
17695 (collect_switch_conv_info): New function, collects info about a
17696 GIMPLE_SWITCH into a struct switch_conv_info.
17697 (check_range): Simplify to use pre-recorded info. Fix think-o in
17698 range-branch ratio check.
17699 (check_process_case): Remove function.
17700 (check_all_empty_except_final): New function, verifies that all
17701 non-final basic blocks are empty.
17702 (process_switch): Simplify to use pre-recorded info. Call
17703 collect_switch_conv_info to do that. Assert that degenerate switch
17704 statements have been cleaned up.
17705
17706 2012-04-27 Marc Glisse <marc.glisse@inria.fr>
17707
17708 PR middle-end/27139
17709 * tree-ssa-forwprop.c (combine_conversions): Handle INT->FP->INT.
17710
17711 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
17712
17713 PR c/53130
17714 * c-typeck.c (pop_init_level): Use %qD instead of %qT.
17715
17716 2012-04-27 Tom de Vries <tom@codesourcery.com>
17717
17718 PR tree-optimization/51879
17719 * tree-ssa-sccvn.h (struct vn_reference_s): Add result_vdef field.
17720 * tree-ssa-sccvn.c (mark_use_processed): New function, factored out
17721 of ...
17722 (defs_to_varying): ... here. Don't set use_processed.
17723 (visit_reference_op_call): Handle gimple_vdef.
17724 Handle case that lhs is NULL_TREE.
17725 (visit_use): Use mark_use_processed. Handle calls with side-effect
17726 using visit_reference_op_call.
17727
17728 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
17729
17730 * sched-deps.c (fixup_sched_groups): Rename to...
17731 (chain_to_prev_insn): ...this.
17732 (chain_to_prev_insn_p): New function.
17733 (deps_analyze_insn): Use it instead of SCHED_GROUP_P.
17734
17735 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
17736
17737 * sched-int.h (_haifa_insn_data): Move priority_status.
17738 Add model_index.
17739 (INSN_MODEL_INDEX): New macro.
17740 * haifa-sched.c (insn_delay): New function.
17741 (sched_regno_pressure_class): Update commentary.
17742 (mark_regno_birth_or_death): Pass the liveness bitmap and
17743 pressure array as arguments, instead of using curr_reg_live and
17744 curr_reg_pressure. Only update the pressure if the bit in the
17745 liveness set has changed.
17746 (initiate_reg_pressure_info): Always trust the live-in set for
17747 SCHED_PRESSURE_MODEL.
17748 (initiate_bb_reg_pressure_info): Update call to
17749 mark_regno_birth_or_death.
17750 (dep_list_size): Take the list as argument.
17751 (calculate_reg_deaths): New function, extracted from...
17752 (setup_insn_reg_pressure_info): ...here.
17753 (MODEL_BAR): New macro.
17754 (model_pressure_data, model_insn_info, model_pressure_limit)
17755 (model_pressure_group): New structures.
17756 (model_schedule, model_worklist, model_insns, model_num_insns)
17757 (model_curr_point, model_before_pressure, model_next_priority):
17758 New variables.
17759 (MODEL_PRESSURE_DATA, MODEL_MAX_PRESSURE, MODEL_REF_PRESSURE)
17760 (MODEL_INSN_INFO, MODEL_INSN): New macros.
17761 (model_index, model_update_limit_points_in_group): New functions.
17762 (model_update_limit_points, model_last_use_except): Likewise.
17763 (model_start_update_pressure, model_update_pressure): Likewise.
17764 (model_recompute, model_spill_cost, model_excess_group_cost): Likewise.
17765 (model_excess_cost, model_dump_pressure_points): Likewise.
17766 (model_set_excess_costs): Likewise.
17767 (rank_for_schedule): Extend SCHED_PRIORITY_WEIGHTED ordering to
17768 SCHED_PRIORITY_MODEL. Use insn_delay. Use the order in the model
17769 schedule as an alternative tie-breaker. Update the call to
17770 dep_list_size.
17771 (ready_sort): Call model_set_excess_costs.
17772 (update_register_pressure): Update call to mark_regno_birth_or_death.
17773 Rely on that function to check liveness rather than doing it here.
17774 (model_classify_pressure, model_order_p, model_add_to_worklist_at)
17775 (model_remove_from_worklist, model_add_to_worklist, model_promote_insn)
17776 (model_add_to_schedule, model_analyze_insns, model_init_pressure_group)
17777 (model_record_pressure, model_record_pressures): New functions.
17778 (model_record_final_pressures, model_add_successors_to_worklist)
17779 (model_promote_predecessors, model_choose_insn): Likewise.
17780 (model_reset_queue_indices, model_dump_pressure_summary): Likewise.
17781 (model_start_schedule, model_finalize_pressure_group): Likewise.
17782 (model_end_schedule): Likewise.
17783 (schedule_insn): Say when we're scheduling the next instruction
17784 in the model schedule.
17785 (schedule_insn): Handle SCHED_PRESSURE_MODEL.
17786 (queue_to_ready): Do not add instructions that are
17787 MAX_SCHED_READY_INSNS beyond the current point of the model schedule.
17788 Always allow the next instruction in the model schedule to be added.
17789 (debug_ready_list): Print the INSN_REG_PRESSURE_EXCESS_COST_CHANGE
17790 and delay for SCHED_PRESSURE_MODEL too.
17791 (prune_ready_list): Extend SCHED_PRIORITY_WEIGHTED handling to
17792 SCHED_PRIORITY_MODEL, but also take the DFA into account.
17793 (schedule_block): Call model_start_schedule and model_end_schedule.
17794 Extend SCHED_PRIORITY_WEIGHTED stall handling to SCHED_PRIORITY_MODEL.
17795 (sched_init): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
17796 to SCHED_PRESSURE_MODEL, but don't allocate saved_reg_live or
17797 region_ref_regs.
17798 (sched_finish): Update accordingly.
17799 (fix_tick_ready): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
17800 to SCHED_PRESSURE_MODEL.
17801 (add_jump_dependencies): Update call to dep_list_size.
17802 (haifa_finish_h_i_d): Fix leak of max_reg_pressure.
17803 (haifa_init_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE handling
17804 to SCHED_PRESSURE_MODEL.
17805 * sched-deps.c (init_insn_reg_pressure_info): Likewise, but don't
17806 allocate INSN_MAX_REG_PRESSURE for SCHED_PRESSURE_MODEL.
17807 (sched_analyze_insn): Extend INSN_REG_PRESSURE_EXCESS_COST_CHANGE
17808 handling to SCHED_PRESSURE_MODEL.
17809
17810 2012-04-26 Richard Sandiford <richard.sandiford@linaro.org>
17811
17812 * common.opt (fsched-pressure-algorithm=): New option.
17813 * flag-types.h (sched_pressure_algorithm): New enum.
17814 * sched-int.h (sched_pressure_p): Replace with...
17815 (sched_pressure): ...this new variable.
17816 * haifa-sched.c (sched_pressure_p): Replace with...
17817 (sched_pressure): ...this new variable.
17818 (sched_regno_pressure_class, rank_for_schedule, ready_sort)
17819 (update_reg_and_insn_max_reg_pressure, schedule_insn)
17820 (debug_ready_list, prune_ready_list, schedule_block, sched_init)
17821 (sched_finish, fix_tick_ready, haifa_init_insn): Update accordingly.
17822 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
17823 (sched_analyze_insn): Likewise.
17824 * sched-rgn.c (schedule_region): Likewise.
17825 * config/m68k/m68k.c (m68k_sched_variable_issue): Likewise.
17826
17827 2012-04-26 Bernd Schmidt <bernds@codesourcery.com>
17828
17829 * PR middle-end/52997
17830 * ira.c (find_moveable_pseudos): Call resize_reg_info.
17831
17832 PR middle-end/52940
17833 * machmode.h (CLASS_HAS_WIDER_MODES_P): True for MODE_PARTIAL_INT.
17834 * expr.c (convert_move): Honor unsignedp when extending partial int
17835 modes.
17836 * genmodes.c (complete_mode): Don't clear component field of partial
17837 int modes.
17838 (emit_mode_inner): Don't emit it however.
17839 (calc_wider_mode): Partial int modes widen to their component.
17840
17841 2012-04-26 David S. Miller <davem@davemloft.net>
17842
17843 * config/sparc/niagara4.md: New file.
17844 * config/sparc/sparc.md: Include it.
17845 * config/sparc/sparc.c (niagara4_costs): New processor costs.
17846 (sparc_option_override): Use it.
17847 (sparc_use_sched_lookahead): Return 2 for niagara4.
17848 (sparc_issue_rate): Likewise.
17849
17850 * config/sparc/sparc.md (attr type): Delete 'fgm_cmp'.
17851 (fpack16_vis, fpackfix_vis, fpack32_vis): Set type to fgm_pack.
17852 (fmul8x16_vis, fmul8x16au_vis, fmul8x16al_vis, fmul8sux16_vis,
17853 fmul8ulx16_vis, fmuld8sux16_vis, fmuld8ulx16_vis): Set type to fgm_mul.
17854 (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis,
17855 alignaddrldi_vis): Set type to gsr.
17856 (pdist_vis, pdistn<mode>_vis): Set type to fgm_pdsit.
17857 (fcmp<code><GCM:gcm_name><P:mode>_vis, cmask8<P:mode>_vis,
17858 cmask16<P:mode>_vis, cmask32<P:mode>_vis, fchksm16_vis,
17859 v<vis3_shift_patname><mode>3, fmean16_vis,
17860 fp<plusminus_insn>64_vis, <vis3_addsub_ss_patname><mode>3,
17861 fucmp<code>8<P:mode>_vis): Set type to fga.
17862 * config/sparc/ultra1_2.md: Remove refrences to fgm_cmp.
17863 * config/sparc/niagara.md: Likewise.
17864 * config/sparc/niagara2.md: Likewise.
17865 * config/sparc/ultra3.md: Likewise, and fix type matching for
17866 us3_ialuX reservation.
17867
17868 2012-04-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17869
17870 * reload.c (find_reloads): Change the loop nesting when trying an
17871 alternative with swapped operands.
17872
17873 2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
17874
17875 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix
17876 comment. Delete unused parameter first_exp_point_map.
17877 (virt_loc_aware_diagnostic_finalizer): Update call.
17878
17879 2012-04-26 Michael Hope <michael.hope@linaro.org>
17880 Richard Earnshaw <rearnsha@arm.com>
17881
17882 * config/arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_SOFT_FLOAT): Define.
17883 (GLIBC_DYNAMIC_LINKER_HARD_FLOAT): Define.
17884 (GLIBC_DYNAMIC_LINKER_DEFAULT): Define.
17885 (GLIBC_DYNAMIC_LINKER): Redefine to use the hard float path.
17886
17887 2012-04-25 Sriraman Tallam <tmsriram@google.com>
17888
17889 * doc/extend.texi: Document avx2 support.
17890 * config/i386/i386.c (fold_builtin_cpu): Add avx2.
17891
17892 2012-04-26 Hans-Peter Nilsson <hp@axis.com>
17893
17894 PR target/53120
17895 * config/cris/cris.md ("*andhi_lowpart_v32")
17896 ("*andqi_lowpart_v32"): Change first input-only operand from
17897 a (match_operand ...) to (match_dup 0). Drop alternatives with
17898 const_int-matching constraints for redundancy.
17899 ("*andhi_lowpart_non_v32", "*andqi_lowpart_non_v32"): Ditto. Drop
17900 three-operand alternative.
17901
17902 2012-04-25 Jakub Jelinek <jakub@redhat.com>
17903
17904 PR target/53110
17905 * config/i386/i386.md (and<mode>3): For andq $0xffffffff, reg
17906 instead expand it as zero extension.
17907
17908 2012-04-25 H.J. Lu <hongjiu.lu@intel.com>
17909
17910 PR debug/52857
17911 * dwarf2out.c (dbx_reg_number): Assert return value != INVALID_REGNUM.
17912
17913 2012-04-25 Jakub Jelinek <jakub@redhat.com>
17914
17915 * common.opt (flag_debug_types_section): Default to 0.
17916 (dwarf_version): Default to 4.
17917 (dwarf_record_gcc_switches): Default to 1.
17918 (dwarf_strict): Default to 0.
17919 * toplev.c (process_options): Don't handle dwarf_strict
17920 or dwarf_version here.
17921 * config/vxworks.c (vxworks_override_options): Don't
17922 test whether dwarf_strict or dwarf_version are negative,
17923 instead test !global_options_set.x_dwarf_*.
17924 * config/darwin.c (darwin_override_options): Default to
17925 dwarf_version 2.
17926 * doc/invoke.texi: Note that -gdwarf-4, -grecord-gcc-switches
17927 and -fno-debug-types-section are now the default.
17928
17929 2012-04-25 Jan Hubicka <jh@suse.cz>
17930
17931 * cgraphunit.c: Update toplevel comment.
17932 (tree_rest_of_compilation): Merge into cgraph_expand_function.
17933 (cgraph_analyze_function): Make static.
17934 (cgraph_decide_is_function_needed): Make static.
17935 (cgraph_add_new_function): Use expand_function instead of
17936 rest_of_compilation.
17937 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
17938 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
17939 Move to cgraph.c
17940 (cgraph_inline_p): Remove.
17941 (cgraph_preserve_function_body_p): Move to ipa-inline-transform.
17942 (init_cgraph): Add comment.
17943 * cgraphbuild.c (record_reference, mark_address, mark_load,
17944 mark_store): Do not call analyze_expr hook.
17945 * cgraph.c: Update toplevel comment.
17946 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
17947 verify_edge_corresponds_to_fndecl, verify_cgraph_node, verify_cgraph):
17948 Move fere from cgraphunit.c
17949 (cgraph_mark_force_output_node): Move to cgraph.h
17950 * cgraph.h: Reorder so the comments match the function placement.
17951 (cgraph_analyze_function, cgraph_decide_is_function_needed): Remove.
17952 (cgraph_mark_force_output_node): Move here from cgraph.c
17953 * tree.c (free_lang_data): Do not clear analyze_expr hook.
17954 * ipa-inline-transform.c (preserve_function_body_p): New function.
17955 (inline_transform): Update.
17956 * langhooks.c (lhd_callgraph_analyze_expr): Remove.
17957 * langhooks.h (lang_hooks_for_callgraph): Remove.
17958 (lang_hooks): Remove callgraph.
17959 * tree-inline.c (expand_call_inline): Do not use cgraph_inline_p.
17960 * varpool.c: Remove out of date comment.
17961 * langhooks-def.h (lhd_callgraph_analyze_expr): Remove.
17962 (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): Remove.
17963
17964 2012-04-25 Jan Hubicka <jh@suse.cz>
17965
17966 PR middle-end/53089
17967 * cgraphunit.c (referred_to_p): Move ahead in file to avoid
17968 forward declaration.
17969 (cgraph_finalize_function): Finalize them here.
17970 * symtab.c (dump_symtab): Dump ctors and dtors.
17971
17972 2012-04-25 Jakub Jelinek <jakub@redhat.com>
17973
17974 PR middle-end/52979
17975 * stor-layout.c (get_best_mode): Don't return mode with bitsize
17976 larger than maxbits. Don't compute maxbits modulo align.
17977 Also check that unit bytes long store at bitpos / unit * unit
17978 doesn't affect bits beyond bitregion_end.
17979 * expmed.c (store_bit_field_1): Avoid trying insv if OP_MODE MEM
17980 would not fit into bitregion_start ... bitregion_end + 1 bit region.
17981 (store_split_bit_field): Decrease unit close to end of bitregion_end
17982 if access is restricted in order to avoid mutual recursion.
17983
17984 PR tree-optimization/53058
17985 * double-int.h (double_int_max_value, double_int_min_value): New
17986 prototypes.
17987 * double-int.c (double_int_max_value, double_int_min_value): New
17988 functions.
17989 * tree-vrp.c (register_edge_assert_for_2): Compare mask for LE_EXPR
17990 or GT_EXPR with double_int_max_value instead of double_int_mask.
17991
17992 2012-04-25 Richard Guenther <rguenther@suse.de>
17993
17994 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
17995 * tree-vect-loop.c (vect_transform_loop): Adjust.
17996 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Record
17997 the maximum number of iterations for the epilogue loop.
17998 (vect_loop_versioning): Remove case re-using the peeled epilogue loop.
17999
18000 2012-04-25 Jakub Jelinek <jakub@redhat.com>
18001
18002 PR c/52880
18003 * c-typeck.c (set_nonincremental_init,
18004 set_nonincremental_init_from_string): Pass true instead of false
18005 as IMPLICIT to add_pending_init.
18006
18007 2012-04-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
18008
18009 * c-typeck.c (pop_init_level): Improve diagnostics.
18010
18011 2012-04-25 Uros Bizjak <ubizjak@gmail.com>
18012
18013 * compare-elim.c (try_eliminate_compare): Also handle operands with
18014 implicit extensions.
18015
18016 2012-04-25 Alan Modra <amodra@gmail.com>
18017
18018 * config/rs6000/rs6000 (SAVE_INLINE_VRS, REST_INLINE_VRS,
18019 V_SAVE_INLINE, SAVRES_LR, SAVRES_SAVE, SAVRES_REG,
18020 SAVRES_GPR, SAVRES_FPR, SAVRES_VR): Define.
18021 (no_global_regs_above): Delete.
18022 (no_global_regs): New function.
18023 (rs6000_savres_strategy): Handle vector regs. Use proper lr_save_p
18024 value for load multiple test.
18025 (savres_routine_syms): Increase size.
18026 (rs6000_savres_routine_name, rs6000_savres_routine_sym,
18027 ptr_regno_for_savres, rs6000_emit_savres_rtx): Pass in int selector
18028 rather than a number of boolean flags. Update all callers.
18029 (rs6000_savres_routine_name): Generate vector save/restore names.
18030 (rs6000_savres_routine_sym): Handle vector regs. Delete forward decl.
18031 (ptr_regno_for_savres, rs6000_emit_savres_rtx): Likewise.
18032 (rs6000_emit_prologue): Delete saving_FPRs_inline, saving_GPRs_inline
18033 and using_store_multiple. Expand uses. Don't always use r11 as
18034 frame reg when needed for out-of-line saves. Set up initial offset
18035 for out-of-line vector saves when buying stack frame. Handle pointer
18036 reg setup for out-of-line fp save. Emit call to out-of-line vector
18037 save function. Choose r11 or r12 for vrsave reg when available for
18038 better scheduling.
18039 (rs6000_output_function_prologue): Don't emit .extern for ELF.
18040 (rs6000_emit_epilogue): Choose a better frame reg when restoring
18041 from back-chain to suit out-of-line vector restore functions. Emit
18042 call to out-of-line vector restore function. Adjust register used
18043 for cr restore. Tweak pointer register setup for gpr restore.
18044 * config/rs6000/rs6000.h (FIRST_SAVED_GP_REGNO): Take into account
18045 FIXED_R13.
18046 * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Simplify.
18047 (V_SAVE_INLINE): Define.
18048 * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*): New insns.
18049
18050 2012-04-25 Alan Modra <amodra@gmail.com>
18051
18052 * config/rs6000/rs6000.c (rs6000_savres_strategy): Allow
18053 out-of-line save/restore for large frames. Don't disable
18054 out-of-line saves on ABI_AIX when using static chain reg.
18055 (rs6000_emit_prologue): Adjust cr_save_regno on ABI_AIX to not
18056 clobber static chain reg, and tweak for out-of-line gpr saves
18057 that use r1.
18058
18059 2012-04-25 Alan Modra <amodra@gmail.com>
18060
18061 * config/rs6000/rs6000.c (START_USE, END_USE, NOT_INUSE): Define.
18062 (rs6000_emit_prologue): Use the above to catch register overlap.
18063
18064 2012-04-25 Alan Modra <amodra@gmail.com>
18065
18066 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Delete forward
18067 decl. Move logic selecting update reg to callers. Update all callers.
18068 (rs6000_emit_allocate_stack): Add copy_off param.
18069 (emit_frame_save): Don't handle reg+reg addressing.
18070 (ptr_regno_for_savres): New function, extracted from..
18071 (rs6000_emit_savres_rtx): ..here. Add lr_offset param.
18072 (rs6000_emit_prologue): Generate frame_ptr_rtx as we need it.
18073 Set frame_reg_rtx to r11 whenever r11 is needed, and merge
18074 frame offset adjustment for out-of-line save with copy from sp.
18075 Simplify condition controlling whether cr is saved early or
18076 late. Use ptr_regno_for_savres to verify correct reg is set
18077 up for out-of-line saves. Pass the actual pointer reg used to
18078 rs6000_emit_savres_rtx so rtl matches insns in out-of-line
18079 function. Rearrange spe vars so code is similar to that
18080 elsewhere in this function. Don't update frame_off when spe
18081 save code will restore r11. Use emit_frame_save for spe and
18082 gpr saves. Consolidate darwin out-of-line gpr setup with that
18083 for other abis. Don't assume frame_offset is zero and frame
18084 reg is sp when setting up altivec reg saves, and calculate
18085 exact offset requirement.
18086 (rs6000_emit_epilogue): Use HOST_WIDE_INT for frame_off. Tidy
18087 spe restore code. Consolidate darwin out-of-line gpr setup
18088 with that for other abis.
18089
18090 2012-04-25 Alan Modra <amodra@gmail.com>
18091
18092 * config/rs6000/rs6000.c (rs6000_frame_related): Don't emit a
18093 REG_FRAME_RELATED_EXPR note when the instruction exactly matches
18094 the replacement.
18095 (emit_frame_save): Delete frame_ptr param. Rename total_size to
18096 frame_reg_to_sp.
18097 (rs6000_emit_prologue): Add sp_off. Update rs6000_frame_related
18098 and emit_frame_save calls. Cope with possibly missing note.
18099
18100 2012-04-24 Sriraman Tallam <tmsriram@google.com>
18101
18102 * config/i386/i386.c (build_processor_model_struct): New function.
18103 (make_var_decl): New function.
18104 (fold_builtin_cpu): New function.
18105 (ix86_fold_builtin): New function.
18106 (make_cpu_type_builtin): New function.
18107 (ix86_init_platform_type_builtins): New function.
18108 (ix86_expand_builtin): Expand new builtins by folding them.
18109 (ix86_init_builtins): Make new builtins to detect CPU type.
18110 (TARGET_FOLD_BUILTIN): New macro.
18111 (IX86_BUILTIN_CPU_INIT): New enum value.
18112 (IX86_BUILTIN_CPU_IS): New enum value.
18113 (IX86_BUILTIN_CPU_SUPPORTS): New enum value.
18114 * config/i386/i386-builtin-types.def: New function type.
18115 * testsuite/gcc.target/builtin_target.c: New testcase.
18116 * doc/extend.texi: Document builtins.
18117
18118 2012-04-24 Olivier Hainque <hainque@adacore.com>
18119
18120 * common.opt (gdwarf-): Initialize dwarf_version to -1 instead of 2.
18121 * toplev.c (process_options): Default to dwarf_version 2.
18122 * config/vxworks.c (vxworks_override_options): Default to strict-dwarf
18123 and dwarf_version 2.
18124
18125 2012-04-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
18126
18127 * tree-pretty-print.h (default_tree_printer): Do not declare.
18128 * tree-diagnostic.c: Include tree-pretty-print.h, tree-pass.h and
18129 intl.h.
18130 (default_tree_diagnostic_starter): Make static.
18131 (default_tree_printer): Move to here. Make static.
18132 (tree_diagnostics_defaults): New.
18133 * tree-diagnostic.h (default_tree_diagnostic_starter): Do not declare.
18134 * tree.c (free_lang_data): Use tree_diagnostics_defaults.
18135 * toplev.c: Do not include tree-pass.h.
18136 (default_tree_printer): Move from here.
18137 (general_init): Use tree_diagnostics_defaults.
18138
18139 2012-04-24 Chao-ying Fu <fu@mips.com>
18140
18141 * config.gcc (mips64*-*-linux*): Append mips/linux-common.h to tm_file.
18142 (mips*-*-linux*): Append mips/linux-common.h to tm_file.
18143 * config/mips/gnu-user.h
18144 (SUBTARGET_CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC directly.
18145 (GNU_USER_TARGET_LINK_SPEC): New define.
18146 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
18147 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC directly.
18148 (GNU_USER_TARGET_MATHFILE_SPEC): New define.
18149 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC and
18150 GNU_USER_TARGET_ENDFILE_SPEC.
18151 * config/mips/gnu-user64.h (LIB_SPEC): Remove.
18152 (GNU_USER_TARGET_LINK_SPEC): New define.
18153 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
18154 * config/mips/linux-common.h: New file.
18155
18156 2012-04-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18157
18158 PR target/47197
18159 * config/rs6000/rs6000-c.c (fully_fold_convert): New function.
18160 (altivec_build_resolved_builtin): Call fully_fold_convert.
18161
18162 2012-04-24 Georg-Johann Lay <avr@gjlay.de>
18163
18164 PR target/53065
18165 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): New hook define.
18166
18167 2012-04-24 Richard Guenther <rguenther@suse.de>
18168
18169 PR tree-optimization/53085
18170 * tree-ssa-pre.c (eliminate): Do not eliminate volatile redundant
18171 stores.
18172
18173 2012-04-24 Richard Guenther <rguenther@suse.de>
18174
18175 * tree-if-conv.c (main_tree_if_conversion): Move bb under
18176 ENABLE_CHECKING.
18177
18178 2012-04-24 Jim Meyering <meyering@redhat.com>
18179
18180 * genattrtab.c (gen_attr): Avoid NULL-deref after diagnosing
18181 absence of an define_enum call.
18182
18183 2012-04-24 Richard Guenther <rguenther@suse.de>
18184
18185 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): If
18186 the epilogue loop is not re-used as unvectorized version
18187 record the its maximum number of iterations.
18188
18189 2012-04-24 Andrew Pinski <apinski@cavium.com>
18190
18191 * tree-ssa-forwprop.c (simplify_bitwise_binary):
18192 Don't directly use def1/def2.
18193
18194 2012-04-24 Richard Guenther <rguenther@suse.de>
18195
18196 PR tree-optimization/53098
18197 * tree-vect-loop.c (vect_analyze_loop_operations): Fixup
18198 comparison sign.
18199
18200 2012-04-24 Andrew Pinski <apinski@cavium.com>
18201
18202 PR tree-opt/33512
18203 * tree-ssa-forwprop.c (defcodefor_name): New function.
18204 (simplify_bitwise_binary): Use defcodefor_name instead of manually
18205 Simplify "( X | Y) & X" to X and "( X & Y) | X" to X.
18206 Simplify "(~X | Y) & X" to "X & Y" and
18207 "(~X & Y) | X" to "X | Y".
18208
18209 2012-04-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18210
18211 * recog.c (insn_invalid_p): Add IN_GROUP parameter and use
18212 validate_change to add clobbers if IN_GROUP is nonzero.
18213 (verify_changes): Call insn_invalid_p with IN_GROUP set to true.
18214 * recog.h (insn_invalid_p): Add IN_GROUP parameter to function
18215 prototype.
18216 * gcse.c (process_insert_insn): Call insn_invalid_p with IN_GROUP
18217 set to false.
18218 * config/s390/s390.c (insn_invalid_p): Likewise.
18219
18220 2012-04-24 Jakub Jelinek <jakub@redhat.com>
18221
18222 PR middle-end/53084
18223 * varasm.c (compute_reloc_for_constant): Handle ADDR_EXPR of MEM_REF.
18224 (output_addressed_constants): Likewise.
18225
18226 PR middle-end/52999
18227 * varasm.c (get_section): Don't ICE for section conflicts with
18228 built-in section kinds.
18229
18230 2012-04-23 DJ Delorie <dj@redhat.com>
18231
18232 * config/s390/s390.h (LINK_SPEC): Remove, no longer needed.
18233 (LIBSTDCXX): Change to CPP2.
18234
18235 2012-04-23 H.J. Lu <hongjiu.lu@intel.com>
18236
18237 PR bootstrap/52878
18238 * opth-gen.awk: Check if MASK_ and TARGET_ macros are defined for
18239 extra_masks.
18240
18241 2012-04-23 Uros Bizjak <ubizjak@gmail.com>
18242
18243 * config/i386/i386.md (*add<mode>_2): Add r/r/0 alternative.
18244 (*addsi_2_zext): Ditto.
18245 (*add<mode>_3): Ditto.
18246 (*addsi_3_zext): Ditto.
18247 (*add<mode>_5): Ditto.
18248
18249 2012-04-23 Andrew Pinski <apinski@cavium.com>
18250
18251 * tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0
18252 (C & B) to (A OP0) & B.
18253
18254 2012-04-23 Martin Jambor <mjambor@suse.cz>
18255
18256 * expr.c (expand_expr_real_1): Remove setting parent's alias set for
18257 temporaries created for a bitfield (reverting revision 122014).
18258
18259 2012-04-23 Richard Guenther <rguenther@suse.de>
18260
18261 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify
18262 the condition using is_gimple_condexpr and avoid the not necessary
18263 boolification.
18264 (set_prologue_iterations): Likewise.
18265 (vect_loop_versioning): Likewise.
18266
18267 2012-04-23 Richard Guenther <rguenther@suse.de>
18268
18269 PR tree-optimization/53070
18270 * tree-if-conv.c (combine_blocks): Free predicates in all blocks.
18271 (main_tree_if_conversion): Verify we succeeded in that.
18272
18273 2012-04-23 Jan Hubicka <jh@suse.cz>
18274
18275 * lto-symtab.c (lto_cgraph_replace_node): Do not call
18276 mark_reahcable_node.
18277 * cgraph.c (cgraph_remove_node): Do not clear reachable.
18278 (cgraph_mark_reachable_node): Remove.
18279 (cgraph_mark_force_output_node): Do not set reachable.
18280 (dump_cgraph_node): Do not dump reachable.
18281 (cgraph_create_virtual_clone): Do not set reachable.
18282 * cgraph.h (cgraph_node): Remove reachable flag.
18283 (varpool_node): Remove reachable flag.
18284 (cgraph_mark_if_needed): Remove.
18285 (cgraph_mark_reachable_node): Remove.
18286 * tree-emutls.c (ipa_lower_emutls): Do not check reachable.
18287 * cgraphunit.c (cgraph_finalize_function): Do not mark node as
18288 reachable.
18289 (cgraph_add_new_function): Likewise.
18290 (cgraph_mark_if_needed): Remove.
18291 (cgraph_analyze_function): Do not set target as reachable.
18292 (process_function_and_variable_attributes): Do not care about
18293 dllexport.
18294 (cgraph_analyze_functions): Do not set reachable flags.
18295 (cgraph_mark_functions_to_output): Do not check reachability.
18296 (cgraph_copy_node_for_versioning): Do not set reachable flag.
18297 (dbxout_expand_expr): Update.
18298 * c-decl.c (merge_decls): Do not track changed externs.
18299 * ipa.c: Include pointer-set.h
18300 (enqueue_cgraph_node): Use reachable pointer set.
18301 (process_references): Likewise.
18302 (cgraph_remove_unreachable_nodes): Likewise.
18303 (whole_program_function_and_variable_visibility): Do not recompute
18304 reachable.
18305 * trans-mem.c (ipa_tm_execute): Do not check reachable flag.
18306
18307 2012-04-23 Georg-Johann Lay <avr@gjlay.de>
18308
18309 * doc/extend.texi (AVR Named Address Spaces): Fix typos.
18310
18311 2012-04-23 Richard Guenther <rguenther@suse.de>
18312
18313 PR c/53060
18314 * c-typeck.c (build_binary_op): Fix typo.
18315
18316 2012-04-23 Jakub Jelinek <jakub@redhat.com>
18317
18318 PR tree-optimizations/52891
18319 * tree-vect-patterns.c (adjust_bool_pattern): Use
18320 build_nonstandard_type even if rhs1 has unsigned INTEGER_TYPE,
18321 but with non-standard precision.
18322
18323 2012-04-22 Jan Hubicka <jh@suse.cz>
18324
18325 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Bail out at NULL
18326 tree refs.
18327
18328 2012-04-22 Jan Hubicka <jh@suse.cz>
18329
18330 * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.
18331 * cgraphbuild.c (record_reference, record_type_list, mark_address,
18332 mark_load, mark_store): Do not mark varpool nodes as needed.
18333 * cgraph.c (cgraph_new_nodes): Remove.
18334 (cgraph_create_function_alias): Do not mark nodes as reachable.
18335 (cgraph_add_thunk): Likewise.
18336 (cgraph_mark_reachable_node): Do not manage the queue.
18337 * cgraph.h (cgraph_node): Remove next_needed.
18338 (varpool_nodes_queue): Remove next_needed and prev_needed.
18339 (x_cgraph_nodes_queue, x_cgraph_nodes_queue, cgraph_new_nodes): Remove.
18340 (cgraph_new_nodes): Declare.
18341 (x_varpool_nodes_queue, varpool_nodes_queue); Remove.
18342 (varpool_analyze_pending_decls): Remove.
18343 (varpool_analyze_node): New.
18344 (varpool_mark_needed_node): Remove.
18345 (varpool_first_variable, varpool_next_variable): New inlines.
18346 (varpool_first_static_initializer, varpool_next_static_initializer):
18347 Update.
18348 (FOR_EACH_STATIC_VARIABLE): Remove unused walker.
18349 (varpool_first_defined_variable): New inline.
18350 (varpool_next_defined_variable): New inline
18351 (FOR_EACH_VARIABLE): Reimplement.
18352 (FOR_EACH_DEFINED_VARIABLE): Reimplement.
18353 * toplev.c (wrapup_global_declaration_2): Use analyzed instead of
18354 needed flag.
18355 * cgraphunit.c (cgraph_new_nodes): Declare here.
18356 (enqueue_node): New function.
18357 (cgraph_process_new_functions): update for new
18358 node set; when constructing cgraph enqueue node for processing.
18359 (cgraph_add_new_function): Use new node set.
18360 (process_function_and_variable_attributes): Do not set varpool needed
18361 flags.
18362 (referred_to_p): New function.
18363 (varpool_finalize_decl): Move here from varpool.c; enqueue needed node
18364 when varpool is in construction.
18365 (cgraph_analyze_functions): Rewrite.
18366 (cgraph_expand_all_functions): Update.
18367 (cgraph_output_in_order): Do not analyze pending decls; do not set
18368 needed flags.
18369 (cgraph_optimize): Do not analyze pending decls.
18370 * lto-cgraph.c (input_varpool_node): Clear analyzed flag for objects
18371 in other partition; do not mark node as needed.
18372 * dwarf2out.c (reference_to_unused): Use analyzed flag.
18373 (premark_types_used_by_global_vars_helper): Likewise.
18374 * ipa.c (process_references): Do not call varpool_mark_needed_node.
18375 (cgraph_remove_unreachable_nodes): Do not rely on varpool and
18376 cgrpah queues.
18377 (function_and_variable_visibility): Do not mark node as needed.
18378 (whole_program_function_and_variable_visibility): Likewise.
18379 * Makefile.in (gt-varpool.h): No longer needed.
18380 * passes.c (execute_one_pass, execute_ipa_pass_list): Update.
18381 (ipa_write_summaries): Do not use needed flag.
18382 * varpool.c: Do not include gt-varpool.h
18383 (x_varpool_nodes_queue, x_varpool_last_needed_node,
18384 x_varpool_last_needed_node, x_varpool_first_unanalyzed_node,
18385 x_varpool_first_unanalyzed_node, varpool_assembled_nodes_queue):
18386 Remove.
18387 (varpool_remove_node): Do not update the lists.
18388 (dump_varpool_node): Do not dump needed flag.
18389 (varpool_enqueue_needed_node): Remove.
18390 (varpool_mark_needed_node): Remove.
18391 (varpool_reset_queue): Remove.
18392 (varpool_finalize_decl): Move to cgraphunit.c
18393 (varpool_analyze_node): New functions based on former
18394 varpool_analyze_pending_decls.
18395 (varpool_analyze_pending_decls): Remove.
18396 (varpool_assemble_decl): Do not update the lists.
18397 (enqueue_node): New function.
18398 (varpool_remove_unreferenced_decls): Rewrite.
18399 (varpool_empty_needed_queue): Remove.
18400 (add_new_static_var): Do not mark node as needed.
18401 (varpool_create_variable_alias): Handle expansion state
18402 creation.
18403 * except.c (output_ttype): Do not mark node as needed.
18404 * varasm.c (mark_decl_referenced): Do not use mark_needed_node.
18405 * tree-profile.c (init_ic_make_global_vars, init_ic_make_global_vars):
18406 Likewise.
18407 * tree-switch-conversion.c (build_one_array): Likewise.
18408
18409 2012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
18410
18411 PR c/44774
18412 * doc/invoke.texi (pedantic): Rename to Wpedantic.
18413 * common.opt (Wpedantic): New.
18414 (pedantic): Alias Wpedantic.
18415 * diagnostic.c (warning_at): Likewise.
18416 * c-decl.c (diagnose_mismatched_decls): Likewise.
18417 (build_array_declarator): Likewise.
18418 (mark_forward_parm_decls):
18419 (check_bitfield_type_and_width): Likewise.
18420 (grokdeclarator): Likewise.
18421 (grokfield): Likewise.
18422 (finish_struct): Likewise.
18423 (build_enumerator): Likewise.
18424 (store_parm_decls_oldstyle): Likewise.
18425 (declspecs_add_qual): Likewise.
18426 (declspecs_add_type): Likewise.
18427 (finish_declspecs): Likewise.
18428 * c-typeck.c (composite_type): Likewise.
18429 (comp_target_types): Likewise.
18430 (build_array_ref): Likewise.
18431 (pointer_diff): Likewise.
18432 (build_unary_op): Likewise.
18433 (build_conditional_expr): Likewise.
18434 (build_c_cast): Likewise.
18435 (convert_for_assignment): Likewise.
18436 (maybe_warn_string_init): Likewise.
18437 (digest_init): Likewise.
18438 (pop_init_level): Likewise.
18439 (set_init_index): Likewise.
18440 (c_finish_goto_label): Likewise.
18441 (c_finish_return): Likewise.
18442 (do_case): Likewise.
18443 (build_binary_op): Likewise.
18444 * c-parser.c (static): Likewise.
18445 (c_parser_external_declaration): Likewise.
18446 (c_parser_declaration_or_fndef): Likewise.
18447 (c_parser_static_assert_declaration_no_se): Likewise.
18448 (c_parser_enum_specifier): Likewise.
18449 (c_parser_struct_or_union_specifier): Likewise.
18450 (c_parser_struct_declaration): Likewise.
18451 (c_parser_alignas_specifier): Likewise.
18452 (c_parser_braced_init): Likewise.
18453 (c_parser_initelt): Likewise.
18454 (c_parser_compound_statement_nostart): Likewise.
18455 (c_parser_conditional_expression): Likewise.
18456 (c_parser_alignof_expression): Likewise.
18457 (c_parser_postfix_expression): Likewise.
18458 (c_parser_postfix_expression_after_paren_): Likewise.
18459 (c_parser_objc_class_instance_variables): Likewise.
18460 (c_parser_objc_method_definition): Likewise.
18461 (c_parser_objc_methodprotolist): Likewise.
18462
18463 2012-04-22 Ian Lance Taylor <iant@google.com>
18464
18465 * godump.c (go_output_typedef): Dump size of structs.
18466
18467 2012-04-22 Razya Ladelsky <razya@il.ibm.com>
18468
18469 Correcting transform_to_exit_first_loop + fix to PR46886
18470 * tree-parloops.c (transform_to_exit_first_loop): Remove
18471 setting of number of iterations according to the loop pattern.
18472 Duplicate from entry to exit->src instead of loop->latch.
18473 (pallelize_loops): Remove the condition preventing do-while loops.
18474 * tree-cfg.c (bool bb_in_region_p): New.
18475 (gimple_duplicate_sese_tail): Adjust duplication of the the subloops.
18476 Adjust redirection of the duplicated iteration.
18477
18478 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
18479
18480 PR bootstrap/53021
18481 * rtl.def (ADDRESS): Use "i" rather than "w".
18482 * rtl.h (find_base_term): Delete.
18483 (may_be_sp_based_p): Declare.
18484 * rtl.c (rtx_code_size): Remove ADDRESS special case.
18485 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP)
18486 (UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Move to...
18487 * alias.c: ...here.
18488 (find_base_term): Make static.
18489 (may_be_sp_based_p): New function.
18490 * dse.c (record_store): Use it.
18491 * store-motion.c (store_killed_in_insn): Likewise.
18492
18493 2012-04-21 Richard Sandiford <rdsandiford@googlemail.com>
18494
18495 * fold-const.c (fold_checksum_tree): Fix VECTOR_CST case.
18496
18497 2012-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
18498
18499 PR 35441
18500 * c-typeck.c (inform_declaration): New.
18501 (build_function_call_vec): Do not pretty-print
18502 expressions when caret is enabled.
18503 (convert_arguments): Use inform_declaration.
18504
18505 2012-04-20 Jim Meyering <meyering@redhat.com>
18506
18507 * genmodes.c (make_complex_modes): Don't truncate a mode name of
18508 length 7 or more when prepending a "C". Suggested by Richard Guenther.
18509
18510 2012-04-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18511
18512 PR rtl-optimization/44214
18513 * fold-const.c (exact_inverse): New function.
18514 (fold_binary_loc): Fold vector and complex division by constant into
18515 multiply by recripocal with flag_reciprocal_math; fold vector division
18516 by constant into multiply by reciprocal with exact inverse.
18517
18518 2012-04-20 Jan Hubicka <jh@suse.cz>
18519
18520 * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of
18521 force flags.
18522 * cgraph.c (cgraph_add_thunk): Use mark_reachable_node.
18523 (cgraph_remove_node): Update.
18524 (cgraph_mark_needed_node): Remove.
18525 (cgraph_mark_force_output_node): New.
18526 (dump_cgraph_node): Do not dump needed flag.
18527 (cgraph_node_cannot_be_local_p_1): Update.
18528 (cgraph_can_remove_if_no_direct_calls_and_refs): Update.
18529 * cgraph.h (symtab_node_base): Add force_output flag.
18530 (cgraph_node): Remove needed flag.
18531 (varpool_node): Remove force_output flag.
18532 (cgraph_mark_needed_node): Remove.
18533 (cgraph_mark_force_output_node): New.
18534 (cgraph_only_called_directly_or_aliased_p,
18535 varpool_can_remove_if_no_refs, varpool_all_refs_explicit_p): Update.
18536 * ipa-cp.c (ipcp_generate_summary): Remove out of date assert.
18537 * cgraphunit.c (cgraph_decide_is_function_needed): rewrite.
18538 (cgraph_add_new_function): Update.
18539 (cgraph_mark_if_needed): Update.
18540 (verify_cgraph_node): Update.
18541 (cgraph_analyze_function): Alias target is reachable.
18542 (process_function_and_variable_attributes): Update: externally_visible
18543 flag makes function reachable.
18544 (cgraph_analyze_functions): Update dumping.
18545 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
18546 input_overwrite_node, input_varpool_node): Update streaming.
18547 * lto-streamer-out.c (produce_symtab): Use force_output.
18548 * ipa.c (process_references): Weakrefs must be processed.
18549 (cgraph_remove_unreachable_nodes): Likewise; update for new
18550 force_output flag.
18551 (varpool_externally_visible_p): Weakrefs are externally visible
18552 even if they are not.
18553 (function_and_variable_visibility): Update; when processing alias
18554 pair force the targets to be output.
18555 (whole_program_function_and_variable_visility): Use
18556 mark_reachable_node.
18557 * trans-mem.c (ipa_tm_mark_needed_node): Remove
18558 (ipa_tm_mark_force_output_node): New function.
18559 (ipa_tm_create_version_alias, ipa_tm_create_version): Update.
18560 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be lax about
18561 aliases.
18562 * varasm.c (mark_decl_referenced): Update.
18563 (find_decl_and_mark_needed): Remove.
18564 (find_decl): New function.
18565 (weak_finish, finish_aliases_1, assemble_alias): Update; do not mark
18566 alias targets as needed.
18567 (dump_tm_clone_pairs): Update.
18568 * tree-inline.c (copy_bb): Update check.
18569 * symtab.c (dump_symtab_base): Dump force_output.
18570 * tree-ssa-structalias.c (ipa_pta_execute): Use force_output.
18571 * passes.c (execute_todo): Fix dumping.
18572 * varpool.c (decide_is_variable_needed, varpool_finalize_decl): Update.
18573 (varpool_analyze_pending_decls): Alias target is reachable.
18574 (varpool_create_variable_alias): Finalize weakrefs.
18575
18576 2012-04-20 Jakub Jelinek <jakub@redhat.com>
18577
18578 PR bootstrap/53021
18579 * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP,
18580 UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Define.
18581 * alias.c (init_alias_targets): Use UNIQUE_BASE_VALUE_*
18582 macros instead of constants.
18583 * dse.c (record_store): Check for SP ADDRESS by comparing
18584 XWINT to UNIQUE_BASE_VALUE_SP instead of expecting
18585 XEXP to be stack_pointer_rtx.
18586
18587 2012-04-20 Richard Guenther <rguenther@suse.de>
18588
18589 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Use
18590 update_call_from_tree when propagating into a call.
18591
18592 2012-04-20 Alan Modra <amodra@gmail.com>
18593
18594 * config/rs6000/rs6000.c (rs6000_emit_savres_rtx): Formatting.
18595 (rs6000_emit_prologue, rs6000_emit_epilogue): Likewise. Rename
18596 sp_offset to frame_off. Move world save code earlier.
18597
18598 2012-04-20 Richard Guenther <rguenther@suse.de>
18599
18600 PR tree-optimization/53050
18601 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine):
18602 Do only one transform on COND_EXPRs at the same time.
18603
18604 2012-04-19 Jan Hubicka <jh@suse.cz>
18605
18606 * symtab.c (dump_symtab_base): Revert accidental checkin.
18607
18608 2012-04-20 Alan Modra <amodra@gmail.com>
18609
18610 PR target/53040
18611 * config/rs6000/rs6000.c (rs6000_savres_strategy): When using
18612 static chain, set REST_INLINE_FPRS too.
18613
18614 2012-04-20 Thomas Schwinge <thomas@codesourcery.com>
18615
18616 * tree-dump.c (dequeue_and_dump) <BIT_FIELD_REF>: Dump the three child
18617 nodes.
18618
18619 2012-04-20 Richard Guenther <rguenther@suse.de>
18620
18621 * tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize
18622 loops that can never run more often than the vectorization factor.
18623
18624 2012-04-19 Jan Hubicka <jh@suse.cz>
18625
18626 * symtab.c (dump_symtab_base): Fix dumping of asm lists.
18627
18628 2012-04-19 David Edelsohn <dje.gcc@gmail.com>
18629
18630 * config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
18631
18632 2012-04-19 Jim Meyering <meyering@redhat.com>
18633
18634 * genmodes.c (make_complex_modes): Avoid unnecessary use of strncpy.
18635 We verified above that the string(including trailing NUL) fits in buf,
18636 so just use memcpy.
18637
18638 2012-04-19 Richard Guenther <rguenther@suse.de>
18639
18640 * symtab.c (dump_symtab_base): Use TREE_STRING_POINTER
18641 for dumping DECL_SECTION_NAME.
18642
18643 2012-04-19 Michael Matz <matz@suse.de>
18644
18645 PR middle-end/52977
18646 * tree.h (VECTOR_CST_NELTS): Use part number of types again.
18647 (struct tree_vector): Adjust GTY length.
18648 * tree.c (make_vector_stat): Don't set VECTOR_CST_NELTS.
18649
18650 * gengtype.c (struct walk_type_data): Add in_record_p and loopcounter
18651 members.
18652 (walk_type, <TYPE_POINTER, TYPE_ARRAY>): Handle case where our
18653 caller emitted the length calulation already.
18654 (walk_type, <TYPE_UNION, TYPE_STRUCT>): Emit length calculations
18655 before handling any of the fields for structs.
18656
18657 2012-04-19 Richard Guenther <rguenther@suse.de>
18658
18659 PR tree-optimization/53031
18660 * tree-vrp.c (adjust_range_with_scev): Revert back to
18661 using max_loop_iterations.
18662
18663 2012-04-19 Michael Matz <matz@suse.de>
18664
18665 * diagnostic.c (emit_diagnostic): Move va_end call after user
18666 of the va_list.
18667 (warning, warning_at, pedwarn, permerror): Ditto.
18668
18669 2012-04-19 Richard Guenther <rguenther@suse.de>
18670
18671 * ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound
18672 array access.
18673
18674 2012-04-19 Georg-Johann Lay <avr@gjlay.de>
18675
18676 PR target/53033
18677 * config/avr/avr.c (avr_out_load_psi): Fix assembler template for
18678 the case *(X+const).
18679
18680 2012-04-19 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
18681
18682 * config/arm/sync.md (sync_optab): Change ior attribute to "or".
18683
18684 2012-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
18685
18686 PR c/52283/37985
18687 * stmt.c (warn_if_unused_value): Skip NOP_EXPR.
18688 * convert.c (convert_to_integer): Don't set TREE_NO_WARNING.
18689
18690 2012-04-19 Richard Guenther <rguenther@suse.de>
18691
18692 PR rtl-optimization/44688
18693 * loop-iv.c (determine_max_iter): Only return max_iter.
18694 (iv_number_of_iterations): Also use the recorded loop bound
18695 on the maximum number of iterations.
18696 * loop-unroll.c (decide_unroll_runtime_iterations): Use
18697 max_iter to avoid unrolling loops that do not roll.
18698 (decide_unroll_stupid): Likewise.
18699
18700 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
18701
18702 * targhooks.c (default_case_values_threshold): Fix code style nit.
18703
18704 * stmt.c (add_case_node, expand_case): Move logic to remove/reduce
18705 case range and type folding from here...
18706 * gimplify.c (gimplify_switch_expr): ... to here. Expect NULL_TREE
18707 type, as documented in tree.def.
18708
18709 2012-04-18 Jan Hubicka <jh@suse.cz>
18710
18711 * cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):
18712 Declare.
18713 * cgraphunit.c (verify_cgraph_node): Verify symtab base; do not verify
18714 cgraph hash and same comdat groups.
18715 (cgraph_optimize): Verify symbol table.
18716 * ipa.c (cgraph_remove_unreachable_nodes): Verify symbol table.
18717 (dissolve_same_comdat_group_list): Work on symtab nodes.
18718 (function_and_variable_visibility): Dissolve variable same comdat group
18719 lists, too.
18720 * symtab.c: Include timevar.h
18721 (verify_symtab_base, verify_symtab_node, verify_symtab): New functions.
18722
18723 2012-04-18 Steven Bosscher <steven@gcc.gnu.org>
18724
18725 * tree-switch-conversion.c (info): Remove global pass info.
18726 (check_range, check_process_case, check_final_bb, create_temp_arrays,
18727 free_temp_arrays, gather_default_values, build_constructors,
18728 array_value_type, build_one_array, build_arrays, gen_def_assigns,
18729 fix_phi_nodes, gen_inbound_check): Pass info around from ...
18730 (process_switch): ... here. Unify message format. Return a const
18731 char pointer to the failure reason message.
18732 (do_switchconv): Unify message format. Update process_switch usage.
18733
18734 * tree.def (CASE_LABEL_EXPR): Fix documentation, mention all operands.
18735 * tree-cfg.c (edge_to_cases): Fix documentation.
18736
18737 2012-04-18 Uros Bizjak <ubizjak@gmail.com>
18738
18739 * config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
18740
18741 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18742
18743 PR tree-optimization/52976
18744 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): Delete.
18745 (possibly_move_powi): New function.
18746 (rewrite_expr_tree): Call possibly_move_powi.
18747 (rewrite_expr_tree_parallel): Likewise.
18748 (attempt_builtin_powi): Change call of add_to_ops_vec_max_rank to
18749 call add_to_ops_vec instead.
18750
18751 2012-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18752
18753 PR tree-optimization/52976
18754 * tree-ssa-reassoc.c (stmt_is_power_of_op): New function.
18755 (decrement_power): Likewise.
18756 (propagate_op_to_single_use): Likewise.
18757 (zero_one_operation): Handle __builtin_pow* calls in linearized
18758 expression trees; factor logic into propagate_op_to_single_use.
18759 (undistribute_ops_list): Allow operands with repeat counts > 1.
18760
18761 2012-04-18 Richard Guenther <rguenther@suse.de>
18762
18763 PR tree-optimization/44688
18764 * cfgloop.h (record_niter_bound): Declare.
18765 * tree-ssa-loop-niter.c (record_niter_bound): Export.
18766 Update the estimation with the upper bound here...
18767 (estimate_numbers_of_iterations_loop): ... instead of here.
18768 Do not forcefully reset a recorded upper bound.
18769 * tree-vect-loop-manip.c (vect_do_peeling_for_alignment):
18770 Record the maximum number of loop iterations of the prologue loop.
18771
18772 2012-04-18 Jan Hubicka <jh@suse.cz>
18773
18774 * lto-symtab.c (lto_cgraph_replace_node): Update.
18775 * cgraphbuild.c (record_reference, record_type_list,
18776 record_eh_tables, mark_address, mark_load, mark_store): Update.
18777 * cgraph.c (cgraph_same_body_alias, dump_cgraph_node,
18778 cgraph_create_virtual_clone, cgraph_for_node_thunks_and_aliases):
18779 Update.
18780 * cgraph.h (symtab_node_def, symtab_node, const_symtab_node): Remove.
18781 (cgraph_alias_aliased_node, varpool_alias_aliased_node): Update.
18782 * reload.c: Fix typo in comment.
18783 * rtlanal.c: Likewise.
18784 * tree-emultls.c (gen_emutls_addr): Update.
18785 * ipa-reference.c (analyze_function): Update.
18786 * cgraphunit.c (cgraph_analyze_function,
18787 cgraph_process_same_body_aliases, assemble_thunks_and_aliases):
18788 Update.
18789 * ipa-ref.c (ipa_record_reference): Reorg to avoid reference types.
18790 (ipa_remove_reference): Likewise.
18791 (ipa_remove_all_refering): Rename to ...
18792 (ipa_remove_all_referring): ... this one; update.
18793 (ipa_dump_references): Update.
18794 (ipa_dump_referring): Update.
18795 (ipa_clone_references): Update.
18796 (ipa_clone_refering): Rename to ...
18797 (ipa_clone_referring): ... this one; update.
18798 (ipa_ref_cannot_lead_to_return): Update.
18799 (ipa_ref_has_aliases_p): Update.
18800 * ipa-ref.h (symtab_node_def, symtab_node, const_symtab_node): New
18801 forward typedefs.
18802 (ipa_ref_type): Remove.
18803 (ipa_ref_ptr_u): Remove.
18804 (ipa_ref): Remove referencing, refered, refered_index, refering_type
18805 and refered_type; add referring, referred and referred_index.
18806 (ipa_ref_list): Rename refering to referring.
18807 (ipa_record_reference, ipa_remove_all_referring, ipa_dump_referring,
18808 ipa_clone_references, ipa_clone_referring): Update prototypes.
18809 * lto-cgraph.c (referenced_from_other_partition_p): Update.
18810 (lto_output_ref): Update.
18811 (add_references): Update.
18812 (input_varpool_node): Update.
18813 (input_refs): Update.
18814 * ipa-ref-inline.h (ipa_ref_node): Update.
18815 (ipa_ref_varpool_node): Update.
18816 (ipa_ref_referring_node): Update.
18817 (ipa_ref_referring_varpool_node): Update.
18818 (ipa_ref_referring_ref_list): Update.
18819 (ipa_ref_referred_ref_list): Update.
18820 (ipa_ref_list_first_referring): Update.
18821 (ipa_empty_ref_list): Update.
18822 (ipa_ref_list_refering_iterate): Rename to ...
18823 (ipa_ref_list_referring_iterate): ... this one.
18824 * cse.c: Update comment.
18825 * ipa-utils.c (ipa_reverse_postorder): Update.
18826 * tree-ssa-alias.c: Update.
18827 * ipa-inline.c (reset_edge_caches): Update.
18828 (update_caller_keys): Update.
18829 * ipa-inline.h: Update comments.
18830 * jump.c: Update comment.
18831 * alias.c: Likewise.
18832 * ipa.c (process_references): Update.
18833 (cgraph_remove_unreachable_nodes): Likewise.
18834 (ipa_discover_readonly_nonaddressable_var): Likewise.
18835 (cgraph_address_taken_from_non_vtable_p): Likewise.
18836 * trans-mem.c (ipa_tm_execute): Update.
18837 * simplify-rtx.c: Fix comment.
18838 * rtl.c: Fix comment.
18839 * symtab.c (symtab_unregister_node): Update.
18840 * varpool.c (dump_varpool_node): Update.
18841 (varpool_analyze_pending_decls): Update.
18842 (assemble_aliases): Update.
18843 (varpool_for_node_and_aliases): Update.
18844
18845 2012-04-18 Richard Guenther <rguenther@suse.de>
18846
18847 * cfgloop.h (estimate_numbers_of_iterations_loop): Remove
18848 use_undefined_p parameter.
18849 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
18850 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
18851 Likewise.
18852 (estimate_numbers_of_iterations): Likewise.
18853 (estimated_loop_iterations): Adjust.
18854 (max_loop_iterations): Likewise.
18855 (scev_probably_wraps_p): Likewise.
18856 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
18857 * tree-vrp.c (adjust_range_with_scev): Use max_stmt_executions,
18858 not max_loop_iterations.
18859 (execute_vrp): Remove explicit number of iterations estimation.
18860
18861 2012-04-18 Enkovich Ilya <ilya.enkovich@intel.com>
18862
18863 * config/i386/linux-common.h: New.
18864
18865 * config.gcc: Add i386/linux-common.h before
18866 all i386/linux.h and i386/linux64.h usages.
18867
18868 * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): New.
18869 (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC.
18870 * config/i386/gnu-user64.h: Likewise.
18871
18872 * config/i386/gnu-user.common.h (GNU_USER_TARGET_CC1_SPEC): New.
18873 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC.
18874 (GNU_USER_TARGET_MATHFILE_SPEC): New.
18875 (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC.
18876
18877 2012-04-18 Jan Hubicka <jh@suse.cz>
18878
18879 * cgraph.c (cgraph_node_name): Remove.
18880 (dump_cgraph_node): Use dump_symtab_base; reformat.
18881 * cgraph.h (symtab_node_asm_name, symtab_node_name, dump_symtab,
18882 debug_symtab, dump_symtab_node, debug_symtab_node, dump_symtab_base):
18883 Declare.
18884 (cgraph_node_name, varpool_node_name): Remove.
18885 (cgraph_node_asm_name, varpool_node_asm_name,
18886 cgraph_node_name, varpool_node_name): New.
18887 * tree-pass.h (TODO_dump_cgraph): Rename to ...
18888 (TODO_dump_symtab): ... this one.
18889 * ipa-cp (pass_ipa_cp): Update.
18890 * ia-reference.c (generate_summary, read_write_all_from_decl,
18891 propagate, ipa_reference_read_optimization_summary): Update.
18892 * cgraphunit.c (cgraph_analyze_functions): Update.
18893 (cgraph_optimize): Update.
18894 * ipa-ref.c (ipa_dump_references): Update.
18895 (ipa_dump_refering): Update.
18896 * ipa-inline.c (pass_ipa_inline): Update.
18897 * matrix-reorg.c (pass_ipa_matrix_reorg): Update.
18898 * ipa.c (pass_ipa_function_visibility,
18899 pass_ipa_whole_program_visibility): Update.
18900 * tree-sra.c (pass_early_ipa_sra): Update.
18901 * symtab.c: Include langhooks.h
18902 (symtab_node_asm_name): New.
18903 (symtab_node_name): New.
18904 (symtab_type_names): New static var.
18905 (dump_symtab_base): New.
18906 (dump_symtab_node, dump_symtab): New.
18907 (debug_symtab_node, debug_symtab): New.
18908 * tree-ssa-structalias.c: Dump symbol table.
18909 * pases.c (execute_todo): Handle TODO_dump_symtab instead
18910 of TODO_dump_cgraph.
18911 * varpoo.c (varpool_node_name): Remove.
18912 (dump_varpool_node): Use dump_symtab_base; reformat.
18913
18914 2012-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
18915
18916 * doc/invoke.texi (Language Independent Options): @item should be
18917 before @opindex.
18918
18919 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
18920
18921 PR bootstrap/53021
18922 * rtl.c (rtx_code_size): Handle ADDRESS.
18923
18924 2012-04-17 Tom de Vries <tom@codesourcery.com>
18925
18926 * tree-iterator.c (append_to_statement_list_1): Handle case that *list_p
18927 is not a STMT_LIST.
18928
18929 2012-04-17 Uros Bizjak <ubizjak@gmail.com>
18930
18931 PR target/53020
18932 * config/i386/sync.md (atomic_<code><mode>): Rename to
18933 atomic_<logic><mode>.
18934
18935 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com>
18936
18937 * rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.
18938 * alias.c (reg_base_value): Expand and update comment.
18939 (arg_base_value): New variable.
18940 (unique_id): Move up file.
18941 (unique_base_value, unique_base_value_p, known_base_value_p): New.
18942 (find_base_value): Use arg_base_value and known_base_value_p.
18943 (record_set): Document REG_NOALIAS handling. Use unique_base_value.
18944 (find_base_term): Use known_base_value_p.
18945 (base_alias_check): Use unique_base_value_p.
18946 (init_alias_target): Initialize arg_base_value. Use unique_base_value.
18947 (init_alias_analysis): Use 1 as the first id for REG_NOALIAS bases.
18948
18949 2012-04-17 Pat Haugen <pthaugen@us.ibm.com>
18950
18951 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Remove DImode.
18952
18953 2012-04-17 Michael Matz <matz@suse.de>
18954
18955 PR tree-optimization/18437
18956 * tree-vectorizer.h (_stmt_vec_info.stride_load_p): New member.
18957 (STMT_VINFO_STRIDE_LOAD_P): New accessor.
18958 (vect_check_strided_load): Declare.
18959 * tree-vect-data-refs.c (vect_check_strided_load): New function.
18960 (vect_analyze_data_refs): Use it to accept strided loads.
18961 * tree-vect-stmts.c (vectorizable_load): Ditto and handle them.
18962
18963 2012-04-17 Richard Guenther <rguenther@suse.de>
18964
18965 PR middle-end/53011
18966 * tree-eh.c (cleanup_empty_eh_merge_phis): Properly discard
18967 loops when redirecting an entry or latch edge.
18968
18969 2012-04-17 Bernd Schmidt <bernds@codesourcery.com>
18970
18971 * sel-sched.c (sel_global_init): Revert previous change.
18972
18973 2012-04-17 Richard Guenther <rguenther@suse.de>
18974
18975 * tree-flow.h (array_at_struct_end_p): Move declaration ...
18976 * tree.h (array_at_struct_end_p): ... here.
18977 * tree-ssa-loop-niter.c (array_at_struct_end_p): Move ...
18978 * expr.c (array_at_struct_end_p): ... here. Rewrite.
18979
18980 2012-04-17 Steven Bosscher <steven@gcc.gnu.org>
18981
18982 * stmt.c (cost_table_, use_cost_table, cost_table_initialize,
18983 COST_TABLE): Remove.
18984 (estimate_case_costs): Remove.
18985 (expand_case): Do not call estimate_case_costs
18986 to set use_cost_table.
18987 (balance_case_nodes): Do not use use_cost_table.
18988
18989 2012-04-16 Jan Hubicka <jh@suse.cz>
18990
18991 * cgraph.c (cgraph_hash, assembler_name_hash): Remove.
18992 (hash_node, eq_node): Remove.
18993 (cgraph_create_node): Do not handle hashtable.
18994 (cgraph_get_node): Remove.
18995 (cgraph_insert_node_to_hashtable): Remove.
18996 (hash_node_by_assembler_name): Remove.
18997 (eq_assembler_name): Remove.
18998 (cgraph_node_for_asm): Rewrite.
18999 (cgraph_find_replacement_node): Break out from ...
19000 (cgraph_remove_node): ... here; do not maintain hashtables.
19001 (change_decl_assembler_name): Remove.
19002 (cgraph_clone_node): Do not maintain hashtables.
19003 * cgraph.h (const_symtab_node): New typedef.
19004 (cgraph_insert_node_to_hashtable): Remove.
19005 (symtab_get_node, symtab_node_for_asm,
19006 symtab_insert_node_to_hashtable): Declare.
19007 (cgraph_find_replacement_node): Declare.
19008 (cgraph_get_node, varpool_get_node): Turn into inlines.
19009 (cgraph, varpool): Work sanely on NULL pointers.
19010 (FOR_EACH_SYMBOL): New walker.
19011 * ipa-inline-transform.c (save_inline_function_body): Use
19012 symtab_insert_node_to_hashtable.
19013 * symtab.c: Include ggc.h and diagnostics.h
19014 (symtab_hash, assembler_name_hash): New static vars;
19015 (hash_node, eq_node, hash_node_by_assembler_name,
19016 eq_assembler_name, insert_to_assembler_name_hash,
19017 unlink_from_assembler_name_hash): New.
19018 (symtab_register_node): Update hashtables.
19019 (symtab_insert_node_to_hashtable): New.
19020 (symtab_unregister_node): Update hashtables.
19021 (symtab_get_node): New.
19022 (symtab_node_for_asm): New.
19023 (change_decl_assembler_name): New.
19024 * Makefile.in (symtab.o): Needs GTY.
19025 * varpool.c (varpool_hash): Remove.
19026 (hash_varpool_node, eq_varpool_node, varpool_get_node): Remove.
19027 (varpool_node): Rewrite using varpool_get_node.
19028 (varpool_remove_node): DO not maintain hashtables.
19029 (varpool_node_for_asm): Rewrite.
19030
19031 2012-04-16 Sandra Loosemore <sandra@codesourcery.com>
19032
19033 * doc/invoke.texi: Copy-edit to put verbs in the present tense
19034 when describing the current behavior of GCC.
19035
19036 2012-04-16 Richard Sandiford <rdsandiford@googlemail.com>
19037
19038 * genemit.c (gen_exp): Remove ADDRESS handling.
19039 * genoutput.c (scan_operands): Likewise.
19040 * genpeep.c (match_rtx): Likewise.
19041 * genrecog.c (add_to_sequence): Likewise.
19042
19043 2012-04-16 David Edelsohn <dje.gcc@gmail.com>
19044
19045 * doc/install.texi (Specific, *-ibm-aix*): Update assembler bug status.
19046
19047 2012-04-16 Martin Jambor <mjambor@suse.cz>
19048
19049 * tree-sra.c (build_ref_for_model): Create COMPONENT_REFs only for
19050 bit-fields.
19051
19052 2012-04-16 Ulrich Weigand <ulrich.weigand@linaro.org>
19053
19054 PR target/51819
19055 * config/arm/arm.c (arm_print_operand): Fix invalid alignment
19056 hints for 'A' operand types.
19057
19058 2012-04-16 Jan Hubicka <jh@suse.cz>
19059
19060 * cgraph.h (symtab_node_base): Add next and previous pointers.
19061 (cgraph_node): Remove next and preivous pointers.
19062 (varpool_node): Likewise; remove next/previous GTY marker;
19063 it is not type safe.
19064 (symtab_node_def): Update GTY marker
19065 (x_cgraph_nodes, cgraph_nodes): Remove.
19066 (symtab_nodes): New function.
19067 (cgraph_order): Rename to ...
19068 (symtab_order): ... this one.
19069 (symtab_register_node, symtab_unregister_node, symtab_remove_node):
19070 Declare.
19071 (x_varpool_nodes, varpool_nodes): Remove.
19072 (FOR_EACH_STATIC_VARIABLE): Update.
19073 (symtab_function_p, symtab_variable_p): New function.
19074 (FOR_EACH_VARIABLE): Update.
19075 (varpool_first_variable, varpool_next_variable): New functions.
19076 (FOR_EACH_VARIABLE): Update.
19077 (cgraph_first_defined_function): Update.
19078 (cgraph_next_defined_function, cgraph_next_defined_function): Update.
19079 (FOR_EACH_DEFINED_FUNCTION, FOR_EACH_FUNCTION): Update.
19080 (cgraph_first_function, cgraph_next_function): New.
19081 (FOR_EACH_FUNCTION): Update.
19082 (cgraph_first_function_with_gimple_body,
19083 cgraph_next_function_with_gimple_body): Update.
19084 * symtab.c: New file.
19085 * cgraph.c: Update copyright dates.
19086 (x_cgraph_nodes, cgraph_order): Remove.
19087 (NEXT_FREE_NODE): Update.
19088 (SET_NEXT_FREE_NODE): New.
19089 (cgraph_create_node_1): Remove common code.
19090 (cgraph_create_node): Remove common code; call symtab_register_node.
19091 (cgraph_remove_node): Remove common code; call symtab_unregister-node.
19092 (cgraph_add_asm_node): Update.
19093 (cgraph_clone_node): Register new node.
19094 * cgraphunit.c (process_function_and_variable_attributes): Update.
19095 (cgraph_analyze_functions): Update.
19096 (cgraph_analyze_functions): Update.
19097 (cgraph_output_in_order): Update.
19098 * lto-cgraph.c (input_node, input_varpool_node, input_cgraph_1):
19099 Update.
19100 * ipa-inline.c (recursive_inlining): Update.
19101 * lto-streamer-in.c (lto_input_toplevel_asms): Update.
19102 * ipa.c (cgraph_remove_unreachable_nodes): Update.
19103 * Makefile.in: Add symtab.o
19104 * varpool.c (x_varpool_nodes): Remove
19105 (varpool_node): Remove common code; call symtab_register_node.
19106 (varpool_remove_node): Remove common code; call symtab_unregister_node.
19107
19108 2012-04-16 Richard Guenther <rguenther@suse.de>
19109
19110 PR middle-end/52977
19111 * tree.h (VECTOR_CST_NELTS): Adjust.
19112 (struct tree_vector): Add explicit length field.
19113 (make_vector_stat): Declare.
19114 (make_vector): Define.
19115 * tree.c (make_vector_stat): New function.
19116 (build_vector_stat): Use it.
19117 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
19118
19119 2012-04-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19120
19121 PR tree-optimization/52976
19122 * tree-ssa-reassoc.c (add_to_ops_vec_max_rank): New function.
19123 (undistribute_ops_list): Ops with repeat counts aren't eligible for
19124 undistribution.
19125 (attempt_builtin_powi): Call add_to_ops_vec_max_rank.
19126
19127 2012-04-16 Jan Hubicka <jh@suse.cz>
19128
19129 * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):
19130 New macros.
19131 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Use FOR_EACH
19132 walkers to walk cgraph and varpool.
19133 * cgraph.c (cgraph_node_for_asm): Likewise.
19134 (dump_cgraph): Likewise.
19135 * value-prof.c (init_node_map): Likewise.
19136 * tree.c (free_lang_data_in_cgraph): Likewise.
19137 * tree-emutls.c: (ipa_lower_emutls): Likewise.
19138 * ipa-reference.c (generate_summary, propagate): Likewise.
19139 * cgraphunit.c (verify_cgraph, cgraph_process_same_body_aliases,
19140 cgraph_mark_functions_to_output, cgraph_output_in_order,
19141 output_weakrefs, cgraph_materialize_all_clones,
19142 cgraph_optimize): Likewise.
19143 * lto-cgraph.c (merge_profile_summaries): Likewise.
19144 (input_cgraph): Likewise.
19145 * ipa-pure-const.c (generate_summary): Likewise.
19146 (propagate): Likwise.
19147 * ipa-utils.c (ipa_reduced_postorder): Likewise.
19148 (ipa_free_postorder_info): Likewise.
19149 (ipa_reverse_postorder): Likewise.
19150 * ipa-inline.c (ipa_inline): Likewise.
19151 * matrix-reorg.c (find_matrices_decl): Likewise.
19152 (matrix_reorg): Likewise.
19153 * tree-vectorizer.c (increase_alignment): Likewise.
19154 * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
19155 (function_and_variable_visibility): Likewise.
19156 (whole_program_function_and_variable_visibility): Likewise.
19157 (ipa_cdtor_merge): Likewise.
19158 * trans-mem.c (ipa_tm_execute): Likewise.
19159 * ipa-inline-analysis.c (dump_inline_summaries): Likewise.
19160 * ipa-prop.c (ipa_print_all_jump_functions): Likewise.
19161 (ipa_print_all_params): Likewise.
19162 (ipa_update_after_lto_read): Likewise.
19163 * tree-profie.c (tree_profiling): Likewise.
19164 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
19165 * passes.c (dump_passes): Likewise.
19166 (do_per_function): Likewise.
19167 (ipa_write_summaries): Likewise.
19168 * varpool.c (dump_varpool): Likewise.
19169 (varpool_node_for_asm): Likewise.
19170 (varpool_assemble_pending_decls): Likewise.
19171
19172 2012-04-16 Richard Guenther <rguenther@suse.de>
19173
19174 PR tree-optimization/52975
19175 * tree-if-conv.c (predicate_bbs): Do not simplify inverted
19176 condition but always mark it with TRUTH_NOT_EXPR.
19177
19178 2012-04-16 Richard Guenther <rguenther@suse.de>
19179
19180 PR tree-optimization/52975
19181 * tree-ssa-forwprop.c (combine_cond_exprs): New function.
19182 (ssa_forward_propagate_and_combine): Call it for COND_EXPRs
19183 and VEC_COND_EXPRs. Also combine into VEC_COND_EXPRs condition.
19184 * fold-const.c (operand_equal_p): Handle TARGET_MEM_REF.
19185
19186 2012-04-14 Uros Bizjak <ubizjak@gmail.com>
19187
19188 * config/i386/sse.md (ssse3_plusminus): New code iterator.
19189 (avx2_ph<plusminus_mnemonic>wv16hi3): Macroize insn from
19190 avx2_ph{add,adds,sub,subs}wv16hi3 using ssse3_plusminus code iterator.
19191 (ssse3_ph<plusminus_mnemonic>wv8hi3): Macroize insn from
19192 ssse3_ph{add,adds,sub,subs}wv8hi3 using ssse3_plusminus code iterator.
19193 (ssse3_ph<plusminus_mnemonic>wv4hi3): Macroize insn from
19194 ssse3_ph{add,adds,sub,subs}wv4hi3 using ssse3_plusminus code iterator.
19195
19196 (avx2_ph<plusminus_mnemonic>dv8si3): Macroize insn from
19197 avx2_ph{add,adds,sub,subs}dv8si3 using plusminus code iterator.
19198 (ssse3_ph<plusminus_mnemonic>dv4si3): Macroize insn from
19199 ssse3_ph{add,adds,sub,subs}dv4si3 using plusminus code iterator.
19200 (ssse3_ph<plusminus_mnemonic>dv2si3): Macroize insn from
19201 ssse3_ph{add,adds,sub,subs}dv2si3 using plusminus code iterator.
19202
19203 (xop_plus): New code iterator.
19204 (macs): New code attribute.
19205 (macds): Ditto.
19206 (xop_p<macs><ssemodesuffix><ssemodesuffix>): Macroize insn from
19207 xop_pmacs{,s}{ww,dd} using xop_plus code iterator and VI24_128 mode
19208 iterator.
19209 (xop_p<macs>dql): Macroize insn from xop_pmacs{,s}dql using
19210 xop_plus code iterator.
19211 (xop_p<macs>dqh): Macroize insn from xop_pmacs{,s}dqh using
19212 xop_plus code iterator.
19213 (xop_p<macs>wd): Macroize insn from xop_pmacs{,s}wd using
19214 xop_plus code iterator.
19215 (xop_p<madcs>wd): Macroize insn from xop_pmadcs{,s}wd using
19216 xop_plus code iterator.
19217
19218 (xop_phadd<u>bw): Macroize insn from xop_phadd{,u}bw usign
19219 any_extend code iterator.
19220 (xop_phadd<u>bd): Macroize insn from xop_phadd{,u}bd usign
19221 any_extend code iterator.
19222 (xop_phadd<u>bq): Macroize insn from xop_phadd{,u}bq usign
19223 any_extend code iterator.
19224 (xop_phadd<u>wd): Macroize insn from xop_phadd{,u}wd usign
19225 any_extend code iterator.
19226 (xop_phadd<u>wq): Macroize insn from xop_phadd{,u}wq usign
19227 any_extend code iterator.
19228 (xop_phadd<u>dq): Macroize insn from xop_phadd{,u}dq usign
19229 any_extend code iterator.
19230
19231 2012-04-14 Tom de Vries <tom@codesourcery.com>
19232
19233 * cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by
19234 call to delete_insn. Remove code to reorder BASIC_BLOCK note and
19235 DELETED_LABEL note, and move it to ...
19236 * cfgrtl.c (delete_insn): ... here. Change return type to void.
19237 (delete_insn_and_edges): Likewise.
19238 (delete_insn_chain): Handle new return type of delete_insn. Delete
19239 chain backwards rather than forwards.
19240 * rtl.h (delete_insn, delete_insn_and_edges): Change return type to
19241 void.
19242 * cfglayout.c (fixup_reorder_chain): Delete unused label.
19243
19244 2012-04-14 Jan Hubicka <jh@suse.cz>
19245
19246 * cgraph.h: Update copyrights;
19247 (symtab_node): Turn to union typedef.
19248 (symtab_node_base): New structure.
19249 (symtab_type): Add SYMTAB_SYMBOL tag.
19250 (cgraph_node): Annotate some pinters with nested_ptr.
19251 (varpool_node): Likewise.
19252 (cgraph_local_info): Remove lto_file_data
19253 and externally_visible.
19254 (cgraph_node): Remove decl; same_comdat_group list;
19255 aux; ref_list; order; address_taken; reachable_from_other_parittion,
19256 in_other_partition; resolution.
19257 (varpool_node): Remove decl; same_comdat_group;
19258 ref_list; lto_file_data; aux; order; resolution; externally_visible;
19259 used_from_other_partition; in_other_partition.
19260 (symtab_node_def): New union.
19261 (cgraph, varpool): Update.
19262 (varpool_first_static_initializer, varpool_next_static_initializer,
19263 cgraph_only_called_directly_or_aliased_p,
19264 varpool_can_remove_if_no_refs, varpool_can_remove_if_no_refs,
19265 varpool_all_refs_explicit_p, cgraph_alias_aliased_node,
19266 varpool_alias_aliased_node, cgraph_edge_recursive_p): Update
19267 field references.
19268 * cgraph.c: Likewise.
19269 (cgraph_hash, assembler_name_hash): Turn into symtab_node.
19270 * cgraphbuild.c: Likewise.
19271 * lto-symtab.c: Likewise.
19272 * c-gimplify.c: Likewise.
19273 * value-prof.c: Likewise.
19274 * tree.c: Likewise.
19275 * ipa-cp.c: Likewise.
19276 * tree-emutls.c: Likewise.
19277 * ipa-inline-transform.c: Likwise.
19278 * ipa-reference.c: Likewise.
19279 * cgraphunit.c: Likewise.
19280 * ipa-ref.c: Likewise.
19281 * lto-cgraph.c: Likewise.
19282 * ipa-ref-inline.h: Likewise.
19283 * ipa-pure-const.c: Likewise.
19284 * lto-streamer-out.c: Likewise.
19285 * ipa-utils.c: Likewise.
19286 * ipa-inline.c: Likewise.
19287 * matrix-reorg.c: Likewise.
19288 * tree-eh.c: Likewise.
19289 * tree-vectorizer.c: Likewise.
19290 * ipa-split.c: Likewise.
19291 * ipa.c: Likewise.
19292 * trans-mem.c: Likewise.
19293 * ipa-inline-analysis.c: Likewise.
19294 * gimplify.c: Likewise.
19295 * cfgexpand.c: Likewise.
19296 * tree-sra.c: Likewise.
19297 * ipa-prop.c: Likewise.
19298 * varasm.c: Likewise.
19299 * tree-nested.c: Likewise.
19300 * tree-inline.c: Likewise.
19301 * tree-profile.c: Likewise.
19302 * tree-ssa-structalias.c: Likewise.
19303 * passes.c: Likewise.
19304 * varpool.c: Likewise.
19305
19306 2012-04-14 Tom de Vries <tom@codesourcery.com>
19307
19308 * tree-ssa-tail-merge.c (stmt_local_def): New function, factored out of
19309 same_succ_hash, with local_def inlined. Use SINGLE_SSA_DEF_OPERAND.
19310 Use FOR_EACH_IMM_USE_FAST instead of FOR_EACH_IMM_USE_STMT. Remove use
19311 of find_edge.
19312 (gsi_advance_fw_nondebug_nonlocal): New function.
19313 (local_def): Removed function.
19314 (same_succ_hash): Use stmt_local_def.
19315 (same_succ_equal): Use gsi_advance_fw_nondebug_nonlocal.
19316 (gsi_advance_bw_nondebug_nonlocal): Use stmt_local_def.
19317
19318 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
19319
19320 * config/i386/i386-c.c (ix86_target_macros): Define _ILP32
19321 and __ILP32__ for x32.
19322
19323 2012-04-13 Martin Jambor <mjambor@suse.cz>
19324
19325 PR middle-end/52939
19326 * gimple-fold.c (gimple_get_virt_method_for_binfo): Bail out if
19327 fold_ctor_reference returns a zero constant.
19328
19329 2012-04-13 Enkovich Ilya <ilya.enkovich@intel.com>
19330
19331 * config.gcc: Add i386/gnu-user-common.h before all
19332 i386/gnu-user.h and i386/gnu-user64.h usages.
19333
19334 * config/i386/gnu-user-common.h: New.
19335
19336 * config/i386/gnu-user.h (CPP_SPEC): Moved to gnu-user-common.h.
19337 (CC1_SPEC): Likewise.
19338 (ENDFILE_SPEC): Likewise.
19339 (DEFAULT_PCC_STRUCT_RETURN): Likewise.
19340 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Likewise.
19341 (TARGET_OS_CPP_BUILTINS): Likewise.
19342 (LIBGCC2_HAS_TF_MODE): Likewise.
19343 (LIBGCC2_TF_CEXT): Likewise.
19344 (TF_SIZE): Likewise.
19345 (TARGET_ASM_FILE_END): Likewise.
19346 (STACK_CHECK_MOVING_SP): Likewise.
19347 (STACK_CHECK_STATIC_BUILTIN): Likewise.
19348 * config/i386/gnu-user64.h: Likewise.
19349
19350 2012-04-13 Martin Jambor <mjambor@suse.cz>
19351
19352 * expr.c (expand_expr_real_1): Pass type, not the expression, to
19353 set_mem_attributes for a memory temporary. Do not call the function
19354 for the memory temporary created for a bitfield.
19355
19356 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
19357
19358 PR debug/48866
19359 * df.h (enum debug_temp_where): New.
19360 (dead_debug_init, dead_debug_finish) Declare.
19361 (dead_debug_add, dead_debug_insert_temp): Declare.
19362 (struct dead_debug_use, struct dead_debug): Moved from...
19363 * df-problems.c: ... here.
19364 (df_set_unused_notes_for_mw): Bind debug uses of unused regno
19365 to a debug temp.
19366 (df_create_unused_note): Likewise.
19367 (df_set_dead_notes_for_mw): Move comment where it belongs.
19368 (dead_debug_init): Export.
19369 (dead_debug_reset_uses): New, factored out of...
19370 (dead_debug_finish): ...this. Export.
19371 (dead_debug_reset): Remove.
19372 (dead_debug_add): Export.
19373 (dead_debug_insert_before): Rename to...
19374 (dead_debug_insert_temp): ... this. Add where argument. Export.
19375 Locate stored value for BEFORE_WITH_VALUE. Avoid repeat inserts.
19376 Return insertion count.
19377 (df_note_bb_compute): Adjust.
19378 * dce.c (word_dce_process_block): Adjust dead debug uses.
19379 (dce_process_block): Likewise.
19380
19381 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
19382
19383 * df-problems.c (df_note_bb_compute): Do not take note of
19384 debug uses for whose REGs we won't emit DEAD or UNUSED notes.
19385
19386 2012-04-13 Alexandre Oliva <aoliva@redhat.com>
19387
19388 PR debug/51570
19389 * var-tracking.c (expand_depth): New type.
19390 (onepart_aux, expand_loc_callback_data): Change depth type to it.
19391 (loc_exp_dep_alloc): Adjust initializer.
19392 (update_depth): Use new type. Add entryvals.
19393 (vt_expand_var_loc_chain): Take note of expansions with
19394 ENTRY_VALUEs, but don't accept them right away. Run an optional
19395 second pass accepting the minimum ENTRY_VALUE count found in the
19396 first pass.
19397 (vt_expand_loc_callback, INIT_ELCD): Adjust.
19398
19399 2012-04-13 Tom de Vries <tom@codesourcery.com>
19400
19401 * tree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal): Add
19402 parameters vuse and vuse_escaped.
19403 (find_duplicate): Init vuse1, vuse2 and vuse_escaped. Pass to
19404 gsi_advance_bw_nondebug_nonlocal. Return if vuse_escaped and
19405 vuse1 != vuse2.
19406
19407 2012-04-13 Richard Guenther <rguenther@suse.de>
19408
19409 PR tree-optimization/52969
19410 * tree-if-conv.c (predicate_mem_writes): Properly gimplify
19411 the condition for the COND_EXPR and handle predicate negation
19412 by swapping the COND_EXPR arms.
19413
19414 2012-04-13 Nick Clifton <nickc@redhat.com>
19415
19416 * config/rl78/rl78.c (rl78_devirt_pass): Remove use of
19417 TODO_dump_func flag.
19418
19419 2012-04-13 Andrey Belevantsev <abel@ispras.ru>
19420
19421 PR rtl-optimization/52203
19422 PR rtl-optimization/52715
19423
19424 Revert the 2012-03-07 fix for PR 52203.
19425 * sel-sched.c (reset_sched_cycles_in_current_ebb): Check that
19426 the insn does not modify DFA right before issuing, adjust
19427 issue_rate accordingly.
19428
19429 2012-04-13 Richard Guenther <rguenther@suse.de>
19430
19431 PR c/52549
19432 * c-typeck.c (pointer_diff): Remove bogus assert.
19433
19434 2012-04-13 Richard Guenther <rguenther@suse.de>
19435
19436 PR c/52862
19437 * convert.c (convert_to_pointer): Remove special-casing of zero.
19438
19439 2012-04-13 Joey Ye <joey.ye@arm.com>
19440
19441 * config/arm/constraints.md (Pe): New constraint.
19442 * config/arm/arm.md: New split for imm 256-510.
19443
19444 2012-04-13 Terry Guo <terry.guo@arm.com>
19445
19446 * config/arm/arm-cores.def: Added core cortex-m0plus.
19447 * config/arm/arm-tune.md: Regenerated.
19448 * config/arm/arm-tables.opt: Regenerated.
19449 * doc/invoke.texi: Added entry for cpu ARM cortex-m0plus.
19450
19451 2012-04-13 Alan Modra <amodra@gmail.com>
19452
19453 PR target/52828
19454 * config/rs6000/rs6000.c (rs6000_emit_stack_tie): Rewrite with
19455 tie regs on destination of sets. Delete forward declaration.
19456 (rs6000_emit_stack_reset): Update rs6000_emit_stack_tie calls.
19457 (rs6000_emit_prologue): Likewise.
19458 (rs6000_emit_epilogue): Likewise. Use in place of gen_frame_tie
19459 and gen_stack_tie.
19460 (is_mem_ref): Use tie_operand to recognise stack ties.
19461 * config/rs6000/predicates.md (tie_operand): New.
19462 * config/rs6000/rs6000.md (restore_stack_block): Generate new
19463 stack tie rtl.
19464 (restore_stack_nonlocal): Likewise.
19465 (stack_tie): Update.
19466 (frame_tie): Delete.
19467
19468 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19469
19470 * tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to
19471 HOST_WIDE_INT_PRINT_DEC in format strings.
19472
19473 2012-04-12 Uros Bizjak <ubizjak@gmail.com>
19474
19475 PR target/52932
19476 * config/i386/avx2intrin.h (_mm256_permutevar8x32_ps): Change second
19477 argument type to __m256i. Update call to __builtin_ia32_permvarsf256.
19478 * config/i386/sse.md (UNSPEC_VPERMVAR): New.
19479 (UNSPEC_VPERMSI, UNSPEC_VPERMSF): Remove.
19480 (avx2_permvarv8sf, avx2_permvarv8si): Switch operands 1 and 2.
19481 (avx2_permvar<mode>): Macroize insn from avx2_permvarv8sf and
19482 avx2_permvarv8si using VI4F_256 mode iterator.
19483 * config/i386/i386.c (bdesc_args) <__builtin_ia32_permvarsf256>:
19484 Update builtin type to V8SF_FTYPE_V8SF_V8SI.
19485 (ix86_expand_vec_perm): Update calls to gen_avx2_permvarv8si and
19486 gen_avx2_permvarv8sf.
19487 (expand_vec_perm_pshufb): Ditto.
19488
19489 2012-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
19490
19491 PR target/52775
19492 * config/rs6000/rs6000.h (TARGET_FCFID): Add TARGET_PPC_GPOPT to
19493 the list of options to enable the FCFID instruction.
19494 (TARGET_EXTRA_BUILTINS): Adjust comment.
19495
19496 2012-04-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19497
19498 PR tree-optimization/18589
19499 * tree-ssa-reassoc.c (reassociate_stats): Add two fields.
19500 (operand_entry): Add count field.
19501 (add_repeat_to_ops_vec): New function.
19502 (completely_remove_stmt): Likewise.
19503 (remove_def_if_absorbed_call): Likewise.
19504 (remove_visited_stmt_chain): Remove feeding builtin pow/powi calls.
19505 (acceptable_pow_call): New function.
19506 (linearize_expr_tree): Look for builtin pow/powi calls and add operand
19507 entries with repeat counts when found.
19508 (repeat_factor_d): New struct and associated typedefs.
19509 (repeat_factor_vec): New static vector variable.
19510 (compare_repeat_factors): New function.
19511 (get_reassoc_pow_ssa_name): Likewise.
19512 (attempt_builtin_powi): Likewise.
19513 (reassociate_bb): Call attempt_builtin_powi.
19514 (fini_reassoc): Two new calls to statistics_counter_event.
19515
19516 2012-04-12 Richard Guenther <rguenther@suse.de>
19517
19518 * Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
19519 * cgraph.h (tree_rest_of_compilation): Remove.
19520 * cgraph.c (cgraph_add_new_function): Move ...
19521 * cgraphunit.c (cgraph_add_new_function): ... here.
19522 (tree_rest_of_compilation): Make static.
19523 (cgraph_expand_function): Do not set cgraph_function_flags_ready.
19524 * tree-optimize.c (gate_all_optimizations, pass_all_optimizations,
19525 gate_all_early_local_passes, execute_all_early_local_passes,
19526 pass_early_local_passes, gate_all_early_optimizations,
19527 pass_all_early_optimizations): Move ...
19528 * passes.c (gate_all_optimizations, pass_all_optimizations,
19529 gate_all_early_local_passes, execute_all_early_local_passes,
19530 pass_early_local_passes, gate_all_early_optimizations,
19531 pass_all_early_optimizations): ... here.
19532 * tree-optimize.c (execute_free_datastructures): Remove.
19533 * tree-flow.h (execute_free_datastructures): Remove.
19534 * tree-optimize.c (execute_init_datastructures,
19535 pass_init_datastructures): Move ...
19536 * tree-ssa.c (execute_init_datastructures,
19537 pass_init_datastructures): ... here.
19538 * cfgexpand.c (gimple_expand_cfg): Inline-expand call to
19539 execute_free_datastructures.
19540
19541 2012-04-12 Bernd Schmidt <bernds@codesourcery.com>
19542
19543 * dbgcnt.def (ira_move): New counter.
19544 * ira-int.h (ira_create_new_reg): Declare function.
19545 (first_moveable_pseudo, last_moveable_pseudo): Declare variables.
19546 * ira-emit.c (ira_create_new_reg): Renamed from craete_new_reg and
19547 no longer static. All callers changed.
19548 * ira.c: Include "dbgcnt.h".
19549 (rtx_moveable_p, insn_dominated_by_p, find_moveable_pseudos,
19550 move_unallocated_pseudos): New static functions.
19551 (first_moveable_pseudo, last_moveable_pseudo): New global variables.
19552 (pseudo_replaced_reg, pseudo_move_insn): New static variables.
19553 (ira): Call find_moveable_pseudos and move_unallocated_pseudos.
19554 * ira-costs.c (find_costs_and_classes): Assign a memory cost of zero
19555 to the pseudos generated in find_moveable_pseudos.
19556 * Makefile.in (ira.o): Add $(DBGCNT_H).
19557
19558 2012-04-12 Richard Guenther <rguenther@suse.de>
19559
19560 PR tree-optimization/52943
19561 * tree-chrec.h (chrec_is_positive): Remove.
19562 * tree-scalar-evolution.c (chrec_is_positive): Move ...
19563 * tree-data-ref.c (chrec_is_positive): ... here. Make static.
19564 Return false for a constant zero instead of negative.
19565 (analyze_siv_subscript_cst_affine): Handle zero difference
19566 in the initial condition explicitely.
19567
19568 2012-04-12 Richard Guenther <rguenther@suse.de>
19569
19570 * tree-parloops.c (parallelize_loops): Also consult the upper
19571 bound for the number of iterations.
19572 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
19573 (loop_prefetch_arrays): Likewise.
19574
19575 2012-04-12 Richard Guenther <rguenther@suse.de>
19576
19577 * cfgloop.h (estimated_loop_iterations_int): Ditch
19578 'conservative' parameter.
19579 (max_stmt_executions_int): Likewise.
19580 (estimated_loop_iterations): Likewise.
19581 (max_stmt_executions): Likewise.
19582 (max_loop_iterations): Declare.
19583 (max_loop_iterations_int): Likewise.
19584 (estimated_stmt_executions): Likewise.
19585 (estimated_stmt_executions_int): Likewise.
19586 * tree-ssa-loop-niter.c (estimated_loop_iterations):
19587 Split parts to ...
19588 (max_loop_iterations): ... this.
19589 (estimated_loop_iterations_int): Split parts to ...
19590 (max_loop_iterations_int): ... this.
19591 (max_stmt_executions_int): Split parts to ...
19592 (estimated_stmt_executions_int): ... this.
19593 (max_stmt_executions): Split parts to ...
19594 (estimated_stmt_executions): ... this.
19595 * graphite-sese-to-poly.c (build_loop_iteration_domains): Adjust.
19596 * predict.c (predict_loops): Likewise.
19597 * tree-data-ref.c (max_stmt_executions_tree): Likewise.
19598 (analyze_siv_subscript_cst_affine): Likewise.
19599 (compute_overlap_steps_for_affine_1_2): Likewise.
19600 (analyze_subscript_affine_affine): Likewise.
19601 (init_omega_for_ddr_1): Likewise.
19602 * tree-parloops.c (parallelize_loops): Likewise.
19603 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
19604 (may_eliminate_iv): Likewise.
19605 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
19606 (loop_prefetch_arrays): Likewise.
19607 * tree-vrp.c (adjust_range_with_scev): Likewise.
19608
19609 2012-04-12 Oleg Endo <olegendo@gcc.gnu.org>
19610
19611 * config/sh/sh.h (RETURN_ADDR_RTX): Use NULL_RTX instead of 0.
19612 * config/sh/sh.c (INSN_REGMODE_WEIGHT, CURR_REGMODE_PRESSURE):
19613 Fix line width.
19614 (dump_table): Use bool type for need_align and have_df variables.
19615 (find_barrier, sfunc_uses_reg): Use NULL_RTX instead of 0.
19616 (regs_used): Remove register modifier.
19617 (barrier_align): Move variables slot, credit, jump_to_next
19618 into if block above for loop. Use bool type for jump_to_next.
19619 (sh_function_arg): Use NULL_RTX instead of 0.
19620
19621 2012-04-11 Andreas Schwab <schwab@linux-m68k.org>
19622
19623 * config/m68k/m68k.md (rotrhi3+1): Name it rotrhi_lowpart.
19624 (bswapsi2): New expander.
19625
19626 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
19627
19628 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Defined to
19629 0x60000000 if __x86_64 is defined and __LP64__ isn't defined.
19630
19631 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
19632
19633 PR rtl-optimization/52876
19634 * emit-rtl.c (set_reg_attrs_from_value): Handle arbitrary value.
19635 Don't call mark_reg_pointer for incompatible pointer sign extension.
19636
19637 * reginfo.c (reg_scan_mark_refs): Call set_reg_attrs_from_value
19638 directly.
19639
19640 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
19641
19642 * fold-const.c (fold_unary_loc): Use GET_MODE_PRECISION for
19643 comparisons against TYPE_PRECISION.
19644 * tree-ssa-forwprop.c (combine_conversions): Likewise.
19645
19646 2012-04-11 Xinliang David Li <davidxl@google.com>
19647
19648 * tree-passes.h: Remove TODO_dump_func.
19649 * tree-ssa-tail-merge.c (tail_merge_optimize): Remove TODO_dump_func.
19650 * trans-mem.c: Remove TODO_dump_func.
19651 * ira.c: Remove TODO_dump_func.
19652
19653 2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
19654
19655 * config/i386/i386.c (ix86_option_override_internal): Check
19656 SUBTARGET_OVERRIDE_OPTIONS and SUBSUBTARGET_OVERRIDE_OPTIONS
19657 after TARGET_64BIT is updated.
19658
19659 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
19660
19661 * config/sh/sh.h: Remove old secondary reload code.
19662
19663 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
19664
19665 * config/sh/sh.c (SCHED_REORDER): Merge macro into ...
19666 (ready_reorder): ... this function.
19667
19668 2012-04-11 Bernd Schmidt <bernds@codesourcery.com>
19669
19670 * sel-sched.c (sel_global_init): Swap order of sched_rgn_init and
19671 sched_init calls.
19672
19673 * haifa-sched.c (prune_ready_list): Rework handling of SCHED_GROUP_P
19674 insns so that no other insn is queued for a time before them.
19675
19676 * config/c6x/c6x.md (load_got_gotoff): Set op_pattern attribute to
19677 unknown.
19678
19679 2012-04-11 Richard Guenther <rguenther@suse.de>
19680
19681 PR middle-end/52621
19682 * tree-chrec.c (evolution_function_is_invariant_rec_p): Properly
19683 consider loop nesting.
19684 (evolution_function_is_univariate_p): Properly check the remainder
19685 for chrecs.
19686
19687 2012-04-11 Richard Guenther <rguenther@suse.de>
19688
19689 PR middle-end/52918
19690 * except.c (sjlj_emit_dispatch_table): Properly update loop structure.
19691
19692 2012-04-11 Nick Clifton <nickc@redhat.com>
19693
19694 * config/rl78/rl78.c (rl78_expand_prologue): Set stack use
19695 information, if requested.
19696
19697 * config/rx/rx.c (rx_expand_prologue): Likewise.
19698
19699 2012-04-11 Peter Bergner <bergner@vnet.ibm.com>
19700 Michael Matz <matz@suse.de>
19701
19702 PR target/16458
19703 * rtlanal.c (unsigned_reg_p): New function.
19704 Update copyright notice dates.
19705 * rtl.h (unsigned_reg_p): Prototype it.
19706 Update copyright notice dates.
19707 * config/rs6000/rs6000.c (rs6000_generate_compare): Use it.
19708 Update comment.
19709 * expr.c (expand_expr_real_1): Set register attributes.
19710 * stmt.c (expand_case): Likewise.
19711
19712 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
19713
19714 PR target/50751
19715 * config/sh/sh-protos.h (sh_legitimate_index_p): Add new arguments
19716 consider_sh2a and allow_zero.
19717 * config/sh/sh.c (sh_legitimate_index_p): Likewise.
19718 (disp_addr_displacement): New function.
19719 (sh_address_cost): Use disp_addr_displacement function instead
19720 of DISP_ADDR_OFFSET.
19721 (sh_legitimate_address_p): Adapt to changed
19722 sh_legitimate_index_p declaration.
19723 (sh_find_mov_disp_adjust): Remove HImode check.
19724 (sh_secondary_reload): Add HImode case. Use satisfies_constraint_Sdd,
19725 disp_addr_displacement and max_mov_insn_displacement.
19726 (max_mov_insn_displacement): Remove HImode check.
19727 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12,
19728 DISP_ADDR_P, DISP_ADDR_OFFSET): Remove.
19729 * config/sh/constraints.md (K05, K13): New constraints.
19730 (K12): Correct comment.
19731 (Sdd): Do not use DISP_ADDR_P macro.
19732 (Snd, Sbw): Use satisfies_constraint_Sdd.
19733 * config/sh/sh.md (extendhisi2): Remove constraints from expander.
19734 (*extendhisi2_compact, movhi_i): Remove.
19735 (*extendhisi2_compact_reg, *extendhisi2_compact_mem_disp,
19736 *extendhisi2_compact_mem_disp, *extendhisi2_compact_snd,
19737 *movhi_reg_reg, *movhi_store_mem_disp05, *movhi_store_mem_disp13,
19738 *movhi_load_mem_disp, *movhi_load_mem_disp, *movhi): New insns.
19739 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_mem_disp,
19740 *movqi_store_mem_disp04, *movqi_store_mem_disp12, *movqi_load_mem_disp,
19741 *movqi_load_mem_disp): Use sh_legitimate_index_p instead of
19742 CONST_OK_FOR_Kxx.
19743 Add new peepholes for HImode displacement addressing.
19744
19745 2012-04-11 Oleg Endo <olegendo@gcc.gnu.org>
19746
19747 * config/sh/sh.h (SIDI_OFF): Remove.
19748 * config/sh/sh.md: Use gen_highpart and gen_lowpart to access
19749 DImode subregs instead of gen_rtx_REG or simplifly_gen_subreg
19750 or operand_subword.
19751
19752 2012-04-11 Eric Botcazou <ebotcazou@adacore.com>
19753
19754 PR target/52624
19755 * doc/extend.texi (Other Builtins): Document __builtin_bswap16.
19756 (PowerPC AltiVec/VSX Built-in Functions): Remove it.
19757 * doc/md.texi (Standard Names): Add bswap.
19758 * builtin-types.def (BT_UINT16): New primitive type.
19759 (BT_FN_UINT16_UINT16): New function type.
19760 * builtins.def (BUILT_IN_BSWAP16): New.
19761 * builtins.c (expand_builtin_bswap): Add TARGET_MODE argument.
19762 (expand_builtin) <BUILT_IN_BSWAP16>: New case. Pass TARGET_MODE to
19763 expand_builtin_bswap.
19764 (fold_builtin_bswap): Add BUILT_IN_BSWAP16 case.
19765 (fold_builtin_1): Likewise.
19766 (is_inexpensive_builtin): Likewise.
19767 * optabs.c (expand_unop): Deal with bswap in HImode specially. Add
19768 missing bits for bswap to libcall code.
19769 * tree.c (build_common_tree_nodes): Build uint16_type_node.
19770 * tree.h (enum tree_index): Add TI_UINT16_TYPE.
19771 (uint16_type_node): New define.
19772 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_BSWAP_HI): Delete.
19773 * config/rs6000/rs6000.c (rs6000_expand_builtin): Remove handling of
19774 above builtin.
19775 (rs6000_init_builtins): Likewise.
19776 * config/rs6000/rs6000.md (bswaphi2): Add TARGET_POWERPC predicate.
19777
19778 2012-04-11 Tristan Gingold <gingold@adacore.com>
19779
19780 * doc/extend.texi (Type Attributes): Move paragraph.
19781
19782 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
19783
19784 PR 24985
19785 * diagnostic.h (show_caret): Declare.
19786 (caret_max_width): Declare.
19787 (diagnostic_show_locus): Declare.
19788 * diagnostic.c (diagnostic_initialize): Initialize to false.
19789 (diagnostic_show_locus): New.
19790 (diagnostic_report_diagnostic): Call it.
19791 (getenv_columns): New.
19792 (adjust_line): New.
19793 (diagnostic_set_caret_max_width): New.
19794 * input.c (read_line): New.
19795 (location_get_source_line): New.
19796 * input.h (location_get_source_line): Declare.
19797 * toplev.c (general_init): Initialize show_caret from options.
19798 * dwarf2out.c (gen_producer_string): Handle fdiagnostics-show-caret.
19799 * opts.c (common_handle_option): Likewise.
19800 * pretty-print.h (pp_get_prefix): New.
19801 (pp_base_get_prefix): New.
19802 * common.opt (fdiagnostics-show-caret): New option.
19803 * doc/invoke.texi (fdiagnostics-show-caret): Document it.
19804
19805 2012-04-11 Richard Guenther <rguenther@suse.de>
19806
19807 PR rtl-optimization/52881
19808 * ifcvt.c (find_if_case_2): Avoid speculating loop latches.
19809
19810 2012-04-11 Richard Guenther <rguenther@suse.de>
19811
19812 PR tree-optimization/52912
19813 * tree-ssa-threadupdate.c (thread_block): Tell the cfg
19814 manipulation code we are threading through a loop header
19815 to an exit destination.
19816
19817 2012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
19818
19819 * tree.h (warn_if_unused_value): Move declaration from here.
19820 * stmt.c (warn_if_unused_value): Move definition from here.
19821
19822 2012-04-10 Michael Matz <matz@suse.de>
19823
19824 * tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to
19825 grouped_stores.
19826 (LOOP_VINFO_STRIDED_STORES): Rename to LOOP_VINFO_GROUPED_STORES.
19827 (struce _bb_vec_info.strided_stores): Rename to grouped_stores.
19828 (BB_VINFO_STRIDED_STORES): Rename to BB_VINFO_GROUPED_STORES.
19829 (STMT_VINFO_STRIDED_ACCESS): Rename to STMT_VINFO_GROUPED_ACCESS.
19830 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
19831 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
19832 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
19833 (vect_record_strided_load_vectors): Rename to
19834 vect_record_grouped_load_vectors.
19835 * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
19836 Rename use of above macros.
19837 (vect_verify_datarefs_alignment): Ditto.
19838 (vector_alignment_reachable_p): Ditto.
19839 (vect_peeling_hash_get_lowest_cost): Ditto.
19840 (vect_enhance_data_refs_alignment): Ditto.
19841 (vect_analyze_group_access): Ditto and rename stride to groupsize.
19842 (vect_analyze_data_ref_access): Rename "strided" to "grouped".
19843 (vect_strided_store_supported): Rename to vect_grouped_store_supported.
19844 (vect_strided_load_supported): Rename to vect_grouped_load_supported.
19845 (vect_transform_strided_load): Rename to vect_transform_grouped_load.
19846 (vect_record_strided_load_vectors): Rename to
19847 vect_record_grouped_load_vectors.
19848 * tree-vect-loop.c (new_loop_vec_info): Rename use of above macros.
19849 (destroy_loop_vec_info): Ditto.
19850 (vect_transform_loop): Ditto and rename strided_store to grouped_store.
19851 * tree-vect-slp.c (vect_build_slp_tree): Rename use of above macros.
19852 (vect_analyze_slp): Ditto.
19853 (new_bb_vec_info): Ditto.
19854 (destroy_bb_vec_info): Ditto.
19855 (vect_schedule_slp_instance): Ditto and rename strided_store to
19856 grouped_store.
19857 * tree-vect-stmts.c (vect_cost_strided_group_size): Rename to
19858 vect_cost_group_size.
19859 (vect_model_store_cost): Rename use of above macros and call
19860 to vect_cost_strided_group_size.
19861 (vect_model_load_cost): Ditto.
19862 (vectorizable_store): Ditto, rename strided_store to grouped_store
19863 and calls to renamed tree-vectorizer.h functions.
19864 (vectorizable_load): Ditto.
19865 (vect_transform_stmt): Rename use of above macros and strided_store
19866 to grouped_store.
19867
19868 2012-04-10 Jan Hubicka <jh@suse.cz>
19869
19870 * cgraph.h: Remove misledaing comment on ipa-ref.h.
19871 (symtab_type): New enum.
19872 (symtab_node): New structure.
19873 (cgraph_node, varpool_node): Add symbol base type.
19874 (cgraph, varpool): New accestor functions.
19875 * cgraph.c (cgraph_create_node_1): Set symbol type.
19876 * varpool.c (varpool_node): Set symbol type.
19877
19878 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
19879 Richard Sandiford <rdsandiford@googlemail.com>
19880
19881 * fwprop.c (propagate_rtx): Also set PR_CAN_APPEAR for subregs.
19882
19883 2012-04-10 Richard Guenther <rguenther@suse.de>
19884
19885 PR middle-end/52888
19886 * gimple-low.c (gimple_check_call_args): Properly account for
19887 compatible aggregate types.
19888
19889 2012-04-10 Richard Guenther <rguenther@suse.de>
19890
19891 * toplev.h (tree_rest_of_compilation): Remove.
19892 * tree-optimize.c (tree_rest_of_compilation): Likewise.
19893 * cgraph.h (tree_rest_of_compilation): Declare.
19894 * tree-optimize.c (tree_rest_of_compilation): Move ...
19895 * cgraphunit.c (tree_rest_of_compilation): ... here.
19896 * cgraph.c (cgraph_add_new_function): Adjust.
19897 * Makefile.in (tree-optimize.o): Adjust.
19898 (cgraphunit.o): Likewise.
19899
19900 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
19901
19902 PR tree-optimization/52870
19903 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
19904 presumed pattern statement is within the same loop or basic block.
19905
19906 2012-04-10 Tristan Gingold <gingold@adacore.com>
19907
19908 * gengtype.c (main): Make uintptr_t a known type.
19909
19910 2012-04-10 Richard Guenther <rguenther@suse.de>
19911
19912 * tree-pass.h (tree_lowering_passes): Remove.
19913 * tree-optimize.c (tree_lowering_passes): Remove.
19914 * cgraph.c (cgraph_add_new_function): Inline relevant parts
19915 of tree_lowering_passes, avoid redundant call of early local passes.
19916 * cgraphunit.c (cgraph_lower_function): Fold into ...
19917 (cgraph_analyze_function): ... its single caller. Inline
19918 relevant parts of tree_lowering_passes.
19919
19920 2012-04-09 H.J. Lu <hongjiu.lu@intel.com>
19921
19922 PR other/52777
19923 * config/pa/pa.opt: Remove SIO and GNU_LD.
19924
19925 2012-04-09 Jan Hubicka <jh@suse.cz>
19926
19927 PR lto/52722
19928 PR lto/51765
19929 PR lto/52634
19930 * lto-cgraph.c (compute_ltrans_boundary): When alias is in the
19931 boundary, add its target too.
19932 * lto.c (add_references_to_partition): Add also aliased nodes.
19933 (add_cgraph_node_to_partition,
19934 add_varpool_node_to_partition): Work on nodes, not functions/variables;
19935 when adding alias, add also the aliased object.
19936
19937 2012-04-09 Uros Bizjak <ubizjak@gmail.com>
19938
19939 PR target/52883
19940 * config/i386/predicates.md (x86_64_zext_general_operand): Prevent
19941 VOIDmode immediate operands.
19942 * config/i386/constraints.md (Wz): New constraint.
19943 * config/i386/i386.md (*zero_extendsidi2_rex64): Use Wz instead of Z.
19944
19945 2012-04-09 Eric Botcazou <ebotcazou@adacore.com>
19946
19947 PR target/52717
19948 * config/sparc/sparc.c (sparc_file_end): Set TREE_PUBLIC explicitly on
19949 the DECL generated for the special GOT helper.
19950
19951 2012-04-09 Oleg Endo <olegendo@gcc.gnu.org>
19952
19953 * config/sh/constraints.md: Update list of constraints in
19954 comment block.
19955 (Sr0): Remove unused memory constraint.
19956
19957 2012-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
19958
19959 * tree-pretty-print.h: Update comment.
19960
19961 2012-04-08 Oleg Endo <olegendo@gcc.gnu.org>
19962
19963 * config/sh/sh.md: Use braced string notation where applicable.
19964 (*prefetch_i4, prefetch_m2a): Merge into ...
19965 (*prefetch): ... this new insn.
19966
19967 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
19968
19969 * config/sh/sh.h (high_life_started): Remove
19970 * config/sh/predicates.md (general_movdst_operand): Use
19971 'reload_in_progress' instead of 'high_life_started'.
19972 * config/sh/sh.md (divsi_inv_call, *divsi_inv_call_combine,
19973 divsi_inv_fp): Likewise.
19974
19975 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
19976
19977 * config/sh/sh-protos.h (prepare_move_operands): Return void
19978 instead of int.
19979 * config/sh/sh.c (prepare_move_operands): Likewise.
19980 * config/sh/sh.md: Remove return value checks of prepare_move_operands.
19981
19982 2012-04-07 Oleg Endo <olegendo@gcc.gnu.org>
19983
19984 * config/sh/sh-protos.h (fp_int_operand, symbol_ref_operand,
19985 general_movsrc_operand, general_movdst_operand, arith_reg_operand,
19986 fp_arith_reg_operand, arith_operand, arith_reg_or_0_operand,
19987 logical_operand, fpscr_operand, fpul_operand, expand_fp_branch,
19988 commutative_float_operator, noncommutative_float_operator,
19989 sh_handle_pragma): Remove.
19990
19991 2012-04-06 Sandra Loosemore <sandra@codesourcery.com>
19992
19993 * doc/invoke.texi: Clean up Texinfo markup throughout the file.
19994 Use @option markup on command-line options. Use @samp markup on
19995 literal keywords to options. Use @code markup on code fragments.
19996 Use other markup in preference to quotation marks in the text.
19997 Add markup to some passages without any.
19998
19999 2012-04-06 Mike Stump <mikestump@comcast.net>
20000
20001 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Avoid warning.
20002
20003 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
20004
20005 * config/sh/sh.c (hi_const): Remove.
20006 (find_barrier, sh_reorg): Use satisfies_constraint_I16 instead
20007 of hi_const.
20008
20009 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
20010
20011 * config/sh/sh-protos.h (sh_expand_t_scc): Change return type from int
20012 to bool.
20013 * config/sh/sh.c (sh_expand_t_scc): Likewise.
20014 * config/sh/sh.md (cstoresi4, cstoredi4): Remove GET_CODE checks before
20015 calling sh_expand_t_scc.
20016
20017 2012-04-06 Oleg Endo <olegendo@gcc.gnu.org>
20018
20019 * config/sh/sh-protos.h (fp_zero_operand, fp_one_operand,
20020 nonpic_symbol_mentioned_p, expand_block_move, expand_ashiftrt,
20021 sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext, system_reg_operand,
20022 reg_unused_after, sh_can_redirect_branch, sh_need_epilogue, fldi_ok,
20023 sh_hard_regno_rename_ok, sh_cfun_interrupt_handler_p,
20024 sh_cfun_resbank_handler_p, sh_attr_renesas_p, sh_cfun_attr_renesas_p,
20025 check_use_sfunc_addr, sh_contains_memref_p, sh_loads_bankedreg_p,
20026 sh2a_is_function_vector_call): Use bool as return type.
20027 (sh_pass_in_reg_p): Remove.
20028 * config/sh/sh.c (broken_move, mova_p, noncall_uses_reg, high_pressure,
20029 flow_dependent_p, sh2a_function_vector_p, expand_block_move,
20030 expand_ashiftrt, sh_dynamicalize_shift_p, gen_shl_and, gen_shl_sext,
20031 sh_need_epilogue, sh2a_is_function_vector_call, sh_attr_renesas_p,
20032 sh_cfun_attr_renesas_p, sh_cfun_interrupt_handler_p,
20033 sh_cfun_resbank_handler_p, system_reg_operand, fp_zero_operand,
20034 fp_one_operand, fldi_ok, reg_unused_after, sh_can_redirect_branch,
20035 sh_hard_regno_rename_ok, check_use_sfunc_addr, sh_contains_memref_p,
20036 sh_loads_bankedreg_p): Use bool as return type.
20037 (nonpic_symbol_mentioned_p): Use bool as return type. Remove
20038 'register' modifier.
20039
20040 2012-04-06 Matt Turner <mattst88@gmail.com>
20041
20042 * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
20043
20044 2012-04-06 Eric Botcazou <ebotcazou@adacore.com>
20045
20046 * config/ia64/ia64.c (ia64_load_pair_ok): Return 0 if the second member
20047 of the destination isn't also a FP_REGS register.
20048
20049 2012-04-05 Teresa Johnson <tejohnson@google.com>
20050 H.J. Lu <hongjiu.lu@intel.com>
20051
20052 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_LCP_STALL.
20053 * config/i386/i386.md (move immediate to memory peephole2):
20054 Add cases for HImode move when LCP stall avoidance is needed.
20055 * config/i386/i386.c (initial_ix86_tune_features): Initialize
20056 X86_TUNE_LCP_STALL entry.
20057
20058 2012-04-05 Uros Bizjak <ubizjak@gmail.com>
20059
20060 PR target/52882
20061 * config/i386/i386.c (ix86_decompose_address): Allow VOIDmode
20062 CONST_INT operands, zero-extended with AND.
20063
20064 2012-04-05 Oleg Endo <olegendo@gcc.gnu.org>
20065
20066 PR target/50751
20067 * config/sh/sh.c (sh_find_mov_disp_adjust): Take machine_mode as the
20068 first argument instead of mode size. Move displacement calculations
20069 to ...
20070 (mov_insn_size, max_mov_insn_displacement, mov_insn_alignment_mask):
20071 ... these new functions.
20072 (disp_adjust): Remove max_mov_disp field.
20073 (sh_legitimate_index_p): Use max_mov_insn_displacement and
20074 mov_insn_alignment_mask.
20075 (sh_address_cost): Use max_mov_insn_displacement.
20076
20077 2012-04-05 Andrew Stubbs <ams@codesourcery.com>
20078
20079 * config/arm/arm.md (arch): Add neon_onlya8 and neon_nota8.
20080 (arch_enabled): Handle new arch types.
20081 (one_cmpldi2): Add NEON support.
20082
20083 2012-04-05 Richard Guenther <rguenther@suse.de>
20084
20085 * gimple.c (walk_gimple_op): Compute val_only for the LHS
20086 of an assigment in the canonical way, avoiding is_gimple_mem_rhs.
20087 (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt): Move ...
20088 * gimplify.c (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
20089 ... here and make static.
20090 * gimple.h (is_gimple_mem_rhs, is_gimple_reg_rhs, is_gimple_stmt):
20091 Remove.
20092
20093 2012-04-05 Richard Guenther <rguenther@suse.de>
20094
20095 * tree-ssa-dse.c (dse_optimize_stmt): Remember the stmt
20096 basic-block before removing it.
20097
20098 2012-04-05 Richard Guenther <rguenther@suse.de>
20099
20100 * tree-ssanames.c (release_dead_ssa_names): Compact the SSA
20101 version namespace as we release the freelist.
20102
20103 2012-04-05 Richard Guenther <rguenther@suse.de>
20104
20105 * tree-nrv.c (tree_nrv): Release VDEFs.
20106 * tree-sra.c (sra_modify_constructor_assign): Likewise.
20107 (sra_modify_assign): Likewise.
20108 * tree-vect-stmts.c (vect_remove_stores): Likewise.
20109 * tree-vect-loop.c (vect_transform_loop): Likewise.
20110 * tree-ssa-dom.c (optimize_stmt): Likewise.
20111 * tree-vect-slp.c (vect_schedule_slp): Likewise.
20112 * tree-ssa-math-opts.c (execute_cse_sincos): Likewise.
20113
20114 2012-04-05 Richard Guenther <rguenther@suse.de>
20115
20116 * gimple-iterator.c (gsi_remove): Return whether EH edges need to be
20117 cleanup.
20118 * gimple.h (gsi_remove): Adjust.
20119 * tree-ssa-operands.c (unlink_stmt_vdef): Optimize.
20120 * tree-ssa-dom.c (optimize_stmt): Use gsi_remove result.
20121 * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
20122 * tree-ssa-forwprop.c (remove_prop_source_from_use): Likewise.
20123 * tree-ssa-math-opts.c (execute_optimize_widening_mul): Likewise.
20124 * tree-ssa-pre.c (eliminate): Likewise.
20125
20126 2012-04-04 Mike Stump <mikestump@comcast.net>
20127
20128 * doc/rtl.texi (const_double): Document as sign-extending.
20129 * expmed.c (expand_mult): Ensure we don't use shift incorrectly.
20130 * emit-rtl.c (immed_double_int_const): Refine to state the
20131 value is signed.
20132 * simplify-rtx.c (mode_signbit_p): Add a fixme for wider than
20133 CONST_DOUBLE integers.
20134 (simplify_const_unary_operation, UNSIGNED_FLOAT): Ensure no
20135 negative values are converted. Fix conversions bigger than
20136 HOST_BITS_PER_WIDE_INT.
20137 (simplify_binary_operation_1): Ensure we don't use shift incorrectly.
20138 (simplify_immed_subreg): Sign-extend CONST_DOUBLEs.
20139 * explow.c (plus_constant_mode): Add.
20140 (plus_constant): Implement with plus_constant_mode.
20141 * rtl.h (plus_constant_mode): Add.
20142
20143 2012-04-04 Richard Guenther <rguenther@suse.de>
20144
20145 PR tree-optimization/52808
20146 * tracer.c (tail_duplicate): Do not tail-duplicate loop header blocks.
20147 * Makefile.in (tracer.o): Depend on $(CFGLOOP_H).
20148
20149 2012-04-04 Tristan Gingold <gingold@adacore.com>
20150
20151 * expr.c (expand_expr_real_2): Handle larger sizetype in
20152 POINTER_PLUS_EXPR.
20153
20154 2012-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
20155
20156 * config/sh/t-sh (MULTILIB_MATCHES): Match m2a-single-only
20157 to m2a-single instead of m2e.
20158
20159 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
20160
20161 * expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.
20162 Change type of BITOFFSET to signed. Make sure the lower bound of
20163 the computed range is non-negative by adjusting OFFSET and BITPOS.
20164 (expand_assignment): Adjust call to get_bit_range.
20165
20166 2012-04-03 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com>
20167
20168 * h8300/h8300.c (h8300_current_function_monitor_function_p):
20169 New function. Added to check monitor functions.
20170 (h8300_option_override): Modified to generate error/warning
20171 messages for invalid combinations of different command line
20172 options.
20173 * h8300/h8300.md: Generate 'rte' for monitor functions. Do not
20174 save EXR on stack for monitor function in case of H8S target
20175 when "-mno-exr" is passed.
20176 * h8300/h8300-protos.h (h8300_current_function_monitor_function_p):
20177 Add prototype.
20178 * doc/invoke.texi: Document H8S options.
20179
20180 2012-04-03 Tristan Gingold <gingold@adacore.com>
20181
20182 * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead
20183 of gcc_AC_FUNC_MMAP_BLACKLIST.
20184 * acinclude.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Remove.
20185 * Makefile.in (aclocal_deps): Add mmap.m4.
20186 * configure: Regenerate.
20187 * aclocal.m4: Regenerate.
20188
20189 2012-04-03 Richard Guenther <rguenther@suse.de>
20190
20191 PR tree-optimization/52808
20192 * tracer.c (tail_duplicate): Return whether we have duplicated
20193 any block.
20194 (tracer): If we have duplicated any block, cleanup the CFG.
20195 * cfghooks.c (duplicate_block): If we duplicated a loop
20196 header but not its loop, destroy the loop because it now has
20197 multiple entries.
20198 * tree-ssa-threadupdate.c (thread_through_loop_header): Tell
20199 the cfg manipulation routines we are not creating a multiple
20200 entry loop.
20201
20202 2012-04-03 Tristan Gingold <gingold@adacore.com>
20203
20204 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle
20205 'byte' alignment.
20206 (vms_c_common_override_options): Allow parameterless variadic
20207 functions.
20208
20209 2012-04-03 Jakub Jelinek <jakub@redhat.com>
20210
20211 PR tree-optimization/52835
20212 * tree-data-ref.c (build_rdg): Return NULL if
20213 compute_data_dependences_for_loop failed.
20214
20215 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
20216
20217 * varasm.c (initializer_constant_valid_for_bitfield_p): Return true
20218 for REAL_CST as well.
20219 (output_constructor): Use RECORD_OR_UNION_TYPE_P predicate.
20220 In the bitfield case, if the value is a REAL_CST, convert it first to
20221 an INTEGER_CST.
20222
20223 2012-04-02 H.J. Lu <hongjiu.lu@intel.com>
20224
20225 * config.gcc: Use i386/biarchx32.h instead of i386/biarch64.h
20226 for --with-abi={x32|mx32} or --with-multilib-list=mx32.
20227 (supported_defaults): Add abi for i[34567]86-*-* and x86_64-*-*.
20228
20229 * config/i386/biarchx32.h: New.
20230
20231 2012-04-02 Anatoly Sokolov <aesok@post.ru>
20232
20233 * config/arm/arm.h (PREFERRED_RELOAD_CLASS): Remove.
20234 * config/arm/arm.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
20235 (arm_preferred_reload_class): New function.
20236
20237 2012-04-02 Richard Guenther <rguenther@suse.de>
20238
20239 PR tree-optimization/52756
20240 * tree-ssa-threadupdate.c (def_split_header_continue_p): New function.
20241 (thread_through_loop_header): After threading through the loop latch
20242 remove the split part from the loop and clear further threading
20243 opportunities that would create a multiple entry loop.
20244
20245 2012-04-02 Richard Guenther <rguenther@suse.de>
20246
20247 PR rtl-optimization/52800
20248 * cprop.c (execute_rtl_cprop): Call cleanup_cfg with
20249 CLEANUP_CFG_CHANGED.
20250
20251 2012-04-02 Richard Guenther <rguenther@suse.de>
20252
20253 PR middle-end/52803
20254 * loop-init.c (gate_handle_loop2): Destroy loops here if
20255 we don't enter RTL loop optimizers.
20256
20257 2012-04-02 Uros Bizjak <ubizjak@gmail.com>
20258
20259 Partially revert:
20260 2012-03-29 Richard Guenther <rguenther@suse.de>
20261
20262 * rtl.h (extended_count): Remove.
20263 * combine.c (extended_count): Remove.
20264
20265 2012-04-02 Dodji Seketeli <dodji@redhat.com>
20266
20267 PR c++/40942
20268 * pt.c (more_specialized_fn): Don't apply decay conversion to
20269 types of function parameters.
20270
20271 2012-04-02 Tristan Gingold <gingold@adacore.com>
20272
20273 * ggc-page.c (PAGE_L1_SIZE, PAGE_L2_SIZE, LOOKUP_L1, LOOKUP_L2)
20274 (ggc_allocated_p, lookup_page_table_entry, set_page_table_entry)
20275 (alloc_page, init_ggc, clear_marks, struct ggc_pch_data)
20276 (ggc_pch_this_base): Use uintptr_t instead of size_t.
20277
20278 2012-03-31 H.J. Lu <hongjiu.lu@intel.com>
20279
20280 PR bootstrap/52784
20281 * config/i386/i386.c (ix86_option_override_internal): Don't
20282 check TARGET_64BIT if TARGET_64BIT_DEFAULT is false.
20283
20284 2012-03-31 Eric Botcazou <ebotcazou@adacore.com>
20285
20286 * tree-cfg.c (call_can_make_abnormal_goto): New predicate.
20287 (stmt_can_make_abnormal_goto): Use it.
20288 (is_ctrl_altering_stmt): Likewise.
20289
20290 2012-03-30 Naveen H.S <naveen.S@kpitcummins.com>
20291 Kaz Kojima <kkojima@gcc.gnu.org>
20292
20293 * config/sh/sh.c (push_regs): Skip banked registers when
20294 resbank attribute is specified.
20295 (sh_expand_epilogue): Likewise.
20296
20297 2012-03-30 Richard Henderson <rth@redhat.com>
20298
20299 PR debug/52727
20300 * combine-stack-adj.c (prev_active_insn_bb): New.
20301 (next_active_insn_bb): New.
20302 (force_move_args_size_note): New.
20303 (combine_stack_adjustments_for_block): Use it.
20304
20305 2012-03-30 Richard Henderson <rth@redhat.com>
20306
20307 * config/i386/i386.c (struct expand_vec_perm_d): Add one_operand_p.
20308 (ix86_expand_vector_init_duplicate): Initialize it.
20309 (expand_vec_perm_palignr): Likewise.
20310 (ix86_expand_vec_perm_const): Likewise.
20311 (ix86_vectorize_vec_perm_const_ok): Likewise.
20312 (expand_vec_perm_blend): Use it.
20313 (expand_vec_perm_vpermil): Likewise.
20314 (expand_vec_perm_pshufb): Likewise.
20315 (expand_vec_perm_1): Likewise.
20316 (expand_vec_perm_pshuflw_pshufhw): Likewise.
20317 (expand_vec_perm_interleave2): Likewise.
20318 (expand_vec_perm_vpermq_perm_1): Likewise.
20319 (expand_vec_perm_vperm2f128): Likewise.
20320 (expand_vec_perm_interleave3): Likewise.
20321 (expand_vec_perm_vperm2f128_vblend): Likewise.
20322 (expand_vec_perm_vpshufb2_vpermq): Likewise.
20323 (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise,.
20324 (expand_vec_perm_broadcast): Likewise.
20325 (expand_vec_perm_vpshufb4_vpermq2): Likewise.
20326
20327 2012-03-30 Richard Henderson <rth@redhat.com>
20328
20329 * dwarf2out.c (gen_variable_die): Initialize off.
20330
20331 2012-03-30 Tristan Gingold <gingold@adacore.com>
20332
20333 * config/vms/vms-f.c: New file.
20334 * config/vms/t-vms (vms-f.o): New rule.
20335 * config.gcc (*-*-*vms*): Define fortran_target_objs.
20336
20337 2012-03-30 Richard Guenther <rguenther@suse.de>
20338
20339 PR tree-optimization/52754
20340 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Only
20341 propagate arbitrary addresses into really plain dereferences.
20342
20343 2012-03-30 Richard Guenther <rguenther@suse.de>
20344
20345 PR middle-end/52772
20346 * except.c (emit_to_new_bb_before): Move loop updating ...
20347 (dw2_build_landing_pads): ... here. Use a proper block for
20348 querying the loop father.
20349
20350 2012-03-30 Tristan Gingold <gingold@adacore.com>
20351
20352 * config/ia64/ia64.c (ia64_section_type_flags): Remove
20353 common_object attribute handling.
20354 (SECTION_VMS_OVERLAY): Remove
20355 (ia64_vms_common_object_attribute): Replace abort with an assert.
20356 Do not set DECL_SECTION_NAME.
20357 (ia64_vms_output_aligned_decl_common): Handle common_object
20358 attribute.
20359 (ia64_vms_elf_asm_named_section): Remove.
20360 * config/ia64/vms.h (TARGET_ASM_NAMED_SECTION): Remove.
20361
20362 2012-03-30 Richard Guenther <rguenther@suse.de>
20363
20364 PR middle-end/52786
20365 * double-int.c (rshift_double): Remove not needed cast.
20366
20367 2012-03-30 Richard Guenther <rguenther@suse.de>
20368
20369 * tree-affine.h (print_aff): Remove.
20370 * tree-affine.c (print_aff): Make static.
20371 * tree-data-ref.h (access_matrix_get_index_for_parameter): Remove.
20372 (get_references_in_stmt): Likewise.
20373 (print_direction_vector): Likewise.
20374 (print_dir_vectors): Likewise.
20375 (print_dist_vectors): Likewise.
20376 (dump_subscript): Likewise.
20377 (dump_ddrs): Likewise.
20378 (dump_dist_dir_vectors): Likewise.
20379 (dump_data_references): Likewise.
20380 (dump_data_dependence_relation): Likewise.
20381 (dump_data_dependence_direction): Likewise.
20382 (dump_rdg_vertex): Likewise.
20383 (dump_rdg_component): Likewise.
20384 (debug_ddrs): Declare.
20385 (struct data_ref_loc_d): Move ...
20386 * tree-data-ref.c (struct data_ref_loc_d): ... here.
20387 (get_references_in_stmt): Make static.
20388 (dump_data_references): Likewise.
20389 (dump_subscript): Likewise.
20390 (print_direction_vector): Likewise.
20391 (print_dir_vectors): Likewise.
20392 (print_dist_vectors): Likewise.
20393 (dump_data_dependence_relation): Likewise.
20394 (dump_dist_dir_vectors): Likewise.
20395 (dump_ddrs): Likewise.
20396 (dump_rdg_vertex): Likewise.
20397 (dump_rdg_component): Likewise.
20398 (debug_ddrs): New function.
20399 (access_matrix_get_index_for_parameter): Remove.
20400
20401 2012-03-30 Tristan Gingold <gingold@adacore.com>
20402
20403 * config/vms/vms.c (VMS_CRTL_FLOAT32): Rename.
20404 (VMS_CRTL_FLOAT64, VMS_CRTL_FLOAT64_VAXD): New.
20405 (VMS_CRTL_FLOAT128, VMS_CRTL_DPML, VMS_CRTL_NODMPL)
20406 (VMS_CRTL_32ONLY, VMS_CRTL_G_MASK, VMS_CRTL_G_NONE)
20407 (VMS_CRTL_GA, VMS_CRTL_GL, VMS_CRTL_FLOATV2): New.
20408 (vms_patch_builtins): Handle new flags
20409 * config/vms/vms-crtlmap.map: Completed using nm on
20410 c and math system libraries.
20411 * config/vms/make-crtlmap.awk: Handle any number of flags.
20412
20413 2012-03-30 Martin Jambor <mjambor@suse.cz>
20414
20415 * tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there
20416 is a builtin_stack_save in a dominating BB.
20417
20418 2012-03-29 Uros Bizjak <ubizjak@gmail.com>
20419
20420 * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix results
20421 crossing 128bit lane boundary.
20422
20423 2012-03-29 Vladimir Makarov <vmakarov@redhat.com>
20424
20425 * ira-color.c (setup_left_conflict_sizes_p): Process all
20426 conflicting objects.
20427
20428 2012-03-29 Jakub Jelinek <jakub@redhat.com>
20429
20430 PR tree-optimization/52760
20431 * tree-vect-slp.c (vect_get_constant_vectors): Convert constant_p
20432 shift count for {L,R}{SHIFT,ROTATE}_EXPR to TREE_TYPE (vector_type).
20433
20434 2012-03-29 Richard Guenther <rguenther@suse.de>
20435
20436 * cgraph.h (cgraph_materialize_all_clones): Remove.
20437 (reset_inline_failed): Likewise.
20438 * cgraphunit.c (cgraph_materialize_all_clones): Make static.
20439 * cgraphbuild.c (reset_inline_failed): Remove.
20440 * rtl.h (cse_main): Remove.
20441 (extended_count): Likewise.
20442 * cse.c (dump_class): Mark as DEBUG_FUNCTION.
20443 (cse_main): Make static.
20444 * combine.c (extended_count): Remove.
20445 (dump_combine_stats): Mark as DEBUG_FUNCTION.
20446 * basic-block.h (reorder_basic_blocks): Remove.
20447 * bb-reorder.c (reorder_basic_blocks): Make static.
20448 * Makefile.in (dse.o): Remove dse.h dependency.
20449 * dse.h: Remove.
20450 * dse.c (gate_dse): Remove.
20451 (clear_alias_mode_eq): Likewise.
20452 (clear_alias_mode_hash): Likewise.
20453 (dse_record_singleton_alias_set): Likewise.
20454 (dse_invalidate_singleton_alias_set): Likewise.
20455
20456 2012-03-29 H.J. Lu <hongjiu.lu@intel.com>
20457
20458 * config/linux-android.h (ANDROID_STARTFILE_SPEC): Use
20459 crtbegin_so%O%s for -shared.
20460 (ANDROID_ENDFILE_SPEC): Use crtend_so%O%s for -shared.
20461
20462 2012-03-29 Richard Guenther <rguenther@suse.de>
20463
20464 * tree-flow.h (struct pre_expr_d): Remove forward declaration.
20465 (add_to_value): Remove.
20466 (print_value_expressions): Likewise.
20467 * tree-ssa-pre.c (add_to_value): Make static.
20468 (print_value_expressions): Likewise.
20469 * gimple.h (gimple_adjust_this_by_delta): Remove.
20470 * gimple-fold.c (gimple_adjust_this_by_delta): Likewise.
20471
20472 2012-03-29 Richard Guenther <rguenther@suse.de>
20473
20474 PR middle-end/50708
20475 * double-int.h (rshift_double): Remove.
20476 * double-int.c (lshift_double): Use absu_hwi to make count positive.
20477 (rshift_double): Make static, take unsigned count argument,
20478 remove handling of negative count argument.
20479 (double_int_rshift): Dispatch to lshift_double.
20480
20481 2012-03-28 H.J. Lu <hongjiu.lu@intel.com>
20482
20483 * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Add
20484 OPTION_MASK_ABI_64.
20485
20486 * config/i386/gnu-user64.h (SPEC_64): Support TARGET_BI_ARCH == 2.
20487 (SPEC_X32): Likewise.
20488 (MULTILIB_DEFAULTS): Likewise.
20489
20490 * config/i386/i386.c (isa_opts): Remove -m64.
20491 (ix86_target_string): Properly handle -m32/-m64/-mx32.
20492 (ix86_option_override_internal): Properly
20493 set OPTION_MASK_ISA_64BIT and OPTION_MASK_ISA_X32 as well as
20494 handle -m32, -m64 and -mx32.
20495
20496 * config/i386/i386.h (TARGET_X32): Replace OPTION_ISA_X32
20497 with OPTION_ABI_X32. Moved after TARGET_LP64.
20498 (TARGET_LP64): Changed to OPTION_ABI_64.
20499
20500 * config/i386/i386.opt (m64): Replace ISA_64BIT with ABI_64.
20501 (mx32): Replace ISA_X32 with ABI_X32.
20502
20503 2012-03-28 Eric Botcazou <ebotcazou@adacore.com>
20504
20505 * tree.c (tree_size) <VECTOR_CST>: New case.
20506
20507 2012-03-28 Uros Bizjak <ubizjak@gmail.com>
20508
20509 * config/i386/i386.c (ix86_modes_tieable_p): Handle 32bit AVX modes.
20510 (ix86_expand_vector_move_misalign): Remove un-needed gen_lowpart calls.
20511
20512 2012-03-28 Jakub Jelinek <jakub@redhat.com>
20513
20514 PR middle-end/52691
20515 * tree-ssa-ccp.c (optimize_stdarg_builtin): Optimize
20516 __builtin_va_start to __builtin_next_arg if the latter is
20517 builtin_decl_explicit_p rather than when it is not.
20518
20519 PR middle-end/52750
20520 * tree-vect-generic.c (vector_element): Perform multiplication
20521 for pos in bitsizetype type instead of idx type.
20522
20523 2012-03-28 Richard Guenther <rguenther@suse.de>
20524
20525 * loop-init.c (loop_optimizer_init): If loops are preserved
20526 perform incremental initialization of required loop features.
20527 (loop_optimizer_finalize): If loops are to be preserved only
20528 clean up optional loop features.
20529 (rtl_loop_done): Forcefully free loops here.
20530 * cgraph.c (cgraph_release_function_body): Forcefully free loops.
20531 * cfgexpand.c (expand_gimple_cond): Properly add new basic-blocks
20532 to existing loops.
20533 (construct_init_block): Likewise.
20534 (construct_exit_block): Likewise.
20535 (gimple_expand_cfg): Clear LOOP_CLOSED_SSA loop state. Cleanup
20536 the CFG after expanding.
20537 * cfgloop.c (verify_loop_structure): Calculate or verify dominators.
20538 If we needed to calculate them, free them afterwards.
20539 * tree-pass.h (PROP_loops): New define.
20540 * tree-ssa-loop.c (pass_tree_loop_init): Provide PROP_loops.
20541 * basic-block.h (CLEANUP_CFG_CHANGED): New.
20542 * cfgcleanup.c (merge_blocks_move): Protect loop latches.
20543 (cleanup_cfg): If we did something and have loops around, fix them up.
20544 * cse.c (rest_of_handle_cse_after_global_opts): Call cleanup_cfg
20545 with CLEANUP_CFG_CHANGED.
20546 * cfghooks.c (merge_blocks): If we merge a loop header into
20547 its predecessor, update the loop structure.
20548 (duplicate_block): If we copy a loop latch, adjust loop state
20549 to note we may have multiple latches.
20550 (delete_basic_block): Mark loops for fixup if we remove a loop.
20551 * cfganal.c (forwarder_block_p): Protect loop latches, headers
20552 and preheaders.
20553 * cfgrtl.c (rtl_can_merge_blocks): Protect loop latches.
20554 (cfg_layout_can_merge_blocks_p): Likewise.
20555 * cprop.c (bypass_block): If we create a loop with multiple
20556 entries, mark it for removal.
20557 * except.c (emit_to_new_bb_before): Add the new basic-block
20558 to existing loops.
20559 * tree-eh.c (lower_resx): Likewise.
20560 * omp-low.c (finalize_task_copyfn): Do not copy PROP_loops.
20561 (expand_omp_taskreg): Likewise.
20562 * tree-inline.c (initialize_cfun): Likewise.
20563 * tree-mudflap.c (add_bb_to_loop): Prototype.
20564 (mf_build_check_statement_for): Properly add new basic-blocks
20565 to existing loops.
20566 * tree-ssa-threadupdate.c (thread_block): Mark loops for fixup
20567 if we remove a loop.
20568 (thread_through_loop_header): Likewise.
20569 * trans-mem.c (tm_log_emit_save_or_restores): Properly add
20570 new basic-blocks to existing loops.
20571 (expand_transaction): Likewise.
20572 * Makefile.in (except.o): Add $(CFGLOOP_H).
20573 (expr.o): Likewise.
20574 (cgraph.o): Likewise.
20575 (cprop.o): Likewise.
20576 (cfgexpand.o): Likewise.
20577 (cfganal.o): Likewise.
20578 (trans-mem.o): Likewise.
20579 (tree-eh.o): Likewise.
20580
20581 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
20582
20583 PR target/52692
20584 * config/avr/avr.c (TARGET_BUILTIN_DECL): New define.
20585 (avr_builtin_decl): New static function.
20586 (struct avr_builtin_description, avr_bdesc): Move up.
20587 Add GTY marker. Add field fndecl. Remove redundant field id.
20588 (avr_init_builtins): Initialize avr_bdesc[ID].fndecl.
20589 (avr_expand_builtin): Code cleanup because .id is removed.
20590
20591 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
20592
20593 PR target/52737
20594 * config.gcc (tm_file): Remove avr/multilib.h.
20595
20596 * doc/invoke.texi (AVR Options): Adjust documentation of -mtiny-stack.
20597
20598 * config/avr/genmultilib.awk: Remove code to generate multilib.h.
20599 (BEGIN): Use -msp8 as multilib option instead of -mtiny-stack.
20600 * config/avr/t-avr: Remove generation of multilib.h.
20601 * config/avr/t-multilib: Regenerate.
20602 * config/avr/multilib.h: Remove.
20603 * config/avr/avr.opt (-msp8): New option.
20604 (avr_sp8): New variable.
20605 * config/avr/driver-avr.c (avr_device_to_sp8): New function.
20606 * config/avr/avr.h (AVR_HAVE_SPH): New define.
20607 (AVR_HAVE_8BIT_SP): Also set by avr_sp8 i.e. -msp8.
20608 (avr_device_to_sp8): New prototype.
20609 (EXTRA_SPEC_FUNCTIONS): Add { "device_to_sp8", avr_device_to_sp8 }
20610 (DRIVER_SELF_SPECS): New define.
20611 * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in defines:
20612 __AVR_SP8__, __AVR_HAVE_SPH__.
20613 * config/avr/avr.c (output_movhi): Use AVR_HAVE_SPH instead of
20614 AVR_HAVE_8BIT_SP to decide if SP_H is present.
20615 (avr_file_start): Ditto.
20616
20617 2012-03-28 Jakub Jelinek <jakub@redhat.com>
20618
20619 PR target/52736
20620 * config/i386/sse.md (sse2_loadlpd splitter): Use offset 0
20621 instead of 8 in adjust_address.
20622
20623 2012-03-27 Aurelien Buhrig <aurelien.buhrig.gcc@gmail.com>
20624
20625 PR middle-end/51893
20626 * expmed.c (store_bit_field_1): Fix wordnum value for big-endian
20627 targets.
20628
20629 2012-03-27 Oleg Endo <olegendo@gcc.gnu.org>
20630
20631 PR target/50751
20632 * config/sh/sh.c (sh_legitimize_address, sh_legitimize_reload_address):
20633 Rearrange conditional logic. Move displacement address calculations
20634 to ...
20635 (sh_find_mov_disp_adjust): ... this new function.
20636
20637 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
20638
20639 * config/arm/arm.opt (mapcs): Remove MaskExists.
20640 * config/cris/linux.opt (mno-gotplt): Likewise.
20641 * config/i386/i386.opt (mhard-float): Likewise.
20642 (msse4): Likewise.
20643 (mno-sse4): Likewise.
20644 * config/m68k/m68k.opt (mhard-float): Likewise.
20645 * config/mep/mep.op (mcop32): Likewise.
20646 * config/pa/pa-hpux.opt (msio): Likewise.
20647 * config/pa/pa64-hpux.opt (mgnu-ld): Likewise.
20648 * config/picochip/picochip.opt (mlittle): Likewise.
20649 * config/sh/sh.opt (mrenesas): Likewise.
20650 * config/sparc/long-double-switch.opt (mlong-double-128): Likewise.
20651 * config/sparc/sparc.opt (mhard-float): Likewise.
20652 * config/v850/v850.opt (mv850es): Likewise.
20653 * config/vax/vax.opt (mg-float): Likewise.
20654
20655 2012-03-27 Martin Jambor <mjambor@suse.cz>
20656
20657 PR middle-end/52693
20658 * tree-sra.c (sra_modify_assign): Do not call
20659 load_assign_lhs_subreplacements when working with an unscalarizable
20660 region.
20661
20662 2012-03-27 Uros Bizjak <ubizjak@gmail.com>
20663
20664 PR target/52698
20665 * config/i386/i386-protos.h (ix86_legitimize_reload_address):
20666 New prototype.
20667 * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): New define.
20668 * config/i386/i386.c: Include reload.h.
20669 (ix86_legitimize_reload_address): New function.
20670
20671 2012-03-27 H.J. Lu <hongjiu.lu@intel.com>
20672
20673 * opth-gen.awk: Allocated a bit for Mask and InverseMask if it
20674 hasn't been allocated. Define a target macro for Mask and
20675 InverseMask if it hasn't been defined. Remove MaskExists handling.
20676
20677 * doc/options.texi: Remove MaskExists.
20678
20679 2012-03-27 Chung-Lin Tang <cltang@codesourcery.com>
20680
20681 PR target/52667
20682 * config/sh/sh.c (find_barrier): Add equality check of last_got
20683 to avoid going above orig insn. Update comments.
20684
20685 2012-03-27 Richard Guenther <rguenther@suse.de>
20686
20687 PR middle-end/52720
20688 * fold-const.c (try_move_mult_to_index): Handle &x.array more
20689 explicitely.
20690
20691 2012-03-27 Eric Botcazou <ebotcazou@adacore.com>
20692
20693 * expmed.c (store_bit_field): Assert that BITREGION_START is a multiple
20694 of a unit before computing the offset in units.
20695 * expr.c (get_bit_range): Return the null range if the enclosing record
20696 is part of a larger bit field.
20697
20698 2012-03-27 Tristan Gingold <gingold@adacore.com>
20699
20700 * config/ia64/vms.h (CASE_VECTOR_MODE): Define.
20701 * config/ia64/ia64.md: Remove mode in template.
20702 Sign extend operand in expand_simple_binop.
20703 * config/ia64/ia64.h (ASM_OUTPUT_ADDR_DIFF_ELT): Use
20704 CASE_VECTOR_MODE instead of TARGET_ILP32.
20705 (ADDR_VEC_ALIGN): Make it depends on CASE_VECTOR_MODE.
20706
20707 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
20708
20709 * varasm.c (assemble_external): #if 0 out the new assert from the
20710 previous commit, it breaks the Java and Go front ends.
20711
20712 2012-03-26 Steven Bosscher <steven@gcc.gnu.org>
20713
20714 * toplev.c (check_global_declaration_1): Do not call assemble_external.
20715 * expr.c (emit_block_move_libcall_fn): Likewise.
20716 (clear_storage_libcall_fn): Likewise.
20717 (expand_expr_addr_expr_1): Likewise.
20718 (expand_expr_real_1): Likewise.
20719 * calls.c (rtx_for_function_call): Likewise.
20720
20721 * varasm.c (assemble_external): Assert this function is only called
20722 during or after expanding to RTL.
20723
20724 2012-03-26 Martin Jambor <mjambor@suse.cz>
20725
20726 PR tree-optimization/50052
20727 * tree-sra.c (tree_non_aligned_mem_p): Removed.
20728 (tree_non_aligned_mem_for_access_p): Likewise.
20729 (build_accesses_from_assign): Removed strict alignment requirements
20730 checks.
20731 (access_precludes_ipa_sra_p): Likewise.
20732
20733 2012-03-26 Richard Guenther <rguenther@suse.de>
20734
20735 PR tree-optimization/52701
20736 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Always
20737 compute and set the evolution part of PHI nodes.
20738
20739 2012-03-26 Richard Guenther <rguenther@suse.de>
20740
20741 PR tree-optimization/52721
20742 * tree-vect-stmts.c (vect_init_vector): Handle scalars.
20743
20744 2012-03-26 Ulrich Weigand <ulrich.weigand@linaro.org>
20745
20746 PR tree-optimization/52686
20747 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
20748 WIDEN_LSHIFT_EXPR.
20749
20750 2012-03-26 Tristan Gingold <gingold@adacore.com>
20751
20752 * config/alpha/vms.h (LINK_SPEC): Simplify.
20753 (STARTFILE_SPEC): Remove -mvms-return-codes handling.
20754 (NAME__MAIN, SYMBOL__MAIN): Remove.
20755 (VMS_DEBUG_MAIN_POINTER): Remove.
20756 * config/ia64/vms.h: Likewise.
20757 * config/alpha/alpha.c (alpha_start_function): Move vms_debug_main
20758 code to vms.c. Call vms_start_function.
20759 * config/ia64/ia64.c (ia64_start_function): Likewise.
20760 * config/vms/vms-protos.h (vms_start_function): Declare.
20761 * config/vms/vms.c (vms_start_function): New function.
20762 * config/vms/vms.h (MATH_LIBRARY): Define.
20763 (VMS_DEBUG_MAIN_POINTER): Define.
20764
20765 2012-03-26 Eric Botcazou <ebotcazou@adacore.com>
20766
20767 PR rtl-optimization/52629
20768 * reload1.c (count_pseudo): Short-circuit common case.
20769 (count_spilled_pseudo): Return early for pseudos without hard regs.
20770 Assert that the pseudo has got a hard reg before manipulating it.
20771
20772 2012-03-24 Jan Hubicka <jh@suse.cz>
20773
20774 PR lto/51663
20775 * varpool.c (varpool_finalize_decl): Handle toplevel_reorder here.
20776 (decide_is_variable_needed): Do not handle toplevel reorder here.
20777 * cgraph.h (varpool_can_remove_if_no_refs): Likewise.
20778 * ipa.c (cgraph_remove_unreachable_nodes): Remove unreachable vars
20779 even at -O0.
20780
20781 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
20782
20783 * expr.c (optimize_bitfield_assignment_op) <BIT_IOR_EXPR>: Use str_mode
20784 and str_bitsize instead of more convoluted expressions.
20785
20786 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
20787
20788 PR target/52610
20789 * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=leon.
20790
20791 2012-03-24 Eric Botcazou <ebotcazou@adacore.com>
20792
20793 PR target/52656
20794 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Fix pasto.
20795
20796 2012-03-23 Martin Jambor <mjambor@suse.cz>
20797
20798 * tree-sra.c (build_accesses_from_assign): Remove FIXME comment.
20799
20800 2012-03-23 Richard Guenther <rguenther@suse.de>
20801
20802 PR tree-optimization/52678
20803 * tree-vectorizer.h (struct _stmt_vec_info): Add
20804 loop_phi_evolution_part member.
20805 (STMT_VINFO_LOOP_PHI_EVOLUTION_PART): New define.
20806 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Initialize
20807 STMT_VINFO_LOOP_PHI_EVOLUTION_PART.
20808 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
20809 Use the cached evolution part and the PHI nodes value from
20810 the loop preheader edge instead of re-analyzing the evolution.
20811
20812 2012-03-22 Maxim Kuvyrkov <maxim@codesourcery.com>
20813
20814 * config/mips/mips-tables.opt: Update.
20815 * config/mips/mips.md (processor): Add xlp.
20816 * config/mips/mips-cpus.def: Add xlp.
20817 * config/mips/mips.c (mips_rtx_cost_data): Add costs for XLP, copy from
20818 5KF for now.
20819 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle xlp.
20820 * doc/invoke.texi: Mention XLP.
20821
20822 2012-03-22 Jakub Jelinek <jakub@redhat.com>
20823
20824 PR middle-end/52547
20825 * tree-nested.c (convert_tramp_reference_stmt): Call declare_vars
20826 on any new_local_var_chain vars declared during recursing on
20827 GIMPLE_OMP_PARALLEL or GIMPLE_OMP_TASK body.
20828
20829 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
20830
20831 * config/alpha/alpha.h (ASM_OUTPUT_ALIGN): Move to config/alpha/elf.h
20832 (ASM_OUTPUT_SKIP): Move to config/alpha/vms.h
20833 (ASM_OUTPUT_LOCAL): Ditto.
20834 (ASM_OUTPUT_COMMON): Remove.
20835 * config/alpha/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Use ASM_OUTPUT_DEF.
20836 * config/alpha/vms.h (ASM_OUTPUT_ALIGN): Do not undefine before define.
20837
20838 2012-03-22 Jan Hubicka <jh@suse.cz>
20839
20840 PR middle-end/51737
20841 * cgraph.c (cgraph_remove_node_and_inline_clones): Add FORBIDDEN_NODE
20842 parameter.
20843 * cgraph.h (cgraph_remove_node_and_inline_clones): Update prototype.
20844 * ipa-inline-transform.c (save_inline_function_body): Remove
20845 copied clone if needed.
20846 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Update.
20847
20848 2012-03-22 Richard Guenther <rguenther@suse.de>
20849
20850 PR middle-end/52666
20851 * fold-const.c (fold_ternary_loc): Fix typo.
20852
20853 2012-03-22 Georg-Johann Lay <avr@gjlay.de>
20854
20855 PR target/52496
20856 * config/avr/avr.md (unspec): Remove UNSPEC_MEMORY_BARRIER.
20857 (unspecv): Add UNSPECV_MEMORY_BARRIER.
20858 (cli_sei): Use unspec_volatile instead of unspec for memory barrier.
20859 (delay_cycles_1, delay_cycles_2): Ditto.
20860 (delay_cycles_3, delay_cycles_4): Ditto.
20861 (nopv, *nopv): Ditto.
20862 (sleep, *sleep): Ditto.
20863 (wdr, *wdr): Ditto.
20864
20865 2012-03-22 Richard Guenther <rguenther@suse.de>
20866
20867 PR tree-optimization/52548
20868 * tree-ssa-pre.c (valid_in_sets): Remove handling of invalidation
20869 because of clobbers.
20870 (prune_clobbered_mems): New function.
20871 (compute_antic_aux): Use it to prune ANTIC_OUT.
20872 (compute_partial_antic_aux): Use it to prune PA_IN.
20873 (compute_avail): Only insert expressions into EXP_GEN that are not
20874 invalidated when translated up to the beginning of the block.
20875
20876 2012-03-22 Richard Guenther <rguenther@suse.de>
20877
20878 PR tree-optimization/52638
20879 * tree-vect-stmts.c (vect_init_vector_1): New function, split
20880 out from ...
20881 (vect_init_vector): ... here. Handle scalar vector inits.
20882 (vect_get_vec_def_for_operand): Adjust.
20883 (vectorizable_load): Likewise.
20884
20885 2012-03-22 Uros Bizjak <ubizjak@gmail.com>
20886
20887 * config.gcc (alpha*-*-linux*): Add elfos.h to tm_file.
20888 (alpha*-*-freebsd*): Ditto.
20889 (alpha*-*-netbsd*): Ditto.
20890 (alpha*-*-openbsd*): Ditto.
20891 * config/alpha/elf.h (OBJECT_FORMAT_ELF): Remove.
20892 (DWARF2_DEBUGGING_INFO): Remove.
20893 (PREFERRED_DEBUGGING_TYPE): Remove.
20894 (ASM_FINAL_SPEC): Remove.
20895 (IDENT_ASM_OP): Remove.
20896 (ASM_OUTPUT_IDENT): Remove.
20897 (SKIP_ASM_OP): Remove.
20898 (ASM_OUTPUT_SKIP): Remove.
20899 (ALIGN_ASM_OP): Remove.
20900 (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
20901 (ASM_OUTPUT_CASE_LABEL): Remove.
20902 (ASM_OUTPUT_EXTERNAL_LIBCALL): Remove.
20903 (COMMON_ASM_OP): Remove.
20904 (ASM_OUTPUT_ALIGNED_COMMON): Remove.
20905 (ASCII_DATA_ASM_OP): Remove.
20906 (READONLY_DATA_SECTION_ASM_OP): Remove.
20907 (INIT_SECTION_ASM_OP): Remove.
20908 (FINI_SECTION_ASM_OP): Remove.
20909 (ASM_SECTION_START_OP): Remove.
20910 (ASM_OUTPUT_SECTION_START_FILE): Remove.
20911 (TARGET_ASM_NAMED_SECTION): Remove.
20912 (TARGET_ASM_SELECT_SECTION): Remove.
20913 (MAKE_DECL_ONE_ONLY): Remove.
20914 (TYPE_ASM_OP): Remove.
20915 (SIZE_ASM_OP): Remove.
20916 (ASM_WEAKEN_LABEL): Remove.
20917 (TYPE_OPERAND_FMT): Remove.
20918 (ASM_DECLARE_RESULT): Remove.
20919 (ASM_DECLARE_OBJECT_NAME): Remove.
20920 (ASM_FINISH_DECLARE_OBJECT): Remove.
20921 (ELF_ASCII_ESCAPES): Remove.
20922 (ELF_STRING_LIMIT): Remove.
20923 (STRING_ASM_OP): Remove.
20924 (ASM_OUTPUT_EXTERNAL): Remove.
20925 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Redefine to false.
20926 * config/alpha/alpha.h (PCC_BITFIELD_TYPE_MATTERS): Undefine
20927 before define.
20928 (ASM_DECLARE_FUNCTION_NAME): Ditto.
20929 (ASM_DECLARE_FUNCTION_SIZE): Ditto.
20930 (ASM_GENERATE_INTERNAL_LABEL): Ditto.
20931 (ASM_OUTPUT_SKIP): Ditto.
20932 (READONLY_DATA_SECTION_ASM_OP): Remove.
20933 (USER_LABEL_PREFIX): Remove.
20934 (ASM_OUTPUT_ASCII): Remove.
20935 (ASM_OUTPUT_CASE_LABEL): Remove.
20936 (NO_DOLLAR_IN_LABEL): Undefine.
20937
20938 2012-03-22 Richard Guenther <rguenther@suse.de>
20939
20940 PR tree-optimization/52459
20941 * tree-ssa-pre.c (inhibit_phi_insertion): Do not inhibit
20942 PHI insertion for calls.
20943
20944 2012-03-21 Steven Bosscher <steven@gcc.gnu.org>
20945
20946 * cse.c (invalidate_from_sets_and_clobbers, try_back_substitute_reg,
20947 find_sets_in_insn, canonicalize_insn): Split out from ...
20948 (cse_insn): ... here.
20949 (invalidate_from_clobbers): Take an insn instead of the pattern.
20950
20951 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
20952
20953 PR target/52479
20954 * config/sh/sh-protos.h (sh_fsca_df2int): Remove.
20955 * config/sh/sh.c (sh_fsca_df2int_rtx, sh_fsca_df2int): Remove.
20956 * config/sh/sh.md (sindf2, cosdf2): Remove.
20957
20958 2012-03-21 Kaz Kojima <kkojima@gcc.gnu.org>
20959
20960 PR target/52642
20961 * config/sh/sh.c (sh_expand_prologue): Emit blockage at the end of
20962 prologue for unwinder and profiler.
20963
20964 2012-03-21 Andreas Tobler <andreast@fgznet.ch>
20965
20966 * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
20967 Introduce emul_name to select the right linker emulation for
20968 powerpc64-*-freebsd*.
20969 * configure: Regenerate.
20970 * config.gcc: Add bits to support powerpc64-*-freebsd*.
20971 * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
20972 * config/rs6000/freebsd64.h: New file.
20973 * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
20974 POWERPC_FREEBSD.
20975 (rs6000_savres_strategy): Likewise.
20976 (rs6000_savres_routine_name): Likewise.
20977 (rs6000_elf_file_end): Likewise.
20978 * config/rs6000/t-freebsd64: New file.
20979 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
20980 rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.
20981
20982 * config/rs6000/freebsd64.h: Remove duplicated entries from last
20983 commit.
20984 * config/rs6000/t-freebsd64: Likewise.
20985
20986 2012-03-21 Georg-Johann Lay <avr@gjlay.de>
20987
20988 PR rtl-optimization/52543
20989 PR target/52461
20990 * config/avr/avr-protos.h (avr_load_lpm): New prototype.
20991 * config/avr/avr.c (avr_mode_dependent_address_p): New function.
20992 (TARGET_MODE_DEPENDENT_ADDRESS_P): New define.
20993 (avr_load_libgcc_p): Restrict to __flash loads.
20994 (avr_out_lpm): Only handle 1-byte loads from __flash.
20995 (avr_load_lpm): New function.
20996 (avr_find_unused_d_reg): Remove.
20997 (avr_out_lpm_no_lpmx): Remove.
20998 (adjust_insn_length): Handle ADJUST_LEN_LOAD_LPM.
20999 * config/avr/avr.md (unspec): Add UNSPEC_LPM.
21000 (load_<mode>_libgcc): Use UNSPEC_LPM instead of MEM.
21001 (load_<mode>, load_<mode>_clobber): New insns.
21002 (mov<mode>): For multi-byte move from non-generic
21003 16-bit address spaces: Expand to load_<mode> resp.
21004 load_<mode>_clobber.
21005 (load<mode>_libgcc): Remove expander.
21006 (split-lpmx): Remove split.
21007
21008 2012-03-21 Richard Earnshaw <rearnsha@arm.com>
21009
21010 * neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart.
21011 * config/arm/neon.ml (Fixed_return_reg): Renamed to fixed_vector_reg.
21012 All callers changed.
21013 (Fixed_core_reg): New feature.
21014 (Vget_lane [sizes S64 and U64]): Add Fixed_core_reg. Allow fmrrd in
21015 disassembly.
21016 * neon-testgen.ml: Handle Fixed_core_reg.
21017
21018 2012-03-21 Andrew Stubbs <ams@codesourcery.com>
21019
21020 * config/arm/arm.c (thumb2_reorg): Add complete support
21021 for 16-bit instructions.
21022 * config/arm/thumb2.md: Delete obsolete flag-clobbering peepholes.
21023
21024 2012-03-21 Richard Guenther <rguenther@suse.de>
21025
21026 PR tree-optimizer/52636
21027 * tree-vect-slp.c (vect_get_constant_vectors): Convert constants
21028 to the appropriate type.
21029
21030 2012-03-21 Richard Guenther <rguenther@suse.de>
21031
21032 * Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H)
21033 dependencies.
21034 * cfgexpand.c (gimple_expand_cfg): Fold in pass_init_function,
21035 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
21036 * passes.c (init_optimization_passes): Remove pass_init_function,
21037 pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
21038 * tree-pass.h (pass_init_function): Remove.
21039 (pass_jump): Remove.
21040 (pass_initial_value_sets): Remove.
21041 (pass_unshare_all_rtl): Remove.
21042 * integrate.c (pass_initial_value_sets): Remove.
21043 * emit-rtl.c (pass_unshare_all_rtl): Remove.
21044 * tree.h (init_function_for_compilation): Remove.
21045 * function.c (init_function_for_compilation): Remove.
21046 (pass_init_function): Remove.
21047 * cfgcleanup.c (rest_of_handle_jump): Remove.
21048 (pass_jump): Remove.
21049
21050 2012-03-20 Jason Merrill <jason@redhat.com>
21051
21052 * tree-streamer-in.c (streamer_alloc_tree): Call
21053 ggc_alloc_zone_cleared_tree_node instead of
21054 ggc_alloc_zone_cleared_tree_node_stat.
21055
21056 2012-03-20 Jonathan Wakely <jwakely.gcc@gmail.com>
21057
21058 * doc/extend.texi (Template Instantiation): Remove anachronisms.
21059
21060 2012-03-20 Jakub Jelinek <jakub@redhat.com>
21061
21062 PR target/52607
21063 * config/i386/i386.c (expand_vec_perm_vperm2f128): New function.
21064 (ix86_expand_vec_perm_const_1): Call it.
21065
21066 * config/i386/i386.c (vselect_insn): New variable.
21067 (init_vselect_insn): New function.
21068 (expand_vselect, expand_vselect_insn): Add testing_p argument.
21069 Call init_vselect_insn if vselect_insn is NULL. Adjust
21070 PATTERN (vselect_insn), instead of creating a new insn each time,
21071 only emit a copy of it if not testing and recog has been successful.
21072 (expand_vec_perm_pshufb, expand_vec_perm_1,
21073 expand_vec_perm_pshuflw_pshufhw, expand_vec_perm_broadcast_1): Adjust
21074 callers.
21075
21076 PR target/52607
21077 * config/i386/i386.md ("isa" attribute): Add avx2 and noavx2.
21078 ("enabled" attribute): Handle avx2 and noavx2 isas.
21079 * config/i386/sse.md (avx2_vec_dupv8sf_1, avx2_pbroadcast<mode>_1):
21080 New insns.
21081 (vec_dup<mode>): Add avx2 =x,x alternative.
21082 (vec_dup<mode> splitter): Don't split if TARGET_AVX2.
21083 (*avx_vperm_broadcast_<mode>): Don't split V4DFmode if TARGET_AVX2.
21084 For TARGET_AVX2, V8SFmode and elt == 0 split into vbroadcastss.
21085 * config/i386/i386.c (expand_vec_perm_pshufb): Emit also vpermps
21086 for V8SFmode.
21087 (expand_vec_perm_1): For broadcasts, use avx2_pbroadcast<mode>_1
21088 if possible, handle also V8SFmode.
21089
21090 2012-03-20 Richard Earnshaw <rearnsha@arm.com>
21091
21092 * arm/predicates.md (zero_operand, reg_or_zero_operand): New predicates.
21093 * arm/neon.md (neon_vceq<mode>, neon_vcge<mode>): Use
21094 reg_or_zero_operand predicate.
21095 (neon_vcle<mode>, neon_vclt<mode>): Use zero_operand predicate.
21096
21097 2012-03-20 Jakub Jelinek <jakub@redhat.com>
21098
21099 * config/i386/i386.c (ix86_decompose_address) <case ZERO_EXTEND>:
21100 If operand isn't UNSPEC, return 0.
21101
21102 2012-03-20 Richard Guenther <rguenther@suse.de>
21103
21104 * tree-pass.h (pass_rtl_eh): Remove.
21105 * except.c (gate_handle_eh): Likewise.
21106 (rest_of_handle_eh): Likewise.
21107 (pass_rtl_eh): Likewise.
21108 (finish_eh_generation): Export.
21109 * except.h (finish_eh_generation): Declare.
21110 * passes.c (init_optimization_passes): Remove pass_rtl_eh.
21111 * cfgexpand.c (gimple_expand_cfg): Call finish_eh_generation
21112 after expanding stack alignment. Instead of compacting blocks
21113 call cleanup_cfg.
21114
21115 2012-03-20 Richard Guenther <rguenther@suse.de>
21116
21117 * stor-layout.c (finish_bitfield_representative): Fallback
21118 to conservative maximum size if the padding up to the next
21119 field cannot be computed as a constant.
21120 (finish_bitfield_layout): If we cannot compute the distance
21121 between the start of the bitfield representative and the
21122 bitfield member start a new representative.
21123 * expr.c (get_bit_range): The distance between the start of
21124 the bitfield representative and the bitfield member is zero
21125 if the field offsets are not constants.
21126
21127 2012-03-20 Tristan Gingold <gingold@adacore.com>
21128
21129 * tree.h (enum size_type_kind): Add stk_ prefix to constants,
21130 convert in lowercase.
21131 (sizetype_tab, sizetype, bitsizetype, ssizetype, sbitsizetype)
21132 (size_int, ssize_int, bitsize_int, sbitsize_int): Adjust.
21133 * stor-layout.c (sizetype_tab): Adjust.
21134 (initialize_sizetypes): Use SIZETYPE instead of SIZE_TYPE.
21135 * tree-streamer.c (preload_common_nodes): Use stk_type_kind_last
21136 instead of type_kind_last.
21137 * tree-scalar-evolution.c (interpret_rhs_expr): Use size_int
21138 instead of size_int_kind.
21139 * doc/tm.texi.in (Type Layout): Document SIZETYPE.
21140 * doc/tm.texi: Regenerate.
21141 * defaults.h (SIZETYPE): Provide a default value.
21142 * config/vms/vms.h (SIZE_TYPE): Define as "unsigned int".
21143 (SIZETYPE): Define.
21144
21145 2012-03-20 Oleg Endo <olegendo@gcc.gnu.org>
21146
21147 * config/sh/sh.md: Use braced string notation where applicable.
21148
21149 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
21150
21151 * config/i386/i386.md (allocate_stack): Simplify.
21152
21153 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
21154
21155 * builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of
21156 copy_to_mode_reg (Pmode, ...).
21157 (expand_builtin_frame_address): Ditto.
21158 * expr.c (emit_block_move_via_libcall): Ditto.
21159 (set_storage_via_libcall): Ditto.
21160
21161 * config/i386/i386.c (ix86_expand_movmem): Ditto.
21162 (ix86_expand_setmem): Ditto.
21163 (ix86_trampoline_init): DItto.
21164 * config/i386/i386.md (cmpstrnsi): Ditto.
21165
21166 2012-03-19 Sandra Loosemore <sandra@codesourcery.com>
21167
21168 * config/sh/sh.opt (madjust-unroll): Mark as ignored/obsolete.
21169 * config/sh/sh.h (TARGET_OPT_DEFAULT): Don't use MASK_ADJUST_UNROLL.
21170 * doc/invoke.texi (Option Summary): Remove -madjust-unroll.
21171 (SH Options): Likewise.
21172
21173 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
21174
21175 * config/i386/i386.c (get_thread_pointer): Add tp_mode argument.
21176 Generate ZERO_EXTEND in place if GET_MODE (tp) != tp_mode.
21177 (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>: Always generate
21178 DImode UNSPEC_GOTNTPOFF references on TARGET_64BIT.
21179 (ix86_decompose_address): Allow zero extended UNSPEC_TP references.
21180
21181 Revert:
21182 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
21183
21184 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
21185 * config/i386/i386.c (ix86_decompose_address): Use
21186 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
21187 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
21188 thread pointer to a register.
21189
21190 Revert:
21191 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
21192
21193 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
21194 if Pmode != word_mode.
21195 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
21196 Pmode == SImode for TARGET_X32.
21197
21198 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
21199 (tls_initial_exec_x32): Likewise.
21200
21201 2012-03-19 Oleg Endo <olegendo@gcc.gnu.org>
21202
21203 PR target/50751
21204 * config/sh/sh.h (CONST_OK_FOR_K04, CONST_OK_FOR_K12, DISP_ADDR_P,
21205 DISP_ADDR_OFFSET): New macros.
21206 * config/sh/sh.c (sh_address_cost): Add SH2A special case.
21207 (sh_legitimate_index_p): Allow QImode displacements for non-SH2A.
21208 (sh_legitimize_address): Add QImode displacement handling.
21209 (sh_cannot_change_mode_class): Disallow GENERAL_REGS for SFmode
21210 vector subregs.
21211 (sh_secondary_reload): Add QImode displacement handling.
21212 * config/sh/predicates.md (movsrc_no_disp_mem_operand): New predicate.
21213 * config/sh/constraints.md (K04, Snd, Sdd): New constraints.
21214 * config/sh/sh.md (extendqisi2): Remove constraints from expander.
21215 (*extendqisi2_compact): Rename to *extendqisi2_compact_reg, restrict
21216 to register operands only.
21217 (*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New insns.
21218 (extendqihi2): Change insn to expander.
21219 (*extendqihi2_compact_reg): New insn.
21220 (movqi_i, movqi): Replace with ...
21221 (movqi, *movqi_reg_reg, *movqi_store_mem_disp12,
21222 *movqi_load_mem_disp, *movqi_load_mem_disp): ... these.
21223 Add new peepholes for QImode displacement addressing.
21224
21225 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
21226
21227 PR c++/14710
21228 * doc/invoke.texi: Document -Wuseless-cast.
21229
21230 2012-03-19 Eric Botcazou <ebotcazou@adacore.com>
21231
21232 * tree.def (REALPART_EXPR, IMAGPART_EXPR, VIEW_CONVERT_EXPR): Move.
21233 * tree.h (handled_component_p): Reorder cases.
21234 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref): Do
21235 not initialize unsignedp.
21236 (loc_list_from_tree): Likewise.
21237 (fortran_common): Likewise.
21238 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
21239
21240 2012-03-19 Uros Bizjak <ubizjak@gmail.com>
21241
21242 * config/i386/i386.c (ix86_expand_prologue) <CM_LARGE_PIC>: Use Pmode
21243 mode consistently. Use ix86_gen_add3. Assert that Pmode == DImode.
21244 (ix86_expand_split_stack_prologue): Use ix86_gen_add3.
21245 (ix86_split_long_move): Ditto.
21246 (legitimize_tls_address): Use ix86_gen_sub3.
21247 (construct_plt_address): Assert that Pmode == DImode.
21248
21249 2012-03-18 Uros Bizjak <ubizjak@gmail.com>
21250
21251 * config/i386/i386.md: Remove empty predicates and/or constraints.
21252 * config/i386/sync.md: Ditto.
21253 * config/i386/sse.md: Ditto.
21254 * config/i386/mmx.md: Ditto.
21255 * config/i386/pentium.md: Ditto.
21256 * config/i386/athlon.md: Ditto.
21257
21258 2012-03-16 Richard Guenther <rguenther@suse.de>
21259
21260 PR tree-optimization/52603
21261 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Clarify
21262 comment.
21263
21264 Revert
21265 2012-03-14 Richard Guenther <rguenther@suse.de>
21266
21267 PR tree-optimization/52571
21268 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
21269 flag_section_anchors check ...
21270 (vect_can_force_dr_alignment_p): ... here.
21271
21272 2012-03-16 Martin Jambor <mjambor@suse.cz>
21273
21274 * expr.c (expand_expr_real_1): Handle misaligned scalar reads from
21275 memory through MEM_REFs by calling extract_bit_field.
21276
21277 2012-03-16 Richard Guenther <rguenther@suse.de>
21278
21279 * fold-const.c (native_interpret_expr): Also support POINTER_TYPE
21280 and REFERENCE_TYPE interpretations.
21281 (can_native_interpret_type_p): New function.
21282 (fold_ternary_loc): Use native encode/interpret to fold
21283 BIT_FIELD_REFs of constants.
21284
21285 2012-03-16 Richard Guenther <rguenther@suse.de>
21286
21287 PR middle-end/52584
21288 * fold-const.c (fold_ternary_loc): Fold vector typed BIT_FIELD_REFs
21289 of vector constants and constructors.
21290
21291 2012-03-16 Richard Guenther <rguenther@suse.de>
21292
21293 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
21294 VIEW_CONVERT_EXPR to convert constants.
21295 (vect_is_simple_use): Treat all constants as vec_constant_def.
21296
21297 2012-03-16 Richard Guenther <rguenther@suse.de>
21298 Kai Tietz <ktietz@redhat.com>
21299
21300 PR middle-end/48814
21301 * gimplify.c (gimplify_self_mod_expr): Evaluate postfix
21302 side-effects completely in the pre-queue and use a temporary
21303 for the result.
21304
21305 2012-03-16 Richard Guenther <rguenther@suse.de>
21306
21307 * stor-layout.c (finish_bitfield_representative): Fall back
21308 to the conservative maximum size if we cannot compute the
21309 size of the tail padding.
21310
21311 2012-03-16 Tristan Gingold <gingold@adacore.com>
21312
21313 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
21314 __CRTL_VER and __VMS_VER.
21315 * config/vms/vms-protos.h: Declare vms_c_get_crtl_ver
21316 and vms_c_get_vms_ver.
21317 * config/vms/vms-c.c (vms_c_get_crtl_ver, vms_c_get_vms_ver): New
21318 functions.
21319 * config/alpha/vms.h (VMS_DEFAULT_CRTL_VER)
21320 (VMS_DEFAULT_VMS_VER): Define.
21321 * config/ia64/vms.h (VMS_DEFAULT_CRTL_VER)
21322 (VMS_DEFAULT_VMS_VER): Define.
21323
21324 2012-03-16 Richard Guenther <rguenther@suse.de>
21325
21326 * tree-vect-loop.c (get_initial_def_for_induction): Use
21327 build_constructor directly.
21328 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
21329 build_vector_from_val.
21330 * tree.c (build_vector_from_val): Avoid creating a constructor
21331 first when we want a constant vector.
21332
21333 2012-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21334
21335 * doc/install.texi (Specific, *-*-solaris2*): Improve wording.
21336
21337 2012-03-16 Richard Guenther <rguenther@suse.de>
21338
21339 * tree.h (TREE_VECTOR_CST_ELTS): Remove.
21340 (VECTOR_CST_NELTS, VECTOR_CST_ELTS, VECTOR_CST_ELT): New defines.
21341 (struct tree_vector): Remove elements member, add variable size
21342 elts array member.
21343 (build_vector_stat): Declare.
21344 (build_vector): Define in terms of build_vector_stat.
21345 * tree.c (build_vector): Rename to ...
21346 (build_vector_stat): ... this. Take array of trees as parameter.
21347 (build_vector_from_ctor): Adjust.
21348 (integer_zerop, integer_onep, integer_all_onesp, iterative_hash_expr,
21349 initializer_zerop): Adjust.
21350 * cfgexpand.c (expand_debug_expr): Likewise.
21351 * expr.c (categorize_ctor_elements_1, expand_expr_real_1,
21352 const_vector_from_tree): Likewise.
21353 * fold-const.c (const_binop, operand_equal_p, native_encode_vector,
21354 native_interpret_vector, fold_unary_loc, vec_cst_ctor_to_array,
21355 fold_vec_perm, fold_binary_loc, fold_ternary_loc): Likewise.
21356 * tree-streamer-in.c (streamer_alloc_tree): Handle TS_VECTOR.
21357 (lto_input_ts_vector_tree_pointers): Adjust.
21358 * tree-streamer-out.c (streamer_write_tree_header): Handle TS_VECTOR.
21359 (write_ts_vector_tree_pointers): Adjust.
21360 * varasm.c (const_hash_1, compare_constant, copy_constant,
21361 output_constant): Adjust.
21362 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Adjust.
21363 * print-tree.c (print_node): Adjust.
21364 * tree-pretty-print.c (dump_generic_node): Adjust.
21365 * tree-vect-generic.c (uniform_vector_p, vector_element,
21366 lower_vec_perm): Adjust.
21367 * tree-vect-loop.c (get_initial_def_for_reduction): Adjust.
21368 * tree-vect-slp.c (vect_get_constant_vectors,
21369 vect_transform_slp_perm_load): Adjust.
21370 * tree-vect-stmts.c (vect_gen_perm_mask): Adjust.
21371 * expmed.c (make_tree): Adjust.
21372 * config/i386/i386.c (ix86_expand_builtin): Adjust.
21373 * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Adjust interface
21374 and implementation.
21375 (sparc_fold_builtin): Adjust.
21376
21377 2012-03-16 Tristan Gingold <gingold@adacore.com>
21378
21379 * config.gcc (*-*-*vms*): Define use_gcc_stdint and tm_file.
21380 * config/vms/vms-stdint.h: New file.
21381
21382 2012-03-16 Tristan Gingold <gingold@adacore.com>
21383
21384 * config.host (alpha64-dec-*vms*, alpha*-dec-*vms*)
21385 (ia64-hp-*vms*): Replaced by ...
21386 (*-*-*vms*): ... This new entry.
21387
21388 2012-03-15 Jakub Jelinek <jakub@redhat.com>
21389
21390 PR target/52568
21391 * config/i386/i386.c (expand_vec_perm_vperm2f128_vblend): New function.
21392 (ix86_expand_vec_perm_const_1): Use it.
21393
21394 PR target/52568
21395 * config/i386/sse.md (UNSPEC_VPERMDF): Remove.
21396 (avx2_permv4df): Remove.
21397 (avx2_permv4di): Macroize into...
21398 (avx2_perm<mode>): ... this using VI8F_256 iterator.
21399 (avx2_permv4di_1): Macroize into...
21400 (avx2_perm<mode>_1): ... this using VI8F_256 iterator.
21401
21402 2012-03-15 Ulrich Weigand <ulrich.weigand@linaro.org>
21403
21404 * combine.c (apply_distributive_law): Do not distribute SUBREG.
21405
21406 2012-03-15 Ira Rosen <irar@il.ibm.com>
21407 Ulrich Weigand <ulrich.weigand@linaro.org>
21408
21409 * tree-vect-patterns.c (widened_name_p): Rename to ...
21410 (type_conversion_p): ... this. Add new argument to determine
21411 if it's a promotion or demotion operation. Check for
21412 CONVERT_EXPR_CODE_P instead of NOP_EXPR.
21413 (vect_recog_dot_prod_pattern): Call type_conversion_p instead
21414 widened_name_p.
21415 (vect_recog_widen_mult_pattern, vect_recog_widen_sum_pattern,
21416 vect_operation_fits_smaller_type, vect_recog_widen_shift_pattern):
21417 Likewise.
21418 (vect_recog_mixed_size_cond_pattern): Likewise and allow
21419 non-constant then and else clauses.
21420
21421 2012-03-15 Ira Rosen <irar@il.ibm.com>
21422 Ulrich Weigand <ulrich.weigand@linaro.org>
21423
21424 * tree-vectorizer.h (vect_pattern_recog): Add new argument.
21425 * tree-vect-loop.c (vect_analyze_loop_2): Update call to
21426 vect_pattern_recog.
21427 * tree-vect-patterns.c (widened_name_p): Pass basic block
21428 info to vect_is_simple_use.
21429 (vect_recog_dot_prod_pattern): Fail for basic blocks.
21430 (vect_recog_widen_sum_pattern): Likewise.
21431 (vect_handle_widen_op_by_const): Support basic blocks.
21432 (vect_operation_fits_smaller_type,
21433 vect_recog_over_widening_pattern): Likewise.
21434 (vect_recog_vector_vector_shift_pattern): Support basic blocks.
21435 Update call to vect_is_simple_use.
21436 (vect_recog_mixed_size_cond_pattern): Support basic blocks.
21437 Add printing.
21438 (check_bool_pattern): Add an argument, update call to
21439 vect_is_simple_use and the recursive calls.
21440 (vect_recog_bool_pattern): Update relevant function calls.
21441 Add printing.
21442 (vect_mark_pattern_stmts): Update calls to new_stmt_vec_info.
21443 (vect_pattern_recog_1): Check for reduction only in loops.
21444 (vect_pattern_recog): Add new argument. Support basic blocks.
21445 * tree-vect-stmts.c (vectorizable_conversion): Pass basic block
21446 info to vect_is_simple_use_1.
21447 * tree-vect-slp.c (vect_get_and_check_slp_defs): Support basic blocks.
21448 (vect_slp_analyze_bb_1): Call vect_pattern_recog.
21449
21450 2012-03-15 Jakub Jelinek <jakub@redhat.com>
21451 Andrew Pinski <apinski@cavium.com>
21452
21453 PR middle-end/52592
21454 * builtins.c (expand_builtin_int_roundingfn_2): If expanding
21455 BUILT_IN_IR{INT,OUND}* using optab fails, emit lr{int,ound}*
21456 calls instead of __builtin_ir{int,ound}*.
21457
21458 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
21459
21460 * doc/sourcebuild.texi (cleanup-modules, keep-modules): Update
21461 documentation.
21462
21463 2012-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
21464
21465 * config.gcc (target_type_format_char): New. Document it. Set it for
21466 arm*-*-* .
21467 * configure.ac (gnu_unique_option): Use target_type_format_char
21468 in test. Comment rationale.
21469 * configure: Regenerate .
21470
21471 2012-03-15 Jakub Jelinek <jakub@redhat.com>
21472
21473 PR tree-optimization/52267
21474 * tree-vrp.c (masked_increment): New function.
21475 (register_edge_assert_for_2): Derive ASSERT_EXPRs
21476 from (X & CST1) cmp CST2 tests.
21477
21478 2012-03-15 Richard Guenther <rguenther@suse.de>
21479
21480 PR middle-end/52580
21481 * tree-data-ref.c (subscript_dependence_tester_1): Check
21482 all dimensions for non-conflicting access functions.
21483
21484 2012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
21485
21486 PR c++/44783
21487 * doc/invoke.texi [C++ Language Options]: Document
21488 -ftemplate-backtrace-limit.
21489
21490 2012-03-15 Tristan Gingold <gingold@adacore.com>
21491
21492 * c-parser.c (c_parser_parameter_declaration): Handle #pragma
21493 before a parameter.
21494
21495 2012-03-15 Tristan Gingold <gingold@adacore.com>
21496
21497 * dwarf2out.c (gen_subprogram_die): Require dwarf unwinding to
21498 use DW_OP_call_frame_cfa.
21499
21500 2012-03-14 H.J. Lu <hongjiu.lu@intel.com>
21501
21502 PR target/50797
21503 * config/i386/i386-opts.h (pmode): New.
21504
21505 * config/i386/i386.c (ix86_option_override_internal): Properly
21506 check and set ix86_pmode.
21507
21508 * config/i386/i386.h (Pmode): Check ix86_pmode instead of TARGET_64BIT.
21509
21510 * config/i386/i386.opt (maddress-mode=): New.
21511
21512 * doc/invoke.texi: Document -maddress-mode=short|long for x86.
21513
21514 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21515
21516 * dwarf2cfi.c (def_cfa_0): Remove MIPS_DEBUGGING_INFO handling.
21517 (dwarf2out_do_cfi_asm): Likewise.
21518 * dwarf2out.c (output_call_frame_info): Remove MIPS_DEBUGGING_INFO
21519 handling.
21520 (add_data_member_location_attribute): Likewise.
21521 (gen_array_type_die): Likewise.
21522 (gen_subprogram_die): Likewise.
21523 (gen_producer_string): Likewise.
21524 * sdbout.c (sdbout_begin_prologue): Declare unconditionally.
21525 Remove MIPS_DEBUGGING_INFO handling.
21526 (sdb_debug_hooks): Likewise.
21527 (sdbout_begin_block): Likewise.
21528 (sdbout_end_block): Likewise.
21529 (sdbout_begin_prologue): Likewise.
21530 (sdbout_start_source_file): Likewise.
21531 (sdbout_end_source_file): Likewise.
21532 (sdbout_init): Likewise.
21533 * system.h (MIPS_DEBUGGING_INFO): Poison.
21534
21535 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21536
21537 * config/alpha/alpha.c [HAVE_STAMP_H]: Remove.
21538 (alpha_file_start) [MS_STAMP]: Remove.
21539
21540 * config/alpha/elf.h (TARGET_GAS): Remove.
21541 * config/alpha/freebsd.h (TARGET_DEFAULT): Remove.
21542 * config/alpha/linux.h (TARGET_DEFAULT): Remove.
21543 * config/alpha/netbsd.h (TARGET_DEFAULT): Remove.
21544 * config/alpha/vms.h (TARGET_DEFAULT): Remove.
21545 * config.gcc (alpha*-*-linux*): Remove target_cpu_default.
21546 (alpha*-*-freebsd*): Likewise.
21547 (alpha*-*-netbsd*): Likewise.
21548 (alpha*-*-openbsd*): Likewise.
21549 (alpha*-*-*): Remove target_cpu_default2.
21550 * config/alpha/alpha.c (alpha_output_filename): Remove !TARGET_GAS
21551 handling.
21552 * config/alpha/alpha.h (TARGET_AS_CAN_SUBTRACT_LABELS): Remove.
21553 (TARGET_AS_SLASH_BEFORE_SUFFIX): Remove.
21554 * config/alpha/alpha.c (print_operand): Always assume
21555 TARGET_AS_SLASH_BEFORE_SUFFIX.
21556 * config/alpha/alpha.md ("*builtin_setjmp_receiver_er_sl_1"):
21557 Remove TARGET_AS_CAN_SUBTRACT_LABELS.
21558 ("*builtin_setjmp_receiver_er_1"): Remove.
21559 * config/alpha/alpha.opt (malpha-as): Remove.
21560 (mgas): Ignore.
21561 * doc/invoke.texi (Option Summary, DEC Alpha Options): Remove
21562 -malpha-as, -mgas.
21563 Remove DEC Unix reference.
21564
21565 * config/alpha/alpha.h (OBJECT_FORMAT_COFF): Remove.
21566 (EXTENDED_COFF): Remove.
21567 * config/alpha/elf.h (OBJECT_FORMAT_COFF): Don't undef.
21568 (EXTENDED_COFF): Don't undef.
21569 * config/alpha/alpha.c (alpha_file_start): Always assume
21570 OBJECT_FORMAT_ELF.
21571 Don't set targetm.asm_file_start_file_directive.
21572 [!OBJECT_FORMAT_ELF]: Remove.
21573 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
21574
21575 * config/alpha/alpha.h (SDB_DEBUGGING_INFO): Remove.
21576 (DBX_DEBUGGING_INFO): Remove.
21577 (MIPS_DEBUGGING_INFO): Remove.
21578 (PREFERRED_DEBUGGING_TYPE): Remove.
21579 (DBX_OUTPUT_SOURCE_LINE): Remove.
21580 (SDB_OUTPUT_SOURCE_LINE): Remove.
21581 (DBX_CONTIN_LENGTH): Remove.
21582 (NO_DBX_FUNCTION_END): Remove.
21583 (ASM_STABS_OP): Remove.
21584 (ASM_STABN_OP): Remove.
21585 (ASM_STABD_OP): Remove.
21586 (SDB_ALLOW_FORWARD_REFERENCES): Remove.
21587 (SDB_ALLOW_UNKNOWN_REFERENCES): Remove.
21588 (PUT_SDB_DEF): Remove.
21589 (PUT_SDB_PLAIN_DEF): Remove.
21590 (PUT_SDB_TYPE): Remove.
21591 (sdb_label_count): Remove.
21592 (PUT_SDB_BLOCK_START): Remove.
21593 (PUT_SDB_BLOCK_END): Remove.
21594 (PUT_SDB_FUNCTION_START): Remove.
21595 (PUT_SDB_FUNCTION_END): Remove.
21596 (PUT_SDB_EPILOGUE_END): Remove.
21597 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Don't undef.
21598 (MIPS_DEBUGGING_INFO): Don't undef.
21599 (DBX_DEBUGGING_INFO): Don't undef.
21600 * config/alpha/vms.h (SDB_DEBUGGING_INFO): Don't undef.
21601 (MIPS_DEBUGGING_INFO): Don't undef.
21602 (DBX_DEBUGGING_INFO): Don't undef.
21603 * config/alpha/freebsd.h (DBX_CONTIN_CHAR): Remove.
21604 * config/alpha/alpha.c (alpha_option_override): Remove SDB_DEBUG
21605 handling.
21606 (alpha_start_function): Likewise.
21607 (sdb_label_count): Remove.
21608 (alpha_output_filename): Remove DBX_DEBUG handling.
21609 (alpha_file_start): Likewise.
21610
21611 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21612
21613 * config.gcc (enable_obsolete): Remove *-*-solaris2.8*.
21614 (*-*-solaris2.[0-8], *-*-solaris2.[0-8].*): Mark unsupported.
21615 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Remove
21616 Solaris 8 support.
21617 * configure.ac (gcc_cv_ld_hidden): Remove *-*-solaris2.8*.
21618 (ld_tls_support): Remove Solaris 8 references.
21619 (lwp_dir, lwp_spec): Remove support for alternate thread library.
21620 * acinclude.m4 (gcc_cv_initfini_array): Remove *-*-solaris2.* tests.
21621 * configure: Regenerate.
21622 * config.in: Regenerate.
21623
21624 * config/sol2.h (LINK_SPEC): Remove LIB_THREAD_LDFLAGS_SPEC.
21625 * config/i386/sol2.h: Remove Solaris 8 references.
21626
21627 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Rename to ...
21628 (i?86-*-solaris2.9): ... this.
21629 Remove Solaris 8 references.
21630 (Specific, *-*-solaris2*): Document Solaris 8 removal.
21631 Remove Solaris 8 references.
21632
21633 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21634
21635 * config.gcc (enable_obsolete): Remove mips-sgi-irix6.5.
21636 (mips-sgi-irix6.5*): Remove.
21637 * config.host (mips-sgi-irix*): Remove.
21638 * configure.ac (enable_fixed_point): Remove mips*-sgi-irix*.
21639 (set_have_as_tls): Remove *-*-irix6*.
21640 (gcc_cv_ld_static_dynamic): Remove mips-sgi-irix6*.
21641 * configure: Regenerate.
21642
21643 * config/mips/iris6.h: Remove.
21644 * config/mips/iris6.opt: Remove.
21645 * config/mips/t-irix6: Remove.
21646
21647 * config/mips/mips.h (TARGET_GPWORD): Remove IRIX 6 N64 handling.
21648 (TARGET_IRIX6): Remove.
21649 (TARGET_CPU_CPP_BUILTINS): Remove IRIX 6 handling.
21650 Don't define LANGUAGE_C, _LANGUAGE_C for Objective-C.
21651 * config/mips/mips.c (mips_build_builtin_va_list): Remove IRIX 6
21652 handling.
21653 (mips_file_start): Likewise.
21654 * config/mips/mips-protos.h (irix_asm_output_align): Remove.
21655
21656 * config/mips/driver-native.c [__sgi__]: Remove.
21657 (host_detect_local_cpu) [__sgi__]: Remove.
21658
21659 * config/mips/gnu-user.h: Remove iris5.h reference.
21660
21661 * config/mips/mips-modes.def: Remove IRIX 6 reference.
21662 * config/mips/gnu-user64.h (MIPS_TFMODE_FORMAT): Remove.
21663 * config/mips/mips.c (mips_option_override) [MIPS_TFMODE_FORMAT]:
21664 Remove.
21665
21666 * gcc.c (main): Move asm_debug initialization ...
21667 (asm_debug): ... here.
21668
21669 * ginclude/stddef.h (__STDDEF_H__): Don't define.
21670
21671 * defaults.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Remove.
21672 * system.h (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES): Poison.
21673 * collect2.c [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
21674 (main) [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES]: Remove.
21675 [LINK_ELIMINATE_DUPLICATE_LDIRECTORIES] (is_in_args): Remove.
21676 * doc/tm.texi.in (Driver, LINK_ELIMINATE_DUPLICATE_LDIRECTORIES):
21677 Remove.
21678 * doc/tm.texi: Regenerate.
21679
21680 * doc/invoke.texi (Debugging Options, -gdwarf-<version>): Remove
21681 IRIX 6 reference.
21682 (MIPS Options, -march): Remove IRIX reference.
21683 * doc/install.texi (Binaries, SGI IRIX): Remove.
21684 (Specific, mips-sgi-irix6): Document IRIX 6.5 removal, remove rest
21685 of section.
21686 * doc/trouble.texi (Interoperation): Remove -lgl_s handling.
21687
21688 2012-03-14 Martin Jambor <mjambor@suse.cz>
21689
21690 * expr.c (expand_assignment): Use expand_expr with EXPAND_WRITE
21691 when expanding MEM_REFs, MEM_TARGET_REFs and handled_component bases.
21692 (expand_expr_real_1): Do not handle misalignment if modifier is
21693 EXPAND_WRITE.
21694
21695 2012-03-14 Richard Guenther <rguenther@suse.de>
21696
21697 PR middle-end/52584
21698 * tree-vect-generic.c (type_for_widest_vector_mode): Take
21699 element type instead of mode, use build_vector_type_for_mode
21700 instead of the langhook, build a vector of proper signedness.
21701 (expand_vector_operations_1): Adjust.
21702
21703 2012-03-14 Richard Guenther <rguenther@suse.de>
21704
21705 PR middle-end/52582
21706 * gimple-fold.c (canonicalize_constructor_val): Make sure we have
21707 a cgraph node for a FUNCTION_DECL that comes from a constructor.
21708 (gimple_get_virt_method_for_binfo): Likewise.
21709
21710 2012-03-14 Richard Guenther <rguenther@suse.de>
21711
21712 PR tree-optimization/52571
21713 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
21714 flag_section_anchors check ...
21715 (vect_can_force_dr_alignment_p): ... here. Do not re-align
21716 DECL_COMMON variables.
21717
21718 2012-03-14 Richard Guenther <rguenther@suse.de>
21719
21720 * tree.h (DECL_BIT_FIELD_REPRESENTATIVE): New define.
21721 * stor-layout.c (start_bitfield_representative): New function.
21722 (finish_bitfield_representative): Likewise.
21723 (finish_bitfield_layout): Likewise.
21724 (finish_record_layout): Call finish_bitfield_layout.
21725 * tree.c (free_lang_data_in_decl): Only free DECL_QUALIFIER
21726 for QUAL_UNION_TYPE fields.
21727 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
21728 Stream DECL_BIT_FIELD_REPRESENTATIVE.
21729 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
21730
21731 PR middle-end/52080
21732 PR middle-end/52097
21733 PR middle-end/48124
21734 * expr.c (get_bit_range): Unconditionally extract bitrange
21735 from DECL_BIT_FIELD_REPRESENTATIVE.
21736 (expand_assignment): Adjust call to get_bit_range.
21737
21738 2012-03-14 Richard Guenther <rguenther@suse.de>
21739
21740 PR middle-end/52578
21741 * fold-const.c (fold_unary_loc): Fold (T1)(T2)x to (T1)x if
21742 the outermost conversion is a sign-change only.
21743 (fold_binary_loc): Disregard widening and sign-changing
21744 conversions when we determine if two variables are equal
21745 for reassociation.
21746 * tree-ssa-forwprop.c (combine_conversions): Fold (T1)(T2)x to
21747 (T1)x if the outermost conversion is a sign-change only.
21748
21749 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
21750
21751 Revert:
21752 2012-03-14 Uros Bizjak <ubizjak@gmail.com>
21753
21754 * config/i386/predicates.md (constant_call_address_operand): Declare
21755 as special predicate. Update all uses.
21756
21757 2012-03-13 Jakub Jelinek <jakub@redhat.com>
21758
21759 PR c/52577
21760 * c-parser.c (c_parser_postfix_expression)
21761 <case RID_BUILTIN_SHUFFLE>: Call mark_exp_read on argument values.
21762
21763 * config/i386/smmintrin.h: Avoid /* within a comment.
21764 * config/i386/nmmintrin.h: Likewise.
21765
21766 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
21767
21768 * config/i386/i386.md (xbegin): Remove constraint from expander.
21769
21770 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
21771
21772 * config/i386/predicates.md (constant_call_address_operand): Declare
21773 as special predicate. Update all uses.
21774 * config/i386/i386.md: Remove mode from constant_call_address_operand
21775 predicates.
21776 * config/i386/i386.c (ix86_output_call_insn): Call
21777 constant_call_address_operand with VOIDmode.
21778
21779 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
21780
21781 * config/i386/i386.c (ix86_decompose_address): Handle subregs of
21782 AND zero extended address correctly.
21783
21784 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
21785
21786 * config/i386/predicates.md (tls_symbolic_operand): Declare as
21787 special predicate.
21788 (tls_modbase_operand): Ditto.
21789 * config/i386/i386.md: Remove mode from tls_symbolic_operand and
21790 tls_modbase_operand predicates.
21791
21792 2012-03-13 Martin Jambor <mjambor@suse.cz>
21793
21794 * expr.c (expand_assignment): Handle misaligned scalar writes to
21795 memory through top-level MEM_REFs by calling store_bit_field.
21796
21797 2012-03-13 Richard Guenther <rguenther@suse.de>
21798
21799 PR middle-end/52134
21800 * fold-const.c (fold_binary_loc): Fold (X * Y) & -(1 << CST) to X * Y
21801 if Y is a constant multiple of 1 << CST.
21802
21803 2012-03-13 Georg-Johann Lay <avr@gjlay.de>
21804
21805 PR target/52488
21806 * config/avr/avr.c (avr_prologue_setup_frame): Cut down stack
21807 offset (size) to a value the insns can deal with.
21808 (expand_epilogue): Ditto.
21809
21810 2012-03-13 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
21811
21812 * config/arm/neon.ml (ops): Fixup expected instructions for
21813 unsigned vector compares.
21814
21815 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
21816
21817 * config/i386/i386.c (ix86_decompose_address): Prevent %fs:(%reg)
21818 addresses only when %reg is not in word mode.
21819
21820 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21821
21822 * config/microblaze/microblaze.md: Fix typo.
21823 * tree-if-conv.c: Likewise.
21824 * tree-vect-patterns.c: Likewise.
21825
21826 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21827
21828 * config.gcc (extra_passes): Remove.
21829 * configure.ac (extra_passes): Don't substitute.
21830 * configure: Regenerate.
21831 * Makefile.in (EXTRA_PASSES): Remove.
21832 (GCC_PASSES): Remove $(EXTRA_PASSES).
21833 (MOSTLYCLEANFILES): Likewise.
21834 (native): Likewise.
21835 (install-common): Likewise.
21836
21837 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
21838
21839 * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.
21840 * config/i386/i386.c (ix86_decompose_address): Use
21841 TARGET_TLS_INDIRECT_SEG_REFS to prevent %fs:(%reg) addresses.
21842 (legitimize_tls_address): Use TARGET_TLS_INDIRECT_SEG_REFS to load
21843 thread pointer to a register.
21844
21845 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
21846
21847 * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Remove :P
21848 on tls_symbolic_operand.
21849 (tls_global_dynamic_64_<mode>): Likewise.
21850
21851 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
21852
21853 PR other/52545
21854 * output.h (SECTION_EXCLUDE, SECTION_MACH_DEP): Don't use
21855 SECTION_MACH_DEP reserved bits for SECTION_EXCLUDE.
21856
21857 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
21858
21859 PR target/52499
21860 * config/avr/avr.c (avr_mode_code_base_reg_class): Change return
21861 type from reg_class_t to enum reg_class.
21862 * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
21863
21864 2012-03-12 Andrew Pinski <apinski@cavium.com>
21865
21866 * tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.
21867 (tree_ssa_phiopt_worker): Use single_non_singleton_phi_for_edges.
21868 (value_replacement): Likewise.
21869 (empty_block_p): Check also if the PHIs for the block are empty.
21870
21871 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
21872
21873 PR target/52148
21874 * config/avr/avr.c (avr_out_movmem): Fix typo in output template
21875 for the case ADDR_SPACE_FLASH and AVR_HAVE_LPMX introduced in
21876 r184615 from 2012-02-28.
21877
21878 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
21879
21880 * config/i386/i386.c (ix86_gen_tls_global_dynamic_64): New.
21881 (ix86_gen_tls_local_dynamic_base_64): Likewise.
21882 (ix86_option_override_internal): Set ix86_gen_tls_global_dynamic_64
21883 and ix86_gen_tls_local_dynamic_base_64.
21884 (legitimize_tls_address): Use ix86_gen_tls_global_dynamic_64 and
21885 ix86_gen_tls_local_dynamic_base_64.
21886
21887 * config/i386/i386.md (*tls_global_dynamic_64): Renamed to ...
21888 (*tls_global_dynamic_64_<mode>): This.
21889 (tls_global_dynamic_64): Renamed to ...
21890 (tls_global_dynamic_64_<mode>): This.
21891 (*tls_local_dynamic_base_64): Renamed to ...
21892 (*tls_local_dynamic_base_64_<mode>): This.
21893 (tls_local_dynamic_base_64): Renamed to ...
21894 (tls_local_dynamic_base_64_<mode>): This.
21895
21896 2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
21897
21898 * config/i386/i386.c (ix86_option_override_internal): Properly
21899 set ix86_gen_leave and ix86_gen_monitor. Check Pmode == DImode,
21900 instead of TARGET_64BIT, to set ix86_gen_add3, ix86_gen_sub3,
21901 ix86_gen_one_cmpl2, ix86_gen_andsp, ix86_gen_allocate_stack_worker,
21902 ix86_gen_adjust_stack_and_probe and ix86_gen_probe_stack_range.
21903
21904 * config/i386/sse.md (sse3_monitor64): Renamed to ...
21905 (sse3_monitor64_<mode>): This.
21906
21907 2012-03-12 Tristan Gingold <gingold@adacore.com>
21908
21909 * config/ia64/ia64.c (ia64_function_arg_1): Move code around.
21910 (ia64_function_arg_advance): Ditto.
21911
21912 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21913
21914 * config.gcc (mips*-*-openbsd*): Remove.
21915 * config/mips/openbsd.h: Remove.
21916 * config/mips/sdb.h: Remove.
21917
21918 * config/mips/mips.h (SDB_OUTPUT_SOURCE_LINE): Remove.
21919 * config/mips/mips.c (sdb_label_count): Remove.
21920 (mips_debugger_offset): Remove #if 0 code.
21921 (mips_output_function_prologue) [SDB_DEBUGGING_INFO]: Remove.
21922 * config/mips/sde.h (SDB_DEBUGGING_INFO): Don't undef.
21923
21924 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21925
21926 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Update
21927 binutils reference.
21928 (Specific, i?86-*-solaris2.10): Remove GCC 4.0 reference.
21929 Update binutils references.
21930 (Specific, *-*-solaris2*): Mention bundled GCC in Solaris 10 and 11.
21931 Update binutils reference.
21932 Update Sun as/GNU ld caveat.
21933 Document binutils largefile requirement for LTO plugin.
21934 Remove reference to alternate libpthread.
21935
21936 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21937
21938 * config.gcc (alpha*-dec-osf5.1*): Remove.
21939 * config.host (alpha*-dec-osf*): Remove.
21940 * configure.ac (*-*-osf*): Remove.
21941 (alpha*-dec-osf*): Remove.
21942 * configure: Regenerate.
21943
21944 * config/alpha/host-osf.c, config/alpha/osf5.h, config/alpha/osf5.opt,
21945 config/alpha/va_list.h, config/alpha/x-osf: Remove.
21946
21947 * config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Remove.
21948 * config/alpha/alpha.c (struct machine_function): Update comment.
21949 (alpha_start_function): Remove Tru64 UNIX as handling for
21950 max_frame_size.
21951 * config/alpha/alpha.md ("exception_receiver"): Remove
21952 TARGET_LD_BUGGY_LDGP.
21953 ("*exception_receiver_2"): Likewise.
21954 * except.c (finish_eh_generation): Remove Tru64 reference.
21955 * ginclude/stdarg.h [_HIDDEN_VA_LIST]: Don't undef _VA_LIST.
21956 * system.h (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Poison.
21957 * target.def (handle_pragma_extern_prefix): Remove.
21958
21959 * Makefile.in (mips-tfile.o-warn): Remove.
21960 (ALL_HOST_BACKEND_OBJS): Remove mips-tfile.o, mips-tdump.o.
21961 (mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): Remove.
21962 * mips-tdump.c, mips-tfile.c: Remove.
21963
21964 * doc/extend.texi (Symbol-Renaming Pragmas): Remove #pragma
21965 extern_prefix.
21966 * doc/install.texi (Binaries): Remove Tru64 UNIX reference.
21967 (Specific, alpha*-dec-osf5.1): Note removal.
21968 * doc/tm.texi.in (Misc, TARGET_HANDLE_PRAGMA_EXTERN_PREFIX):
21969 Remove.
21970 * doc/tm.texi: Regenerate.
21971 * doc/trouble.texi (Cross-Compiler Problems): Remove.
21972
21973 2012-03-12 Richard Guenther <rguenther@suse.de>
21974
21975 * config/arm/arm.c (neon_dereference_pointer): Do not call
21976 covert during RTL expansion.
21977
21978 2012-03-12 Tristan Gingold <gingold@adacore.com>
21979
21980 * doc/invoke.texi (VMS Options): Merge Alpha/VMS and IA-64/VMS
21981 Options. Mention -mpointer-size.
21982
21983 2012-03-12 Richard Guenther <rguenther@suse.de>
21984
21985 * config/alpha/alpha.c (alpha_gimplify_va_arg): Use
21986 build_nonstandard_integer_type.
21987
21988 2012-03-12 Richard Guenther <rguenther@suse.de>
21989
21990 * tree.c (signed_or_unsigned_type_for): Use
21991 build_nonstandard_integer_type.
21992 (signed_type_for): Adjust documentation.
21993 (unsigned_type_for): Likewise.
21994 * tree-pretty-print.c (dump_generic_node): Use standard names
21995 for non-standard integer types if available.
21996
21997 2012-03-12 Tristan Gingold <gingold@adacore.com>
21998
21999 * config/vms/vms.opt: Add vms-opts.h header.
22000 (mmalloc64): Use flag_vms_malloc64 flag instead of MALLOC64
22001 target mask.
22002 (-mvms-return-codes): Document.
22003 (-mpointer-size): New option.
22004 (vms_pointer_size): Add enumeration.
22005 * config/vms/vms-opts.h: New file.
22006 * config/vms/vms.h (TARGET_OS_CPP_BUILTINS): Define
22007 __INITIAL_POINTER_SIZE.
22008 (POINTER_SIZE, SIZE_TYPE, PTRDIFF_TYPE): Adjust definition.
22009 (C_COMMON_OVERRIDE_OPTIONS): Define.
22010 (DWARF2_ADDR_SIZE): Define.
22011 * config/vms/vms.c (vms_patch_builtins): Adjust condition.
22012 * config/vms/vms-protos.h (vms_c_common_override_options):
22013 New prototype.
22014 * config/vms/vms-c.c (vms_pragma_pointer_size): Ignore pragma
22015 if -mno-pointer-size.
22016 (vms_c_common_override_options): New function.
22017 * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
22018 * config/alpha/vms.h (TARGET_DEFAULT): Remove MASK_MALLOC64.
22019 (MALLOC_ABI_ALIGNMENT): Use flag_vms_malloc64
22020 and flag_vms_pointer_size.
22021 (MASK_RETURN_ADDR): Set according to flag_vms_pointer_size.
22022 * config.gcc (*-*-*vms*): Define xm_file.
22023 (alpha*-dec-*vms*): Do not define xm_file.
22024 (alpha64-dec-*vms*): Remove.
22025 (ia64-hp-*vms*): Do not define xm_file. Simplify tm_file
22026 and tmake_file.
22027
22028 2012-03-12 Jakub Jelinek <jakub@redhat.com>
22029
22030 PR tree-optimization/51721
22031 * tree-vrp.c (register_edge_assert_for_2): Add asserts for unsvar
22032 if (int) unsvar cmp CST.
22033
22034 2012-03-12 Richard Guenther <rguenther@suse.de>
22035
22036 * tree-sra.c (create_access_replacement): Only rename the replacement
22037 if we can rewrite it into SSA form. Properly mark register typed
22038 replacements that we cannot rewrite with TREE_ADDRESSABLE.
22039 * tree-cfg.c (verify_expr): Fix BIT_FIELD_REF verification
22040 for aggregate or BLKmode results.
22041
22042 2012-03-12 Jakub Jelinek <jakub@redhat.com>
22043
22044 PR tree-optimization/52533
22045 * tree-vrp.c (register_edge_assert_for_2): Use double_int
22046 type for mask, only handle shifts by non-zero in-range
22047 shift count, for LE_EXPR and GT_EXPR if new_val is
22048 maximum, don't add the assertion.
22049
22050 2012-02-12 Kirill Yukhin <kirill.yukhin@intel.com>
22051
22052 * doc/invoke.texi: Document -mrtm option.
22053 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RTM_SET): New.
22054 (OPTION_MASK_ISA_RTM_UNSET): Ditto.
22055 (ix86_handle_option): Handle OPT_mrtm.
22056 * config.gcc (i[34567]86-*-*): Add rtmintrin.h and
22057 xtestintrin.h.
22058 (x86_64-*-*): Ditto.
22059 * i386-builtin-types.def (INT_FTYPE_VOID): New.
22060 * config/i386/i386-c.c (ix86_target_macros_internal): Define
22061 __RTM__ if needed.
22062 (ix86_target_string): Define -mrtm option.
22063 (PTA_RTM): New.
22064 (ix86_option_override_internal): Extend "corei7-avx" with RTM option.
22065 Handle new option.
22066 (ix86_valid_target_attribute_inner_p): Add OPT_mrtm.
22067 (ix86_builtins): Add IX86_BUILTIN_XBEGIN, IX86_BUILTIN_XEND,
22068 IX86_BUILTIN_XTEST.
22069 (bdesc_special_args): Ditto.
22070 (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_XABORT.
22071 (ix86_expand_special_args_builtin): Handle new built-in type.
22072 (ix86_expand_builtin): Handle XABORT instruction.
22073 * config/i386/i386.h (TARGET_RTM): New.
22074 * config/i386/i386.md (UNSPECV_XBEGIN): New.
22075 (UNSPECV_XEND): Ditto.
22076 (UNSPECV_XABORT): Ditto.
22077 (UNSPECV_XTEST): Ditto.
22078 (xbegin): Ditto.
22079 (xbegin_1): Ditto.
22080 (xend): Ditto.
22081 (xabort): Ditto
22082 (xtest): Ditto.
22083 (xtest_1): Ditto.
22084 * config/i386/i386.opt (mrtm): New.
22085 * config/i386/immintrin.h: Include rtmintrin.h and xtestintrin.h.
22086 * config/i386/rtmintrin.h: New header.
22087 * config/i386/xtestintrin.h: Ditto.
22088
22089 2012-03-12 Tristan Gingold <gingold@adacore.com>
22090
22091 * ginclude/stddef.h: Adjust previous patch.
22092 Use __VMS__ instead of VMS.
22093
22094 2012-03-12 Uros Bizjak <ubizjak@gmail.com>
22095
22096 * config/i386/i386.md (setcc + movzbl to xor + setcc peephole2):
22097 Also convert sequences with CC setting arithmetic instruction.
22098
22099 2012-03-11 Sandra Loosemore <sandra@codesourcery.com>
22100
22101 * doc/invoke.texi (Option Summary): Move -no-integrated-cpp
22102 from C Language Options to Preprocessor Options.
22103 (C Dialect Options): Move -no-integrated-cpp documentation
22104 from here...
22105 (Preprocessor Options): ...to here. Rewrite the description
22106 so it makes more sense, and remove discussion of merging front ends.
22107
22108 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
22109
22110 * config/i386/i386.c (ix86_expand_movmem): Use word_mode for size
22111 needed for loop.
22112 (ix86_expand_setmem): Likewise.
22113
22114 2012-03-11 Uros Bizjak <ubizjak@gmail.com>
22115
22116 * config/i386/i386.c (ix86_zero_extend_to_Pmode): Rewrite using
22117 convert_to_mode.
22118
22119 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
22120
22121 * config/i386/i386.c (ix86_trampoline_init): Use movl for 64bit if
22122 ptr_mode == SImode. Replace DImode with Pmode or ptr_mode.
22123
22124 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
22125
22126 * config/i386/i386.c (x86_this_parameter): Replace DImode with Pmode.
22127
22128 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
22129
22130 * config/i386/i386.md (lwp_slwpcb): Check Pmode instead of
22131 TARGET_64BIT.
22132
22133 2012-03-11 H.J. Lu <hongjiu.lu@intel.com>
22134 Uros Bizjak <ubizjak@gmail.com>
22135
22136 * config/i386/predicates.md (call_insn_operand): Allow
22137 constant_call_address_operand in Pmode only.
22138 (sibcall_insn_operand): Ditto.
22139 * config/i386/i386.md (*call): Use W mode iterator instead of P mode.
22140 (*call_vzeroupper): Ditto.
22141 (*sibcall): Ditto.
22142 (*sibcall_vzeroupper): Ditto.
22143 (*call_value): Ditto.
22144 (*call_value_vzeroupper): Ditto.
22145 (*sibcall_value): Ditto.
22146 (*sibcall_value_vzeroupper): Ditto.
22147 (*indirect_jump): Ditto.
22148 (*tablejump_1): Ditto.
22149 (indirect_jump): Convert memory address to word mode for TARGET_X32.
22150 (tablejump): Ditto.
22151 * config/i386/i386.c (ix86_expand_call): Convert indirect operands
22152 to word mode.
22153
22154 2012-03-11 Oleg Endo <olegendo@gcc.gnu.org>
22155
22156 PR target/51244
22157 * config/sh/sh.md (movnegt): Expand into respective insns immediately.
22158 Use movrt_negc instead of negc pattern for non-SH2A.
22159 (*movnegt): Remove.
22160 (*movrt_negc, *negnegt, *movtt, *movt_qi): New insns and splits.
22161
22162 2012-03-10 H.J. Lu <hongjiu.lu@intel.com>
22163
22164 * config/i386/i386.c (ix86_decompose_address): Disallow fs:(reg)
22165 if Pmode != word_mode.
22166 (legitimize_tls_address): Call gen_tls_initial_exec_x32 if
22167 Pmode == SImode for TARGET_X32.
22168
22169 * config/i386/i386.md (UNSPEC_TLS_IE_X32): New.
22170 (tls_initial_exec_x32): Likewise.
22171
22172 2012-03-10 Chung-Lin Tang <cltang@codesourcery.com>
22173
22174 PR rtl-optimization/52528
22175 * combine.c (can_combine_p): Add setting of subst_low_luid
22176 before call to expand_field_assignment().
22177
22178 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
22179
22180 * doc/invoke.texi: Use correct names/markup for "GCC", "GDB", "ld",
22181 and related program names.
22182
22183 2012-03-09 Sandra Loosemore <sandra@codesourcery.com>
22184
22185 * doc/invoke.texi: Use correct names for "DWARF", "stabs", and "ELF".
22186
22187 2012-03-09 Uros Bizjak <ubizjak@gmail.com>
22188
22189 PR target/52530
22190 * config/i386/i386.c (ix86_print_operand): Handle 'E' operand modifier.
22191 (ix86_print_operand_address): Handle UNSPEC_LEA_ADDR. Do not fallback
22192 to set code to 'q'.
22193 * config/i386/i386.md (UNSPEC_LEA_ADDR): New unspec.
22194 (*movdi_internal_rex64): Use %E operand modifier for lea.
22195 (*movsi_internal): Ditto.
22196 (*lea_1): Ditto.
22197 (*lea<mode>_2): Ditto.
22198 (*lea_{3,4,5,6}_zext): Ditto.
22199 (*tls_global_dynamic_32_gnu): Ditto.
22200 (*tls_global_dynamic_64): Ditto.
22201 (*tls_dynamic_gnu2_lea_32): Ditto.
22202 (*tls_dynamic_gnu2_lea_64): Ditto.
22203 (pro_epilogue_adjust_stack_<mode>_add): Ditto.
22204
22205 2012-03-09 Michael Meissner <meissner@linux.vnet.ibm.com>
22206
22207 * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not
22208 redefine to be NULL if the current bit-size is different from the
22209 configured bit-size.
22210
22211 * config/rs6000/rs6000.c (rs6000_option_override_internal): If the
22212 cpu is defaulted, use PROCESSOR_DEFAULT and PROCESSOR_DEFAULT64 to
22213 set the default tuning. Add asserts to make sure the cpu and tune
22214 indexes are defined. Fix tests for cpu/tune index to use >= 0 to
22215 test whether the index is set, instead of > 0.
22216 (rs6000_file_start): Do not reset the default cpu if the current
22217 bit-size is different from the configured bit-size.
22218
22219 2012-03-09 Tristan Gingold <gingold@adacore.com>
22220
22221 * config/vms/vms-crtlmap.map: Add comments.
22222 Add entries needed to build Ada RTS.
22223
22224 2012-03-09 Tristan Gingold <gingold@adacore.com>
22225
22226 * ginclude/stddef.h: Do not define __size_t on VMS.
22227
22228 2012-03-09 Tristan Gingold <gingold@adacore.com>
22229
22230 * c-tree.h (c_default_pointer_mode): New variable.
22231 * c-decl.c (c_default_pointer_mode): New variable.
22232 (c_build_pointer_type): New function.
22233 (grokdeclarator): Call c_build_pointer_type instead
22234 of build_pointer_type.
22235
22236 * config/vms/vms-c.c: Include c-tree.h
22237 (saved_pointer_mode): New variable.
22238 (handle_pragma_pointer_size): New function.
22239 (vms_pragma_pointer_size, vms_pragma_required_pointer_size): Likewise.
22240 (vms_c_register_pragma): Register __pointer_size and
22241 __required_pointer_size pragmas.
22242
22243 2012-03-09 Tristan Gingold <gingold@adacore.com>
22244
22245 * config/vms/vms-c.c (vms_construct_include_filename): New function.
22246 (vms_c_register_includes): Reference it.
22247
22248 2012-03-09 Andrew Pinski <apinski@cavium.com>
22249
22250 PR middle-end/51988
22251 * tree-ssa-phiopt.c: Include tree-pretty-print.h for
22252 print_generic_expr.
22253 (tree_ssa_phiopt_worker): Go through all the PHIs for
22254 value_replacement instead of just the singleton one.
22255 (value_replacement): Change return type to int. Return 0 instead of
22256 false.
22257 Allow the middle basic block to contain more than just the defining
22258 statement.
22259 Handle non empty middle basic blocks.
22260 * Makefile.in (tree-ssa-phiopt.o): Add tree-pretty-print.h.
22261
22262 2012-03-09 Jiangning Liu <jiangning.liu@arm.com>
22263
22264 * tree-scalar-evolution (interpret_rhs_expr): generate chrec for
22265 array reference and component reference.
22266 (analyze_scalar_evolution_for_address_of): New.
22267
22268 2012-03-08 Jie Zhang <jzhang918@gmail.com>
22269
22270 PR target/49862
22271 * config/bfin/bfin.c (hwloop_optimize): Fix unused variable warnings.
22272 (hwloop_pattern_reg): Fix set but not used warning.
22273 (bfin_reorg_loops): Remove unused parameter.
22274 (bfin_reorg): Update use of bfin_reorg_loops.
22275
22276 2012-03-08 H.J. Lu <hongjiu.lu@intel.com>
22277
22278 * config/i386/i386.c (setup_incoming_varargs_64): Use word_mode
22279 with integer parameters in registers.
22280 (gen_push): Push register in word_mode instead of Pmode.
22281 (ix86_emit_save_regs): Likewise.
22282 (ix86_emit_save_regs_using_mov): Save integer registers in word_mode.
22283 (gen_pop): Pop register in word_mode instead of Pmode.
22284 (ix86_emit_restore_regs_using_pop): Likewise.
22285 (ix86_expand_prologue): Replace Pmode with word_mode for push
22286 immediate. Use ix86_gen_pro_epilogue_adjust_stack. Save and
22287 restore RAX and R10 in word_mode.
22288 (ix86_emit_restore_regs_using_mov): Restore integer registers
22289 in word_mode.
22290 (ix86_expand_split_stack_prologue): Save R10_REG and restore in
22291 word_mode.
22292 (ix86_split_to_parts): Use word_mode with PUT_MODE for push.
22293 (ix86_split_long_move): Likewise.
22294
22295 * config/i386/i386.md (W): New.
22296 (*push<mode>2_prologue): Replace :P with :W.
22297 (*pop<mode>1): Likewise.
22298 (*pop<mode>1_epilogue): Likewise.
22299 (push/pop peephole2): Use word_mode scratch registers.
22300
22301 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
22302
22303 * config/i386/predicates.md (indirect_branch_operand): Simplify.
22304
22305 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
22306
22307 * config/avr/avr.md (*addhi3, addhi3_clobber): Add "w" alternative
22308 for constants in [-63,63].
22309
22310 2012-03-08 Uros Bizjak <ubizjak@gmail.com>
22311
22312 PR target/52530
22313 Revert:
22314 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
22315
22316 * config/i386/i386.c (ix86_print_operand_address): Only handle
22317 zero-extended DImode addresses.
22318
22319 2012-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22320
22321 * configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
22322 * configure: Regenerate.
22323
22324 2012-03-08 Georg-Johann Lay <avr@gjlay.de>
22325
22326 PR target/52496
22327 * config/avr/avr.c (avr_mem_clobber): New static function.
22328 (avr_expand_delay_cycles): Add memory clobber operand to
22329 delay_cycles_1, delay_cycles_2, delay_cycles_3, delay_cycles_4.
22330 * config/avr/avr.md (unspec): Add UNSPEC_MEMORY_BARRIER.
22331 (enable_interrupt, disable_interrupt): New expander.
22332 (nopv, sleep, wdr): New expanders.
22333 (delay_cycles_1): Add memory clobber.
22334 (delay_cycles_2): Add memory clobber.
22335 (delay_cycles_3): Add memory clobber.
22336 (delay_cycles_4): Add memory clobber.
22337 (cli_sei): New insn from former "enable_interrupt",
22338 "disable_interrupt" with memory clobber.
22339 (*wdt): New insn from former "wdt" with memory clobber.
22340 (*nopv): Similar, but for "nopv".
22341 (*sleep): Similar, but for "sleep".
22342
22343 2012-03-07 Oleg Endo <olegendo@gcc.gnu.org>
22344 Kaz Kojima <kkojima@gcc.gnu.org>
22345
22346 PR target/52503
22347 * config/sh/sh.opt (msoft-atomic): Use Var instead of Mask.
22348 * config/sh/linux.h (TARGET_DEFAULT): Remove MASK_SOFT_ATOMIC.
22349 (SUBTARGET_OVERRIDE_OPTIONS): Define.
22350
22351 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
22352
22353 * config/i386/predicates.md (x86_64_zext_general_operand): New.
22354 * config/i386/i386.md (*zero_extendsidi2_rex64): Change operand 1
22355 predicate to x86_64_zext_general_operand. Accept "Z" constraint.
22356
22357 2012-03-07 Walter Lee <walt@tilera.com>
22358
22359 * config/tilegx/tilegx.c (tilegx_expand_prologue): Don't generate
22360 REG_CFA_* notes for the stack pointer.
22361 (tilegx_expand_epilogue): Restore stack pointer by adjusting it by
22362 EH_RETURN_STACKADJ_RTX.
22363 * config/tilepro/tilepro.c (tilepro_expand_prologue): Don't
22364 generate REG_CFA_* notes for the stack pointer.
22365 (tilepro_expand_epilogue): Restore stack pointer by adjusting it
22366 by EH_RETURN_STACKADJ_RTX.
22367
22368 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
22369
22370 * doc/invoke.texi (AVR Built-in Macros): Correct condition for
22371 when __AVR_3_BYTE_PC__ is defined.
22372
22373 2012-03-07 Uros Bizjak <ubizjak@gmail.com>
22374
22375 * config/i386/i386.c (ix86_print_operand_punct_valid_p): Add '^'.
22376 (ix86_print_operand): Handle '^'.
22377 * config/i386/i386.md (*strmovdi_rex_1): Macroize memory operands
22378 using P mode iterator. Add %^ to asm template to conditionally emit
22379 addr32 prefix.
22380 (*rep_movdi_rex64): Ditto.
22381 (*strsetdi_rex_1): Ditto.
22382 (*rep_stosdi_rex64): Ditto.
22383 (*strmov{si,hi,qi}_1): Add %^ to asm template to
22384 conditionally emit addr32 prefix.
22385 (*rep_mov{si,qi}): Ditto.
22386 (*strset{si,hi,qi}): Ditto.
22387 (*rep_stos{si,qi}): Ditto.
22388 (*cmpstrnqi_nz_1): Ditto.
22389 (*cmpstrnqi_1): Ditto.
22390 (*strlenqi_1): Ditto.
22391
22392 2012-03-07 H.J. Lu <hongjiu.lu@intel.com>
22393
22394 * config/i386/i386.c (function_value_64): Return pointers in
22395 word_mode instead of Pmode.
22396 (ix86_promote_function_mode): Likewise.
22397
22398 2012-03-07 Richard Guenther <rguenther@suse.de>
22399
22400 * coverage.c (get_gcov_type): Use type_for_mode.
22401 (get_gcov_unsigned_t): Likewise.
22402 * expr.c (store_constructor): Use type_for_mode.
22403 (try_casesi): Likewise.
22404 * tree-ssa-loop-ivopts.c (add_standard_iv_candidates_for_size): Remove.
22405 (add_standard_iv_candidates): Use standard type trees.
22406 * dojump.c (do_jump): Remove dead code.
22407
22408 2012-03-07 Richard Guenther <rguenther@suse.de>
22409
22410 * c-typeck.c (pointer_diff): Use c_common_type_for_size.
22411
22412 2012-03-07 Richard Guenther <rguenther@suse.de>
22413
22414 * convert.c (strip_float_extensions): Move ...
22415 * tree.c (strip_float_extensions): ... here.
22416
22417 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
22418
22419 PR target/52484
22420 * config/avr/avr.md (xload<mode>_A): Add R22... to register footprint.
22421
22422 2012-03-07 Richard Guenther <rguenther@suse.de>
22423
22424 * omp-low.c (extract_omp_for_data): Use signed_type_for.
22425 (expand_omp_for_generic): Likewise.
22426 (expand_omp_for_static_nochunk): Likewise.
22427 (expand_omp_for_static_chunk): Likewise.
22428 * tree-vect-stmts.c (vect_gen_perm_mask): Use type_for_mode.
22429 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
22430 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
22431 Use unsigned_type_for.
22432 (vect_create_cond_for_align_checks): Use signed_type_for.
22433
22434 2012-03-07 Andrey Belevantsev <abel@ispras.ru>
22435
22436 PR rtl-optimization/52203
22437 * sel-sched.c (estimate_insn_cost): New parameter pempty. Adjust
22438 all callers to pass NULL except ...
22439 (reset_sched_cycles_in_current_ebb): ... here, save the value
22440 in new variable 'empty'. Increase issue_rate only for
22441 non-empty insns.
22442
22443 2012-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
22444
22445 PR target/51417
22446 * Makefile.in: Let install-gcc-ar depend on installdirs,
22447 gcc-ar$(exeext), gcc-nm$(exeext), gcc-ranlib$(exeext).
22448 Don't double canonicalize if cross-compiling.
22449
22450 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
22451
22452 PR target/52506
22453 * gcc/config/avr/avr.c (expand_epilogue): Fix order of restoration
22454 to: RAMPZ, RAMPY, RAMPX, RAMPD.
22455 (expand_prologue): Only clear RAMPZ if it has effect on RAM-read.
22456
22457 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
22458
22459 PR target/52505
22460 * config/avr/avr.c (avr_out_xload): Don't read unintentionally
22461 from RAM.
22462 * config/avr/avr.md (xload_8): Adjust insn length.
22463
22464 2012-03-07 Georg-Johann Lay <avr@gjlay.de>
22465
22466 PR target/52461
22467 * gcc/config/avr/avr.c (avr_out_lpm): Clear RAMPZ after usage
22468 if RAMPZ affects reading from RAM.
22469
22470 2012-03-07 Richard Guenther <rguenther@suse.de>
22471
22472 PR pch/52518
22473 PR pch/38987
22474 * doc/invoke.texi (Precompiled Headers): Remove sentence that
22475 suggests you can include PCHs from inside another header.
22476
22477 2012-03-07 Richard Sandiford <rdsandiford@googlemail.com>
22478
22479 PR middle-end/52515
22480 * rtl.h (pc_rtx, cc0_rtx, ret_rtx, simple_return_rtx): Add GTY markers.
22481
22482 2012-03-07 Kai Tietz <ktietz@redhat.com>
22483
22484 * doc/invoke.texi (fwritable-relocated-rdata): Document
22485 new Cygwin/MinGW target option.
22486 * config/i386/winnt.c (i386_pe_unique_section): Ignore
22487 reloc if flag -fwritable-relocated-rdata is not set.
22488 (i386_pe_section_type_flags): Likewise.
22489 * config/i386/cygming.opt (fwritable-relocated-rdata):
22490 Add new flag variable flag_writable_rel_rdata.
22491
22492 2012-03-07 Richard Guenther <rguenther@suse.de>
22493
22494 * tree-ssa-math-opts.c (convert_mult_to_widen): Check actual
22495 precision against gimple constraints.
22496
22497 2012-03-06 Richard Sandiford <rdsandiford@googlemail.com>
22498
22499 PR middle-end/52372
22500 * rtl.h (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): Redefine as
22501 variables.
22502 (GR_PC, GR_CC0, GR_RETURN, GR_SIMPLE_RETURN): Delete.
22503 * emit-rtl.c (pc_rtx, ret_rtx, simple_return_rtx, cc0_rtx): New
22504 variables.
22505 (init_emit_regs): Move associated initialization to...
22506 (init_emit_once): ...here.
22507
22508 2012-03-06 Richard Henderson <rth@redhat.com>
22509
22510 * config/m68k/m68k.h (ISA_HAS_TAS): New.
22511 * config/m68k/sync.md (atomic_test_and_set): Use it.
22512 (atomic_test_and_set_1): Likewise.
22513
22514 2012-03-06 Michael Meissner <meissner@linux.vnet.ibm.com>
22515
22516 PR target/50310
22517 * config/rs6000/vector.md (vector_uneq<mode>): Add support for
22518 UNEQ, LTGT, ORDERED, and UNORDERED IEEE vector comparisons.
22519 (vector_ltgt<mode>): Likewise.
22520 (vector_ordered<mode>): Likewise.
22521 (vector_unordered<mode>): Likewise.
22522 * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
22523
22524 2012-03-06 Aldy Hernandez <aldyh@redhat.com>
22525
22526 * trans-mem.c: New typedef for tm_region_p.
22527 Define vector types for tm_region_p.
22528 (tm_region_init): Replace region_worklist to a vector called
22529 bb_regions.
22530
22531 2012-03-06 Richard Guenther <rguenther@suse.de>
22532
22533 * fold-const.c (build_fold_addr_expr_with_type_loc): Fold
22534 MEM_REF with constant pointer operand.
22535
22536 2012-03-06 Richard Guenther <rguenther@suse.de>
22537
22538 PR middle-end/52493
22539 * tree-ssa-alias.c (ptr_derefs_may_alias_p): Robustify.
22540
22541 2012-03-06 Tristan Gingold <gingold@adacore.com>
22542
22543 * config/vms/vms-c.c (vms_pragma_nomember_alignment): Handle octaword.
22544 (external_model_kind): Improve documentation.
22545 (vms_pragma_extern_model): Handle relaxed_redef.
22546 (vms_c_register_pragma): Allow expansion for nomember_alignment.
22547
22548 2012-03-06 Georg-Johann Lay <avr@gjlay.de>
22549
22550 * doc/invoke.texi (AVR Options): -mmcu=: Document the XMEGA cores.
22551 Explain RAMPD, RAMPX, RAMPDY, RAMPZ usage by avr-gcc.
22552 Some more notes on EIND usage and reorder EIND subsection.
22553
22554 2012-03-06 Tristan Gingold <gingold@adacore.com>
22555
22556 * config/vms/vms.c (VMS_CRTL_LDBL): Rename from VMS_CRTL_PRNTF.
22557 * config/vms/vms-crtlmap.map: Rename PRNTF to LDBL.
22558
22559 2012-03-06 Tristan Gingold <gingold@adacore.com>
22560
22561 * config/vms/t-vmsnative (version): Define.
22562 * config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove.
22563
22564 2012-03-06 Andrey Belevantsev <abel@ispras.ru>
22565
22566 PR rtl-optimization/52250
22567 * sel-sched-ir.c (maybe_tidy_empty_bb): Try harder to find a bb
22568 to put note list into. Unconditionally call move_bb_info.
22569 (move_bb_info): Do not assert the blocks being in the same region,
22570 just drop the note list if they are not.
22571
22572 2012-03-06 Oleg Endo <olegendo@gcc.gnu.org>
22573
22574 PR target/51244
22575 * config/sh/sh.c (sh_expand_t_scc): Remove SH2A special case
22576 and use unified expansion logic.
22577 * config/sh/sh.md (xorsi3_movrt): Rename to movrt. Move
22578 closer to the existing movt insn.
22579 (negc): Rename insn to *negc. Add new expander.
22580 (movnegt): Use xor pattern for T bit negation. Reserve helper
22581 constant for negc pattern.
22582 (*movnegt): New insn and splitter.
22583
22584 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
22585
22586 * c-typeck.c (pointer_diff): Check for POINTER_PLUS_EXPR, not
22587 PLUS_EXPR.
22588
22589 2012-03-05 Richard Henderson <rth@redhat.com>
22590
22591 * genemit.c (main): Include "target.h" in insn-emit.c.
22592 * Makefile.in (insn-emit.o): Depend on TARGET_H.
22593 * config/sh/sync.md (atomic_test_and_set): Reference
22594 targetm.atomic_test_and_set_trueval instead of
22595 TARGET_ATOMIC_TEST_AND_SET_TRUEVAL.
22596
22597 2012-03-05 Joern Rennecke <joern.rennecke@embecosm.com>
22598
22599 * config/epiphany/epiphany.c (epiphany_function_value_regno_p):
22600 Make static.
22601
22602 2012-03-05 Steven Bosscher <steven@gcc.gnu.org>
22603
22604 * langhooks.c (add_builtin_type): New function.
22605 * langhooks.h (add_builtin_type): Export it.
22606 * config/mep/mep.c (mep_init_builtins): Use it.
22607 * config/rs6000/rs6000.c (rs6000_init_builtins): Use it.
22608
22609 2012-03-05 Jakub Jelinek <jakub@redhat.com>
22610
22611 PR debug/51902
22612 * tree.h (BLOCK_SAME_RANGE): Define.
22613 * function.c (block_fragments_nreverse): Clear BLOCK_SAME_RANGE
22614 if BLOCK_FRAGMENT_CHAIN is non-NULL, but has it cleared.
22615 Also clear BLOCK_SAME_RANGE if fragment chain's supercontext fragment
22616 isn't equal to supercontext fragment's fragment chain.
22617 Adjust BLOCK_SUPERCONTEXT to point to supercontext fragment's
22618 fragment origin.
22619 (blocks_nreverse_all): Likewise.
22620 (reorder_blocks_1): Compute BLOCK_SAME_RANGE bits. Set
22621 BLOCK_SUPERCONTEXT to supercontext fragment instead of
22622 supercontext fragment's fragment origin.
22623 * dwarf2out.c (add_high_low_attributes): If stmt has the same
22624 range as its parent (or parents thereof etc.), use the parent's
22625 DW_AT_ranges value instead of creating a new .debug_ranges range.
22626
22627 2012-03-05 Richard Henderson <rth@redhat.com>
22628
22629 PR tree-opt/52242
22630 Revert: 2011-11-26 Richard Henderson <rth@redhat.com>
22631 * omp-low.c (expand_omp_atomic): Assume anything aligned to
22632 BIGGEST_ALIGNMENT is aligned.
22633
22634 2012-03-05 Richard Henderson <rth@redhat.com>
22635
22636 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Move...
22637 * config/sh/sh.c: ... here.
22638
22639 2012-03-05 Richard Henderson <rth@redhat.com>
22640
22641 PR target/52481
22642 * config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
22643 instead of calling negqi2 directly.
22644
22645 2012-03-05 Aldy Hernandez <aldyh@redhat.com>
22646
22647 PR middle-end/52463
22648 * trans-mem.c (tm_region_init): Use last_basic_block.
22649
22650 2012-03-05 Oleg Endo <olegendo@gcc.gnu.org>
22651
22652 * config/sh/sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New hook.
22653 * config/sh/sync.md (atomic_test_and_set): New expander.
22654 (tasb, atomic_test_and_set_soft): New insns.
22655 * config/sh/sh.opt (menable-tas): New option.
22656 * doc/invoke.texi (SH Options): Document it.
22657
22658 2012-03-05 Richard Guenther <rguenther@suse.de>
22659
22660 * cfgloop.c (verify_loop_structure): Verify dominators before
22661 using them.
22662 * graphite-clast-to-gimple.c (graphite_verify): Do not verify
22663 dominators from here.
22664 * graphite-scop-detection.c (create_sese_edges): Likewise.
22665 * loop-doloop.c (doloop_optimize_loops): Likewise.
22666 * loop-init.c (loop_optimizer_init): Likewise.
22667 * loop-unroll.c (unroll_and_peel_loops): Likewise.
22668 * loop-unswitch.c (unswitch_loops): Likewise.
22669 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
22670 * tree-parloops.c (parallelize_loops): Likewise. Verify
22671 only when checking is enabled.
22672 * tree-loop-distribution.c (tree_loop_distribution): Likewise.
22673
22674 2012-03-05 Bernd Schmidt <bernds@codesourcery.com>
22675
22676 * genautomata.c (parse_automata_opt): New static function.
22677 (initiate_automaton_gen): Remove all option handling code. Remove
22678 argc argument. All callers changed.
22679 (main): Call init_rtx_reader_args_cb with the new function as argument.
22680
22681 2012-03-05 Richard Guenther <rguenther@suse.de>
22682
22683 * cfgexpand.c (gimple_expand_cfg): Free dominator info.
22684 * tree-if-conv.c (combine_blocks): Free post-dominator info
22685 after breaking it.
22686 * tree-parloops.c (create_parallel_loop): Free and re-compute
22687 dominator info after breaking it.
22688
22689 2012-03-05 Richard Guenther <rguenther@suse.de>
22690
22691 PR middle-end/52353
22692 * optabs.h (trapv_unoptab_p): New function.
22693 (trapv_binoptab_p): Likewise.
22694 * optabs.c (expand_binop): Use emit_libcall_block_1 with
22695 a proper equiv_may_trap argument.
22696 (expand_unop): Likewise.
22697 (emit_libcall_block_1): Take extra argument whether the
22698 instruction may trap. Renamed from ...
22699 (emit_libcall_block): ... this. New wrapper.
22700
22701 2012-03-05 Jakub Jelinek <jakub@redhat.com>
22702
22703 PR tree-optimization/51721
22704 * tree-vrp.c (register_edge_assert_for_2): If comparing
22705 lhs of right shift by constant with an integer constant,
22706 add ASSERT_EXPRs for the rhs1 of the right shift.
22707
22708 * cfgrtl.c (cfg_layout_merge_blocks): Cleanup.
22709
22710 2012-03-05 Richard Guenther <rguenther@suse.de>
22711
22712 * tree.c (integer_zerop): Handle VECTOR_CSTs.
22713 (integer_onep): Likewise.
22714 (integer_all_onesp): Likewise.
22715
22716 2012-03-05 Georg-Johann Lay <avr@gjlay.de>
22717
22718 * config/avr/avr.md (*umaddqihi4.2): New insn-and-split.
22719
22720 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
22721
22722 * config/i386/i386.c (pro_epilogue_adjust_stack): Check Pmode
22723 instead of TARGET_64BIT.
22724
22725 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
22726
22727 * config/i386/i386.c (ix86_expand_prologue): Check Pmode to set
22728 adjust_stack_insn.
22729
22730 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
22731
22732 * config/i386/i386.c (ix86_print_operand_address): Only handle
22733 zero-extended DImode addresses.
22734
22735 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
22736
22737 * config/i386/i386.c (ix86_print_operand) <case '+'>: Declare
22738 taken and cputaken as bool.
22739
22740 2012-03-04 Uros Bizjak <ubizjak@gmail.com>
22741
22742 * config/i386/constraints.md (Ya): New internal constraint.
22743 * config/i386/i386.md (zero_extendsidi2): Remove expansion.
22744 (*zero_extendsidi2_rex64): Add x,x alternative.
22745 (*zero_extendsidi2): Ditto. Add o,0 alternative.
22746 Remove flags reg clobber. Adjust corresponding splits.
22747 (zero_extend<mode>si2): Macroize expander from zero_extendhisi2 and
22748 zero_extendqisi2 expanders using SWI12 mode iterator.
22749 (zero_extend<mode>si2_and): Macroize insn from
22750 zero_extendhisi2_and and zero_extendqisi2_and. Merge corresponding
22751 splitters.
22752 (*zero_extend<mode>si2): Macroize insn from
22753 *zero_extendhisi2_movzbl and *zero_extendqisi2_movzbl.
22754 (*zero_extend*2_movzbl_and): Remove insn patterns.
22755 (zero_extendqihi2_and): Merge corresponding splitter.
22756 (*zero_extendqihi2): Rename from *zero_extendqihi2_movzbl.
22757 (*zero_extend*2_movzbl_and): Remove insn patterns.
22758 (*anddi_1): Split TYPE_IMOVX instructions.
22759 (*andsi_1): Use Ya for alternative 2. Split TYPE_IMOVX instructions.
22760 (*andhi_1): Ditto.
22761 (and->zext splitter): Add splitter pattern.
22762 (zero extend with andsi3 splitter): Adjust zero_extend pattern.
22763
22764 2012-03-04 Sandra Loosemore <sandra@codesourcery.com>
22765
22766 * doc/invoke.texi (C++ Dialect Options): Minor copy-edits to
22767 x86-specific text.
22768 (Debugging Options): Likewise.
22769 (Optimize Options): Likewise.
22770 (i386 and x86-64 Options): Discuss -march before -mtune, consistently
22771 with other architectures. Use official processor names with correct
22772 spelling/capitalization. Fix formatting and grammar issues.
22773 (i386 and x86-64 Windows Options): Similar cleanup here.
22774
22775 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
22776
22777 * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
22778
22779 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
22780
22781 * config/sh/sh.c (sh_dwarf_register_span): Don't apply
22782 DBX_REGISTER_NUMBER.
22783
22784 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
22785
22786 * config/sh/sh.c (shiftcosts): Return MAX_COST when the first
22787 operand is CONST_INT. Take COSTS_N_INSNS into account.
22788 (sh_rtx_costs): Don't apply COSTS_N_INSNS to the return value
22789 of shiftcosts.
22790
22791 2012-03-02 Richard Henderson <rth@redhat.com>
22792
22793 * optabs.c (expand_atomic_test_and_set): Honor
22794 atomic_test_and_set_trueval even when atomic_test_and_set
22795 optab is not in use.
22796
22797 2012-03-02 Kaz Kojima <kkojima@gcc.gnu.org>
22798
22799 PR target/48596
22800 PR target/48806
22801 * config/sh/sh.c (sh_register_move_cost): Increase cost between
22802 GENERAL_REGS and FP_REGS for SImode.
22803
22804 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
22805
22806 PR target/49486
22807 * config/sh/sh.md (negdi2): Add TARGET_SH1 condition.
22808 (absdi2): New expander.
22809 (*absdi2, *negabsdi2, negdi_cond): New insns and splits.
22810
22811 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
22812
22813 * config/sh/sync.md (atomic_exchange<mode>): New expander.
22814 (atomic_exchange<mode>_soft): New insn.
22815
22816 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
22817
22818 * config/sh/sync.md: Update copyright notice dates.
22819 (atomic_compare_and_swap<mode>): Use SImode for return value instead
22820 of QImode.
22821 (atomic_compare_and_swap<mode>_soft): Likewise.
22822
22823 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
22824
22825 PR target/31640
22826 * config/sh/sh.h (LOOP_ALIGN): Move logic to sh_loop_align.
22827 * config/sh/sh.c: Update copyright notice dates.
22828 (sh_loop_align): Add logic from LOOP_ALIGN. Don't disable loop
22829 alignment for TARGET_HARD_SH4.
22830 (sh_option_override): Reduce default function alignment. Set
22831 loop alignment to 4 bytes when not optimizing for size.
22832
22833 2012-03-02 Maxim Kuvyrkov <maxim@codesourcery.com>
22834
22835 PR middle-end/50335
22836 * doc/invoke.texi (floop-flatten): Remove.
22837 * toplev.c (process_options): Remove references to flag_loop_flatten.
22838 * tree-ssa-loop.c (gate_graphite_transform): Same.
22839 * common.opt (floop-flatten): Obsolete.
22840 * graphite-poly.c (apply_poly_transforms): Remove reference to
22841 flag_loop_flatten.
22842 * Makefile.in (graphite-flattening.o): Remove.
22843 * graphite-flattening.c: Remove.
22844
22845 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
22846
22847 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
22848 having mode compatible with the mode of previous compare. Substitute
22849 compare mode of previous compare with the mode, compatible
22850 with eliminated and previous compare.
22851
22852 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
22853
22854 * config/rs6000/dfp.md (floatdidd2): New define_insn.
22855
22856 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
22857
22858 * config/i386/i386.c (ix86_cc_modes_compatible): Declare CCZmode
22859 compatible with CCGOCmode and CCGCmode.
22860
22861 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
22862
22863 * config/rs6000/vsx.md (vsx_set_<mode>): Reorder operands.
22864
22865 2012-03-02 Ulrich Weigand <ulrich.weigand@linaro.org>
22866
22867 * config/arm/arm.c (arm_sat_operator_match): New function.
22868 * config/arm/arm-protos.h (arm_sat_operator_match): Add prototype.
22869 * config/arm/arm.md ("insn" attribute): Add "sat" value.
22870 ("SAT", "SATrev"): New code iterators.
22871 ("SATlo", "SAThi"): New code iterator attributes.
22872 ("*satsi_<SAT:code>"): New pattern.
22873 ("*satsi_<SAT:code>_shift"): Likewise.
22874 * config/arm/arm-fixed.md ("arm_ssatsihi_shift"): Add "insn"
22875 and "shift" attributes.
22876 ("arm_usatsihi"): Add "insn" attribute.
22877 * config/arm/predicates.md (sat_shift_operator): Allow multiplication
22878 by powers of two. Do not allow shift by 32.
22879
22880 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
22881
22882 PR target/46716
22883 * config/i386/i386.c (construct_container): Use gen_reg_or_parallel
22884 to pass the argument in the register of "natural" mode.
22885
22886 2012-03-02 Richard Guenther <rguenther@suse.de>
22887
22888 PR tree-optimization/52406
22889 * tree-data-ref.h: Update documentation about DR_BASE_OBJECT.
22890 (struct indices): Add unconstrained_base member.
22891 (struct dr_alias): Remove unused vops member.
22892 (DR_UNCONSTRAINED_BASE): New define.
22893 * tree-data-ref.c (dr_analyze_indices): For COMPONENT_REFs
22894 add indices to allow their disambiguation. Make DR_BASE_OBJECT
22895 be an artificial access that covers the whole indexed object,
22896 or mark it with DR_UNCONSTRAINED_BASE if we cannot do so. Canonicalize
22897 plain decl base-objects to their MEM_REF variant.
22898 (dr_may_alias_p): When the base-object of either data reference
22899 has unknown size use only points-to information.
22900 (compute_affine_dependence): Make dumps easier to read and
22901 more verbose.
22902 * tree-vect-data-ref.c (vector_alignment_reachable_p): Use
22903 DR_REF when looking for packed references.
22904 (vect_supportable_dr_alignment): Likewise.
22905
22906 2012-03-02 Greta Yorsh <Greta.Yorsh@arm.com>
22907
22908 * config/arm/arm-ldmstm.ml (write_ldm_commutative_peephole):
22909 Improve conditions for peepholes of loads followed by commutative
22910 operators.
22911 * config/arm/ldmstm.md: Regenerated.
22912
22913 2012-03-02 Richard Guenther <rguenther@suse.de>
22914
22915 * BASE-VER: Set to 4.8.0.
22916
22917 2012-03-01 Richard Earnshaw <rearnsha@arm.com>
22918
22919 * config.gcc (obsolete): Add all ARM targets using the FPA.
22920 (with_fpu): Obsolete selection of the FPA or Maverick on ARM.
22921 * doc/install.texi: Avoid references to obsolete ARM ports.
22922
22923 2012-03-01 Joern Rennecke <joern.rennecke@embecosm.com>
22924
22925 * config/epiphany/epiphany.md (movmisalign<mode>): New patterns.
22926
22927 2012-03-01 Jeremy Bennett <jeremy.bennett@embecosm.com>
22928 Joern Rennecke <joern.rennecke@embecosm.com>
22929
22930 * doc/extend.texi: Expand and update information on interrupt
22931 attribute for Epiphany.
22932
22933 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
22934
22935 * config/sh/sh-protos.h: Update copyright notice dates.
22936 * config/sh/sh.h: Likewise.
22937 * config/sh/sh.md: Likewise.
22938 * config/sh/constraints.md: Likewise.
22939 * config/sh/predicates.md: Likewise.
22940
22941 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
22942
22943 * config/sh/sh-protos.h (tertiary_reload_operand): Remove dead function.
22944 * config/sh/sh.c (tertiary_reload_operand): Likewise.
22945
22946 2012-03-01 Oleg Endo <olegendo@gcc.gnu.org>
22947
22948 * config/sh/constraints.md: Fix comment typo.
22949
22950 2012-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
22951
22952 PR target/52408
22953 * config/pa/pa.md (zvdep_imm32): Change type of variable x from int to
22954 unsigned HOST_WIDE_INT.
22955 (zvdep_imm64): Likewise.
22956 (vdepi_ior): Change type of variable x from int to HOST_WIDE_INT.
22957 (vdepi_and): Likewise.
22958 Likewise for unamed 64-bit patterns.
22959 * config/pa/predicates.md (lhs_lshift_cint_operand): Update comment.
22960
22961 2012-03-01 Alexandre Oliva <aoliva@redhat.com>
22962
22963 PR debug/52001
22964 PR rtl-optimization/52417
22965 * cselib.c (cselib_any_perm_equivs): New variable.
22966 (cselib_reset_table): Check that it's not set when not
22967 preserving constants.
22968 (cselib_add_permanent_equiv): Set it.
22969 (cselib_have_permanent_equivalences): New.
22970 (cselib_init, cselib_finish): Reset it.
22971 * cselib.h (cselib_have_permanent_equivalences): Declare.
22972 * alias.c (get_addr): Restore earlier behavior when there
22973 aren't permanent equivalences.
22974
22975 2012-03-01 Steven Bosscher <steven@gcc.gnu.org>
22976
22977 * config/mn10300/mn10300-modes.def: Fix copyright notice.
22978 * config/v850/v850-modes.def: Fix copyright notice.
22979
22980 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
22981
22982 * doc/extend.texi (AVR Built-in Functions): Document
22983 __builtin_avr_flash_segment.
22984
22985 * config/avr/builtins.def (__builtin_avr_flash_segment): New entry.
22986 * config/avr/avr.md (flash_segment, flash_segment1): New expanders.
22987 (*split.flash_segment): New insn-and-split.
22988 * config/avr/avr.c (avr_init_builtins): Add local variables:
22989 const_memx_void_node, const_memx_ptr_type_node,
22990 char_ftype_const_memx_ptr.
22991
22992 2012-03-01 Jakub Jelinek <jakub@redhat.com>
22993
22994 PR tree-optimization/52445
22995 * tree-ssa-phiopt.c (struct name_to_bb): Remove ssa_name field,
22996 add ssa_name_ver, offset and size fields and change store field
22997 to bool.
22998 (name_to_bb_hash, name_to_bb_eq): Adjust for the above changes.
22999 (add_or_mark_expr): Likewise. Only consider previous stores
23000 with the same size and offset.
23001 (nt_init_block): Only look at gimple_assign_single_p stmts,
23002 doesn't look at rhs2.
23003
23004 2012-03-01 Richard Guenther <rguenther@suse.de>
23005
23006 PR middle-end/52443
23007 * tree-cfg.c (verify_gimple_assign_unary): Allow any
23008 conversions from integral types to pointer types.
23009
23010 2012-03-01 Georg-Johann Lay <avr@gjlay.de>
23011
23012 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Restore built-in
23013 defines for __UINT24_MAX__, __INT24_MAX__, __INT24_MIN__
23014 unintentionally removed in r184616.
23015
23016 2012-03-01 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
23017
23018 * doc/invoke.texi: Document AMD bdver2 and remove mentioning
23019 3DNow from bdver1.
23020
23021 2012-02-29 Jakub Jelinek <jakub@redhat.com>
23022 Uros Bizjak <ubizjak@gmail.com>
23023
23024 PR target/52437
23025 * config/i386/sse.md (vec_set<mode>_0): Swap "*r" and "fF"
23026 alternatives, add "e" constraint to the new last alternative
23027 and ! to last 3 alternatives.
23028
23029 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
23030
23031 * dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and
23032 DW_AT_artificial attributes at the end of the processing.
23033 (gen_array_type_die): Likewise.
23034 (gen_enumeration_type_die): Likewise.
23035 (gen_struct_or_union_type_die): Likewise.
23036 (add_gnat_descriptive_type_attribute): Do not suppress debug info for
23037 the parent type.
23038
23039 2012-02-29 Jakub Jelinek <jakub@redhat.com>
23040
23041 PR middle-end/52419
23042 * expr.c (expand_assignment): If doing misaligned store that doesn't
23043 cover all mode bits, perform a RMW cycle.
23044
23045 PR tree-optimization/52429
23046 * tree-parloops.c (separate_decls_in_region_debug): Return early
23047 if var is LABEL_DECL.
23048
23049 2012-02-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
23050
23051 PR tree-optimization/52424
23052 * tree-ssa-dom.c (dom_opt_leave_block): Push a marker before
23053 calling dom_thread_across_edge.
23054
23055 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
23056
23057 * config/avr/avr.c: Move definition of TARGET macros to end of file.
23058
23059 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
23060
23061 * config/avr/avr-protos.h (avr_output_bld): Remove unused prototype.
23062 * config/avr/avr.c (avr_output_bld): Remove unused function.
23063 (avr_out_sbxx_branch): Use "%T" to print bit position.
23064
23065 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
23066
23067 * config/avr/avr.md: Untabify.
23068
23069 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
23070
23071 * config/avr/avr.md (eqne): New code iterator.
23072 (*dec-and-branchsi): Use it in text peephole's condition.
23073 (*dec-and-branchhi): Ditto.
23074 (*dec-and-branchqi): Ditto.
23075
23076 2012-02-29 Georg-Johann Lay <avr@gjlay.de>
23077
23078 PR target/49939
23079 * config/avr/avr.h (ASM_SPEC): Add -mno-skip-bug if we know that
23080 the device does not have the skip-bug.
23081
23082 2012-02-29 Oleg Endo <olegendo@gcc.gnu.org>
23083
23084 * doc/invoke.texi (-msoft-atomic): Add more detailed description.
23085 (-mbranch-cost, -mcbranchdi -mcmpeqdi -mfused-madd
23086 -mpretend-cmove): New.
23087
23088 2012-02-29 Jakub Jelinek <jakub@redhat.com>
23089
23090 PR bootstrap/52397
23091 * df.h (struct df_d): Adjust comment that hard_regs_live_count
23092 doesn't count DEBUG_INSN refs.
23093 * df-scan.c (df_ref_create_structure): Don't set DF_HARD_REG_LIVE
23094 for DEBUG_INSN refs.
23095
23096 2012-02-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23097
23098 Partially revert:
23099
23100 2012-02-20 Richard Guenther <rguenther@suse.de>
23101 PR tree-optimization/52298
23102 * tree-vect-stmts.c (vectorizable_load): Properly use
23103 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing outer loops.
23104
23105 2012-02-28 Aldy Hernandez <aldyh@redhat.com>
23106
23107 PR middle-end/51752
23108 * gimple.h (gimple_in_transaction): New.
23109 (gimple_set_in_transaction): New.
23110 (struct gimple_statement_base): Add in_transaction field.
23111 * tree-ssa-loop-im.c: (movement_possibility): Restrict movement of
23112 transaction loads.
23113 (tree_ssa_lim_initialize): Compute transaction bits.
23114 * tree.h (compute_transaction_bits): Protoize.
23115 * trans-mem.c (tm_region_init): Use the heap to store BB
23116 auxilliary data.
23117 (compute_transaction_bits): New.
23118
23119 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
23120
23121 * gcc.c (display_help): Document --help=common and sort entries
23122 alphabetically.
23123
23124 2012-02-28 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
23125
23126 * doc/install.texi: Document check-$LANG specific shortcuts
23127
23128 2012-02-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
23129
23130 PR target/51534
23131 * config/arm/arm.c (neon_builtin_data): Add entries for vcgeu
23132 and vcgtu.
23133 * config/arm/arm_neon.h: Regenerate.
23134 * config/arm/neon.md (unspec): Add UNSPEC_VCGEU, and UNSPEC_VCGTU.
23135 (neon_vcgeu): New insn.
23136 (neon_vcgtu): Likewise.
23137 * config/arm/neon.ml (s_8_32, u_8_32): New lists.
23138 (ops): Unsigned comparison intrinsics call a different builtin.
23139
23140 2012-02-28 Richard Guenther <rguenther@suse.de>
23141
23142 PR target/52407
23143 * config/i386/i386.c (ix86_expand_vector_set): Fix element
23144 ordering for the VEC_CONCAT for two element vectors for
23145 V2SFmode, V2SImode and V2DImode.
23146
23147 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
23148
23149 PR target/49448
23150 * config.gcc (arm*-*-linux*): Use an unambiguous pattern for
23151 detecting big-endian triplets.
23152
23153 2012-02-28 Richard Earnshaw <rearnsha@arm.com>
23154
23155 * arm.c (aapcs_vfp_is_call_or_return_candidate): Only use the machine
23156 mode if there is no type information available.
23157
23158 2012-02-28 Thomas Koenig <tkoenig@gcc.gnu.org>
23159
23160 PR tree-optimization/53207
23161 * doc/invoke.texi: Document as experimental and relying on graphite.
23162
23163 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
23164
23165 * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
23166 of initializer to changes from r184614.
23167
23168 2012-02-28 Richard Guenther <rguenther@suse.de>
23169
23170 PR tree-optimization/52395
23171 * tree-sra.c (build_ref_for_offset): Also look at the base
23172 TYPE_ALIGN when figuring out the alignment of the replacement.
23173
23174 2012-02-28 Richard Guenther <rguenther@suse.de>
23175
23176 PR tree-optimization/52402
23177 * ipa-prop.c (ipa_modify_call_arguments): Properly use
23178 mis-aligned types when creating the accesses at the call site.
23179
23180 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
23181
23182 * config/avr/builtins.def: New file.
23183 * config/avr/t-avr (avr.o, avr-c.o): Depend on it.
23184 * config/avr/avr.c (enum avr_builtin_id): Use it.
23185 (avr_init_builtins): Use it. And use avr_bdesc.
23186 (bdesc_1arg): Remove.
23187 (bdesc_2arg): Remove.
23188 (bdesc_3arg): Remove.
23189 (struct avr_builtin_description): Add field n_args.
23190 (avr_bdesc): New static variable using builtins.def.
23191 (avr_expand_builtin): Use it.
23192 Don't call avr_expand_delay_cycles if op0 is not CONST_INT.
23193 (avr_fold_builtin): Fold AVR_BUILTIN_SWAP.
23194 Don't fold AVR_BUILTIN_INSERT_BITS if arg0 is not INTEGER_CST.
23195
23196 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
23197
23198 PR target/52148
23199 * config/avr/avr.md (movmem_<mode>): Replace match_operand that
23200 match only one single hard register with respective hard reg rtx.
23201 (movmemx_<mode>): Ditto.
23202 * config/avr/avr.c (avr_emit_movmemhi): Adapt expanding to new
23203 insn anatomy of movmem[x]_<mode>.
23204 (avr_out_movmem): Same for printing assembler and operand usage.
23205
23206 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
23207
23208 PR target/49868
23209 PR target/52261
23210 * doc/extend.texi (AVR Named Address Spaces): No more try to fix
23211 address spaces located outside of device flash.
23212
23213 * config/avr/avr.h (base_arch_s): Remove field n_segments.
23214 (mcu_type_s): Add field n_flash.
23215 * config/avr/avr-devices.c (avr_arch_types): Remove .n_segments.
23216 Set .have_elpm and .have_elpmx to 1 for avrxmega4 and avrxmega5.
23217 (AVR_MCU): Add N_FLASH argument.
23218 * config/avr/avr-mcus.def (AVR_MCU): Add initializer for .n_flash.
23219 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Only define built-in
23220 macro __FLASH<n> if that address space makes sense for the device.
23221 * config/avr/avr.c (avr_out_lpm): Don't try to fix address spaces
23222 outside of target flash.
23223 (avr_asm_named_section): Ditto.
23224 (avr_asm_select_section): Ditto.
23225 (avr_addr_space_convert): Ditto.
23226 (avr_emit_movmemhi): Ditto.
23227 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Error if
23228 address space is outside of device flash.
23229 (avr_insert_attributes): Ditto.
23230 (avr_xload_libgcc_p): Use avr_current_device->n_flash instead of
23231 avr_current_arch->n_segments.
23232
23233 2012-02-27 H.J. Lu <hongjiu.lu@intel.com>
23234
23235 PR target/52352
23236 * config/i386/i386.md (*movabs<mode>_1): Enable only for TARGET_LP64.
23237 (*movabs<mode>_2): Likewise.
23238
23239 2012-02-27 Jakub Jelinek <jakub@redhat.com>
23240
23241 PR target/52375
23242 * config/arm/neon.md (vashr<mode>3, vlshr<mode>3): Use
23243 s_register_operand in the test instead of REG_P. Don't call
23244 gen_reg_rtx if it won't be used.
23245
23246 PR tree-optimization/52376
23247 * ipa-split.c (split_function): Ignore CLOBBER stmts.
23248
23249 2012-02-27 Stuart Henderson <shenders@gcc.gnu.org>
23250
23251 * ifcvt.c (noce_get_condition): Check condition variable is not
23252 small_register_classes_for_mode_p before accepting.
23253
23254 2012-02-27 Uros Bizjak <ubizjak@gmail.com>
23255
23256 * config/i386/i386.md (*movabs<mode>_1): Fix operand 1 constraints.
23257
23258 2012-02-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
23259
23260 Revert:
23261 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
23262 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
23263 tuning parameters.
23264 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
23265
23266 2012-02-27 Oleg Endo <olegendo@gcc.gnu.org>
23267
23268 * config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
23269
23270 2012-02-26 Oleg Endo <olegendo@gcc.gnu.org>
23271
23272 * config/sh/predicates.md: Remove blank lines.
23273 * config/sh/sh.c: Fix typos in comments.
23274 * config/sh/constraints.md: Likewise.
23275 * config/sh/sh.md: Remove blank lines.
23276 Fix typos in comments. Use ;; as comment characters.
23277
23278 2012-02-26 Walter Lee <walt@tilera.com>
23279
23280 * config/tilegx/tilegx.c (match_pcrel_step2): Fix instruction pattern.
23281 (replace_mov_pcrel_step2): Ditto.
23282
23283 2012-02-25 Alexandre Oliva <aoliva@redhat.com>
23284
23285 PR debug/52001
23286 * alias.c (refs_newer_value_cb, refs_newer_value_p): New.
23287 (get_addr): Walk canonical value's locs. Avoid returning VALUEs
23288 and locs that reference values newer than the non-canonical value
23289 at hand. Return the canonical value as a worst case.
23290 (memrefs_conflict_p): Walk canonical value's locs.
23291
23292 PR debug/52001
23293 * cselib.c (preserve_only_constants): Rename to...
23294 (preserve_constants_and_equivs): ... this. Split out...
23295 (invariant_or_equiv_p): ... this. Preserve plus expressions
23296 of other preserved expressions too.
23297 (cselib_reset_table): Adjust.
23298 * var-tracking.c (reverse_op): Use canonical value to build
23299 reverse operation.
23300
23301 2012-02-23 Kai Tietz <ktietz@redhat.com>
23302
23303 * config/i386/i386.c (ix86_delegitimize_address): Handle
23304 UNSPEC_PCREL plus displacement.
23305
23306 2012-02-24 Georg-Johann Lay <avr@gjlay.de>
23307
23308 PR target/52261
23309 * config/avr/avr.c (avr_out_movhi_mr_r_xmega): Use base
23310 to test for unusedness in st X addressing.
23311
23312 2012-02-24 Richard Guenther <rguenther@suse.de>
23313
23314 PR middle-end/52361
23315 * gimple.c (walk_gimple_op): Use predicates with less redundant tests.
23316 (is_gimple_reg_type): Move inline ...
23317 * gimple.h (is_gimple_reg_type): ... here.
23318
23319 2012-02-24 Richard Guenther <rguenther@suse.de>
23320
23321 PR middle-end/52361
23322 * passes.c (execute_function_todo): When verifying SSA form
23323 verify gimple form first.
23324 * tree-ssa.c (verify_ssa): Do not verify gimple form here.
23325
23326 2012-02-24 Richard Guenther <rguenther@suse.de>
23327
23328 PR middle-end/52355
23329 * fold-const.c (fold_addr_of_array_ref_difference): New function.
23330 (fold_binary_loc): Use it to extend the existing &a[i] - &a[j] folding.
23331
23332 2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
23333
23334 * tree-if-conv (predicate_scalar_phi): Commentary typo fix.
23335
23336 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
23337
23338 * tree-phinodes.c (make_phi_node): Mark static.
23339 * tree-flow.h (make_phi_node): Remove extern decl.
23340 * doc/gimple.texi (make_phi_node): Remove documentation.
23341
23342 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
23343
23344 * tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.
23345 * tree-ssa-sccvn.c (print_scc): Ditto.
23346
23347 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
23348
23349 * doc/passes.texi (Full redundancy elimination): Fix typo.
23350
23351 2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
23352
23353 * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries.
23354
23355 2012-02-23 Eric Botcazou <ebotcazou@adacore.com>
23356
23357 PR bootstrap/52287
23358 * haifa-sched.c (rank_for_schedule): Stabilize sort for debug insns.
23359
23360 2012-02-23 Uros Bizjak <ubizjak@gmail.com>
23361
23362 PR c/52290
23363 * c-decl.c (start_function): Exit early if decl1 is not FUNTION_DECL.
23364
23365 2012-02-23 Georg-Johann Lay <avr@gjlay.de>
23366
23367 * config/avr/avr.md (code_stdname): Add ior, xor.
23368 (xior): New code iterator.
23369 (*<code_stdname><mode>qi.byte0): Use xior instead of ior.
23370 (*<code_stdname><mode>qi.byte1-3): Ditto.
23371
23372 2012-02-23 Jakub Jelinek <jakub@redhat.com>
23373
23374 PR tree-optimization/52019
23375 * ipa-split.c (find_return_bb, find_retval, visit_bb): Ignore
23376 CLOBBER stmts.
23377
23378 2012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23379
23380 * acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of
23381 HAVE_INITFINI_ARRAY to work around namespace pollution in
23382 certain versions of newlib system headers.
23383 * config.in: Regenerate.
23384 * configure: Regenerate.
23385 * config/initfini-array.h: Use HAVE_INITFINI_ARRAY_SUPPORT
23386 instead of HAVE_INITFINI_ARRAY.
23387
23388 2012-02-22 Uros Bizjak <ubizjak@gmail.com>
23389
23390 PR target/52330
23391 * config/i386/i386.c (ix86_print_operand) <case 'H'>: Error out if x
23392 is not offsettable memory reference.
23393
23394 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
23395
23396 PR target/18145
23397 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Skip
23398 setting avr_need_clear_bss_p for __gnu_lto* symbols.
23399
23400 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
23401
23402 * config/avr/avr.h (avr_accumulate_outgoing_args): Return int.
23403 * config/avr/avr.c (avr_accumulate_outgoing_args): Return int.
23404
23405 2012-02-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23406
23407 * configure.ac (LIB_TLS_SPEC): Enforce use of alternate thread
23408 library on Solaris 8 even without TLS support.
23409 * configure: Regenerate.
23410
23411 2012-02-22 Richard Guenther <rguenther@suse.de>
23412
23413 PR middle-end/52329
23414 * gimple-fold.c (fold_stmt_1): Also canonicalize ADDR_EXPRs
23415 for GIMPLE_DEBUG stmts.
23416
23417 2012-02-22 Martin Jambor <mjambor@suse.cz>
23418
23419 PR middle-end/51782
23420 * emit-rtl.c (set_mem_attributes_minus_bitpos): Set address space
23421 according to the base object.
23422
23423 2012-02-22 Georg-Johann Lay <avr@gjlay.de>
23424
23425 PR rtl-optimization/50063
23426 * config/avr/avr.md (movhi_sp_r): Handle -1 (unknown IRQ state)
23427 and 2 (8-bit SP) in operand 2.
23428 * config/avr/avr.c (avr_prologue_setup_frame): Adjust prologue
23429 setup to use movhi_sp_r instead of vanilla move to write SP.
23430 Adjust REG_CFA notes to superseed unspec.
23431 (expand_epilogue): Adjust epilogue setup to use movhi_sp_r instead
23432 of vanilla move.
23433 As function body might contain CLI or SEI: Use irq_state 0 (IRQ
23434 known to be off) only with TARGET_NO_INTERRUPTS. Never use
23435 irq_state 1 (IRQ known to be on) here.
23436
23437 2012-02-21 Bernd Schmidt <bernds@codesourcery.com>
23438
23439 * ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not
23440 WORDS_BIG_ENDIAN.
23441 * ira-color.c (setup_profitable_hard_regs, check_hard_reg_p,
23442 assign_hard_reg): Likewise.
23443
23444 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
23445
23446 * config/avr/avr.md (neghi2): Remove "!d,0" alternative. Tweak "r,0".
23447
23448 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
23449
23450 * config/avr/avr.md
23451 (*dec-and-branchhi!=-1.d.clobber): New text peephole.
23452 (*dec-and-branchhi!=-1.l.clobber): New text peephole.
23453
23454 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
23455
23456 * config/avr/avr-protos.h (avr_accumulate_outgoing_args): Move
23457 prototype from here to...
23458 * config/avr/avr.h: ...here.
23459
23460 2012-02-21 Richard Earnshaw <rearnsha@arm.com>
23461
23462 PR target/52294
23463 * thumb2.md (thumb2_shiftsi3_short): Split register and
23464 immediate shifts. For register shifts tie operands 0 and 1.
23465 (peephole2 for above): Check that register-controlled shifts
23466 have suitably tied operands.
23467
23468 2012-02-21 Quentin Neill <quentin.neill@amd.com>
23469
23470 PR target/52137
23471 * config/i386/bdver1.md (bdver1_call, bdver1_push,
23472 bdver1_pop, bdver1_leave, bdver1_lea, bdver1_imul_DI, bdver1_imul,
23473 bdver1_imul_mem_DI, bdver1_imul_mem, bdver1_idiv, bdver1_idiv_mem,
23474 bdver1_str, bdver1_idirect, bdver1_ivector, bdver1_idirect_loadmov,
23475 bdver1_idirect_load, bdver1_ivector_load, bdver1_idirect_movstore,
23476 bdver1_idirect_both, bdver1_ivector_both, bdver1_idirect_store,
23477 bdver1_ivector_store, bdver1_fldxf, bdver1_fld, bdver1_fstxf,
23478 bdver1_fst, bdver1_fist, bdver1_fmov_bdver1, bdver1_fadd_load,
23479 bdver1_fadd, bdver1_fmul_load, bdver1_fmul, bdver1_fsgn,
23480 bdver1_fdiv_load, bdver1_fdiv, bdver1_fpspc_load, bdver1_fpspc,
23481 bdver1_fcmov_load, bdver1_fcmov, bdver1_fcomi_load,
23482 bdver1_fcomi, bdver1_fcom_load, bdver1_fcom,
23483 bdver1_fxch, bdver1_ssevector_avx128_unaligned_load,
23484 bdver1_ssevector_avx256_unaligned_load,
23485 bdver1_ssevector_sse128_unaligned_load,
23486 bdver1_ssevector_avx128_load, bdver1_ssevector_avx256_load,
23487 bdver1_ssevector_sse128_load, bdver1_ssescalar_movq_load,
23488 bdver1_ssescalar_vmovss_load, bdver1_ssescalar_sse128_load,
23489 bdver1_mmxsse_load, bdver1_sse_store_avx256, bdver1_sse_store,
23490 bdver1_mmxsse_store_short, bdver1_ssevector_avx256,
23491 bdver1_movss_movsd, bdver1_mmxssemov, bdver1_sselog_load_256,
23492 bdver1_sselog_256, bdver1_sselog_load, bdver1_sselog,
23493 bdver1_ssecmp_load, bdver1_ssecmp, bdver1_ssecomi_load,
23494 bdver1_ssecomi, bdver1_vcvtX2Y_avx256_load, bdver1_vcvtX2Y_avx256,
23495 bdver1_ssecvt_cvtss2sd_load, bdver1_ssecvt_cvtss2sd,
23496 bdver1_sseicvt_cvtsi2sd_load, bdver1_sseicvt_cvtsi2sd,
23497 bdver1_ssecvt_cvtpd2ps_load, bdver1_ssecvt_cvtpd2ps,
23498 bdver1_ssecvt_cvtdq2ps_load, bdver1_ssecvt_cvtdq2ps,
23499 bdver1_ssecvt_cvtdq2pd_load, bdver1_ssecvt_cvtdq2pd,
23500 bdver1_ssecvt_cvtps2pd_load, bdver1_ssecvt_cvtps2pd,
23501 bdver1_ssecvt_cvtsX2si_load, bdver1_ssecvt_cvtsX2si,
23502 bdver1_ssecvt_cvtpd2pi_load, bdver1_ssecvt_cvtpd2pi,
23503 bdver1_ssecvt_cvtpd2dq_load, bdver1_ssecvt_cvtpd2dq,
23504 bdver1_ssecvt_cvtps2pi_load, bdver1_ssecvt_cvtps2pi,
23505 bdver1_ssemuladd_load_256, bdver1_ssemuladd_256,
23506 bdver1_ssemuladd_load, bdver1_ssemuladd, bdver1_sseimul_load,
23507 bdver1_sseimul, bdver1_sseiadd_load, bdver1_sseiadd,
23508 bdver1_ssediv_double_load_256, bdver1_ssediv_double_256,
23509 bdver1_ssediv_single_load_256, bdver1_ssediv_single_256,
23510 bdver1_ssediv_double_load, bdver1_ssediv_double,
23511 bdver1_ssediv_single_load, bdver1_ssediv_single, bdver1_sseins):
23512 Add "bdver2" attribute.
23513
23514 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23515
23516 * config/s390/s390.c (s390_option_override): Make -mhard-dfp the
23517 default if possible and not specified otherwise.
23518
23519 2012-02-21 Richard Guenther <rguenther@suse.de>
23520
23521 PR middle-end/52314
23522 * gimplify.c (create_tmp_from_val): Use the main variant type
23523 for the type of the temporary we create.
23524
23525 2012-02-21 Richard Guenther <rguenther@suse.de>
23526
23527 PR tree-optimization/52324
23528 * gimplify.c (gimplify_expr): When re-gimplifying expressions
23529 do not gimplify a MEM_REF address operand if it is already
23530 in suitable form.
23531
23532 2012-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23533
23534 * config/s390/s390.md ("fixuns_trunc<mode>si2"): Replace
23535 TARGET_HARD_FLOAT with TARGET_HARD_DFP.
23536
23537 2012-02-21 Richard Guenther <rguenther@suse.de>
23538
23539 * tree-vect-stmts.c (vectorizable_load): Use pre-computed
23540 nested_in_vect_loop.
23541
23542 2012-02-21 Jakub Jelinek <jakub@redhat.com>
23543
23544 PR tree-optimization/52318
23545 * gimple-fold.c (gimplify_and_update_call_from_tree): Add
23546 vdef also to non-pure/const call stmts in the sequence.
23547
23548 2012-02-21 Tristan Gingold <gingold@adacore.com>
23549
23550 * config/vms/vms-ld.c (main): Fix IDENTIFICATION padding.
23551
23552 2012-02-20 David S. Miller <davem@davemloft.net>
23553
23554 * config/sparc/sparc.md (load_pcrel_sym<P:mode>): Explain why we
23555 don't use the "rd %pc" instruction on v9 for PIC register loads.
23556
23557 2012-02-20 Aldy Hernandez <aldyh@redhat.com>
23558
23559 PR middle-end/52141
23560 * trans-mem.c (ipa_tm_scan_irr_block): Error out on GIMPLE_ASM's
23561 in a transaction safe function.
23562
23563 2012-02-20 Kai Tietz <ktietz@redhat.com>
23564
23565 PR target/52238
23566 * stor-layout.c (place_field): Handle desired_align for
23567 ms-bitfields, too.
23568
23569 2012-02-20 Richard Guenther <rguenther@suse.de>
23570
23571 PR tree-optimization/52298
23572 * tree-vect-stmts.c (vectorizable_store): Properly use
23573 STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing
23574 outer loops.
23575 (vectorizable_load): Likewise.
23576 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
23577 Access DR_STEP after ensuring it is not NULL.
23578
23579 2012-02-20 Jakub Jelinek <jakub@redhat.com>
23580
23581 PR tree-optimization/52286
23582 * fold-const.c (fold_binary_loc): For (X & C1) | C2
23583 optimization use double_int_to_tree instead of build_int_cst_wide,
23584 rewrite to use double_int vars.
23585
23586 2012-02-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23587
23588 PR target/50166
23589 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Require gcc_SUN_LD_VERSION.
23590 Define _start.
23591 Remove -e 0 from $gcc_cv_ld invocation.
23592 Only use __GLIBC_PREREQ if defined.
23593 Enable on Solaris since Solaris 8 patch.
23594 (gcc_SUN_LD_VERSION): New macro.
23595 * configure.ac (ld_ver) <*-*-solaris2*>: Refer to
23596 gcc_SUN_LD_VERSION for version number format.
23597 * configure: Regenerate.
23598 * varasm.c (get_elf_initfini_array_priority_section): Set
23599 SECTION_NOTYPE for non-default priority.
23600 Use get_section instead of get_unnamed_section to emit
23601 .init_array/.fini_array with default priority.
23602
23603 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
23604
23605 * config/mips/mips.c (mips_need_mips16_rdhwr_p): New variable.
23606 (mips_get_tp): Set it. Record that __mips16_rdhwr binds locally.
23607 (mips_start_unique_function, mips_output_mips16_rdhwr)
23608 (mips_code_end): New functions.
23609 (TARGET_ASM_CODE_END): Define.
23610
23611 2012-02-19 Richard Sandiford <rdsandiford@googlemail.com>
23612
23613 * config/mips/mips.c (mips16_build_call_stub): Add CFI information
23614 to stubs with non-sibling calls.
23615
23616 2012-02-18 Sandra Loosemore <sandra@codesourcery.com>
23617
23618 * doc/invoke.texi (-fira-* options): Copy-edit.
23619 (ira-* parameters): Copy-edit.
23620
23621 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
23622
23623 * doc/invoke.texi: Minor copy-edits to bring into conformance with
23624 GCC coding conventions.
23625
23626 2012-02-17 Sandra Loosemore <sandra@codesourcery.com>
23627
23628 * doc/invoke.texi: Consistently hyphenate "big-endian"/"little-endian"
23629 when used as adjectives.
23630
23631 2012-02-16 Sandra Loosemore <sandra@codesourcery.com>
23632
23633 * doc/invoke.texi: Clean up "that"/"which" confusion.
23634
23635 2012-02-17 Steven Bosscher <steven@gcc.gnu.org>
23636
23637 * system.h: Poison SMALL_REGISTER_CLASSES
23638 * config/rl78/rl78.h: Replace SMALL_REGISTER_CLASSES with hook.
23639 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES.
23640
23641 2012-02-16 Jakub Jelinek <jakub@redhat.com>
23642
23643 PR tree-optimization/52285
23644 * tree-tailcall.c (find_tail_calls): Ignore gimple_clobber_p stmts
23645 when deciding if a call is a tail call or tail recursion.
23646
23647 2012-02-16 Kai Tietz <ktietz@redhat.com>
23648
23649 * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
23650 interger-constant displacement for UNSPEC_PCREL.
23651
23652 2012-02-16 Jakub Jelinek <jakub@redhat.com>
23653
23654 PR rtl-optimization/52208
23655 * ira-costs.c (scan_one_insn): Don't decrease mem_cost
23656 for MEMs with REG_EQUIV, if the MEM isn't general_operand.
23657
23658 PR tree-optimization/52255
23659 * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): If
23660 loop->header has virtual PHI, but exit_e->dest doesn't, add
23661 virtual PHI to exit_e->dest and adjust all uses after the loop.
23662
23663 PR debug/52260
23664 * dwarf2out.c (copy_decls_walk): Fill in *slot before traversing
23665 children with clone_tree_hash, not after it.
23666
23667 2012-02-16 Iain Sandoe <iains@gcc.gnu.org>
23668
23669 * config/darwin.h (ASM_OUTPUT_LABELREF): Add user label prefix for
23670 extended identifiers.
23671
23672 2012-02-16 Jakub Jelinek <jakub@redhat.com>
23673
23674 PR middle-end/51929
23675 * cgraphunit.c (verify_edge_corresponds_to_fndecl): If node is
23676 a same_body_alias, also test whether e->callee isn't a former
23677 or current clone of the decl this is a same body alias of.
23678
23679 PR translation/52264
23680 * cgraphunit.c (verify_cgraph_node): Fix a typo.
23681
23682 2012-02-15 Sandra Loosemore <sandra@codesourcery.com>
23683
23684 * doc/invoke.texi: Clean up "n-bit/byte/word" modifiers.
23685
23686 2012-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
23687
23688 PR target/52199
23689 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
23690 force_reg instead of copy_to_reg for better optimization. Force
23691 non-register or memory operands into a register.
23692
23693 2012-02-15 Andrew MacLeod <amacleod@redhat.com>
23694
23695 * extend.texi: Reserve upper bits of memory model for future use.
23696
23697 2012-01-15 Georg-Johann Lay <avr@gjlay.de>
23698 Anatoly Sokolov <aesok@post.ru>
23699 Eric Weddington <eric.weddington@atmel.com>
23700
23701 PR target/52261
23702 * config/avr/avr-devices.c (avr_arch_types): Add avrxmega2,
23703 avrxmega4, avrxmega5, avrxmega6, avrxmega7.
23704 Rewrite initializers for .macro.
23705 * config/avr/avr-mcus.def (AVR_MCU): Add known MCUs:
23706 avrxmega2: atxmega16a4, atxmega16d4, atxmega16x1, atxmega32a4
23707 atxmega32d4, atxmega32x1.
23708 avrxmega4: atxmega64a3, atxmega64d3.
23709 avrxmega5: atxmega64a1, atxmega64a1u.
23710 avrxmega6: atxmega128a3, atxmega128d3, atxmega192a3, atxmega192d3,
23711 atxmega256a3, atxmega256a3b, atxmega256a3bu, atxmega256d3.
23712 avrxmega7: atxmega128a1, atxmega128a1u.
23713 * config/avr/avr.h (enum avr_arch): Add: ARCH_AVRXMEGA2,
23714 ARCH_AVRXMEGA4, ARCH_AVRXMEGA5, ARCH_AVRXMEGA6, ARCH_AVRXMEGA7.
23715 (struct base_arch_s): Rename reserved to xmega_p.
23716 Rename reserved2 to have_rampd.
23717 (AVR_XMEGA): New define.
23718 (AVR_HAVE_RAMPD, AVR_HAVE_RAMPX, AVR_HAVE_RAMPY): New defines.
23719 (AVR_HAVE_RAMPZ): Change definition to fit xmega.
23720 * config/avr/predicates.md (io_address_operand): Take into
23721 account SFR offset.
23722 (low_io_address_operand): Ditto.
23723 (high_io_address_operand): Ditto.
23724 * config/avr/avr.md (isa): Add alternatives no_xmega, xmega.
23725 (enabled, movhi_sp_r): Use them.
23726 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use
23727 cpp_define_formatted to built-in define __AVR_ARCH__.
23728 (__AVR_XMEGA__): New built-in define.
23729 (__AVR_HAVE_RAMPD__): New built-in define.
23730 (__AVR_HAVE_RAMPX__): New built-in define.
23731 (__AVR_HAVE_RAMPY__): New built-in define.
23732 (__AVR_HAVE_RAMPZ__): Change condition when to built-in define it.
23733
23734 * config/avr/avr.c (avr_addr_t): Add ccp, rampd, rampx, rampy.
23735 (avr_option_override): Initialize them.
23736 (sreg_rtx, rampd_rtx, rampx_rtx, rampy_rtx): New GTY rtx.
23737 (avr_init_expanders): Initialize them. No more block several calls.
23738 (emit_push_sfr): New static function.
23739 (avr_prologue_setup_frame): Use it to push SREG, RAMPD/X/Y/Z as needed.
23740 Handle AVR_XMEGA.
23741 (expand_epilogue): Handle AVR_XMEGA. Pop RAMPD/X/Y/Z as needed.
23742 (avr_print_operand): Print addreeses as symbols for
23743 RAMPX, RAMPY, RAMPD, CCP.
23744 (output_movhi): Handle AVR_XMEGA when writing to SP.
23745 (avr_out_movhi_mr_r_xmega): New static function.
23746 (out_movhi_mr_r): Forward to avr_out_movhi_mr_r_xmega for AVR_XMEGA.
23747 (avr_file_start): Print symbol defines for __RAMPX__, __RAMPY__,
23748 __RAMPD__, __CCP__ as needed.
23749
23750 * config/avr/multilib.h: Regenerate.
23751 * config/avr/t-multilib: Regenerate.
23752 * config/avr/avr-tables.opt: Regenerate.
23753
23754 2012-02-15 Tobias Grosser <grosser@fim.uni-passau.de>
23755
23756 PR tree-optimization/50561
23757 * graphite-flattening.c (lst_project_loop): Do not
23758 remove old scattering dimensions after flattening.
23759 (lst_do_flatten): Likewise.
23760
23761 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
23762
23763 * doc/extend.texi (AVR Built-in Functions): Remove doc for
23764 __builtin_avr_map8, __builtin_avr_map16.
23765 Document __builtin_avr_insert_bits.
23766
23767 * config/avr/avr.md (map_bitsqi, map_bitshi): Remove.
23768 (insert_bits): New insn.
23769 (adjust_len.map_bits): Rename to insert_bits.
23770 (UNSPEC_MAP_BITS): Rename to UNSPEC_INSERT_BITS.
23771 * avr-protos.h (avr_out_map_bits): Remove.
23772 (avr_out_insert_bits, avr_has_nibble_0xf): New.
23773 * config/avr/constraints.md (Cxf,C0f): New.
23774 * config/avr/avr.c (avr_cpu_cpp_builtins): Remove built-in
23775 defines __BUILTIN_AVR_MAP8, __BUILTIN_AVR_MAP16.
23776 New built-in define __BUILTIN_AVR_INSERT_BITS.
23777 * config/avr/avr.c (TARGET_FOLD_BUILTIN): New define.
23778 (enum avr_builtin_id): Add AVR_BUILTIN_INSERT_BITS.
23779 (avr_move_bits): Rewrite.
23780 (avr_fold_builtin, avr_map_metric, avr_map_decompose): New static
23781 functions.
23782 (avr_map_op_t): New typedef.
23783 (avr_map_op): New static variable.
23784 (avr_out_insert_bits, avr_has_nibble_0xf): New functions.
23785 (adjust_insn_length): Handle ADJUST_LEN_INSERT_BITS.
23786 (avr_init_builtins): Add definition for __builtin_avr_insert_bits.
23787 (bdesc_3arg, avr_expand_triop_builtin): New.
23788 (avr_expand_builtin): Use them. And handle AVR_BUILTIN_INSERT_BITS.
23789 (avr_revert_map, avr_swap_map, avr_id_map, avr_sig_map): Remove.
23790 (avr_map_hamming_byte, avr_map_hamming_nonstrict): Remove.
23791 (avr_map_equal_p, avr_map_sig_p): Remove.
23792 (avr_out_swap_bits, avr_out_revert_bits, avr_out_map_bits): Remove.
23793 (bdesc_2arg): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
23794 (adjust_insn_length): Remove handling for ADJUST_LEN_MAP_BITS.
23795 (enum avr_builtin_id): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
23796 (avr_init_builtins): Remove __builtin_avr_map8, __builtin_avr_map16.
23797 (avr_expand_builtin): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
23798
23799 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
23800
23801 * config/c6x/c6x.md (reserve_cycles): New attribute.
23802 * config/c6x/c6x.c (c6x_sched_reorder_1): Ensure insns we predicate
23803 don't reserve functional units after the branch occurs.
23804
23805 2012-02-14 Aldy Hernandez <aldyh@redhat.com>
23806
23807 PR middle-end/52142
23808 * ipa-inline.c (can_inline_edge_p): Do not inline tm_pure
23809 functions into non-tm_pure functions.
23810
23811 2012-02-14 Eric Botcazou <ebotcazou@adacore.com>
23812
23813 PR lto/52178
23814 * gimple.c (iterative_hash_gimple_type): Use RECORD_OR_UNION_TYPE_P.
23815 (iterative_hash_canonical_type): Likewise.
23816 * tree-ssa-pre.c (fini_pre): Clean up the CFG only after purging all
23817 the dead edges.
23818
23819 2012-02-14 Bernd Schmidt <bernds@codesourcery.com>
23820
23821 * haifa-sched.c (prune_ready_list): Ensure that if there is a
23822 sched-group insn, it either remains alone or the entire list is pruned.
23823
23824 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
23825
23826 * doc/install.texi (Prerequisites): Fix grammar.
23827 (Configuration): Likewise.
23828
23829 2012-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
23830
23831 * doc/install.texi (Prerequisites): Suggest building GMP, MPFR and
23832 MPC as part of GCC before describing configuring with --with-gmp etc.
23833 (Installing GCC: Configuration): --with-gmp etc. aren't needed if
23834 sources are present.
23835
23836 2012-02-14 Jakub Jelinek <jakub@redhat.com>
23837
23838 PR debug/51950
23839 * dwarf2out.c (clone_tree_hash): New function.
23840 (copy_decls_walk): Use it instead of clone_tree.
23841
23842 2012-02-14 Richard Guenther <rguenther@suse.de>
23843
23844 PR tree-optimization/52244
23845 PR tree-optimization/51528
23846 * tree-sra.c (analyze_access_subtree): Only create INTEGER_TYPE
23847 replacements for integral types.
23848
23849 2012-02-14 Walter Lee <walt@tilera.com>
23850
23851 * config.gcc: Handle tilegx and tilepro.
23852 * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
23853 tilegx and tilepro.
23854 Add HAVE_AS_TLS check for tilegx and tilepro.
23855 * configure: Regenerate.
23856 * doc/contrib.texi: Add Mat Hostetter and self.
23857 * doc/extend.texi (TILE-Gx Built-in Functions): New node.
23858 Document instruction intrinsics and network accessing intrinsics.
23859 (TILEPro Built-in Functions): New node. Document instruction
23860 intrinsics and network accessing intrinsics.
23861 * doc/install.texi (Specific, tilegx-*-linux*): Document it.
23862 (Specific, tilepro-*-linux*): Likewise.
23863 * doc/invoke.texi (TILE-Gx Options): New section.
23864 (TILEPro Options): New section.
23865 * doc/md.texi (TILE-Gx): New section.
23866 (TILEPro): New section.
23867 * common/config/tilegx/tilegx-common.c: New file.
23868 * common/config/tilepro/tilepro-common.c: New file.
23869 * config/tilegx/constraints.md: New file.
23870 * config/tilegx/linux.h: New file.
23871 * config/tilegx/mul-tables.c: New file.
23872 * config/tilegx/predicates.md: New file.
23873 * config/tilegx/sync.md: New file.
23874 * config/tilegx/t-tilegx: New file.
23875 * config/tilegx/tilegx-builtins.h: New file.
23876 * config/tilegx/tilegx-c.c: New file.
23877 * config/tilegx/tilegx-generic.md: New file.
23878 * config/tilegx/tilegx-modes.def: New file.
23879 * config/tilegx/tilegx-multiply.h: New file.
23880 * config/tilegx/tilegx-protos.h: New file.
23881 * config/tilegx/tilegx.c: New file.
23882 * config/tilegx/tilegx.h: New file.
23883 * config/tilegx/tilegx.md: New file.
23884 * config/tilegx/tilegx.opt: New file.
23885 * config/tilepro/constraints.md: New file.
23886 * config/tilepro/gen-mul-tables.cc: New file.
23887 * config/tilepro/linux.h: New file.
23888 * config/tilepro/mul-tables.c: New file.
23889 * config/tilepro/predicates.md: New file.
23890 * config/tilepro/t-tilepro: New file.
23891 * config/tilepro/tilepro-builtins.h: New file.
23892 * config/tilepro/tilepro-c.c: New file.
23893 * config/tilepro/tilepro-generic.md: New file.
23894 * config/tilepro/tilepro-modes.def: New file.
23895 * config/tilepro/tilepro-multiply.h: New file.
23896 * config/tilepro/tilepro-protos.h: New file.
23897 * config/tilepro/tilepro.c: New file.
23898 * config/tilepro/tilepro.h: New file.
23899 * config/tilepro/tilepro.md: New file.
23900 * config/tilepro/tilepro.opt: New file.
23901
23902 2012-02-14 Jakub Jelinek <jakub@redhat.com>
23903
23904 PR tree-optimization/52210
23905 * tree-vect-slp.c (vect_get_and_check_slp_defs): Call
23906 vect_model_simple_cost with two entry vect_def_type array instead
23907 of an address of dt.
23908
23909 2012-02-14 Richard Guenther <rguenther@suse.de>
23910
23911 PR lto/52178
23912 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
23913 Do not stream DECL_QUALIFIER.
23914 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
23915 * tree.c (free_lang_data_in_decl): Free DECL_QUALIFIER.
23916 (find_decls_types_r): Do not walk DECL_QUALIFIER.
23917
23918 2012-02-14 Jakub Jelinek <jakub@redhat.com>
23919
23920 PR c/52181
23921 * c-decl.c (merge_decls): Copy DECL_USER_ALIGN bit from olddecl to
23922 newdecl.
23923
23924 2012-02-13 Jakub Jelinek <jakub@redhat.com>
23925
23926 PR bootstrap/52172
23927 * cselib.h (cselib_subst_to_values_from_insn): New prototype.
23928 * cselib.c (cselib_subst_to_values_from_insn): New function.
23929 * sched-deps.c (add_insn_mem_dependence,
23930 sched_analyze_1, sched_analyze_2): Use it.
23931
23932 2012-02-13 Jan Hubicka <jh@suse.cz>
23933
23934 PR middle-end/52214
23935 * predict.c (predict_paths_for_bb): Fix thinko in prevoius patch.
23936
23937 2012-02-13 Eric Botcazou <ebotcazou@adacore.com>
23938
23939 * gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.
23940 (GTM_SELF_SPECS): Define if not already defined.
23941 (driver_self_specs): Add GTM_SELF_SPECS.
23942 * config/darwin.h (LINK_COMMAND_SPEC_A): Deal with -fgnu-tm.
23943 (GTM_SELF_SPECS): Define.
23944 * config/i386/cygwin.h (GTM_SELF_SPECS): Likewise.
23945 * config/i386/mingw32.h (GTM_SELF_SPECS): Likewise.
23946
23947 2012-02-13 Jakub Jelinek <jakub@redhat.com>
23948
23949 * cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right
23950 away if seen.
23951
23952 * cselib.c (dump_cselib_val): Don't assume l->setting_insn is non-NULL.
23953
23954 PR middle-end/52230
23955 * omp-low.c (expand_omp_for): If a static schedule without chunk size
23956 has NULL region->cont, force fd.chunk_size to be integer_zero_node.
23957
23958 2012-02-13 Andrew MacLeod <amacleod@redhat.com>
23959
23960 PR c/52190
23961 * doc/extend.texi : Fix another __atomic_compare_exchange typo.
23962
23963 2012-02-13 Richard Guenther <rguenther@suse.de>
23964
23965 PR translation/52211
23966 * passes.c (enable_disable_pass): Fix typo.
23967
23968 2012-02-13 Jakub Jelinek <jakub@redhat.com>
23969
23970 PR middle-end/52209
23971 * expr.c (expand_expr_real_2) <case BIT_NOT_EXPR>: Only expand using
23972 XOR for reduce_bit_field if type is unsigned.
23973
23974 2012-02-12 Eric Botcazou <ebotcazou@adacore.com>
23975
23976 * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): In 64-bit mode,
23977 disallow changes from SFmode to mode with different size in FP regs.
23978
23979 2012-02-12 Robert Millan <rmh@gnu.org>
23980 Gerald Pfeifer <gerald@pfeifer.com>
23981
23982 * ginclude/stddef.h [__FreeBSD_kernel__] (__size_t): Do not define.
23983 Tweak comment.
23984
23985 2012-02-11 Richard Sandiford <rdsandiford@googlemail.com>
23986
23987 PR rtl-optimization/52175
23988 * reorg.c (fill_slots_from_thread): Don't apply add/sub optimization
23989 to frame-related instructions.
23990
23991 2012-02-10 Jason Merrill <jason@redhat.com>
23992
23993 PR c++/51910
23994 * tlink.c (demangled_hash_entry): Change mangled to a VEC.
23995 (demangle_new_symbols): Fill it.
23996 (scan_linker_output): Walk it.
23997 (start_tweaking): Split out from scan_linker_output.
23998 (maybe_tweak): Update sym->chosen.
23999 * Makefile.in (COLLECT2_OBJS): Add vec.o and gcc-none.o
24000
24001 2012-02-11 Jakub Jelinek <jakub@redhat.com>
24002
24003 PR debug/52132
24004 * reg-stack.c (subst_stack_regs_in_debug_insn): Don't use get_true_reg.
24005
24006 2012-02-11 Uros Bizjak <ubizjak@gmail.com>
24007
24008 * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
24009 having the same mode as previous compare.
24010
24011 2012-02-10 Eric Botcazou <ebotcazou@adacore.com>
24012
24013 * config/sparc/sparc.c (sparc_flat_expand_prologue): Use emit_use.
24014 * config/sparc/sparc.md (UNSPECV_GOTO): Delete.
24015 (nonlocal_goto_internal): Likewise.
24016 (nonlocal_goto): Emit a use and an indirect jump directly.
24017
24018 2012-02-10 Andrew MacLeod <amacleod@redhat.com>
24019
24020 PR c/52190
24021 * doc/extend.texi : Update comments for __atomic_compare_exchange and
24022 __atomic_{is,always}_lock_free.
24023
24024 2012-02-10 Uros Bizjak <ubizjak@gmail.com>
24025
24026 PR target/52146
24027 * config/i386/i386.c (ix86_legitimate_address_p): Disallow
24028 negative constant address for TARGET_X32.
24029
24030 2012-02-10 Richard Henderson <rth@redhat.com>
24031
24032 * tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.
24033 * tree-ssa-operands.c (parse_ssa_operands): Add virtual operands
24034 for GIMPLE_TRANSACTION. Tidy if's into a switch.
24035
24036 2012-02-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
24037 Ira Rosen <irar@il.ibm.com>
24038
24039 PR tree-optimization/50031
24040 * targhooks.c (default_builtin_vectorization_cost): Handle
24041 vec_promote_demote.
24042 * target.h (enum vect_cost_for_stmt): Add vec_promote_demote.
24043 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Handle
24044 all types of reduction and pattern statements.
24045 (vect_estimate_min_profitable_iters): Likewise.
24046 * tree-vect-stmts.c (vect_model_promotion_demotion_cost): New function.
24047 (vect_get_load_cost): Use vec_perm for permutations; add dump logic
24048 for explicit realigns.
24049 (vectorizable_conversion): Call vect_model_promotion_demotion_cost.
24050 * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
24051 vec_promote_demote.
24052 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
24053 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Update
24054 vec_perm for VSX and handle vec_promote_demote.
24055
24056 2012-02-10 Jakub Jelinek <jakub@redhat.com>
24057
24058 PR middle-end/52177
24059 * builtins.c (fold_builtin_atomic_always_lock_free,
24060 expand_builtin_atomic_always_lock_free,
24061 fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
24062 Return and/or test boolean_true_node/boolean_false_node instead of
24063 integer_one_node/integer_zero_node.
24064
24065 2012-02-10 Jan Hubicka <jh@suse.cz>
24066
24067 PR middle-end/48600
24068 * predict.c (predict_paths_for_bb): Prevent looping.
24069 (predict_paths_leading_to_edge, predict_paths_leading_to): Update.
24070
24071 2012-02-10 Roman Zhuykov <zhroma@ispras.ru>
24072
24073 * config/arm/arm.c (output_move_double): In one case properly
24074 count number of instructions that will be emitted.
24075
24076 2012-02-10 Richard Guenther <rguenther@suse.de>
24077
24078 PR translation/52193
24079 * cgraphunit.c (cgraph_mark_functions_to_output): Fix typo.
24080
24081 2012-02-09 Peter Bergner <bergner@vnet.ibm.com>
24082
24083 PR middle-end/52140
24084 * dojump.c (do_compare_rtx_and_jump): Use SCALAR_FLOAT_MODE_P.
24085
24086 2012-02-09 Jakub Jelinek <jakub@redhat.com>
24087
24088 PR debug/52165
24089 * var-tracking.c (emit_note_insn_var_location): If
24090 EMIT_NOTE_BEFORE_INSN and insn is NOTE_INSN_CALL_ARG_LOCATION,
24091 emit it before next non-NOTE_INSN_CALL_ARG_LOCATION
24092 non-NOTE_DURING_CALL_P insn.
24093
24094 2012-02-09 Bin Cheng <bin.cheng@arm.com>
24095
24096 PR middle-end/51867
24097 * builtins.c (expand_builtin): Don't check DECL_ASSEMBLER_NAME_SET_P.
24098
24099 2012-02-08 Magnus Granberg <zorry@gentoo.org>
24100
24101 PR driver/48524
24102 * gcc.c (switch_matches) Support switches with separated form,
24103 -D and -U.
24104
24105 2012-02-08 Georg-Johann Lay <avr@gjlay.de>
24106
24107 * config/avr/avr.md (SREG_ADDR): Remove constant definition.
24108 (SP_ADDR): Ditto.
24109 (RAMPZ_ADDR): Ditto.
24110 * config/avr/avr.c (avr_addr_t): New typedef.
24111 (avr_addr): New struct to hold RAM address of SPL, SPH, RAMPZ, SREG.
24112 (avr_init_expanders): Initialize it.
24113 (expand_prologue): Use avr_addr instead of RAMPZ_ADDR, SP_ADDR,
24114 SREG_ADDR.
24115 (expand_epilogue): Ditto.
24116 (avr_print_operand): Ditto.
24117 (avr_file_start): Ditto.
24118 (avr_emit_movmemhi): Ditto.
24119
24120 2012-02-08 Richard Guenther <rguenther@suse.de>
24121
24122 PR tree-optimization/46886
24123 * tree-flow.h (do_while_loop_p): Declare.
24124 * tree-ssa-loop-ch.c (do_while_loop_p): Export.
24125 * tree-parloops.c (parallelize_loops): Only parallelize do-while loops.
24126
24127 2012-02-08 Andrew MacLeod <amacleod@redhat.com>
24128
24129 * optabs.c (expand_atomic_load): Do not assume compare_and_swap will
24130 always succeed for integers larger than a native word.
24131
24132 2012-02-08 Richard Guenther <rguenther@suse.de>
24133
24134 PR rtl-optimization/52170
24135 * simplify-rtx.c (simplify_plus_minus): Use CONSTM1_RTX to
24136 properly handle integer vector modes.
24137
24138 2012-02-08 Jakub Jelinek <jakub@redhat.com>
24139
24140 PR gcov-profile/52150
24141 * coverage.c: Include target.h.
24142 (build_var): Call targetm.strip_name_encoding on the assembler name.
24143 Change one _ into . or $ if the target allows it.
24144 * Makefile.in (coverage.o): Depend on $(TARGET_H).
24145
24146 PR rtl-optimization/52139
24147 * cfgrtl.c (cfg_layout_merge_blocks): If BB_END
24148 is a BARRIER after emit_insn_after_noloc, move BB_END
24149 to the last non-BARRIER insn before it.
24150
24151 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
24152
24153 PR middle-end/24306
24154 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): New function.
24155 (mips_gimplify_va_arg_expr): Call it instead of
24156 std_gimplify_va_arg_expr.
24157
24158 2012-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
24159
24160 * config/rs6000/rs6000.c (rs6000_trampoline_init): Fix error
24161 message for -mno-pointers-to-nested-function.
24162
24163 2012-02-07 Eric Botcazou <ebotcazou@adacore.com>
24164
24165 PR middle-end/51994
24166 * expr.c (get_inner_reference): If there is an offset, add a negative
24167 bit position to it (if any).
24168
24169 2012-02-07 Jakub Jelinek <jakub@redhat.com>
24170
24171 PR rtl-optimization/52060
24172 * combine.c (try_combine): Add i0src_copy and i0src_copy2 variables,
24173 copy i1src to i1src_copy whenever added_sets_2 && i1_feeds_i2_n already
24174 before i1dest -> i1src substitution in newpat, copy i0src to i0src_copy
24175 and/or i0src_copy2 when needed.
24176
24177 2012-02-07 Jakub Jelinek <jakub@redhat.com>
24178
24179 * gcc.c (main): Don't look for lto-wrapper or lto-wrapper
24180 or LTOPLUGINSONAME if have_c.
24181
24182 * config/freebsd-spec.h: Add comment about what macros can be defined
24183 in this header.
24184 (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): Don't define here.
24185 * config/freebsd.h (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): But
24186 here instead.
24187
24188 2012-02-07 Richard Guenther <rguenther@suse.de>
24189
24190 * gimple-pretty-print.c (dump_gimple_phi): Avoid excessive
24191 newline in -alias dumps.
24192
24193 2012-02-07 Kai Tietz <ktietz@redhat.com>
24194 Dave Korn <dave.korn.cygwin@gmail.com>
24195
24196 PR target/40068
24197 * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition):
24198 Take care that typinfo gets dllexport-attribute.
24199
24200 2012-02-07 Jakub Jelinek <jakub@redhat.com>
24201
24202 PR middle-end/52074
24203 * expr.c (expand_expr_addr_expr_1): For CONSTANT_CLASS_P or CONST_DECL
24204 if modifier < EXPAND_SUM call force_operand on the result.
24205
24206 2012-02-07 Joern Rennecke <joern.rennecke@embecosm.com>
24207
24208 * config/epiphany/epiphany.h (ASM_DECLARE_FUNCTION_SIZE): Redefine,
24209 adding __forwarder_dst__ prefix if a forwarder_section attribute is
24210 present.
24211 (epiphany_function_type): Replace types for specific interrupts with
24212 EPIPHANY_FUNCTION_INTERRUPT.
24213 (EPIPHANY_INTERRUPT_P): Update.
24214 * config/epiphany/epiphany.c (epiphany_handle_forwarder_attribute):
24215 New static function.
24216 (epiphany_attribute_table) <interrupt>: min_len is 0, max_len is 9.
24217 <disinterrupt>: Affects type identity.
24218 (epiphany_handle_interrupt_attribute): Handle variable number of
24219 arguments.
24220 (epiphany_compute_function_type): Update for new
24221 epiphany_function_type definition.
24222 (epiphany_expand_prologue): Don't save (reg:DI GPR_0) for interrupt
24223 handlers with a longcall forwarder.
24224 (epiphany_start_function): Handle multiple interrupt arguments and/or
24225 forwarder_section attribute.
24226
24227 * config/epiphany/epiphany.h (LIB_SPEC): Link libc again after
24228 libgloss.
24229
24230 2012-02-07 Alan Modra <amodra@gmail.com>
24231
24232 PR target/52107
24233 * config/rs6000/rs6000.c (rs6000_emit_move): Don't create DImode
24234 subregs of TFmode.
24235
24236 2012-02-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
24237
24238 PR tree-optimization/50969
24239 * tree-vect-stmts.c (vect_model_store_cost): Correct statement cost to
24240 use vec_perm rather than vector_stmt.
24241 (vect_model_load_cost): Likewise.
24242 * config/i386/i386.c (ix86_builtin_vectorization_cost): Change cost of
24243 vec_perm to be the same as other vector statements.
24244 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Revise
24245 cost of vec_perm for TARGET_VSX.
24246
24247 2012-02-06 Richard Guenther <rguenther@suse.de>
24248
24249 PR tree-optimization/52115
24250 * tree-sra.c (access_has_replacements_p): New function.
24251 (sra_modify_assign): Use it to decide whether a use is uninitialized.
24252
24253 2012-02-06 Patrick Marlier <patrick.marlier@gmail.com>
24254
24255 PR middle-end/52047
24256 * trans-mem.c (expand_call_tm): Add an assertion.
24257 * calls.c (flags_from_decl_or_type): Add ECF_TM_PURE to 'no vops'
24258 functions.
24259
24260 2012-02-06 Richard Guenther <rguenther@suse.de>
24261
24262 PR tree-optimization/50955
24263 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Artificially
24264 raise cost of expressions that replace an address with an
24265 expression based on a different pointer.
24266
24267 2012-02-06 Jakub Jelinek <jakub@redhat.com>
24268
24269 PR target/52129
24270 * calls.c (mem_overlaps_already_clobbered_arg_p): If val is
24271 CONST_INT_P, subtract resp. add crtl->args.pretend_args_size to it.
24272
24273 2012-02-06 Jonathan Wakely <jwakely.gcc@gmail.com>
24274
24275 PR c++/48680
24276 * doc/invoke.texi (C++ Dialect Options): Use @option markup for
24277 -Weffc++ and specify guidelines come from second edition.
24278
24279 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
24280
24281 * config/mips/mips.md (sibcall_internal, sibcall_value_internal)
24282 (sibcall_value_multiple_internal, call_split, call_internal_direct)
24283 (call_direct_split, call_value_split, call_value_internal_direct)
24284 (call_value_direct_split, call_value_multiple_split): Use jal and
24285 jal_macro attributes.
24286
24287 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
24288
24289 * reload1.c (reload_regs_reach_end_p): Replace with...
24290 (reload_reg_rtx_reaches_end_p): ...this function.
24291 (new_spill_reg_store): Update commentary.
24292 (emit_input_reload_insns): Don't clear new_spill_reg_store here.
24293 (emit_output_reload_insns): Check reload_reg_rtx_reaches_end_p
24294 before setting new_spill_reg_store.
24295 (emit_reload_insns): Use a separate loop to clear new_spill_reg_store.
24296 Use reload_reg_rtx_reaches_end_p instead of reload_regs_reach_end_p.
24297 Also use reload_reg_rtx_reaches_end_p when reading new_spill_reg_store
24298 for non-spill reload registers.
24299
24300 2012-02-05 Ira Rosen <irar@il.ibm.com>
24301
24302 PR tree-optimization/52091
24303 * tree-vectorizer.h (vect_is_simple_use): Add an argument.
24304 (vect_is_simple_use_1): Likewise.
24305 * tree-vect-loop.c (vectorizable_reduction): Update calls
24306 to vect_is_simple_use_1 and vect_is_simple_use.
24307 (vectorizable_live_operation): Likewise.
24308 * tree-vect-patterns.c (widened_name_p,
24309 vect_recog_vector_vector_shift_pattern, check_bool_pattern): Likewise.
24310 * tree-vect-stmts.c (process_use, vect_get_vec_def_for_operand,
24311 vectorizable_call, vectorizable_conversion, vectorizable_assignment,
24312 vectorizable_shift,vectorizable_operation, vectorizable_store,
24313 vectorizable_load): Likewise.
24314 (vect_is_simple_cond): Add an argument, pass it to
24315 vect_is_simple_use_1.
24316 (vectorizable_condition): Update calls to vect_is_simple_cond,
24317 vect_is_simple_use.
24318 (vect_is_simple_use): Add an argument, the statement in which
24319 OPERAND is used. Check that if OPERAND's def stmt is a double
24320 reduction phi node, the use is a phi node too.
24321 (vect_is_simple_use_1): Add an argument, pass it to
24322 vect_is_simple_use.
24323 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update a call
24324 to vect_is_simple_use.
24325
24326 2012-02-04 Jakub Jelinek <jakub@redhat.com>
24327
24328 PR rtl-optimization/52095
24329 * modulo-sched.c (dump_insn_locator): New function.
24330 (loop_canon_p, sms_schedule): Use it.
24331
24332 PR rtl-optimization/52113
24333 * lower-subreg.c (decompose_multiword_subregs): Call recog_memoized
24334 even for decomposable shift/zext insns.
24335
24336 2012-02-03 Jakub Jelinek <jakub@redhat.com>
24337 Zdenek Dvorak <ook@ucw.cz>
24338
24339 PR rtl-optimization/52092
24340 * loop-unswitch.c (unswitch_single_loop): Call copy_rtx_if_shared
24341 on get_iv_value result.
24342
24343 2012-02-02 Andrew Pinski <apinski@cavium.com>
24344
24345 PR middle-end/47982
24346 PR middle-end/43967
24347 * doc/libgcc.texi (__udivmoddi4/__udivmodti4): Fix documentation typo.
24348
24349 2012-02-02 Jakub Jelinek <jakub@redhat.com>
24350
24351 PR middle-end/48071
24352 * diagnostic.c (diagnostic_finish): Remove trailing newlines.
24353
24354 2012-02-02 Vladimir Makarov <vmakarov@redhat.com>
24355
24356 PR rtl-optimization/49800
24357 * haifa-sched.c (sched_init): Call regstat_init_n_sets_and_refs.
24358 (sched_finish): Call regstat_free_n_sets_and_refs.
24359
24360 2012-02-02 Jia Liu <proljc@gmail.com>
24361
24362 * config/mips/mips-dspr2.md (mips_prepend): Mask operand 3 rather
24363 than operand 2.
24364
24365 2012-02-02 Jan Hubicka <jh@suse.cz>
24366 Tom de Vries <tom@codesourcery.com>
24367
24368 PR middle-end/51998
24369 * cgraphunit.c (cgraph_analyze_function): Break cyclic aliases.
24370 * varpool.c (varpool_analyze_pending_decls): Likewise.
24371
24372 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
24373 Jayant R Sonar <jayant.sonar@kpitcummins.com>
24374
24375 * config.gcc: Add cr16-* support.
24376
24377 * doc/extend.texi: Document cr16 extensions.
24378 * doc/install.texi: Document cr16 install.
24379 * doc/invoke.texi: Document cr16 options.
24380 * doc/md.texi: Document cr16 constraints.
24381
24382 * common/config/cr16/cr16-common.c: New file.
24383 * config/cr16/cr16.c: New file.
24384 * config/cr16/cr16.h: New file.
24385 * config/cr16/cr16.md: New file.
24386 * config/cr16/cr16.opt: New file.
24387 * config/cr16/cr16-protos.h: New file.
24388 * config/cr16/predicates.md: New file.
24389 * config/cr16/constraints.md: New file.
24390 * config/cr16/t-cr16: New file.
24391
24392 2012-02-02 Jakub Jelinek <jakub@redhat.com>
24393
24394 PR target/52086
24395 * config/i386/i386.md (*addqi_2 peephole with SImode addition): Check
24396 that operands[2] is either immediate, or q_regs_operand.
24397
24398 PR tree-optimization/52073
24399 * tree-vect-stmts.c (vect_mark_relevant): When checking uses of
24400 a pattern stmt for pattern uses, ignore uses outside of the loop.
24401
24402 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
24403
24404 * config/avr/avr.c: Resolve all AS1 and AS2 macros.
24405 * config/avr/avr.h (AS1, AS2, AS2C, AS3): Remove.
24406 (OUT_AS1, OUT_AS2): Remove.
24407
24408 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
24409
24410 PR rtl-optimization/51374
24411 * combine.c (can_combine_p): Don't allow volatile_refs_p insns
24412 to cross other volatile_refs_p insns.
24413
24414 2012-02-01 Richard Guenther <rguenther@suse.de>
24415
24416 * doc/invoke.texi (fno-inline): Clarify documentation.
24417 (finline-small-functions): Likewise.
24418 (finline-functions): Likewise.
24419 * common.opt (finline): Adjust comment and documentation.
24420 (finline-small-functions): Clarify documentation.
24421 (finline-functions): Likewise.
24422 (finline-functions-called-once): Likewise.
24423
24424 2012-02-01 Tristan Gingold <gingold@adacore.com>
24425
24426 * c-typeck.c (composite_type): Keep mode for pointers.
24427
24428 2012-01-31 Richard Sandiford <rdsandiford@googlemail.com>
24429
24430 * function.h (regno_reg_rtx): Adjust comment.
24431 * reginfo.c (init_reg_modes_target): Only use the previous mode
24432 if it fits within one register. Remove MIPS comment.
24433
24434 2012-01-31 Jakub Jelinek <jakub@redhat.com>
24435
24436 PR bootstrap/52058
24437 * combine.c (do_SUBST_LINK, SUBST_LINK): Guard with #ifndef HAVE_cc0.
24438
24439 2012-01-31 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24440
24441 * config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
24442 to srak instruction.
24443
24444 2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
24445
24446 * config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true condition.
24447
24448 2012-01-31 Jakub Jelinek <jakub@redhat.com>
24449
24450 PR bootstrap/52041
24451 PR bootstrap/52039
24452 PR target/51974
24453 * ipa-prop.c (detect_type_change_1): Call ao_ref_init.
24454
24455 2012-01-31 Richard Guenther <rguenther@suse.de>
24456
24457 PR tree-optimization/51528
24458 * tree-sra.c (sra_modify_assign): Avoid copy-in/out for aggregate
24459 assigns.
24460
24461 2012-01-31 Jakub Jelinek <jakub@redhat.com>
24462
24463 PR bootstrap/52041
24464 PR bootstrap/52039
24465 PR target/51974
24466 * ree.c (add_removable_extension): Change def_map argument
24467 to unsigned *, store in def_map 1 + offset into *insn_list vector
24468 instead of pointers into the vector.
24469 (find_removable_extensions): Adjust caller.
24470
24471 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
24472
24473 * config/avr/avr.md: Resolve all AS1 and AS2 macros.
24474 Transform all "* quoted-c-code" to { c-code }.
24475 Remove redundant test for "optimize" in combine patterns.
24476 Move (include "avr-dimode.md") to end of file.
24477
24478 2012-01-30 Bin Cheng <bin.cheng@arm.com>
24479
24480 PR target/51835
24481 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
24482 for __aeabi_d2iz/__aeabi_d2uiz with hard-float.
24483
24484 2012-01-30 Richard Guenther <rguenther@suse.de>
24485
24486 PR tree-optimization/52028
24487 * tree-loop-distribution.c (ldist_gen): Properly update
24488 virtual SSA form.
24489
24490 2012-01-30 Jakub Jelinek <jakub@redhat.com>
24491
24492 PR debug/52027
24493 * dwarf2out.c (dwarf2out_switch_text_section): Don't call
24494 set_cur_line_info_table if not emitting debug info.
24495
24496 PR tree-optimization/52046
24497 * tree-vect-patterns.c (check_bool_pattern): Give up if
24498 a comparison could throw.
24499
24500 PR debug/52048
24501 * tree-ssa-tail-merge.c (local_def): Ignore debug uses.
24502
24503 2012-01-30 Richard Guenther <rguenther@suse.de>
24504
24505 PR tree-optimization/52045
24506 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Update
24507 SSA form if cfgcleanup did anything.
24508
24509 2012-01-30 Richard Guenther <rguenther@suse.de>
24510
24511 PR tree-optimization/52045
24512 * ipa-inline-transform.c (inline_transform): Call execute_fixup_cfg
24513 before computing final todo.
24514
24515 2012-01-30 Richard Guenther <rguenther@suse.de>
24516
24517 PR tree-optimization/51528
24518 * tree-sra.c (sra_modify_assign): Re-factor in preparation
24519 for PR51528 fix.
24520
24521 2012-01-30 Paolo Bonzini <bonzini@gnu.org>
24522
24523 * df-problems.c (df_kill_notes): Check that the use refers
24524 to the note under examination.
24525
24526 2012-01-30 Eric Botcazou <ebotcazou@adacore.com>
24527
24528 PR target/51920
24529 * config/sparc/sparc.c (vector_init_fpmerge): Remove INNER_MODE
24530 parameter and use short-lived pseudos.
24531 (vector_init_faligndata): Remove INNER_MODE parameter and use loop.
24532 (sparc_expand_vector_init): Const-ify local variables and adjust
24533 calls to above functions.
24534
24535 2012-01-30 Georg-Johann Lay <avr@gjlay.de>
24536
24537 * config/avr/avr.c (out_movqi_mr_r): Fix length computation.
24538
24539 2012-01-29 Sandra Loosemore <sandra@codesourcery.com>
24540
24541 * doc/invoke.texi: Make usage of "compile time" and
24542 "run time"/"runtime" consistent throughout the file.
24543
24544 2012-01-29 Uros Bizjak <ubizjak@gmail.com>
24545
24546 * config/alpha/alpha.c (alpha_option_override): Default to
24547 full IEEE compliance mode for Go language.
24548
24549 2012-01-29 Tijl Coosemans <tijl@coosemans.org>
24550
24551 * config/freebsd-spec.h [TARGET_LIBC_PROVIDES_SSP]
24552 (LINK_SSP_SPEC): Define.
24553
24554 2012-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24555
24556 PR target/51871
24557 * config/pa/pa.c (pa_return_addr_rtx): Add support for PA2.0 export
24558 stubs.
24559
24560 2012-01-28 Sandra Loosemore <sandra@codesourcery.com>
24561
24562 * doc/invoke.texi: Correct hyphenation of "floating point",
24563 "double precision", and related terminology throughout the file.
24564
24565 2012-01-28 Jakub Jelinek <jakub@redhat.com>
24566
24567 PR target/52006
24568 * config/arm/arm.md (pic_add_dot_plus_eight peephole2): Use
24569 arm_general_register_operand predicate for operand 2 instead of
24570 register_operand.
24571
24572 2012-01-27 Ian Lance Taylor <iant@google.com>
24573
24574 PR go/47656
24575 * builtins.def (BUILT_IN_INIT_HEAP_TRAMPOLINE): Define.
24576 * builtins.c (expand_builtin_init_trampoline): Add onstack
24577 parameter. Change caller.
24578 (expand_builtin): Handle BUILT_IN_INIT_HEAP_TRAMPOLINE.
24579 * tree.c (build_common_builtin_nodes): Declare
24580 __builtin_init_heap_trampoline.
24581
24582 2012-01-27 Georg-Johann Lay <avr@gjlay.de>
24583
24584 * config/avr/avr-protos.h (lpm_reg_rtx, lpm_addr_reg_rtx,
24585 tmp_reg_rtx, zero_reg_rtx, all_regs_rtx, rampz_rtx): Make global.
24586 * config/avr/avr.c: Ditto.
24587 (avr_regnames): Remove because unused.
24588 * config/avr/avr.md (*cpse.ne): New peephole.
24589 (*cpse.eq): New peephole from former cpse peepholes.
24590
24591 2012-01-27 Michael Eager <eager@eagercon.com>
24592
24593 * config/microblaze.c (microblaze_emit_compare): Correct
24594 test after pcmp instruction.
24595
24596 2012-01-27 Richard Guenther <rguenther@suse.de>
24597
24598 PR tree-optimization/52020
24599 * tree-sra.c (sra_modify_assign): Do not transform clobbers.
24600
24601 2012-01-27 Richard Guenther <rguenther@suse.de>
24602
24603 * ipa-pure-const.c (check_stmt): Clobbers do not make a
24604 function non-const/pure.
24605
24606 2012-01-27 Richard Guenther <rguenther@suse.de>
24607
24608 PR tree-optimization/50444
24609 * tree-sra.c (build_ref_for_offset): Properly adjust the
24610 MEM_REF type for unaligned accesses.
24611
24612 2012-01-27 Richard Guenther <rguenther@suse.de>
24613
24614 PR tree-optimization/50444
24615 * expr.c (mem_ref_refers_to_non_mem_p): New function.
24616 (expand_assignment): Use it. Properly handle misaligned
24617 bases when expanding stores to component references.
24618 (expand_expr_real_1): Use mem_ref_refers_to_non_mem_p and
24619 refactor that case.
24620
24621 2012-01-27 Andrey Belevantsev <abel@ispras.ru>
24622
24623 PR middle-end/51389
24624 * Makefile.in (tree-data-ref.o): Depend on $(PARAMS_H).
24625 * tree-data-ref.h (find_data_references_in_loop): Remove declaration.
24626 * tree-data-ref.c (find_data_references_in_loop): Make static.
24627 (compute_all_dependences): Change return type to bool. Bail out
24628 for too many datarefs in a loop. Move the hunk resetting the data
24629 dependences vector from ...
24630 (compute_data_dependences_for_loop): ... here. Account for
24631 compute_all_dependences returning false.
24632 (compute_data_dependences_for_bb): Likewise.
24633 * params.def (PARAM_LOOP_MAX_DATAREFS_FOR_DATADEPS): New param.
24634 * doc/invoke.texi (loop-max-datarefs-for-datadeps): Document it.
24635
24636 2012-01-27 Richard Guenther <rguenther@suse.de>
24637
24638 PR middle-end/51959
24639 * expr.c (store_field): Use the alias-set of the scratch memory
24640 for storing to it.
24641
24642 2012-01-27 Tom de Vries <tom@codesourcery.com>
24643
24644 PR tree-optimization/51990
24645 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
24646 WITH_SIZE_EXPR.
24647 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Same.
24648
24649 2012-01-27 Jakub Jelinek <jakub@redhat.com>
24650
24651 PR debug/52001
24652 * var-tracking.c (reverse_op): Don't add any reverse operation
24653 if V already has any constant locations.
24654
24655 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
24656
24657 * doc/invoke.texi: Correct usage of "command line" (noun)
24658 vs "command-line" (adjective) throughout.
24659
24660 2012-01-27 Sandra Loosemore <sandra@codesourcery.com>
24661
24662 * doc/invoke.texi (Language Independent Options): Move
24663 -Wcoverage-mismatch blurb from here....
24664 (Warning Options): ...to here.
24665
24666 2012-01-27 Peter Bergner <bergner@vnet.ibm.com>
24667
24668 * config/rs6000/rs6000.c (rs6000_option_override_internal):
24669 Set rs6000_always_hint to false for 476.
24670
24671 2012-01-27 Matthias Klose <doko@ubuntu.com>
24672
24673 * gcc.c (add_sysrooted_prefix): Remove trailing dir separator from
24674 system root.
24675 * incpath.c (add_standard_paths): Likewise.
24676
24677 2012-01-27 Richard Henderson <rth@redhat.com>
24678
24679 * config/m68k/m68k.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
24680 * config/m68k/sync.md (atomic_test_and_set): Rename from
24681 sync_test_and_setqi and adjust the operands.
24682 (atomic_test_and_set_1): Rename from sync_test_and_setqi_1
24683 and unconditionally enable.
24684
24685 2012-01-27 Richard Henderson <rth@redhat.com>
24686
24687 * config/sparc/sparc.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
24688 * config/sparc/sync.md (atomic_test_and_set): Only handle QImode.
24689 (ldstub): Rename from ldstubqi.
24690 (ldstub<I24MODE>): Remove.
24691
24692 2012-01-27 Richard Henderson <rth@redhat.com>
24693
24694 * target.def (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
24695 * c-cppbuiltin.c (cpp_atomic_builtins): Define
24696 __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
24697 * doc/tm.texi.in (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Add doc hook.
24698 * doc/tm.texi: Rebuild.
24699
24700 2012-01-27 Richard Henderson <rth@redhat.com>
24701
24702 * optabs.c (gen_atomic_test_and_set): Remove default.
24703 (maybe_emit_atomic_test_and_set): Use maybe_expand_insn.
24704
24705 2012-01-26 Jakub Jelinek <jakub@redhat.com>
24706
24707 PR rtl-optimization/51978
24708 * ree.c (make_defs_and_copies_lists): Change set_pat type to const_rtx.
24709 (combine_reaching_defs): Likewise.
24710 (struct re_info): Remove.
24711 (add_removable_extension): Remove x and data arguments,
24712 add insn, insn_list and def_map. Use the arguments directly
24713 instead of using struct re_info.
24714 (find_removable_extensions): Don't call add_removable_extension
24715 through note_stores, instead just call it with single_set
24716 result if non-NULL.
24717 (find_and_remove_re): Pass curr_cand->expr instead of
24718 PATTERN (curr_cand->insn) as set_pat argument to combine_reaching_defs.
24719
24720 2012-01-26 Michael Matz <matz@suse.de>
24721
24722 PR tree-optimization/46590
24723 * cfgexpand.c: Revert last change (r183305).
24724 * gimplify.c (gimplify_bind_expr): Add clobbers for all non-gimple
24725 regs.
24726 * tree-eh.c (cleanup_empty_eh): Try to optimize clobbers before
24727 checking for emptiness.
24728
24729 2012-01-26 Jakub Jelinek <jakub@redhat.com>
24730
24731 PR middle-end/51895
24732 * expr.c (expand_expr_real_1): Handle BLKmode MEM_REF of
24733 non-addressable non-BLKmode base correctly.
24734
24735 2012-01-26 Michael Matz <matz@suse.de>
24736
24737 PR tree-optimization/48794
24738 * tree-eh.c (remove_unreachable_handlers_no_lp): Don't remove
24739 regions referenced from RESX/EH_DISPATCH.
24740
24741 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24742
24743 * config/s390/s390.h: Make BRANCH_COST an option.
24744 * config/s390/s390.opt: New option -mbranch-cost.
24745
24746 2012-01-26 Richard Henderson <rth@redhat.com>
24747
24748 Revert 2012-01-24 change:
24749 * trans-mem.c (requires_barrier): Do not instrument thread local
24750 variables and emit save/restore for them.
24751
24752 2012-01-25 Jakub Jelinek <jakub@redhat.com>
24753
24754 PR middle-end/51986
24755 * sched-deps.c (sched_get_condition_with_rev_uncached): Don't test
24756 for pat == 0.
24757
24758 2012-01-25 Richard Sandiford <rdsandiford@googlemail.com>
24759
24760 * config/mips/mips.c (mips_small_data_pattern_1): Don't process
24761 ASM_OPERANDS.
24762
24763 2012-01-25 Georg-Johann Lay <avr@gjlay.de>
24764
24765 PR target/49868
24766 Rename __pgm to __flash.
24767 Rename __pgm1 to __flash1.
24768 Rename __pgm2 to __flash2.
24769 Rename __pgm3 to __flash3.
24770 Rename __pgm4 to __flash4.
24771 Rename __pgm5 to __flash5.
24772 Rename __pgmx to __memx.
24773 * doc/extend.texi (AVR Named Address Spaces)
24774 Rename address space names as indicated above.
24775 * config/avr/avr.c (avr_addrspace): Ditto.
24776
24777 * config/avr/avr-protos.h
24778 (avr_mem_pgmx_p): Rename to avr_mem_memx_p.
24779 (avr_mem_pgm_p): Rename to avr_mem_flash_p.
24780 * config/avr/predicates.md: Ditto.
24781 * config/avr/avr.c Ditto, and
24782 (avr_decl_pgmx_p): Rename to avr_decl_memx_p.
24783 (avr_decl_pgm_p): Rename to avr_decl_flash_p.
24784
24785 * config/avr/avr.h (ADDR_SPACE_PGM): Rename to ADDR_SPACE_FLASH.
24786 (ADDR_SPACE_PGM1): Rename to ADDR_SPACE_FLASH1.
24787 (ADDR_SPACE_PGM2): Rename to ADDR_SPACE_FLASH2.
24788 (ADDR_SPACE_PGM3): Rename to ADDR_SPACE_FLASH3.
24789 (ADDR_SPACE_PGM4): Rename to ADDR_SPACE_FLASH4.
24790 (ADDR_SPACE_PGM5): Rename to ADDR_SPACE_FLASH5.
24791 (ADDR_SPACE_PGMX): Rename to ADDR_SPACE_MEMX.
24792 * config/avr/avr.c: Ditto.
24793 * config/avr/avr.md: Ditto.
24794
24795 2012-01-25 Jason Merrill <jason@redhat.com>
24796
24797 PR c++/51992
24798 * tree.c (find_decls_types_in_node): Walk gimple_call_fntype.
24799
24800 2012-01-25 Jakub Jelinek <jakub@redhat.com>
24801
24802 PR tree-optimization/51987
24803 * tree-data-ref.c (get_references_in_stmt): Handle references in
24804 non-volatile GIMPLE_ASM.
24805
24806 2012-01-25 Richard Guenther <rguenther@suse.de>
24807
24808 * tree-ssa-sccvn.c (vn_reference_eq): Also compare if both
24809 bases are dereferenced.
24810
24811 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
24812
24813 PR rtl-optimization/48374
24814 * sel-sched-ir.h (get_all_loop_exits): Check for zero successors.
24815
24816 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
24817
24818 * tree-predcom.c (tree_predictive_commoning_loop): Bail out when
24819 compute_data_dependences_for_loop returns false.
24820 * tree-parloops.c (loop_parallel_p): Likewise.
24821
24822 2012-01-25 Richard Guenther <rguenther@suse.de>
24823
24824 * tree.h (get_pointer_alignment_1): Declare.
24825 * builtins.c (get_pointer_alignment_1): New function.
24826 (get_pointer_alignment): Use it.
24827
24828 2012-01-25 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
24829
24830 PR rtl-optimization/48308
24831 * combine.c (enum undo_kind): Add UNDO_LINKS.
24832 (struct undo): Add member l to other_contents and where.
24833 (do_SUBST_LINK): New.
24834 (SUBST_LINK): New.
24835 (try_combine): Handle LOG_LINKS for the dummy i1 case.
24836 (undo_all): Handle UNDO_LINKS.
24837
24838 2012-01-25 Richard Henderson <rth@redhat.com>
24839
24840 * optabs.c (maybe_emit_atomic_test_and_set): Allow non-QImode
24841 mem inputs.
24842
24843 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
24844
24845 * optabs.c (gen_atomic_test_and_set): Use each argument.
24846
24847 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
24848
24849 * config/mips/mips-ps-3d.md (mips_addr_ps, reduc_splus_v2sf)
24850 (mips_cvt_pw_ps, mips_cvt_ps_pw, mips_mulr_ps, mips_cabs_cond_<fmt>)
24851 (mips_cabs_cond_4s, mips_cabs_cond_ps, bc1any4t, bc1any4f, bc1any2t)
24852 (bc1any2f, mips_rsqrt1_<fmt>, mips_rsqrt2_<fmt>, mips_recip1_<fmt>)
24853 (mips_recip2_<fmt>): Require TARGET_MIPS3D rather than
24854 TARGET_PAIRED_SINGLE_FLOAT.
24855
24856 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
24857
24858 * doc/rtl.texi (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
24859 (in_struct, return_val): Remove MEM documentation.
24860 * rtl.h (rtx_def): Remove MEM meanings from in_struct and return_val.
24861 (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
24862 (MEM_COPY_ATTRIBUTES): Remove references to MEM_IN_STRUCT_P
24863 and MEM_SCALAR.
24864 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
24865 * cfgexpand.c (add_alias_set_conflicts): Likewise.
24866 * expr.c (store_field): Likewise.
24867 * function.c (assign_stack_temp_for_type): Likewise.
24868 * ifcvt.c (noce_try_cmove_arith): Likewise.
24869 * reload1.c (reload): Likewise.
24870 * config/alpha/alpha.c (alpha_set_memflags_1): Likewise.
24871 (alpha_set_memflags): Likewise.
24872 * config/m32c/m32c.c (m32c_immd_dbl_mov): Nullify.
24873
24874 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
24875
24876 * rtl.h (true_dependence, canon_true_dependence): Remove varies
24877 parameter.
24878 * alias.c (fixed_scalar_and_varying_struct_p): Delete.
24879 (true_dependence_1, write_dependence_p, may_alias_p): Don't call it.
24880 (true_dependence_1, true_dependence, canon_true_dependence): Remove
24881 varies parameter.
24882 * cselib.c (cselib_rtx_varies_p): Delete.
24883 (cselib_invalidate_mem): Update call to canon_true_dependence.
24884 * dse.c (record_store, check_mem_read_rtx): Likewise.
24885 (scan_reads_nospill): Likewise.
24886 * cse.c (check_dependence): Likewise.
24887 (cse_rtx_varies_p): Delete.
24888 * expr.c (safe_from_p): Update call to true_dependence.
24889 * ira.c (validate_equiv_mem_from_store): Likewise.
24890 (memref_referenced_p): Likewise.
24891 * postreload-gcse.c (find_mem_conflicts): Likewise.
24892 * sched-deps.c (sched_analyze_2): Likewise.
24893 * store-motion.c (load_kills_store): Likewise.
24894 * config/frv/frv.c (frv_registers_conflict_p_1): Likewise.
24895 * gcse.c (mems_conflict_for_gcse_p): Likewise.
24896 (compute_transp): Update call to canon_true_dependence.
24897
24898 2012-01-25 Richard Henderson <rth@redhat.com>
24899
24900 * optabs.c (CODE_FOR_atomic_test_and_set): Provide default.
24901 (maybe_emit_atomic_test_and_set): New.
24902 (expand_sync_lock_test_and_set): Use it.
24903 (expand_atomic_test_and_set): Likewise.
24904 * doc/extend.texi (__atomic_test_and_set): Adjust the docs to match
24905 the implementation; clarify implementation defined details.
24906 * doc/md.texi (atomic_test_and_set): Document.
24907
24908 2012-01-25 Richard Henderson <rth@redhat.com>
24909
24910 * config/sparc/predicates.md (zero_or_v7_operand): Use match_code.
24911
24912 2012-01-25 Richard Henderson <rth@redhat.com>
24913
24914 PR target/51968
24915 * config/arm/arm.c (neon_split_vcombine): Emit deleted note
24916 to effect no-op split.
24917
24918 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
24919
24920 PR lto/51698
24921 * builtin-types.def: (BT_CONST_DOUBLE_PTR): New.
24922 (BT_FN_VOID_PTR_CONST_PTR_SIZE): New.
24923 (BT_FN_VOID_PTR_INT_SIZE): New.
24924 (BT_FN_UINT_UINT_VAR): Remove.
24925 (BT_FN_UINT32_UINT32_VAR): New.
24926 (BT_FN_DOUBLE_VPTR): Remove.
24927 (BT_FN_DOUBLE_CONST_DOUBLE_PTR): New.
24928
24929 * gtm-builtins.def (_ITM_abortTransaction): Set return type to void.
24930 (_ITM_changeTransactionMode): Same.
24931 (_ITM_memmoveRtWt): Change return type to void.
24932 (_ITM_memcpyRtWt): Same.
24933 (_ITM_memsetW): Same.
24934 (_ITM_RaRD): Change types to double.
24935 (_ITM_RD): Same.
24936 (_ITM_RaWD): Same.
24937 (_ITM_RfWD): Same.
24938
24939 * builtins.def (DEF_TM_BUILTIN): Set BOTH_P to true.
24940
24941 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
24942 Patrick Marlier <patrick.marlier@gmail.com>
24943
24944 * trans-mem.c (requires_barrier): Do not instrument thread local
24945 variables and emit save/restore for them.
24946
24947 2012-01-24 Jason Merrill <jason@redhat.com>
24948
24949 PR c++/51812
24950 * cgraphunit.c (cgraph_decide_is_function_needed): Don't always
24951 output static aliases.
24952
24953 2012-01-24 Jakub Jelinek <jakub@redhat.com>
24954
24955 PR driver/47249
24956 * common.opt (-pie, -shared, pie, shared): Change from Common to
24957 Driver.
24958 * gcc.c (display_help): Display help for -pie and -shared.
24959
24960 2012-01-24 Georg-Johann Lay <avr@gjlay.de>
24961
24962 PR target/49868
24963 * doc/extend.texi (AVR Named Address Spaces): Move sample code up.
24964 Remove note on size/offset limitation.
24965 (AVR Variable Attributes): Add example how to read data located
24966 with progmem. Refer to named address spaces.
24967 * doc/invoke.texi (AVR Options): Fix typo.
24968
24969 2012-01-24 Richard Guenther <rguenther@suse.de>
24970
24971 Forward-port to trunk
24972 2010-09-21 Jakub Jelinek <jakub@redhat.com>
24973
24974 PR middle-end/45678
24975 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: If
24976 op0 isn't sufficiently aligned and there is movmisalignM
24977 insn for mode, use it to load op0 into a temporary register.
24978
24979 2012-01-24 Jakub Jelinek <jakub@redhat.com>
24980
24981 PR target/51957
24982 * target.def (const_not_ok_for_debug_p): New hook.
24983 * doc/tm.texi.in (TARGET_CONST_NOT_OK_FOR_DEBUG_P): New hook
24984 documentation.
24985 * doc/tm.texi: Regenerated.
24986 * dwarf2out.c (const_ok_for_output_1): If
24987 targetm.const_not_ok_for_debug_p returns true, fail.
24988 * config/rs6000/rs6000.c (rs6000_const_not_ok_for_debug_p): New
24989 function.
24990 (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Redefine.
24991
24992 2012-01-23 Kai Tietz <ktietz@redhat.com>
24993
24994 PR target/51900
24995 * config/i386/predicates.md (symbolic_operand): Allow
24996 UNSPEC_PCREL as PIC expression for lea.
24997 * config/i386/winnt.c (i386_pe_binds_local_p): Reworked.
24998 * config/i386/i386.c (ix86_delegitimize_address): Handle
24999 UNSPEC_PCREL for none-MEM, too.
25000
25001 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
25002
25003 * trans-mem.c (ipa_tm_create_version): Set externally_visible.
25004 (ipa_tm_create_version_alias): Same.
25005
25006 2012-01-23 Uros Bizjak <ubizjak@gmail.com>
25007
25008 PR libitm/51830
25009 * builtin-types.def (BT_FN_UINT_UINT_VAR): New.
25010 * gtm-builtins.def (BUILT_IN_TM_START): Declare as BT_FN_UINT_UINT_VAR.
25011
25012 2012-01-23 Aldy Hernandez <aldyh@redhat.com>
25013 Patrick Marlier <patrick.marlier@gmail.com>
25014 Iain Sandoe <developer@sandoe-acoustics.co.uk>
25015
25016 PR lto/51916
25017 * lto-wrapper.c (run_gcc): Pass the LTO section name to
25018 simple_object_start_read.
25019
25020 2012-01-23 Richard Guenther <rguenther@suse.de>
25021
25022
25023 PR tree-optimization/51895
25024 * tree-sra.c (decide_one_param_reduction): Avoid sub-optimal
25025 parameter decomposition into BLKmode components.
25026
25027 2012-01-23 Eric Botcazou <ebotcazou@adacore.com>
25028
25029 * tree-ssa-structalias.c (intra_create_variable_infos): Do not create
25030 fake variables for restrict-qualified pointers whose pointed-to type
25031 contains a placeholder.
25032
25033 2012-01-23 Richard Guenther <rguenther@suse.de>
25034
25035 PR tree-optimization/51949
25036 * ipa-split.c (execute_split_functions): Do not split malloc functions.
25037
25038 2012-01-23 Jakub Jelinek <jakub@redhat.com>
25039
25040 PR rtl-optimization/51933
25041 * ree.c (transform_ifelse): Return true right away if dstreg is
25042 already wider or equal to cand->mode.
25043 (enum ext_modified_kind, struct ext_modified, ext_state): New types.
25044 (make_defs_and_copies_lists): Remove defs_list and copies_list
25045 arguments, add state argument, just truncate state->work_list
25046 instead of always allocating and freeing the vector. Assert that
25047 get_defs succeeds instead of returning 2. Changed return type to bool.
25048 (merge_def_and_ext): Add state argument. If SET_DEST doesn't
25049 have ext_src_mode, see if it has been modified already with the
25050 right kind of extension and has been extended before from the
25051 ext_src_mode. If SET_DEST is already wider or equal to cand->mode,
25052 just return true. Remember the original mode in state->modified array.
25053 (combine_reaching_defs): Add state argument. Don't allocate and
25054 free here def_list, copied_list and vec vectors, instead just
25055 VEC_truncate the vectors in *state. Don't handle outcome == 2 here.
25056 (find_and_remove_re): Set DF_DEFER_INSN_RESCAN df flag.
25057 Add state variable, clear vectors in it, initialize state.modified
25058 if needed. Free all the vectors at the end and state.modified too.
25059 Don't skip a candidate if the extension expression has been modified.
25060
25061 2012-01-22 Douglas B Rupp <rupp@gnat.com>
25062
25063 PR target/47096
25064 * config.gcc: (i[34567]86-*-interix3*): Remove from obsolete
25065 configurations. Change triplet to i[34567]86-*-interix[3-9]*.
25066 (extra_options) interix.opt -> i386/interix.opt"
25067 (extra_objs):Add winnt-stubs.o
25068 * configure.ac: Add interix to target_os .comm on PE check.
25069 * configure: Regenerate.
25070 * config/interix3.h: Delete and move bits to..
25071 * config/interix.h: Delete and move bits to..
25072 * config/i386/i386-interix3.h: Delete and move bits to..
25073 * config/i386/i386-interix.h: ..here.
25074 (TARGET_CPU_DEFAULT): Remove redefinition.
25075 (TARGET_ASM_CONSTRUCTOR): Undefine.
25076 (SUBTARGET_SWITCHES): Define for ms-bitfields.
25077 (TARGET_OS_CPP_BUILTINS): Remove __OPENNT. Add __declspec.
25078 (PTRDIFF_TYPE): Define.
25079 (LONG_DOUBLE_TYPE_SIZE): Define.
25080 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
25081 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
25082 (TARGET_SECTION_TYPE_FLAGS): Define.
25083 (ASM_DECLARE_FUNCTION_NAME): Define.
25084 (ASM_OUTPUT_EXTERNAL): Define.
25085 (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
25086 (ASM_OUTPUT_ALIGNED_BSS): Define.
25087 (PCC_BITFIELD_TYPE_MATTERS): Define.
25088 (USE_CONST_SECTION): Define.
25089 (SUBTARGET_ENCODE_SECTION_INFO): Remove.
25090 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
25091 (SUPPORTS_ONE_ONLY): Remove.
25092 (I386_PE_STRIP_ENCODING): Define.
25093 * config/interix.opt: Delete and move bits to..
25094 * config/i386/interix.opt: ..here. New.
25095 (mpe-aligned-commons): Add.
25096 * config/i386/t-interix: Add copyright header.
25097 (winnt-stubs.o): Add rule.
25098
25099 2012-01-22 Jason Merrill <jason@redhat.com>
25100
25101 PR c++/51832
25102 * varpool.c (varpool_analyze_pending_decls): Copy DECL_EXTERNAL
25103 for extra name aliases.
25104
25105 2012-01-22 Eric Botcazou <ebotcazou@adacore.com>
25106
25107 PR rtl-optimization/51924
25108 * ree.c (combine_set_extension): Improve debugging message.
25109 (combine_reaching_defs): Likewise.
25110 (get_defs): Rename confusingly named variable.
25111 (find_and_remove_re): Skip a candidate if the extension expression has
25112 been modified.
25113
25114 2012-01-21 Robert Millan <rmh@gnu.org>
25115 Gerald Pfeifer <gerald@pfeifer.com>
25116
25117 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
25118 (GNU_USER_DYNAMIC_LINKER): Adjust indentation.
25119
25120 2012-01-20 Jakub Jelinek <jakub@redhat.com>
25121
25122 PR tree-optimization/51914
25123 * tree-vect-stmts.c (vectorizable_conversion): For
25124 cvt_type && modifier == WIDEN, put temporary with cvt_type
25125 at the beginning of vec_dsts and set vec_dest to temporary
25126 with vectype_out.
25127
25128 2012-01-20 Eric Botcazou <ebotcazou@adacore.com>
25129
25130 * cfgrtl.c (rtl_dump_bb): Do not dump insns for {ENTRY|EXIT}_BLOCK.
25131
25132 2012-01-20 Tijl Coosemans <tijl@coosemans.org>
25133
25134 * config/i386/i386.c: Fix checks for !TARGET_MACHO.
25135 * config/rs6000/rs6000.c: Likewise.
25136
25137 2012-01-20 Jakub Jelinek <jakub@redhat.com>
25138
25139 PR target/51915
25140 * config/arm/arm.c (arm_count_output_move_double_insns): Call
25141 output_move_double on a copy of operands array.
25142
25143 2012-01-20 Cary Coutant <ccoutant@google.com>
25144 Dodji Seketeli <dodji@redhat.com>
25145
25146 PR debug/45682
25147 * dwarf2out.c (copy_declaration_context): Return ref to parent
25148 of declaration DIE, if necessary.
25149 (remove_child_or_replace_with_skeleton): Add new parameter; update
25150 caller. Place skeleton DIE under parent DIE of original declaration.
25151 Move call to copy_declaration_context to here ...
25152 (break_out_comdat_types): ... from here.
25153
25154 2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25155
25156 PR rtl-optimization/51856
25157 * reload.c (find_reloads_subreg_address): Set the address_reloaded
25158 flag to reloaded.
25159
25160 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
25161
25162 PR target/51819
25163 * config/arm/arm.c (arm_print_operand): Correct output of alignment
25164 hints for neon loads and stores.
25165
25166 2012-01-20 Georg-Johann Lay <avr@gjlay.de>
25167
25168 PR target/49868
25169 PR target/50887
25170 * doc/extend.texi (Named Address Spaces): Split into subsections.
25171 (AVR Named Address Spaces): New subsection.
25172 (M32C Named Address Spaces): New subsection.
25173 (RL78 Named Address Spaces): New subsection.
25174 (SPU Named Address Spaces): New subsection.
25175 (Variable Attributes): New anchor "AVR Variable Attributes".
25176 (AVR Variable Attributes): Rewrite and avoid wording
25177 "address space" in this context.
25178 * doc/invoke.texi (AVR Options): Rewrite and add documentation
25179 for -maccumulate-args, -mbranch-cost=, -mrelax, -mshort-calls.
25180 (AVR Built-in Macros): New subsubsection therein.
25181 * doc/md.texi (AVR constraints): Remove "C04", "R".
25182
25183 2012-01-20 Richard Guenther <rguenther@suse.de>
25184
25185 PR tree-optimization/51903
25186 * tree-ssa-pre.c (eliminate): Properly purging of EH edges
25187 when removing stmts.
25188
25189 2012-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
25190
25191 PR target/50313
25192 * config/arm/arm.c (arm_load_pic_register): Use
25193 gen_pic_load_addr_unified. Delete calls to gen_pic_load_addr_32bit
25194 , gen_pic_add_dot_plus_eight and gen_pic_add_dot_plus_four.
25195 (arm_pic_static_addr): Likewise.
25196 (arm_rtx_costs_1): Adjust cost for UNSPEC_PIC_UNIFIED.
25197 (arm_note_pic_base): Handle UNSPEC_PIC_UNIFIED.
25198 * config/arm/arm.md (UNSPEC_PIC_UNIFIED): Define.
25199 (pic_load_addr_unified): New.
25200
25201 2012-01-20 Andrey Belevantsev <abel@ispras.ru>
25202
25203 PR target/51106
25204 * function.c (instantiate_virtual_regs_in_insn): Use
25205 delete_insn_and_edges when removing a wrong asm insn.
25206
25207 2012-01-19 Vladimir Makarov <vmakarov@redhat.com>
25208
25209 PR rtl-optimization/40761
25210 * ira-int.h (struct ira_loop_tree_node): Add comment for member loop.
25211 Add new member loop_num.
25212 (IRA_LOOP_NODE_BY_INDEX): Modify the check.
25213 (ira_build): Remove the parameter.
25214
25215 * ira.c (ira_print_disposition): Use loop_num instead of loop->num.
25216 (ira.c): Do not build CFG loops for one region allocation. Remove
25217 argument from ira_build call.
25218
25219 * ira-build.c (init_loop_tree_node): New function.
25220 (create_loop_tree_nodes): Use it. Separate the case when CFG
25221 loops are not built.
25222 (more_one_region_p): Check current_loops.
25223 (finish_loop_tree_nodes): Separate the case when CFG loops are not
25224 built.
25225 (add_loop_to_tree): Process loop equal to NULL too.
25226 (form_loop_tree): Separate the case when CFG loops are not built.
25227 Use explicitly number for the root.
25228 (rebuild_regno_allocno_maps, create_loop_tree_node_allocnos): Add
25229 an assertion.
25230 (ira_print_expanded_allocno, loop_compare_func): Use loop_num
25231 instead of loop->num.
25232 (mark_loops_for_removal): Ditto. Use loop_num instead of loop->num.
25233 (mark_all_loops_for_removal): Ditto.
25234 (remove_unnecessary_regions): Separate the case when CFG loops
25235 are not built.
25236 (ira_build): Remove the parameter. Use explicit number of regions
25237 when CFG loops are not built.
25238
25239 * ira-color.c (print_loop_title): Separate the case for the root node.
25240 Use loop_num instead of loop->num.
25241 (move_spill_restore): Use loop_num instead of loop->num.
25242
25243 * ira-emit.c (setup_entered_from_non_parent_p): Add an assertion.
25244 (change_loop): Ditto.
25245 (change_loop): Use loop_num instead of loop->num.
25246
25247 * ira-lives.c (process_bb_node_lives): Ditto.
25248
25249 * ira-costs.c (print_allocno_costs, find_costs_and_classes): Ditto.
25250
25251 * ira-conflicts.c (print_allocno_conflicts): Ditto.
25252
25253 2012-01-19 Jakub Jelinek <jakub@redhat.com>
25254
25255 PR libmudflap/40778
25256 * tree-mudflap.c (mf_artificial): New function.
25257 (execute_mudflap_function_ops, execute_mudflap_function_decls,
25258 mx_register_decls, mudflap_enqueue_decl): Use it.
25259
25260 PR target/51876
25261 * config/arm/neon.md (*neon_vswp<mode>): Fix up operand
25262 numbers in the insn pattern.
25263
25264 2012-01-19 Michael Matz <matz@suse.de>
25265
25266 PR tree-optimization/46590
25267 * cfgexpand.c (add_scope_conflicts_1): New old_conflicts argument,
25268 use it in remembering which conflicts we already created.
25269 (add_scope_conflicts): Adjust call to above, (de)allocate helper
25270 bitmap.
25271
25272 2012-01-19 Aldy Hernandez <aldyh@redhat.com>
25273
25274 PR lto/51280
25275 * lto-wrapper.c (run_gcc): Pass -fgnu_tm on.
25276 (merge_and_complain): Same.
25277
25278 2012-01-19 Jakub Jelinek <jakub@redhat.com>
25279
25280 PR bootstrap/50237
25281 * config/initfini-array.h: Guard content of the header
25282 with #ifdef HAVE_INITFINI_ARRAY.
25283 * configure.ac: Move gcc_AC_INITFINI_ARRAY much later into the file.
25284 Add initfini-array.h to tm_file here.
25285 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): For non-ia64 do a linker test.
25286 * config.gcc: Don't add initfini-array.h to tm_file here.
25287 * configure: Regenerated.
25288
25289 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
25290
25291 PR rtl-optimization/51505
25292 * df-problems.c (df_kill_notes): New parameter live. Update comment.
25293 Remove REG_EQUAL/REG_EQUIV notes referring to dead registers.
25294 (df_note_bb_compute): Update the call to df_kill_notes.
25295
25296 2012-01-18 Aldy Hernandez <aldyh@redhat.com>
25297
25298 * trans-mem.c (requires_barrier): Remove call to is_global_var.
25299
25300 2012-01-18 Richard Guenther <rguenther@suse.de>
25301
25302 * tree-ssa.c (useless_type_conversion_p): Remove special-casing
25303 of conversions to void *.
25304
25305 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25306 Richard Sandiford <rdsandiford@googlemail.com>
25307
25308 PR middle-end/50325
25309 PR middle-end/51192
25310 * optabs.h (simplify_expand_binop): Declare.
25311 * optabs.c (simplify_expand_binop): Make global.
25312 * expmed.c (store_bit_field_1): Use simplify_expand_binop on big
25313 endian targets if the source cannot be exactly covered by word
25314 mode chunks.
25315
25316 2012-01-17 Jakub Jelinek <jakub@redhat.com>
25317
25318 PR bootstrap/51872
25319 * hard-reg-set.h (struct hard_reg_set_container): New type.
25320 * target.h (struct hard_reg_set_container): Forward declare.
25321 * target.def (set_up_by_prologue): New target hook.
25322 * doc/tm.texi.in (TARGET_SET_UP_BY_PROLOGUE): Document it.
25323 * doc/tm.texi: Regenerated.
25324 * function.c (thread_prologue_and_epilogue_insns): Change
25325 set_up_by_prologue HARD_REG_SET into struct hard_reg_set_container.
25326 Call targetm.set_up_by_prologue on it.
25327 * config/rs6000/rs6000.c (rs6000_set_up_by_prologue): New function.
25328 (TARGET_SET_UP_BY_PROLOGUE): Redefine to it.
25329
25330 2012-01-17 Nick Clifton <nickc@redhat.com>
25331
25332 * config/rx/rx.c (rx_can_use_simple_return): New function.
25333 * config/rx/rx-protos.h (rx_can_use_simple_return): Prototype.
25334 * config/rx/rx.md (return): Predicate on rx_can_use_simple_return.
25335
25336 2012-01-17 Richard Guenther <rguenther@suse.de>
25337
25338 PR middle-end/51782
25339 * expr.c (expand_assignment): Take address-space information
25340 from the address operand of MEM_REF and TARGET_MEM_REF.
25341 (expand_expr_real_1): Likewise.
25342
25343 2012-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25344
25345 * ira.c (do_reload): Make sure ira_dump_file is re-set if no
25346 reload dump is requested.
25347
25348 2012-01-17 Aldy Hernandez <aldyh@redhat.com>
25349
25350 PR other/51165
25351 * trans-mem.c (requires_barrier): Call may_be_aliased.
25352
25353 2012-01-17 Jakub Jelinek <jakub@redhat.com>
25354
25355 PR tree-optimization/51877
25356 * tree-ssa-tail-merge.c (gimple_equal_p): Don't return true whenever
25357 call arguments and fndecls compare equal, instead return false if they
25358 don't. Return true only if lhs1 and lhs2 are either both NULL, or
25359 both SSA_NAMEs that are valueized the same, or they satisfy
25360 operand_equal_p.
25361
25362 2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25363
25364 * configure.ac (gcc_cv_target_dl_iterate_phdr): Only check on
25365 Solaris 11+.
25366 * configure: Regenerate.
25367
25368 2012-01-16 Jan Hubicka <jh@suse.cz>
25369
25370 PR c/12245
25371 PR c++/14179
25372 * convert.c (convert_to_integer): Use fold_convert for
25373 converting an INTEGER_CST to integer type.
25374
25375 2012-01-16 Jason Merrill <jason@redhat.com>
25376
25377 PR c++/14179
25378 * vec.c (vec_gc_o_reserve_1): Use ggc_round_alloc_size.
25379
25380 2012-01-16 Jakub Jelinek <jakub@redhat.com>
25381
25382 PR bootstrap/51860
25383 * config/s390/s390.c (s390_chunkify_start): Don't skip
25384 call insns followed by NOTE_INSN_CALL_ARG_LOCATION note. Skip
25385 NOTE_INSN_VAR_LOCATION and NOTE_INSN_CALL_ARG_LOCATION notes.
25386 If insn is followed by NOTE_INSN_VAR_LOCATION or
25387 NOTE_INSN_CALL_ARG_LOCATION notes, insert jump after all those notes.
25388 Don't use location of note insns.
25389
25390 PR tree-optimization/51865
25391 * tree-inline.c (tree_function_versioning): Call remap_decl
25392 on DECL_RESULT whenever it has VOID_TYPE_P type.
25393
25394 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
25395
25396 * config/mips/mips.c (mips16_build_call_stub): Don't use a stub
25397 for calls to locally-binding MIPS16 functions if only the return
25398 type uses float regs.
25399
25400 2012-01-15 Chung-Lin Tang <cltang@codesourcery.com>
25401 Richard Sandiford <rdsandiford@googlemail.com>
25402
25403 * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): Delete.
25404 (SYMBOL_32_HIGH): Likewise.
25405 (mips_output_tls_reloc_directive): Declare.
25406 * config/mips/mips.h (PIC_FUNCTION_ADDR_REGNUM): Move to mips.md.
25407 (mips_use_pcrel_pool_p, mips_lo_relocs, mips_hi_relocs): Declare.
25408 * config/mips/mips.c (mips_use_pcrel_pool_p): New variable.
25409 (mips_lo_relocs, mips_hi_relocs): Make extern.
25410 (mips16_stub_function): Move up file.
25411 (mips_classify_symbol): Remove SYMBOL_FORCE_TO_MEM handling.
25412 (mips_symbolic_constant_p): Likewise. Remove SYMBOL_32_HIGH too.
25413 (mips_symbol_insns_1): Likewise. Check mips_use_pcrel_pool_p.
25414 (mips_cannot_force_const_mem): Use mips_use_pcrel_pool_p instead of
25415 SYMBOL_FORCE_TO_MEM. Only check mips_tls_symbol_ref_1 if it's false.
25416 (mips_get_tp): Add MIPS16 support.
25417 (mips_legitimize_tls_address): Remove MIPS16 sorry().
25418 Generalize DTPREL and TPREL handling.
25419 (mips_init_relocs): Initialize mips_use_pcrel_pool_p.
25420 Add MIPS16 TLS support.
25421 (mips_output_tls_reloc_directive): New function.
25422 (mips16_rewrite_pool_refs): Ignore UNSPEC_TLS_GET_TPs.
25423 * config/mips/predicates.md (symbolic_operand_with_high)
25424 (tls_reloc_operand): New predicates.
25425 (force_to_mem_operand): Use mips_use_pcrel_pool_p.
25426 * config/mips/mips.md (UNSPEC_UNSHIFTED_HIGH): New unspec.
25427 (PIC_FUNCTION_ADDR_REGNUM): Moved from mips.h.
25428 (*unshifted_high): New instruction. Use it for MIPS16 high splitter.
25429 (consttable_tls_reloc, tls_get_tp_mips16_<mode>): New patterns.
25430 (*tls_get_tp_mips16_call_<mode>): Likewise.
25431
25432 2012-01-15 Uros Bizjak <ubizjak@gmail.com>
25433
25434 PR rtl-optimization/51821
25435 * recog.c (peep2_find_free_register): Determine clobbered registers
25436 from insn pattern.
25437
25438 2012-01-14 Denis Chertykov <chertykov@gmail.com>
25439
25440 PR target/50925
25441 * config/avr/avr-protos.h: Revert change of 2012-01-09.
25442 * config/avr/avr.c: Likewise.
25443 * config/avr/avr.h: Likewise.
25444
25445 2012-01-13 Ian Lance Taylor <iant@google.com>
25446
25447 PR c++/50012
25448 * tree.h (TYPE_QUALS): Add cast to int.
25449 (TYPE_QUALS_NO_ADDR_SPACE): Likewise.
25450
25451 2012-01-13 Ian Lance Taylor <iant@google.com>
25452
25453 * ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when
25454 comparing param_index to VEC_length result.
25455
25456 2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
25457
25458 * c-decl.c: Do not include tree-mudflap.h
25459 * tree-optimize.c: Likewise.
25460 * Makefile.in: Update dependencies.
25461
25462 2012-01-13 Richard Guenther <rguenther@suse.de>
25463
25464 PR middle-end/8081
25465 * gimplify.c (gimplify_modify_expr_rhs): For calls with a
25466 variable-sized result always use RSO.
25467
25468 2012-01-12 DJ Delorie <dj@redhat.com>
25469
25470 * cfgexpand.c (convert_debug_memory_address): Allow any valid
25471 pointer type, not just the default pointer type.
25472
25473 2012-01-09 Richard Henderson <rth@redhat.com>
25474 Denis Chertykov <chertykov@gmail.com>
25475
25476 PR target/50925
25477 * config/avr/avr-protos.h (avr_hard_regno_nregs): Declare.
25478 * config/avr/avr.c (avr_can_eliminate): Simplify.
25479 (avr_initial_elimination_offset): Likewise.
25480 (avr_prologue_setup_frame): Use hard_frame_pointer_rtx.
25481 (expand_epilogue): Likewise.
25482 (avr_legitimize_address): Gut.
25483 (avr_legitimize_reload_address): Use hard_frame_pointer_rtx.
25484 (avr_hard_regno_nregs): New.
25485 (avr_hard_regno_ok): Allow only Pmode for arg and frame_pointers.
25486 (avr_regno_mode_code_ok_for_base_b): Handle arg and frame pointers.
25487 * config/avr/avr.h (FIXED_REGISTERS): Adjust arg pointer,
25488 add soft frame pointer.
25489 (CALL_USED_REGISTERS): Likewise.
25490 (REG_CLASS_CONTENTS): Likewise.
25491 (REGISTER_NAMES): Likewise.
25492 (HARD_REGNO_NREGS): Use avr_hard_regno_nregs.
25493 (HARD_FRAME_POINTER_REGNUM): New.
25494 (FRAME_POINTER_REGNUM): Use soft frame pointer.
25495 (ELIMINABLE_REGS): Eliminate from the soft frame pointer,
25496 remove the HARD_FRAME_POINTER self-elimination.
25497
25498 2012-01-12 Georg-Johann Lay <avr@gjlay.de>
25499
25500 PR target/51756
25501 * config/avr/avr.c (avr_encode_section_info): Test for absence of
25502 DECL_EXTERNAL when checking for initializers of progmem variables.
25503
25504 2012-01-12 Ira Rosen <irar@il.ibm.com>
25505
25506 PR tree-optimization/51799
25507 * tree-vect-patterns.c (vect_recog_over_widening_pattern): Check
25508 that the last operation is a type demotion.
25509
25510 2012-01-12 Uros Bizjak <ubizjak@gmail.com>
25511
25512 * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
25513 (x86_shift<mode>_adj_1): Remove operand constraint from operand 3.
25514
25515 2012-01-11 Jakub Jelinek <jakub@redhat.com>
25516
25517 PR bootstrap/51796
25518 * combine.c (distribute_notes): If i3 is a noreturn call,
25519 allow old_size to be equal to args_size and make sure the
25520 noreturn call gets REG_ARGS_SIZE note.
25521 * expr.c (fixup_args_size_notes): Put REG_ARGS_SIZE notes
25522 on noreturn calls even when the delta is 0.
25523
25524 2012-01-11 Nathan Sidwell <nathan@acm.org>
25525
25526 * gcov.c (STRING_SIZE): Remove.
25527 (generate_results): Erase annotations for source files with no
25528 coverage information.
25529 (read_line): New.
25530 (output_lines): Use it.
25531
25532 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
25533
25534 * gimple.h (gimplify_body): Remove first argument.
25535 * gimplify.c (copy_if_shared): Add DATA argument. Do not create the
25536 pointer set here, instead just pass DATA to walk_tree.
25537 (unshare_body): Remove BODY_P argument and adjust. Create the pointer
25538 set here and invoke copy_if_shared on the size trees of DECL_RESULT.
25539 (unvisit_body): Likewise, but with unmark_visited.
25540 (gimplify_body): Remove BODY_P argument and adjust.
25541 (gimplify_function_tree): Adjust call to gimplify_body.
25542 * omp-low.c (finalize_task_copyfn): Likewise.
25543
25544 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
25545
25546 * tree.h (build_function_decl_skip_args): Add boolean parameter.
25547 (build_function_type_skip_args): Delete.
25548 * tree.c (build_function_type_skip_args): Make static and add
25549 SKIP_RETURN parameter. Fix thinko in the handling of variants.
25550 (build_function_decl_skip_args): Add SKIP_RETURN parameter and
25551 pass it to build_function_type_skip_args.
25552 * cgraph.h (cgraph_function_versioning): Add boolean parameter.
25553 (tree_function_versioning): Likewise.
25554 * cgraph.c (cgraph_create_virtual_clone): Adjust call to
25555 build_function_decl_skip_args.
25556 * cgraphunit.c (cgraph_function_versioning): Add SKIP_RETURN parameter
25557 and pass it to build_function_decl_skip_args/tree_function_versioning.
25558 (cgraph_materialize_clone): Adjust call to tree_function_versioning.
25559 * ipa-inline-transform.c (save_inline_function_body): Likewise.
25560 * trans-mem.c (ipa_tm_create_version): Likewise.
25561 * tree-sra.c (modify_function): Ditto for cgraph_function_versioning.
25562 * tree-inline.c (declare_return_variable): Remove always-true test.
25563 (tree_function_versioning): Add SKIP_RETURN parameter. If the function
25564 returns non-void and SKIP_RETURN, create a void-typed RESULT_DECL.
25565 * ipa-split.c (split_function): Skip the return value for the split
25566 part if it doesn't return.
25567
25568 2012-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
25569
25570 PR tree-optimization/49642
25571 * ipa-split.c (forbidden_dominators): New variable.
25572 (check_forbidden_calls): New function.
25573 (dominated_by_forbidden): Likewise.
25574 (consider_split): Check for forbidden dominators.
25575 (execute_split_functions): Initialize and free forbidden
25576 dominators info; call check_forbidden_calls.
25577
25578 2012-01-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
25579
25580 * config/arm/arm.md (mov_notscc): Use MVN for false condition.
25581
25582 2012-01-11 Nick Clifton <nickc@redhat.com>
25583
25584 * config/rx/rx.md (return): Define pattern.
25585
25586 2012-01-11 Richard Guenther <rguenther@suse.de>
25587
25588 * doc/extend.texi (malloc attribute): Adjust according to
25589 implementation.
25590
25591 2012-01-10 Aldy Hernandez <aldyh@redhat.com>
25592 Patrick Marlier <patrick.marlier@gmail.com>
25593
25594 PR middle-end/51516
25595 * trans-mem.c (get_cg_data): Traverse aliases if requested.
25596 (ipa_tm_scan_calls_block): Update parameters to get_cg_data.
25597 (ipa_tm_note_irrevocable): Same.
25598 (ipa_tm_scan_irr_block): Same.
25599 (ipa_tm_decrement_clone_counts): Same.
25600 (ipa_tm_scan_irr_function): Same.
25601 (ipa_tm_create_version_alias): Same.
25602 (ipa_tm_create_version): Same.
25603 (ipa_tm_transform_calls_redirect): Same.
25604 (ipa_tm_transform_calls): Same.
25605 (ipa_tm_transform_transaction): Same.
25606 (ipa_tm_execute): Same.
25607
25608 2012-01-10 Richard Guenther <rguenther@suse.de>
25609
25610 PR middle-end/51806
25611 * opts.c (common_handle_option): Handle -Werror.
25612
25613 2012-01-10 Andreas Schwab <schwab@linux-m68k.org>
25614
25615 * config/m68k/sync.md ("atomic_compare_and_swap<mode>_1"): Fix
25616 operand number.
25617
25618 2012-01-10 Jason Merrill <jason@redhat.com>
25619
25620 * doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
25621 information.
25622
25623 2012-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25624
25625 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check if linker
25626 supports R_386_TLS_GD_PLT reloc.
25627 (gcc_cv_as_ix86_tlsldmplt): Check if linker
25628 supports R_386_TLS_LDM_PLT reloc.
25629 * configure: Regenerate.
25630 * config.in: Regenerate.
25631
25632 2012-01-10 Georg-Johann Lay <avr@gjlay.de>
25633
25634 PR target/49868
25635 Extend __pgmx semantics to linearize memory.
25636 * config/avr/avr.md (mov<mode>): Use avr_xload_libgcc_p to
25637 determine if code comes inline or from libgcc.
25638 (MOVMEM_r_d:HI): Add "w" to constraint for better preference.
25639 (movmem_qi, movmem_qi): Set constraint #2 to "n".
25640 (movmem_qi_elpm, movmem_hi_elpm): Remove insns.
25641 (movmemx_qi, movmemx_hi): New insns.
25642 (xload_<mode>_libgcc): Rewrite to new insn condition.
25643 (xload_<mode>): Remove insns.
25644 * config/avr/avr.c (avr_out_xload): Rewrite: Only need to handle
25645 cases that don't satisfy avr_xload_libgcc_p().
25646 (avr_addr_space_convert): Allow converting in any direction.
25647 (avr_addr_space_subset_p): Return always true.
25648 (avr_xload_libgcc_p): Rewrite to fit new __pgmx semantics.
25649 (avr_emit_movmemhi): Ditto.
25650 (avr_out_lpm): No need to handle ADDR_SPACE_PGMX any more.
25651 (avr_out_movmem): Ditto.
25652 (AVR_SYMBOL_FLAG_PROGMEM): New macro.
25653 (AVR_SYMBOL_SET_ADDR_SPACE): New macro.
25654 (AVR_SYMBOL_GET_ADDR_SPACE): New macro.
25655 (avr_encode_section_info): Encode 'progmem' in symbol flags.
25656 (output_reload_in_const): Don't zero-extend any 24-bit symbols.
25657
25658 2012-01-10 Richard Guenther <rguenther@suse.de>
25659
25660 PR tree-optimization/50913
25661 * graphite-scop-detection.c (stmt_has_simple_data_refs_p):
25662 Require data-refs to be representable by Graphite with respect
25663 to any loop nest.
25664
25665 2012-01-10 Uros Bizjak <ubizjak@gmail.com>
25666
25667 * config/i386/constraints.md ("L"): Return true for 0xffffffff.
25668 * config/i386/i386.c (*anddi_1): Emit AND with 0xffffffff as MOV.
25669
25670 2012-01-10 Tom de Vries <tom@codesourcery.com>
25671
25672 PR rtl-optimization/51271
25673 * dwarf2cfi.c (scan_trace): Save and restore cur_row->reg_save when
25674 handling annulled branch.
25675
25676 2012-01-10 Richard Henderson <rth@redhat.com>
25677
25678 * config/arm/arm.c (arm_vectorize_vec_perm_const_ok,
25679 TARGET_VECTORIZE_VEC_PERM_CONST_OK, neon_split_vcombine, MAX_VECT_LEN,
25680 struct expand_vec_perm_d, arm_expand_vec_perm_1, arm_expand_vec_perm,
25681 arm_evpc_neon_vuzp, arm_evpc_neon_vzip, arm_evpc_neon_vrev,
25682 arm_evpc_neon_vtrn, arm_evpc_neon_vtbl, arm_expand_vec_perm_const_1,
25683 arm_expand_vec_perm_const): New.
25684 * config/arm/arm-protos.h: Update.
25685 * config/arm/neon.md (UNSPEC_VCONCAT): New.
25686 (*neon_vswp<VDQX>): New.
25687 (neon_vcombine<VDX>): Use neon_split_vcombine.
25688 (neon_vtbl1v16qi, neon_vtbl2v16qi, neon_vcombinev16qi): New.
25689 * config/arm/vec-common.md (vec_perm_const<VALL>): New.
25690 (vec_perm<VE>): New.
25691
25692 2012-01-10 Richard Henderson <rth@redhat.com>
25693
25694 * config/arm/arm.c (arm_gen_compare_reg): Add scratch argument;
25695 use it if reload_completed.
25696 (arm_legitimize_sync_memory, arm_emit, arm_insn_count, arm_count,
25697 arm_output_asm_insn, arm_process_output_memory_barrier,
25698 arm_output_memory_barrier, arm_ldrex_suffix, arm_output_ldrex,
25699 arm_output_strex, arm_output_it, arm_output_op2, arm_output_op3,
25700 arm_output_sync_loop, arm_get_sync_operand, FETCH_SYNC_OPERAND,
25701 arm_process_output_sync_insn, arm_output_sync_insn,
25702 arm_sync_loop_insns, arm_call_generator, arm_expand_sync): Remove.
25703 (arm_pre_atomic_barrier, arm_post_atomic_barrier): New.
25704 (arm_emit_load_exclusive, arm_emit_store_exclusive): New.
25705 (emit_unlikely_jump): New.
25706 (arm_expand_compare_and_swap, arm_split_compare_and_swap): New.
25707 (arm_split_atomic_op): New.
25708 * config/arm/arm-protos.h: Update.
25709 * config/arm/arm.h (enum arm_sync_generator_tag): Remove.
25710 (struct arm_sync_generator): Remove.
25711 * config/arm/arm.md (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK,
25712 VUNSPEC_SYNC_OP, VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): Remove.
25713 (VUNSPEC_ATOMIC_CAS, VUNSPEC_ATOMIC_XCHG, VUNSPEC_ATOMIC_OP): New.
25714 (VUNSPEC_LL, VUNSPEC_SC): New.
25715 (sync_result, sync_memory, sync_required_value, sync_new_value,
25716 sync_t1, sync_t2, sync_release_barrier, sync_op): Remove.
25717 (attr length): Don't use arm_sync_loop_insns.
25718 (cbranch_cc, cstore_cc): Update call to arm_gen_compare_reg.
25719 (movsfcc, movdfcc): Likewise.
25720 * config/arm/constraints.md (Ua): New.
25721 * config/arm/prediates.md (mem_noofs_operand): New.
25722 (sync_compare_and_swap<QHSD>, sync_lock_test_and_set<QHSD>): Remove.
25723 (sync_clobber, sync_t2_reqd): Remove.
25724 (sync_<syncop><QHSD>, sync_nand<QHSD>): Remove.
25725 (sync_new_<syncop><QHSD>, sync_new_nand<QHSD>): Remove.
25726 (sync_old_<syncop><QHSD>, sync_old_nand<QHSD>): Remove.
25727 (arm_sync_compare_and_swap<SIDI>): Remove.
25728 (arm_sync_compare_and_swap<NARROW>): Remove.
25729 (arm_sync_lock_test_and_set<SIDI>): Remove.
25730 (arm_sync_lock_test_and_set<NARROW>): Remove.
25731 (arm_sync_new_<syncop><SIDI>): Remove.
25732 (arm_sync_new_<syncop><NARROW>): Remove.
25733 (arm_sync_new_nand<SIDI>): Remove.
25734 (arm_sync_new_nand<NARROW>): Remove.
25735 (arm_sync_old_<syncop><SIDI>): Remove.
25736 (arm_sync_old_<syncop><NARROW>): Remove.
25737 (arm_sync_old_nand<SIDI>): Remove.
25738 (arm_sync_old_nand<NARROW>): Remove.
25739 (*memory_barrier): Merge arm_output_memory_barrier.
25740 (atomic_compare_and_swap<QHSD>): New.
25741 (atomic_compare_and_swap<NARROW>_1): New.
25742 (atomic_compare_and_swap<SIDI>_1): New.
25743 (atomic_exchange<QHSD>): New.
25744 (cas_cmp_operand, cas_cmp_str): New.
25745 (atomic_op_operand, atomic_op_str): New.
25746 (atomic_<syncop><QHSD>, atomic_nand<QHSD>): New.
25747 (atomic_fetch_<syncop><QHSD>, atomic_fetch_nand<QHSD>): New.
25748 (atomic_<syncop>_fetch<QHSD>, atomic_nand_fetch<QHSD>): New.
25749 (arm_load_exclusive<NARROW>): New.
25750 (arm_load_exclusivesi, arm_load_exclusivedi): New.
25751 (arm_store_exclusive<QHSD>): New.
25752
25753 2012-01-09 Michael Meissner <meissner@linux.vnet.ibm.com>
25754
25755 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add DF
25756 reload patterns if -mvsx-scalar-memory.
25757
25758 * config/rs6000/vsx.md (vsx_xscvspdp): Allow xscvspdp to be
25759 generated, even -mno-vsx-scalar-double was used.
25760 (vsx_xscvdpsp_scalar): Likewise.
25761 (vsx_xscvspdp_scalar2): Likewise.
25762
25763 2012-01-09 Tom de Vries <tom@codesourcery.com>
25764 Andrew Pinski <apinski@cavium.com>
25765
25766 PR debug/51471
25767 * reorg.c (fill_slots_from_thread): Don't speculate
25768 frame-related insns.
25769
25770 2012-01-09 Richard Sandiford <rdsandiford@googlemail.com>
25771
25772 * sched-int.h (bb_note): Move to...
25773 * basic-block.h: ...here.
25774 * haifa-sched.c (bb_note): Move to...
25775 * cfgrtl.c: ...here.
25776 * function.c (next_block_for_reg): New function.
25777 (move_insn_for_shrink_wrap): Likewise.
25778 (prepare_shrink_wrap): Rewrite to use the above.
25779
25780 2012-01-09 Aldy Hernandez <aldyh@redhat.com>
25781
25782 * gimple.c (is_gimple_non_addressable): Remove.
25783 * gimple.h: Remove is_gimple_non_addressable.
25784 * gimplify.c (gimplify_modify_expr_rhs): Use is_gimple_reg instead of
25785 is_gimple_non_addressable.
25786 * trans-mem.c (expand_assign_tm): Same.
25787
25788 2012-01-09 Richard Guenther <rguenther@suse.de>
25789
25790 PR tree-optimization/51775
25791 * tree-ssa-sccvn.c (visit_use): Value-number throwing stmts.
25792 * tree-ssa-pre.c (eliminate): Properly fixup EH info.
25793
25794 2012-01-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
25795
25796 * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
25797 tuning parameters.
25798 * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
25799
25800 2012-01-09 Richard Guenther <rguenther@suse.de>
25801
25802 * tree-streamer-out.c (write_ts_optimization): Fix spelling.
25803
25804 2012-01-08 Jan Hubicka <jh@suse.cz>
25805
25806 PR tree-optimize/51680
25807 * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition
25808 on when known_vals needs to be computed; cleanup.
25809
25810 2012-01-08 Jan Hubicka <jh@suse.cz>
25811
25812 PR tree-optimize/51694
25813 * ipa-cp.c (ipa_get_indirect_edge_target): Add bounds checks.
25814
25815 2012-01-08 Jonathan Wakely <jwakely.gcc@gmail.com>
25816
25817 * doc/cpp.texi (Predefined Macros): __STRICT_ANSI__ is defined
25818 for -std=c++98 and -std=c++11 too.
25819
25820 2012-01-08 Chung-Lin Tang <cltang@codesourcery.com>
25821
25822 * cfgloop.c (cancel_loop): Add free() of bbs array.
25823
25824 2012-01-07 Jan Hubicka <jh@suse.cz>
25825
25826 PR tree-optimization/51600
25827 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Disable code
25828 that benefits small functions.
25829
25830 2012-01-07 Jan Hubicka <jh@suse.cz>
25831
25832 * ipa-inline.c (want_inline_small_function_p): Fix formating.
25833
25834 2012-01-07 Jan Hubicka <jh@suse.cz>
25835
25836 PR tree-optimization/51680
25837 * ipa-inline.c (want_inline_small_function_p): Be more lax on functions
25838 whose inlining reduce unit size.
25839
25840 2012-01-07 Alexandre Oliva <aoliva@redhat.com>
25841
25842 PR bootstrap/51725
25843 * cselib.c (new_elt_loc_list): Promote addr_list to canonical node.
25844 Add canonical node to containing_mem chain after the non-canonical
25845 one, even if there weren't any locs to propagate.
25846 (remove_useless_values): Keep only canonical values.
25847 (add_mem_for_addr, cselib_lookup_mem): Canonicalize addr.
25848 (cselib_invalidate_mem): Likewise. Ensure v is canonical, and
25849 canonicalize mem_chain elements that are not discarded.
25850
25851 2012-01-06 Jakub Jelinek <jakub@redhat.com>
25852
25853 PR target/47333
25854 * cgraphunit.c (cgraph_optimize): Call output_weakrefs
25855 before emitting functions.
25856
25857 PR gcov-profile/50127
25858 * bb-reorder.c (partition_hot_cold_basic_blocks): Call
25859 clear_aux_for_blocks.
25860
25861 2012-01-06 Alexandre Oliva <aoliva@redhat.com>
25862
25863 PR debug/51746
25864 * cselib.c (cselib_hash_rtx): Hash incoming VALUEs too.
25865
25866 2012-01-06 Arnaud Charlet <charlet@adacore.com>
25867
25868 * c-decl.c (ext_block): Moved up.
25869 (collect_all_refs, for_each_global_decl): Take ext_block into account.
25870
25871 2012-01-06 Han Shen <shenhan@google.com>
25872
25873 Translate built-in include paths for sysroot.
25874 * Makefile.in (gcc_gxx_include_dir_add_sysroot): New.
25875 (PREPROCESSOR_DEFINES): Define GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT.
25876
25877 * cppdefault.c (cpp_include_defaults): Replace hard coded "0" with
25878 GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT for "add_sysroot" field.
25879
25880 * configure.ac (AC_SUBST): Add gcc_gxx_include_dir_add_sysroot to
25881 control whether sysroot should be prepended to gxx include dir.
25882
25883 * configure: Regenerate.
25884
25885 2012-01-06 Torvald Riegel <triegel@redhat.com>
25886
25887 PR rtl-optimization/51771
25888 * builtin-attrs.def (ATTR_RETURNS_TWICE, ATTR_TM_NOTHROW_RT_LIST): New.
25889 * gtm-builtins.def (BUILT_IN_TM_START): Add returns-twice attrib.
25890
25891 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
25892
25893 PR tree-optimization/51315
25894 * tree-sra.c (tree_non_aligned_mem_for_access_p): New predicate.
25895 (build_accesses_from_assign): Use it instead of tree_non_aligned_mem_p.
25896
25897 2012-01-05 Uros Bizjak <ubizjak@gmail.com>
25898
25899 PR target/51681
25900 * config/ia64/ia64.c (expand_vec_perm_shrp): Use correct operands
25901 for shrp pattern. Correctly handle and fixup shift variable.
25902 Return false when shift > nelt for BYTES_BIG_ENDIAN target.
25903
25904 2012-01-05 Jakub Jelinek <jakub@redhat.com>
25905
25906 PR debug/51762
25907 * calls.c (emit_call_1): For noreturn calls force a REG_ARGS_SIZE
25908 note when !ACCUMULATE_OUTGOING_ARGS.
25909
25910 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
25911
25912 * tree-vrp.c (extract_range_from_binary_expr_1): Remove duplicated
25913 condition.
25914 (extract_range_from_unary_expr_1): Avoid useless computations.
25915
25916 2012-01-05 Jakub Jelinek <jakub@redhat.com>
25917
25918 PR rtl-optimization/51767
25919 * cfgrtl.c (force_nonfallthru_and_redirect): Force addition
25920 of jump_block and add an extra edge for degenerated asm gotos.
25921
25922 PR middle-end/51768
25923 * stmt.c (check_unique_operand_names): Don't ICE during error
25924 reporting if i is from labels chain.
25925
25926 PR middle-end/44777
25927 * profile.c (branch_prob): Split bbs that have exit edge
25928 and need a fake entry edge too.
25929
25930 2012-01-05 Jan Hubicka <jh@suse.cz>
25931
25932 PR middle-end/49710
25933 * cfgloopmanip.c (remove_path): Walk loop hiearchy upwards when
25934 unlooping loops.
25935
25936 2012-01-05 Richard Guenther <rguenther@suse.de>
25937
25938 PR lto/50490
25939 * tree-streamer-out.c (write_ts_optimization): New function.
25940 (streamer_write_tree_body): Call it.
25941 * tree-streamer-in.c (lto_input_ts_optimization): New function.
25942 (streamer_read_tree_body): Call it.
25943 * lto-streamer-out.c (lto_is_streamable): Handle OPTIMIZATION_NODE.
25944
25945 2012-01-05 Jakub Jelinek <jakub@redhat.com>
25946
25947 PR middle-end/51761
25948 * gimple.h (struct gimplify_ctx): Add in_cleanup_point_expr field.
25949 * gimplify.c (gimplify_cleanup_point_expr): Save and set
25950 in_cleanup_point_expr before gimplify_stmt call and restore it
25951 afterwards.
25952 (gimplify_target_expr): Don't add {CLOBBER} cleanup if
25953 in_cleanup_point_expr is false.
25954
25955 2012-01-05 Richard Guenther <rguenther@suse.de>
25956
25957 PR middle-end/51764
25958 * common.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move
25959 to c.opt.
25960 * toplev.c (process_options): Reject combining mudflap and LTO.
25961 * tree-nomudflap.c (nogo): Use sorry instead of internal_error.
25962
25963 2012-01-05 Richard Guenther <rguenther@suse.de>
25964
25965 PR tree-optimization/51760
25966 * tree-ssa-ccp.c (likely_value): Drop UNDEFINED to CONSTANT,
25967 not VARYING.
25968 (bit_value_unop): Handle UNDEFINED operands.
25969 (bit_value_binop): Likewise.
25970
25971 2012-01-05 Georg-Johann Lay <avr@gjlay.de>
25972
25973 * config/avr/avr.c (avr_replace_prefix): Remove.
25974 (avr_asm_named_section): Use ACONCAT instead of avr_replace_prefix.
25975 (avr_asm_function_rodata_section): Ditto.
25976 (avr_asm_select_section): Ditto.
25977
25978 2012-01-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
25979
25980 * reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND
25981 insertion.
25982
25983 2012-01-05 Jakub Jelinek <jakub@redhat.com>
25984
25985 PR bootstrap/51648
25986 * tree-cfg.c (need_fake_edge_p): Return true also for noreturn
25987 calls that have any non-fake successor edges.
25988
25989 PR debug/51746
25990 * var-tracking.c (add_stores): For COND_EXEC allow oval to be NULL.
25991
25992 2012-01-04 Eric Botcazou <ebotcazou@adacore.com>
25993
25994 PR tree-optimization/51624
25995 * tree-sra.c (build_ref_for_model): When replicating a chain of
25996 COMPONENT_REFs, stop as soon as the offset would become negative.
25997
25998 2012-01-04 Jakub Jelinek <jakub@redhat.com>
25999
26000 PR debug/51695
26001 * dwarf2out.c (output_loc_list): For now drop >= 64KB expressions
26002 in .debug_loc on the floor.
26003
26004 2012-01-04 Andrew Pinski <apinski@cavium.com>
26005
26006 * doc/invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.
26007
26008 2012-01-04 Andrew Pinski <apinski@cavium.com>
26009 Adam Nemet <anemet@caviumnetworks.com>
26010
26011 * config/mips/mips.md (size): Add SI and DI.
26012 (SIZE): New mode attribute.
26013 (U): New code attribute.
26014 * config/mips/mips-dsp.md (mips_lbux): Use gen_mips_lbux_extsi.
26015 (mips_lbux_<mode>): Delete.
26016 (mips_l<SHORT:size><u>x_ext<GPR:mode>_<P:mode>): New pattern.
26017 (mips_lhx): Use gen_mips_lhx_extsi.
26018 (mips_lhx_<mode>): Delete.
26019 (mips_lwx): Delete.
26020 (mips_l<size>x): New expand.
26021 (mips_lwx_<mode>): Delete.
26022 (mips_l<GPR:size>x_<P:mode>): New pattern.
26023 (*mips_lw<u>x_<P:mode>_ext): Likewise.
26024 * config/mips/mips-ftypes.def: Add DI f(POINTER, SI) function type.
26025 * config/mips/mips.c (mips_lx_address_p): New function.
26026 (mips_rtx_costs <case MEM>): Call mips_lx_address_p.
26027 (dsp64): New availability predicate.
26028 (mips_builtins): Add an entry for __builtin_mips_ldx.
26029 * config/mips/mips.h (ISA_HAS_LBX): New define.
26030 (ISA_HAS_LBUX): Likewise.
26031 (ISA_HAS_LHX): Likewise.
26032 (ISA_HAS_LHUX): Likewise.
26033 (ISA_HAS_LWX): Likewise.
26034 (ISA_HAS_LWUX): Likewise.
26035 (ISA_HAS_LDX): Likewise.
26036 * doc/extend.texi (__builtin_mips_ldx): Document.
26037
26038 2012-01-04 Tristan Gingold <gingold@adacore.com>
26039
26040 * config/vms/xm-vms.h (HOST_LONG_FORMAT, HOST_PTR_PRINTF): Define
26041 when long pointers are used.
26042 * config.build (*-*-*vms*): Handle all OpenVMS targets.
26043 (alpha64-dec-*vms*, alpha*-dec-*vms*)
26044 (ia64-hp-*vms*): Remove.
26045 * config/vms/xm-vms64.h: Delete.
26046
26047 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
26048
26049 PR middle-end/51472
26050 * trans-mem.c (expand_assign_tm): Handle TM_MEMMOVE loads correctly.
26051
26052 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
26053
26054 * opts.c (finish_options): Remove duplicate sorry.
26055
26056 2012-01-04 Aldy Hernandez <aldyh@redhat.com>
26057
26058 PR middle-end/51696
26059 * trans-mem.c (diagnose_tm_1): Display indirect calls with no name
26060 correctly.
26061
26062 2012-01-04 Richard Guenther <rguenther@suse.de>
26063
26064 PR middle-end/51750
26065 * tree.c (size_low_cst): New function.
26066 * tree.h (size_low_cst): Declare.
26067 * fold-const.c (fold_comparison): Use it to extract the low
26068 part of the POINTER_PLUS_EXPR offset.
26069
26070 2012-01-04 Georg-Johann Lay <avr@gjlay.de>
26071
26072 Fix clearing ZERO_REG
26073 * config/avr/avr.md (cc): Add alternative "ldi".
26074 (movqi_insn): Use it in cc attribute.
26075 * config/avr/avr.c (notice_update_cc): Handle CC_LDI.
26076 (output_reload_in_const): Use CLR to move 0 to ZERO_REG.
26077 (output_reload_insisf): Use ZERO_REG to pre-clear register.
26078
26079 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26080
26081 * configure: Regenerate.
26082
26083 2012-01-04 Richard Guenther <rguenther@suse.de>
26084
26085 PR tree-optimization/49651
26086 * tree-ssa-structalias.c (type_can_have_subvars): New function.
26087 (var_can_have_subvars): Use it.
26088 (get_constraint_for_1): Only consider subfields if there can be any.
26089
26090 2012-01-03 Jakub Jelinek <jakub@redhat.com>
26091
26092 PR bootstrap/51725
26093 * cselib.c (new_elt_loc_list): When moving locs from one cselib_val
26094 to its new canonical_cselib_val and the cselib_val was in
26095 first_containing_mem chain, but the canonical_cselib_val was not,
26096 add the latter into the chain.
26097 (cselib_invalidate_mem): Compare canonical_cselib_val of
26098 addr_list chain elt with v.
26099
26100 PR pch/51722
26101 * dwarf2out.c (dwarf2out_start_source_file, dwarf2out_define,
26102 dwarf2out_undef): Allocate e.info using ggc_strdup instead
26103 of xstrdup.
26104 (output_macinfo_op): Don't ggc_strdup fd->filename.
26105 (optimize_macinfo_range): Allocate grp_name using XALLOCAVEC,
26106 then ggc_strdup it. Don't free inc->info or cur->info.
26107 (output_macinfo): Don't free ref->info or file->info.
26108
26109 2012-01-03 Ira Rosen <irar@il.ibm.com>
26110
26111 PR tree-optimization/51269
26112 * tree-vect-loop-manip.c (set_prologue_iterations): Make
26113 first_niters a pointer.
26114 (slpeel_tree_peel_loop_to_edge): Likewise.
26115 (vect_do_peeling_for_loop_bound): Update call to
26116 slpeel_tree_peel_loop_to_edge.
26117 (vect_gen_niters_for_prolog_loop): Don't compute wide_prolog_niters
26118 here. Remove it from the parameters list.
26119 (vect_do_peeling_for_alignment): Update calls and compute
26120 wide_prolog_niters.
26121
26122 2012-01-03 Richard Guenther <rguenther@suse.de>
26123
26124 PR tree-optimization/51070
26125 * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
26126 Properly handle calls.
26127
26128 2012-01-03 Richard Guenther <rguenther@suse.de>
26129
26130 PR tree-optimization/51692
26131 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove
26132 the LHS of allocation stmts.
26133
26134 2012-01-03 Olivier Hainque <hainque@adacore.com>
26135
26136 * system.h: Prior to #define, #undef fopen and freopen unconditionally.
26137
26138 2012-01-03 Olivier Hainque <hainque@adacore.com>
26139
26140 * collect2.c (main): In AIX specific computations for vector
26141 insertions, use CONST_CAST2 to cast from char ** to const char **.
26142
26143 2012-01-03 Richard Guenther <rguenther@suse.de>
26144
26145 PR debug/51650
26146 * dwarf2out.c (dwarf2out_finish): Always create a DIE for
26147 the context of a limbo DIE when it does not already exist.
26148
26149 2012-01-03 Jakub Jelinek <jakub@redhat.com>
26150
26151 PR tree-optimization/51719
26152 * value-prof.c (gimple_ic): When indirect call isn't noreturn,
26153 but direct call is, clear direct call's lhs and don't add fallthrough
26154 edge from dcall_bb to join_bb and PHIs.
26155
26156 2012-01-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26157
26158 * config/s390/s390.md ("*cmp<mode>_ccs"): Fix comment mentioning
26159 the instructions emitted by the pattern.
26160 ("*TDC_insn_<mode>"): Add comment.
26161
26162 2012-01-03 Richard Guenther <rguenther@suse.de>
26163
26164 PR middle-end/51730
26165 * fold-const.c (fold_comparison): Properly canonicalize
26166 tree offset and HOST_WIDE_INT bit position.
26167
26168 2012-01-02 Uros Bizjak <ubizjak@gmail.com>
26169
26170 * config/ia64/ia64.c (expand_vec_perm_broadcast): Use correct
26171 operands for extzv pattern.
26172
26173 2012-01-02 Jakub Jelinek <jakub@redhat.com>
26174
26175 PR bootstrap/51725
26176 * cselib.c (add_mem_for_addr): Call canonical_cselib_val
26177 on mem_elt first.
26178
26179 2012-01-02 Sandra Loosemore <sandra@codesourcery.com>
26180
26181 * doc/invoke.texi (-flto and related options): Copy-edit.
26182
26183 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
26184
26185 * config/mips/mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
26186
26187 2012-01-02 Jakub Jelinek <jakub@redhat.com>
26188
26189 * config/i386/sse.md (*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4):
26190 New patterns.
26191
26192 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
26193
26194 * expr.h (move_by_pieces_ninsns): Declare.
26195 * expr.c (move_by_pieces_ninsns): Make external.
26196 * config/mips/mips-protos.h (mips_move_by_pieces_p): Declare.
26197 (mips_store_by_pieces_p): Likewise.
26198 * config/mips/mips.h (MOVE_BY_PIECES_P): Call mips_move_by_pieces_p.
26199 (STORE_BY_PIECES_P): Likewise mips_store_by_pieces_p.
26200 * config/mips/mips.c (mips_move_by_pieces_p): New function.
26201 (mips_store_by_pieces_p): Likewise.
26202
26203 2012-01-02 Jakub Jelinek <jakub@redhat.com>
26204
26205 * passes.c (register_one_dump_file): Free full_name.
26206
26207 * reload1.c (reload): Don't allocate reg_max_ref_width here.
26208 (calculate_elim_costs_all_insns): Free offsets_at and
26209 offsets_known_at at the end and clear the pointers.
26210
26211 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
26212
26213 * config/avr/avr.opt (-mbranch-cost): Fix double definition of
26214 this option introduced in r180739.
26215
26216 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
26217
26218 PR target/51345
26219 * config.gcc (tm_file target=avr]): Add avr/avr-multilib.h
26220 (tmake_file target=avr): Add avr/t-multilib.
26221
26222 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use AVR_HAVE_8BIT_SP
26223 to built-in define __AVR_HAVE_8BIT_SP__, __AVR_HAVE_16BIT_SP__.
26224 * config/avr/genmultilib.awk: New file.
26225 * config/avr/t-multilib: New auto-generated file.
26226 * config/avr/multilib.h: New auto-generated file.
26227 * config/avr/t-avr (AVR_MCUS): New variable.
26228 (genopt.sh): Use it.
26229 (s-mlib): Depend on t-multilib.
26230 (t-multilib, multilib.h): New dependencies.
26231 (s-avr-mlib): New rule to build t-multilib, multilib.h from AVR_MCUS.
26232 (MULTILIB_OPTIONS): Remove.
26233 (MULTILIB_MATCHES): Remove.
26234 (MULTILIB_DIRNAMES): Remove.
26235 (MULTILIB_EXCEPTIONS): Remove:
26236 * config/avr/genopt.sh: Don't use hard coded file name;
26237 pass AVR_MCUS from t-avr instead.
26238
26239 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
26240
26241 * config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".
26242
26243 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
26244
26245 Implement light-weight DImode support.
26246 * config/avr/avr-dimode.md: New file.
26247 * config/avr/avr.md: Include it.
26248 (adjust_len): Add plus64, compare64.
26249 (HIDI): Remove code iterator.
26250 (code_stdname): New code attribute.
26251 (rotx, rotsmode): Remove DI.
26252 (rotl<mode>3, *rotw<mode>, *rotb<mode>): Use HISI instead of HIDI
26253 as code iterator.
26254 * config/avr/avr-protos.h (avr_have_dimode): New.
26255 (avr_out_plus64, avr_out_compare64): New.
26256 * config/avr/avr.c (avr_out_compare): Handle DImode.
26257 (avr_have_dimode): New variable definition and initialization.
26258 (avr_out_compare64, avr_out_plus64): New functions.
26259 (avr_out_plus_1): Use simplify_unary_operation to negate xval.
26260 (adjust_insn_length): Handle ADJUST_LEN_COMPARE64, ADJUST_LEN_PLUS64.
26261 (avr_compare_pattern): Skip DImode comparisons.
26262
26263 2012-01-02 Revital Eres <revital.eres@linaro.org>
26264
26265 * ddg.c (def_has_ccmode_p): New function.
26266 (add_cross_iteration_register_deps,
26267 create_ddg_dep_from_intra_loop_link): Call it.
26268
26269 2012-01-02 Richard Guenther <rguenther@suse.de>
26270
26271 PR other/51679
26272 * invoke.texi (fassociative-math): Remove spurious paranthesis.
26273
26274 2012-01-01 Jakub Jelinek <jakub@redhat.com>
26275
26276 * gcc.c (process_command): Update copyright notice dates.
26277 * gcov.c (print_version): Likewise.
26278 * gcov-dump.c (print_version): Likewise.
26279 * mips-tfile.c (main): Likewise.
26280 * mips-tdump.c (main): Likewise.
26281
26282 2012-01-01 Ira Rosen <irar@il.ibm.com>
26283
26284 PR tree-optimization/51704
26285 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Check that
26286 a use is inside the basic block or loop before accessing its vect info.
26287
26288 2012-01-01 Jan Hubicka <jhjh@suse.cz>
26289
26290 PR rtl-optimization/51069
26291 * cfgloopmanip.c (remove_path): Removing path making irreducible
26292 region unconditional makes BB part of the region.
26293
26294 2012-01-01 Jakub Jelinek <jakub@redhat.com>
26295
26296 PR tree-optimization/51683
26297 * tree-ssa-propagate.c (substitute_and_fold): Don't optimize away
26298 calls with side-effects.
26299 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
26300 \f
26301 Copyright (C) 2012 Free Software Foundation, Inc.
26302
26303 Copying and distribution of this file, with or without modification,
26304 are permitted in any medium without royalty provided the copyright
26305 notice and this notice are preserved.