OSDN Git Service

bf5e577368675f534d878a62ba722e8be80bc89f
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2013-03-26  Walter Lee  <walt@tilera.com>
2
3         Backport from mainline:
4         2013-03-25  Walter Lee  <walt@tilera.com>
5
6         * config/tilegx/tilegx-builtins.h (enum tilegx_builtin): Add
7         TILEGX_INSN_SHUFFLEBYTES1.
8         * config/tilegx/tilegx.c (tilegx_builtin_info): Add entry for
9         shufflebytes1.
10         (tilegx_builtins): Ditto.
11         * config/tilegx/tilegx.md (insn_shufflebytes1): New pattern.
12
13 2013-03-26  Walter Lee  <walt@tilera.com>
14
15         Backport from mainline:
16         2013-03-25  Walter Lee  <walt@tilera.com>
17
18         * config/tilegx/tilegx.c (expand_set_cint64_one_inst): Inline
19         tests for constraint J, K, N, P.
20
21 2013-03-26  Walter Lee  <walt@tilera.com>
22
23         Backport from mainline:
24         2013-03-25  Walter Lee  <walt@tilera.com>
25
26         * config/tilegx/tilegx.c (tilegx_asm_preferred_eh_data_format):
27         Use indirect/pcrel encoding.
28         * config/tilepro/tilepro.c (tilepro_asm_preferred_eh_data_format):
29         Ditto.
30
31 2013-03-25  Oleg Endo  <olegendo@gcc.gnu.org>
32
33         Backport from mainline:
34         2013-03-13  Oleg Endo  <olegendo@gcc.gnu.org>
35         2013-03-14  Kaz Kojima  <kkojima@gcc.gnu.org>
36
37         PR target/49880
38         * config/sh/sh.opt (FPU_SINGLE_ONLY): New mask.
39         (musermode): Convert to Var(TARGET_USERMODE).
40         * config/sh/sh.h (SELECT_SH2A_SINGLE_ONLY, SELECT_SH4_SINGLE_ONLY,
41         MASK_ARCH): Add MASK_FPU_SINGLE_ONLY.
42         * config/sh/sh.c (sh_option_override): Use
43         TARGET_FPU_DOUBLE || TARGET_FPU_SINGLE_ONLY for call-fp case.
44         * config/sh/sh.md (udivsi3_i1, divsi3_i1): Remove ! TARGET_SH4
45         condition.
46         (udivsi3_i4, divsi3_i4): Use TARGET_FPU_DOUBLE condition instead of
47         TARGET_SH4.
48         (udivsi3_i4_single, divsi3_i4_single): Use
49         TARGET_FPU_SINGLE_ONLY || TARGET_FPU_DOUBLE instead of TARGET_HARD_SH4.
50         * config/sh/linux.h (TARGET_DEFAULT): Remove MASK_USERMODE.
51         (SUBTARGET_OVERRIDE_OPTIONS): Set TARGET_USERMODE as default.
52         * config/sh/netbsd-elf.h (TARGET_DEFAULT): Remove MASK_USERMODE.
53         (SUBTARGET_OVERRIDE_OPTIONS): New.
54
55 2013-03-25  Oleg Endo  <olegendo@gcc.gnu.org>
56
57         Backport from mainline:
58         2012-04-03  Kaz Kojima  <kkojima@gcc.gnu.org>
59
60         * config/sh/t-sh (MULTILIB_MATCHES): Match m2a-single-only
61         to m2a-single instead of m2e.
62
63 2013-03-22  H.J. Lu  <hongjiu.lu@intel.com>
64
65         PR target/56560
66         * config/i386/i386.h (ix86_args): Define only if USED_FOR_TARGET
67         isn't defined.
68
69 2013-03-22  H.J. Lu  <hongjiu.lu@intel.com>
70
71         PR target/56560
72         * config/i386/i386.c (init_cumulative_args): Also set
73         cum->callee_return_avx256_p.
74         (ix86_function_arg): Set cum->callee_pass_avx256_p.  Set
75         cfun->machine->callee_pass_avx256_p only when MODE == VOIDmode.
76
77         * config/i386/i386.h (ix86_args): Add callee_pass_avx256_p and
78         callee_return_avx256_p.
79
80 2013-03-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
81
82         Backport from mainline:
83         2012-12-04  Ian Lance Taylor  <iant@google.com>
84
85         * godump.c (find_dummy_types): Output a dummy type if we couldn't
86         output the real type.
87
88 2013-03-20  Jack Howarth  <howarth@bromo.med.uc.edu>
89
90         PR bootstrap/56258
91         * doc/generic.texi (POINTER_PLUS_EXPR): Use @item instead of @itemx.
92         (PLUS_EXPR): Likewise.
93         * doc/cppopts.texi (--help): Likewise.
94         * doc/invoke.texi (-fenable-@var{kind}-@var{pass}): Likewise.
95         (-fdump-rtl-cprop_hardreg): Likewise.
96         (-fdump-rtl-csa): Likewise.
97         (-fdump-rtl-dce): Likewise.
98         (-fdump-rtl-dbr): Likewise.
99         (-fdump-rtl-into_cfglayout): Likewise.
100         (-fdump-rtl-outof_cfglayout): Likewise.
101
102 2013-03-18  Richard Earnshaw  <rearnsha@arm.com>
103
104         PR target/56470
105         * config/arm/arm.c (shift_op): Validate RTL pattern on the fly.
106         (arm_print_operand, case 'S'): Don't use shift_operator to validate
107         the RTL.
108
109 2013-03-14  Seth LaForge  <sethml@google.com>
110
111         PR target/56351
112         Backport from mainline
113         2012-10-22  Julian Brown  <julian@codesourcery.com>
114
115         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Avoid subreg'ing
116         VFP D registers in big-endian mode.
117
118 2013-03-08  Joey Ye  <joey.ye@arm.com>
119
120         Backport from mainline
121         2013-03-06  Joey Ye  <joey.ye@arm.com>
122
123         PR lto/50293
124         * gcc.c (convert_white_space): New function.
125         (main): Handles white space in function name.
126
127 2013-03-06  Oleg Endo  <olegendo@gcc.gnu.org>
128
129         Backport from mainline
130         2013-03-06  Oleg Endo  <olegendo@gcc.gnu.org>
131
132         PR target/56529
133         * config/sh/sh.c (sh_option_override): Check for TARGET_DYNSHIFT
134         instead of TARGET_SH2 for call-table case.  Do not set sh_div_strategy
135         to SH_DIV_CALL_TABLE for TARGET_SH2.
136         * config.gcc (sh_multilibs): Add m2 and m2a to sh*-*-linux* multilib
137         list.
138         * doc/invoke.texi (SH options): Use table for mdiv= option.  Document
139         mdiv= call-div1, call-fp, call-table options.
140
141 2013-03-06  Sebastian Huber <sebastian.huber@embedded-brains.de>
142
143         * config.gcc (arm*-*-rtemself*): New.
144         (arm*-*-rtems*): Removed.
145         (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
146         "arm*-*-rtemseabi*" to "arm*-*-rtems*".
147
148 2013-03-01  Richard Biener  <rguenther@suse.de>
149
150         Backport from mainline
151         2012-12-12  Zdenek Dvorak  <ook@ucw.cz>
152
153         PR tree-optimization/55481
154         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fall
155         back to general rewriting if we cannot leave an original biv
156         definition alone.
157
158 2013-03-01  Richard Biener  <rguenther@suse.de>
159
160         Backport from mainline
161         2012-04-10  Richard Guenther  <rguenther@suse.de>
162  
163         PR middle-end/52888
164         * gimple-low.c (gimple_check_call_args): Properly account for
165         compatible aggregate types.
166
167 2013-02-26  Nick Clifton  <nickc@redhat.com>
168
169         PR target/56453
170         Import this patch from the mainline:
171
172         2012-08-17  Nick Clifton  <nickc@redhat.com>
173
174         * config/fr30/fr30.md (cbranchsi4): Remove mode from comparison.
175         (branch_true): Likewise.
176         (branch_false): Likewise.
177
178 2013-02-26  Jakub Jelinek  <jakub@redhat.com>
179
180         PR tree-optimization/56443
181         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): For
182         overaligned types, pass TYPE_UNSIGNED (scalar_type) as second argument
183         to type_for_mode langhook.
184
185 2013-02-21  Jakub Jelinek  <jakub@redhat.com>
186
187         PR bootstrap/56258
188         * doc/invoke.texi (-fdump-rtl-pro_and_epilogue): Use @item
189         instead of @itemx.
190
191 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
192
193         Backported from mainline
194         2013-02-19  Jakub Jelinek  <jakub@redhat.com>
195
196         PR tree-optimization/56350
197         * tree-vect-loop.c (vectorizable_reduction): If orig_stmt, return false
198         if haven't found reduction or nested cycle operand, rather than
199         asserting we must find it.
200
201         PR tree-optimization/56381
202         * tree-ssa-pre.c (create_expression_by_pieces): Fix up last argument
203         to fold_build3.
204
205         2013-02-08  Jakub Jelinek  <jakub@redhat.com>
206
207         PR tree-optimization/56250
208         * fold-const.c (extract_muldiv_1) <case NEGATE_EXPR>: Don't optimize
209         if type is unsigned and code isn't MULT_EXPR.
210
211         2013-02-06  Jakub Jelinek  <jakub@redhat.com>
212
213         PR middle-end/56217
214         * omp-low.c (use_pointer_for_field): Return false if
215         lower_send_shared_vars doesn't generate any copy-out code.
216
217         2012-11-27  Jakub Jelinek  <jakub@redhat.com>
218
219         PR tree-optimization/55110
220         * tree-vect-loop.c (vectorizable_reduction): Don't assert
221         that STMT_VINFO_RELATED_STMT of orig_stmt is stmt.
222
223 2013-02-18  Richard Biener  <rguenther@suse.de>
224
225         Revert
226         2013-02-04  Richard Biener  <rguenther@suse.de>
227
228         Backport from mainline
229         2012-07-04  Richard Guenther  <rguenther@suse.de>
230
231         PR tree-optimization/53844
232         * tree-ssa-dse.c (dse_possible_dead_store_p): Properly handle
233         the loop virtual PHI.
234
235 2013-02-13  David S. Miller  <davem@davemloft.net>
236
237         * expmed.c (expand_shift_1): Only strip scalar integer subregs.
238
239 2013-02-11  Uros Bizjak  <ubizjak@gmail.com>
240
241         Backport from mainline
242         2013-02-11  Uros Bizjak  <ubizjak@gmail.com>
243
244         PR rtl-optimization/56275
245         * simplify-rtx.c (avoid_constant_pool_reference): Check that
246         offset is non-negative and less than cmode size before
247         calling simplify_subreg.
248
249 2013-02-09  Uros Bizjak  <ubizjak@gmail.com>
250
251         Backport from mainline
252         2013-02-08  Uros Bizjak  <ubizjak@gmail.com>
253
254         * config/i386/sse.md (FMAMODEM): New mode iterator.
255         (fma<mode>4, fms<mode>4, fnma<mode>4, fnms<mode>4): Use FMAMODEM
256         mode iterator. Do not use TARGET_SSE_MATH in insn constraint.
257
258         2013-02-08  Uros Bizjak  <ubizjak@gmail.com>
259
260         * config/i386/gnu-user.h (TARGET_CAN_SPLIT_STACK): Define only
261         when HAVE_GAS_CFI_PERSONALITY_DIRECTIVE is set.
262         * config/i386/gnu-user64.h (TARGET_CAN_SPLIT_STACK): Ditto.
263
264 2013-02-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
265
266         Backport from mainline
267         2013-02-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
268
269         PR target/56043
270         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_libmass):
271         If there is no implicit builtin declaration, just return NULL.
272
273 2013-02-08  David Edelsohn  <dje.gcc@gmail.com>
274             Michael Meissner  <meissner@linux.vnet.ibm.com>
275
276         Backport from mainline
277         * config/rs6000/rs6000.c (rs6000_option_override_internal): Clear
278         MASK_VSX from set_masks if OS_MISSING_ALTIVEC.
279
280 2013-02-07  David S. Miller  <davem@davemloft.net>
281
282         * dwarf2out.c (based_loc_descr): Perform leaf register remapping
283         on 'reg'.
284         * var-tracking.c (vt_add_function_parameter): Test the presence of
285         HAVE_window_save properly and do not remap argument registers when
286         we have a leaf function.
287
288 2013-02-07  Uros Bizjak  <ubizjak@gmail.com>
289
290         Backport from mainline
291         2013-02-07  Uros Bizjak  <ubizjak@gmail.com>
292
293         PR bootstrap/56227
294         * ggc-page.c (ggc_print_statistics): Use HOST_LONG_LONG_FORMAT
295         instead of "ll".
296         * config/i386/i386.c (ix86_print_operand): Ditto.
297
298 2013-02-07  Alan Modra  <amodra@gmail.com>
299
300         PR target/53040
301         * config/rs6000/rs6000.c (rs6000_savres_strategy): When using
302         static chain, set REST_INLINE_FPRS too.
303
304 2013-02-06  David Edelsohn  <dje.gcc@gmail.com>
305
306         Backport from mainline
307         2013-01-25  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
308
309         * configure.ac (gcc_cv_ld_static_dynamic): Define for AIX native ld.
310         * configure: Regenerate.
311
312 2013-02-05  David Edelsohn  <dje.gcc@gmail.com>
313
314         Backport from mainline
315         2013-02-03  David Edelsohn  <dje.gcc@gmail.com>
316                     Andrew Dixie  <andrewd@gentrack.com>
317
318         * collect2.c (GCC_CHECK_HDR): Do not scan objects with F_LOADONLY
319         flag set.
320
321 2013-02-05  Richard Biener  <rguenther@suse.de>
322
323         Backport from mainline
324         2012-12-10  Richard Biener  <rguenther@suse.de>
325
326         PR tree-optimization/55107
327         * tree-ssa-pre.c (struct pre_stats): Remove constified field.
328         (bitmap_set_replace_value): Add gcc_unreachable.
329         (do_regular_insertion): Re-write all_same handling.  Insert
330         an assignment instead of a PHI in this case.
331         (execute_pre): Do not record constified events.
332
333 2013-02-05  Richard Biener  <rguenther@suse.de>
334
335         PR tree-optimization/54767
336         * tree-vrp.c (vrp_visit_phi_node): For PHI arguments coming via
337         backedges drop all symbolical range information.
338         (execute_vrp): Compute backedges.
339
340 2013-02-04  Richard Biener  <rguenther@suse.de>
341
342         Backport from mainline
343         2012-01-11  Richard Guenther  <rguenther@suse.de>
344
345         PR tree-optimization/44061
346         * tree-vrp.c (extract_range_basic): Compute zero as
347         value-range for __builtin_constant_p of function parameters.
348
349         2013-01-08  Jakub Jelinek  <jakub@redhat.com>
350
351         PR middle-end/55890
352         * tree-ssa-ccp.c (evaluate_stmt): Use gimple_call_builtin_class_p.
353
354 2013-02-04  Richard Biener  <rguenther@suse.de>
355
356         Backport from mainline
357         2012-07-04  Richard Guenther  <rguenther@suse.de>
358
359         PR tree-optimization/53844
360         * tree-ssa-dse.c (dse_possible_dead_store_p): Properly handle
361         the loop virtual PHI.
362
363         2012-12-13  Richard Biener  <rguenther@suse.de>
364
365         PR lto/55660
366         * tree-streamer.c (record_common_node): Check that we are not
367         recursively pre-loading nodes we want to skip.  Handle
368         char_type_node appearing as part of va_list_type_node.
369
370 2013-02-04  Richard Biener  <rguenther@suse.de>
371
372         PR middle-end/55890
373         * gimple.h (gimple_call_builtin_class_p): New function.
374         * gimple.c (validate_call): New function.
375         (gimple_call_builtin_class_p): Likewise.
376         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
377         Use gimple_call_builtin_class_p.
378         (find_func_clobbers): Likewise.
379         * tree-ssa-strlen.c (adjust_last_stmt): Likewise.
380         (strlen_optimize_stmt): Likewise.
381
382 2013-02-01  Jakub Jelinek  <jakub@redhat.com>
383
384         Backported from mainline
385         2013-01-28  Jakub Jelinek  <jakub@redhat.com>
386
387         PR tree-optimization/56125
388         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Don't optimize
389         pow(x,c) into sqrt(x) * powi(x, n/2) or
390         1.0 / (sqrt(x) * powi(x, abs(n/2))) if c is an integer or when
391         optimizing for size.
392         Don't optimize pow(x,c) into powi(x, n/3) * powi(cbrt(x), n%3) or
393         1.0 / (powi(x, abs(n)/3) * powi(cbrt(x), abs(n)%3)) if 2c is an
394         integer.
395
396         2013-01-25  Jakub Jelinek  <jakub@redhat.com>
397
398         PR tree-optimization/56098
399         * tree-ssa-phiopt.c (nt_init_block): Don't call add_or_mark_expr
400         for stmts with volatile ops.
401         (cond_store_replacement): Don't optimize if assign has volatile ops.
402         (cond_if_else_store_replacement_1): Don't optimize if either
403         then_assign or else_assign have volatile ops.
404
405         2013-01-23  Jakub Jelinek  <jakub@redhat.com>
406
407         PR target/49069
408         * config/arm/arm.md (cbranchdi4, cstoredi4): Use s_register_operand
409         instead of cmpdi_operand for first comparison operand.
410         Don't assert that comparison operands aren't both constants.
411
412         2013-01-21  Jakub Jelinek  <jakub@redhat.com>
413
414         PR tree-optimization/56051
415         * fold-const.c (fold_binary_loc): Don't fold
416         X < (cast) (1 << Y) into (X >> Y) != 0 if cast is either
417         a narrowing conversion, or widening conversion from signed
418         to unsigned.
419
420         2013-01-18  Jakub Jelinek  <jakub@redhat.com>
421
422         PR middle-end/56015
423         * expr.c (expand_expr_real_2) <case COMPLEX_EXPR>: Handle
424         the case where writing real complex part of target modifies
425         op1.
426
427         2013-01-15  Jakub Jelinek  <jakub@redhat.com>
428
429         PR target/55940
430         * function.c (thread_prologue_and_epilogue_insns): Always
431         add crtl->drap_reg to set_up_by_prologue.set, even if
432         stack_realign_drap is false.
433
434         2013-01-10  Jakub Jelinek  <jakub@redhat.com>
435
436         PR tree-optimization/55921
437         * tree-complex.c (expand_complex_asm): New function.
438         (expand_complex_operations_1): Call it for GIMPLE_ASM.
439
440         2013-01-03  Jakub Jelinek  <jakub@redhat.com>
441
442         PR rtl-optimization/55838
443         * loop-iv.c (iv_number_of_iterations): Call lowpart_subreg on
444         iv0.step, iv1.step and step.
445
446         2012-11-23  Jakub Jelinek  <jakub@redhat.com>
447
448         PR c++/54046
449         * Makefile.in (gimple-low.o): Depend on langhooks.h.
450         * gimple-low.c: Include langhooks.c.
451         (block_may_fallthru): Handle TARGET_EXPR and ERROR_MARK,
452         by default call lang_hooks.block_may_fallthru.
453         * langhooks.h (struct lang_hooks): Add block_may_fallthru
454         langhook.
455         * langhooks-def.h (LANG_HOOKS_BLOCK_MAY_FALLTHRU): Define.
456         (LANG_HOOKS_INITIALIZER): Use it.
457
458         2012-11-20  Jakub Jelinek  <jakub@redhat.com>
459
460         PR middle-end/55094
461         * builtins.c (expand_builtin_trap): Add REG_ARGS_SIZE note
462         on the trap insn for !ACCUMULATE_OUTGOING_ARGS.
463         * cfgcleanup.c (outgoing_edges_match): Don't look at debug insns
464         on the first old_insns_match_p call.  For !ACCUMULATE_OUTGOING_ARGS
465         fail if the last real insn doesn't have REG_ARGS_SIZE note.
466
467         2012-11-17  Jakub Jelinek  <jakub@redhat.com>
468
469         PR tree-optimization/55236
470         * fold-const.c (make_range_step) <case NEGATE_EXPR>: For -fwrapv
471         and signed ARG0_TYPE, force low and high to be non-NULL.
472
473         2012-11-13  Jakub Jelinek  <jakub@redhat.com>
474
475         PR rtl-optimization/54127
476         * cfgrtl.c (force_nonfallthru_and_redirect): When redirecting
477         asm goto labels from BB_HEAD (e->dest) to target bb, decrement
478         LABEL_NUSES of BB_HEAD (e->dest) and increment LABEL_NUSES of
479         BB_HEAD (target) appropriately and adjust JUMP_LABEL and/or
480         REG_LABEL_TARGET and REG_LABEL_OPERAND.
481
482 2013-02-01  Eric Botcazou  <ebotcazou@adacore.com>
483
484         * fold-const.c (make_range_step) <TRUTH_NOT_EXPR>: Bail out if the
485         range isn't testing for zero.
486
487 2013-01-29  Richard Biener  <rguenther@suse.de>
488
489         PR tree-optimization/56113
490         * tree-ssa-structalias.c (equiv_class_lookup): Also return
491         the bitmap leader.
492         (label_visit): Free duplicate bitmaps and record the leader instead.
493         (perform_var_substitution): Adjust.
494
495 2013-01-28  Serowk  <serowk@yandex.ru>
496
497         PR target/35294
498         * config/arm/arm.c (arm_expand_binop_builtin): Add new parameter.
499         Fix mode checks to allow for the passing of constants in the
500         second parameter.
501         (arm_expand_builtin): Adjust calls to arm_expand_binop_builtin.
502         Add entries in the switch statement for builtin iwmmxt vector
503         shift and rotate builtins.
504
505 2013-01-27  Uros Bizjak  <ubizjak@gmail.com>
506
507         Backport from mainline
508         2013-01-27  Uros Bizjak  <ubizjak@gmail.com>
509
510         PR target/56114
511         * config/i386/i386.md (*movabs<mode>_1): Add square brackets around
512         operand 0 in movabs insn template for -masm=intel asm alternative.
513         (*movabs<mode>_2): Ditto for operand 1.
514
515 2013-01-27  Uros Bizjak  <ubizjak@gmail.com>
516
517         Backport from mainline
518         2013-01-22  Uros Bizjak  <ubizjak@gmail.com>
519
520         PR target/56028
521         * config/i386/i386.md (*movti_internal_rex64): Change (o,riF)
522         alternative to (o,r).
523         (*movdi_internal_rex64): Remove (!o,n) alternative.
524         (DImode immediate->memory splitter): Remove.
525         (DImode immediate->memory peephole2): Remove.
526         (movtf): Enable for TARGET_64BIT || TARGET_SSE.
527         (*movtf_internal_rex64): Rename from *movtf_internal. Change (!o,F*r)
528         alternative to (!o,*r).
529         (*movtf_internal_sse): New pattern.
530         (*movxf_internal_rex64): New pattern.
531         (*movxf_internal): Disable for TARGET_64BIT.
532         (*movdf_internal_rex64): Remove (!o,F) alternative.
533
534         2013-01-23  Uros Bizjak  <ubizjak@gmail.com>
535
536         * config/i386/i386.md (*movdf_internal_rex64): Disparage alternatives
537         involving stack registers slightly.
538
539         2013-01-24  Uros Bizjak  <ubizjak@gmail.com>
540
541         * config/i386/constraints.md (Yf): New constraint.
542         * config/i386/i386.md (*movdf_internal_rex64): Use Yf*f instead
543         of f constraint to conditionaly disable x87 register preferences.
544         (*movdf_internal): Ditto.
545         (*movsf_internal): Ditto.
546
547         2012-01-24  Uros Bizjak  <ubizjak@gmail.com>
548
549         * config/i386/i386.md (*movti_internal_rex64): Add (o,e) alternative.
550         (*movtf_internal_rex64): Add (!o,C) alternative
551         (*movxf_internal_rex64): Ditto.
552         (*movdf_internal_rex64): Add (?r,C) and (?m,C) alternatives.
553
554 2013-01-25  Georg-Johann Lay  <avr@gjlay.de>
555
556         * doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__.
557
558 2013-01-24  Martin Jambor  <mjambor@suse.cz>
559
560         Backport from mainline
561         2013-01-04  Martin Jambor  <mjambor@suse.cz>
562
563         PR tree-optimization/55755
564         * tree-sra.c (sra_modify_assign): Do not check that an access has no
565         children when trying to avoid producing a VIEW_CONVERT_EXPR.
566
567 2013-01-21  Uros Bizjak  <ubizjak@gmail.com>
568
569         Backport from mainline
570         2013-01-21  Uros Bizjak  <ubizjak@gmail.com>
571
572         * config/i386/i386.md (enabled): Do not disable fma4 for TARGET_FMA.
573
574 2013-01-21  Uros Bizjak  <ubizjak@gmail.com>
575
576         PR rtl-optimization/56023
577         * haifa-sched.c (fix_inter_tick): Do not update ticks of instructions,
578         dependent on debug instruction.
579
580 2013-01-21  Martin Jambor  <mjambor@suse.cz>
581
582         Backport from mainline
583         2013-01-17  Martin Jambor  <mjambor@suse.cz>
584
585         PR tree-optimizations/55264
586         * cgraph.c (cgraph_create_virtual_clone): Mark clones as non-virtual.
587         * cgraph.h (cgraph_only_called_directly_p_or_aliased_p): Return false
588         for virtual functions.
589         * ipa-inline-transform.c (can_remove_node_now_p_1): Never return true
590         for virtual methods.
591         * ipa.c (cgraph_remove_unreachable_nodes): Never return true for
592         virtual methods before inlining is over.
593
594 2013-01-17  Uros Bizjak  <ubizjak@gmail.com>
595
596         Backport from mainline
597         2012-01-17  Uros Bizjak  <ubizjak@gmail.com>
598
599         PR target/55981
600         * config/i386/sync.md (atomic_store<mode>): Generate SWImode
601         store through atomic_store<mode>_1.
602         (atomic_store<mode>_1): Macroize insn using SWI mode iterator.
603
604 2013-01-16  Richard Biener  <rguenther@suse.de>
605
606         PR middle-end/55882
607         * emit-rtl.c (set_mem_attributes_minus_bitpos): Correctly
608         account for bitpos when computing alignment.
609
610 2013-01-14  Georg-Johann Lay  <avr@gjlay.de>
611
612         Backport from 2013-01-14 trunk r195169.
613
614         PR target/55974
615         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Define __FLASH
616         etc. to 1 and not to __flash.
617         Use LL suffix for __INT24_MAX__ with -mint8.
618         Use ULL suffix for __UINT24_MAX__ with -mint8.
619
620 2013-01-14  Matthias Klose  <doko@ubuntu.com>
621
622         * doc/invoke.texi: Document -print-multiarch.
623         * doc/install.texi: Document --enable-multiarch.
624         * doc/fragments.texi: Document MULTILIB_OSDIRNAMES, MULTIARCH_DIRNAME.
625         * configure.ac: Add --enable-multiarch option.
626         Substitute with_cpu, with_float.
627         * configure: Regenerate.
628         * Makefile.in (s-mlib): Pass MULTIARCH_DIRNAME to genmultilib.
629         enable_multiarch, with_cpu, with_float: New macros.
630         if_multiarch: New macro, define in terms of enable_multiarch.
631         * genmultilib: Add new argument for the multiarch name.
632         * gcc.c (multiarch_dir): Define.
633         (for_each_path): Search for multiarch suffixes.
634         (driver_handle_option): Handle multiarch option.
635         (do_spec_1): Pass -imultiarch if defined.
636         (main): Print multiarch.
637         (set_multilib_dir): Separate multilib and multiarch names
638         from multilib_select.
639         (print_multilib_info): Ignore multiarch names in multilib_select.
640         * incpath.c (add_standard_paths): Search the multiarch include dirs.
641         * cppdefault.h (default_include): Document multiarch in multilib
642         member.
643         * cppdefault.c: [LOCAL_INCLUDE_DIR, STANDARD_INCLUDE_DIR] Add an
644         include directory for multiarch directories.
645         * common.opt: New options --print-multiarch and -imultilib.
646
647         * config.gcc <i[34567]86-*-linux* | x86_64-*-linux*> (tmake_file):
648         Include i386/t-linux.
649         <i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu> (tmake_file):
650         Include i386/t-kfreebsd.
651         <i[34567]86-*-gnu*> (tmake_file): Include i386/t-gnu.
652         * config/i386/t-linux64: Add multiarch names in
653         MULTILIB_OSDIRNAMES, define MULTIARCH_DIRNAME.
654         * config/i386/t-gnu: New file.
655         * config/i386/t-kfreebsd: Likewise.
656         * config/i386/t-linux: Likewise.
657
658         * config/sparc/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
659         * config/sparc/t-linux: New file; define MULTIARCH_DIRNAME.
660         * config.gcc <sparc-*-linux*> (tmake_file): Include sparc/t-linux
661         for 32bit non-biarch configurations.
662
663         * config/pa/t-linux: New file; define MULTIARCH_DIRNAME.
664         * config.gcc <hppa*64*-*-linux*, hppa*-*-linux*> (tmake_file):
665         Include pa/t-linux.
666
667         * config/mips/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
668
669         * config/arm/t-linux-eabi: Define MULTIARCH_DIRNAME for linux target.
670
671         * config/rs6000/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
672         * config/rs6000/t-linux: New file; define MULTIARCH_DIRNAME.
673         * config/rs6000/t-fprules (SOFT_FLOAT_CPUS): New macro. Add e300c2
674         to the list.
675         (MULTILIB_MATCHES_FLOAT): Define in terms of SOFT_FLOAT_CPUS.
676         * config.gcc <powerpc-*-linux* | powerpc64-*-linux*> (tmake_file):
677         Include rs6000/t-linux for 32bit non-biarch configurations.
678
679         * config/s390/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
680
681         * config/m68k/t-linux: Define MULTIARCH_DIRNAME.
682
683         * config/ia64/t-linux: New file; define MULTIARCH_DIRNAME.
684         * config.gcc <ia64*-*-linux*> (tmake_file): Include ia64/t-linux.
685
686         * config/alpha/t-linux: New file; define MULTIARCH_DIRNAME.
687         * config.gcc <alpha*-*-linux*> (tmake_file): Include alpha/t-linux.
688
689 2013-01-14  Eric Botcazou  <ebotcazou@adacore.com>
690
691         * tree-vectorizer.h (vect_get_single_scalar_iteraion_cost): Fix typo.
692         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Likewise.
693         (vect_estimate_min_profitable_iter): Adjust to above fix.
694         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
695
696 2013-01-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
697
698         Backport from mainline
699         2013-01-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
700
701         * doc/extend.texi (X86 Built-in Functions): Add whitespace in
702         __builtin_ia32_paddb256 and __builtin_ia32_pavgb256
703         documentation.  Add missing '__' in front of
704         __builtin_ia32_packssdw256.
705
706 2013-01-09  Uros Bizjak  <ubizjak@gmail.com>
707
708         Backport from mainline
709         2013-01-09  Uros Bizjak  <ubizjak@gmail.com>
710
711         * config/i386/sse.md (*vec_interleave_highv2df): Change mode
712         attribute of movddup insn to DF.
713         (*vec_interleave_lowv2df): Ditto.
714         (vec_dupv2df): Ditto.
715
716 2013-01-07  Georg-Johann Lay  <avr@gjlay.de>
717
718         Backport from 2013-01-07 trunk r194991, r194992.
719
720         PR target/55897
721         * doc/extend.texi (AVR Named Address Spaces): __memx goes into
722         .progmemx.data now.
723
724         * config/avr/avr.h (ADDR_SPACE_COUNT): New enum.
725         (avr_addrspace_t): Add .section_name field.
726         * config/avr/avr.c (progmem_section): Use ADDR_SPACE_COUNT as
727         array size.
728         (avr_addrspace): Same.  Initialize .section_name.  Remove last
729         NULL entry.  Put __memx into .progmemx.data.
730         (progmem_section_prefix): Remove.
731         (avr_asm_init_sections): No need to initialize progmem_section.
732         (avr_asm_named_section): Use avr_addrspace[].section_name to get
733         section name prefix.
734         (avr_asm_select_section): Ditto.  And use get_unnamed_section to
735         retrieve the progmem section.
736         * avr-c.c (avr_cpu_cpp_builtins): Use ADDR_SPACE_COUNT as loop
737         boundary to run over avr_addrspace[].
738         (avr_register_target_pragmas): Ditto.
739
740 2013-01-07  Georg-Johann Lay  <avr@gjlay.de>
741
742         Backport from 2013-01-07 trunk r194978.
743
744         PR target/54461
745         * doc/install.texi (Cross-Compiler-Specific Options): Document
746         --with-avrlibc.
747
748 2013-01-07  Georg-Johann Lay  <avr@gjlay.de>
749
750         Backport from 2013-01-07 trunk r194968.
751
752         PR other/55243
753         * config/avr/t-avr: Don't automatically rebuild
754         $(srcdir)/config/avr/t-multilib
755         $(srcdir)/config/avr/avr-tables.opt
756         (avr-mcus): New phony target to build them on request.
757         (s-avr-mlib): Remove.
758         * avr/avr-mcus.def: Adjust comments.
759
760 2013-01-07  Terry Guo  <terry.guo@arm.com>
761
762         Backport from mainline
763         2012-12-19  Terry Guo  <terry.guo@arm.com>
764
765         * config/arm/arm.c (thumb_find_work_register): Check argument
766         register number based on current PCS.
767
768 2013-01-06  Uros Bizjak  <ubizjak@gmail.com>
769
770         Backport from mainline
771         2013-01-03  Uros Bizjak  <ubizjak@gmail.com>
772
773         PR target/55712
774         * config/i386/i386-c.c (ix86_target_macros_internal): Depending on
775         selected code model, define __code_mode_small__, __code_model_medium__,
776         __code_model_large__, __code_model_32__ or __code_model_kernel__.
777         * config/i386/cpuid.h (__cpuid, __cpuid_count) [__i386__]: Prefix
778         xchg temporary register with %k.  Declare temporary register as
779         early clobbered.
780         [__x86_64__]: For medium and large code models, preserve %rbx register.
781
782 2013-01-03  Richard Henderson  <rth@redhat.com>
783
784         * config/i386/i386.c (ix86_expand_move): Always assign to op1
785         after eliminating TLS symbols.
786
787 2013-01-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
788
789         PR target/53789
790         * config/pa/pa.md (movsi): Revert previous change.
791         * config/pa/pa.c (pa_legitimate_constant_p): Reject all TLS symbol
792         references.
793
794 2013-01-02  Rainer Emrich  <rainer@emrich-ebersheim.de>
795
796         PR bootstrap/55707
797         * graphite-dependences.c (hash_poly_ddr_p): Cast from pointer via
798         intptr_t.
799
800 2013-01-02  Jason Merrill  <jason@redhat.com>
801
802         PR c++/55804
803         * tree.c (build_array_type_1): Revert earlier change.
804
805 2012-12-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
806
807         PR target/53789
808         * config/pa/pa.md (movsi): Reject expansion of TLS symbol references
809         after reload starts.
810
811 2012-12-21  Martin Jambor  <mjambor@suse.cz>
812
813         PR tree-optimization/55355
814         * tree-sra.c (type_internals_preclude_sra_p): Also check that
815         bit_position is small enough to fit a single HOST_WIDE_INT.
816
817 2012-12-21  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
818
819         * config.gcc: Match arm*-*-uclinux*eabi* for EABI uCLinux.
820
821 2012-12-18  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
822
823         Backport from mainline
824         2012-10-15  Matthias Klose  <doko@ubuntu.com>
825
826         * config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.
827         * doc/install.texi: Use arm-*-*linux-* instead of arm-*-*linux-gnueabi.
828
829 2012-12-16  Eric Botcazou  <ebotcazou@adacore.com>
830             Tomash Brechko  <tomash.brechko@gmail.com>
831
832         PR target/55673
833         * config/sparc/sparc.c (sparc_emit_membar_for_model): Fix reversed
834         handling of before and after cases.
835         * config/sparc/sync.md (atomic_store): Fix pasto.
836
837 2012-12-14  Yvan Roux  <yvan.roux@linaro.org>
838
839         * optabs.c (expand_atomic_store): Elide redundant model test.
840
841 2012-12-13  Richard Henderson  <rth@redhat.com>
842
843         PR middle-end/55492
844         * optabs.c (expand_atomic_load): Emit acquire barrier after the load.
845
846 2012-12-11  Eric Botcazou  <ebotcazou@adacore.com>
847
848         PR target/54121
849         * config/sparc/sparc.md (tldo_stb_sp32): Fix pasto.
850         (tldo_stb_sp64): Likewise.
851         (tldo_sth_sp32): Likewise.
852         (tldo_sth_sp64): Likewise.
853         (tldo_stw_sp32): Likewise.
854         (tldo_stw_sp64): Likewise.
855         (tldo_stx_sp64): Likewise.
856
857 2012-12-10 Kai Tietz  <ktietz@redhat.com>
858
859         PR target/53912
860         * print-tree.c (print_node): Cast from pointer via uintptr_t.
861
862 2012-12-07  Uros Bizjak  <ubizjak@gmail.com>
863
864         Backport from mainline
865         2012-12-06  Uros Bizjak  <ubizjak@gmail.com>
866                     H.J. Lu  <hongjiu.lu@intel.com>
867
868         PR target/55597
869         * config/i386/i386.c (legitimize_tls_address): Zero-extend x to Pmode,
870         before using it as insn or call equivalent.
871
872 2012-12-06  Jason Merrill  <jason@redhat.com>
873
874         PR c++/55032
875         * tree.c (build_array_type_1): Re-layout if we found it in the
876         hash table.
877
878 2012-12-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
879
880         * config/pa/pa.md: Use "const_int 0" instead of match_test to simplify
881         opaque cond in all call insns.
882
883 2012-12-03  Eric Botcazou  <ebotcazou@adacore.com>
884
885         * config/ia64/ia64.c (ia64_compute_frame_size): Allocate the scratch
886         area if the function allocates dynamic stack space.
887         (ia64_initial_elimination_offset): Adjust offsets to above change.
888
889 2012-12-03  Richard Biener  <rguenther@suse.de>
890
891         Backport from mainline
892         2012-09-24  Richard Guenther  <rguenther@suse.de>
893
894         PR tree-optimization/53663
895         * tree-ssa-sccvn.c (vn_reference_lookup_3): Conditional
896         native encode/interpret translation on VN_WALKREWRITE.
897
898 2012-12-03 Kai Tietz  <ktietz@redhat.com>
899
900         PR target/53912
901         * ggc-common.c (POINTER_HASH): Cast from pointer via intptr_t.
902
903         PR target/53912
904         * tree-dump.c (dump_pointer): Print pointer via HOST_WIDE_INT_PRINT.
905
906         PR target/53912
907         * pointer-set.c (hash1): Cast from pointer via uintptr_t.
908
909 2012-12-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
910
911         Backport from mainline:
912         2012-11-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
913
914         PR target/55195
915         * config/pa/pa.md (type): Add sibcall and sh_func_adrs insn types.
916         (in_branch_delay): Don't allow sibcall or sh_func_adrs insns.
917         (in_nullified_branch_delay): Likewise.
918         (in_call_delay): Likewise.
919         Define delay for sibcall insns.  Adjust Z3 and Z4 insn reservations for
920         new types.  Add opaque cond to mark all calls, sibcalls, dyncalls and
921         the $$sh_func_adrs call as variable.  Update type of sibcalls and
922         $$sh_func_adrs call.
923         * config/pa/pa.c (pa_adjust_insn_length): Revise to return updated
924         length instead of adjustment.  Handle negative and undefined call
925         adjustments for insn_default_length.  Remove adjustment for millicode
926         insn with unfilled delay slot.
927         (pa_output_millicode_call): Update for revised millicode length.
928         * config/pa/pa.h (ADJUST_INSN_LENGTH): Revise to set LENGTH.
929
930 2012-11-29  Kai Tietz  <ktietz@redhat.com>
931
932         PR target/55171
933         * prefix.c (lookup_key): Replace xmalloc/xrealloc
934         use by XNEWVEC/XRESIZEVEC.
935
936         * i386.c (get_scratch_register_on_entry): Handle
937         thiscall-convention.
938         (split_stack_prologue_scratch_regno): Likewise.
939         (ix86_static_chain): Likewise.
940         (x86_output_mi_thunk): Likewise.
941
942 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
943
944         Backported from mainline
945         2012-11-27  H.J. Lu  <hongjiu.lu@intel.com>
946                     Markus Trippelsdorf  <markus@trippelsdorf.de>
947
948         PR lto/54795
949         * lto-opts.c (lto_write_options): Also handle
950         OPT_SPECIAL_unknown, OPT_SPECIAL_ignore and
951         OPT_SPECIAL_program_name.
952
953         PR lto/55474
954         * lto-wrapper.c (merge_and_complain): Handle
955         OPT_SPECIAL_unknown, OPT_SPECIAL_ignore,
956         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
957
958 2012-11-27  Paolo Bonzini  <pbonzini@redhat.com>
959
960         PR rtl-optimization/55489
961         * gcse.c (compute_transp): Precompute a canonical version
962         of XEXP (x, 0), and pass it to canon_true_dependence.
963
964 2012-11-27  Richard Biener  <rguenther@suse.de>
965
966         PR middle-end/55331
967         * gimple-fold.c (gimplify_and_update_call_from_tree): Replace
968         stmt with a NOP instead of removing it.
969
970 2012-11-26  Richard Biener  <rguenther@suse.de>
971
972         Backport from mainline
973         2012-10-19  Richard Biener  <rguenther@suse.de>
974
975         PR tree-optimization/54976
976         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
977         Robustify against odd inner_mode inputs.
978
979         2012-10-12  Richard Biener  <rguenther@suse.de>
980
981         PR tree-optimization/54894
982         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
983         Handle over-aligned scalar types properly.
984
985         2012-10-02  Richard Guenther  <rguenther@suse.de>
986
987         PR middle-end/54735
988         * tree-ssa-pre.c (do_pre): Make sure to update virtual SSA form before
989         cleaning up the CFG.
990
991 2012-11-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
992
993         Backport from mainline
994         2012-11-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
995
996         * config/rs6000/rs6000.md (movdf_hardfloat32): Add a comment
997         explaining the register ordering preferences.
998
999         2012-11-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
1000         * config/rs6000/rs6000.md (movdf_hardfloat32): Reorder move
1001         constraints so that the traditional floating point loads, stores,
1002         and moves are done first, then the VSX loads, stores, and moves,
1003         and finally the GPR loads, stores, and moves so that reload
1004         chooses FPRs over GPRs, and uses the traditional load/store
1005         instructions which provide an offset.
1006         (movdf_hardfloat64): Likewise.
1007
1008 2012-11-19  H.J. Lu  <hongjiu.lu@intel.com>
1009
1010         Backported from mainline
1011         2012-11-13  Eric Botcazou  <ebotcazou@adacore.com>
1012                     H.J. Lu  <hongjiu.lu@intel.com>
1013
1014         PR middle-end/55142
1015         * config/i386/i386.c (legitimize_pic_address): Properly handle
1016         REG + CONST.
1017         (ix86_print_operand_address): Set code to 'k' when forcing
1018         addr32 prefix.  For x32, zero-extend negative displacement if
1019         it < -16*1024*1024.
1020
1021 2012-11-12  Eric Botcazou  <ebotcazou@adacore.com>
1022
1023         * common.opt (fvar-tracking-uninit): Document.
1024         * toplev.c (process_options): Fix handling of flag_var_tracking_uninit.
1025         * config/darwin.c (darwin_override_options): Likewise.
1026
1027 2012-11-11  Eric Botcazou  <ebotcazou@adacore.com>
1028
1029         * config/sparc/sparc.h (AS_NIAGARA3_FLAG): Tweak.
1030         * config/sparc/sol2.h (TARGET_CPU_niagara4 support): Fix pasto.
1031
1032 2012-11-09  Eric Botcazou  <ebotcazou@adacore.com>
1033
1034         * doc/install.texi (sparc64-x-solaris2): Mention MPC as well.
1035
1036 2012-11-09  Eric Botcazou  <ebotcazou@adacore.com>
1037
1038         * config/i386/i386.c (release_scratch_register_on_entry): Also adjust
1039         sp_offset manually.
1040
1041 2012-11-07  Uros Bizjak  <ubizjak@gmail.com>
1042
1043         Backport from mainline
1044         2012-11-06  Uros Bizjak  <ubizjak@gmail.com>
1045
1046         * config/i386/i386.c (ix86_init_machine_status): Do not
1047         explicitly clear tls_descriptor_call_expanded_p again.
1048
1049         2012-11-06  Uros Bizjak  <ubizjak@gmail.com>
1050
1051         * config/i386/sse.md
1052         (<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>): Mark operand 0
1053         as read and written by the instruction.
1054
1055         2012-11-06  Uros Bizjak  <ubizjak@gmail.com>
1056
1057         * config/i386/i386.c (TARGET_INSTANTIATE_DECLS): New define.
1058         (ix86_instantiate_decls): New function.
1059         (ix86_expand_builtin) <case IX86_BUILTIN_LDMXCSR>: Use SLOT_TEMP
1060         stack slot instead of SLOT_VIRTUAL.
1061         <case IX86_BUILTIN_STMXCSR>: Ditto.
1062         (assign_386_stack_local): Do not assert when virtual slot is valid.
1063         * config/i386/i386.h (enum ix86_stack_slot): Remove SLOT_VIRTUAL.
1064         * config/i386/i386.md (truncdfsf2): Do not use SLOT_VIRTUAL stack slot.
1065         (truncxf<mode>2): Ditto.
1066         (floatunssi<mode>2): Ditto.
1067         (isinf<mode>2): Ditto.
1068         * config/i386/sync.md (atomic_load<mode>): Ditto.
1069         (atomic_store<mode>): Ditto.
1070
1071 2012-11-07  Eric Botcazou  <ebotcazou@adacore.com>
1072
1073         PR middle-end/55219
1074         * fold-const.c (fold_binary_op_with_conditional_arg): Do not fold if
1075         the argument is itself a conditional expression.
1076
1077 2012-11-05  H.J. Lu  <hongjiu.lu@intel.com>
1078
1079         * config/i386/i386.c (print_reg): Replace REX_INT_REG_P with
1080         REX_INT_REGNO_P.
1081
1082 2012-11-05  Eric Botcazou  <ebotcazou@adacore.com>
1083
1084         PR tree-optimization/54986
1085         * gimple-fold.c (canonicalize_constructor_val): Strip again all no-op
1086         conversions on entry but add them back on exit if needed.
1087
1088 2012-11-05  Richard Sandiford  <rdsandiford@googlemail.com>
1089
1090         PR target/55204
1091         * config/i386/i386.c (ix86_address_subreg_operand): Remove stack
1092         pointer check.
1093         (print_reg): Use true_regnum rather than REGNO.
1094         (ix86_print_operand_address): Remove SUBREG handling.
1095
1096 2012-11-05  Jakub Jelinek  <jakub@redhat.com>
1097
1098         Backported from mainline
1099         2012-10-24  Jakub Jelinek  <jakub@redhat.com>
1100
1101         PR debug/54828
1102         * gimple.h (is_gimple_sizepos): New inline function.
1103         * gimplify.c (gimplify_one_sizepos): Use it.  Remove useless
1104         final assignment to expr variable.
1105         * tree.c (RETURN_TRUE_IF_VAR): Return true also if
1106         !TYPE_SIZES_GIMPLIFIED (type) and _t is going to be gimplified
1107         into a local temporary.
1108
1109         2012-10-10  Jakub Jelinek  <jakub@redhat.com>
1110
1111         PR tree-optimization/54877
1112         * tree-vect-loop.c (vect_is_simple_reduction_1): For MINUS_EXPR
1113         use make_ssa_name instead of copy_ssa_name.
1114
1115 2012-11-03  Peter Bergner  <bergner@vnet.ibm.com>
1116
1117         Backport from mainline
1118         2012-10-31  Jakub Jelinek  <jakub@redhat.com>
1119
1120         PR tree-optimization/53708
1121         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Preserve
1122         user-supplied alignment when used with an explicit section name.
1123
1124 2012-11-02  Jeff Law  <law@redhat.com>
1125
1126         PR tree-optimization/54985
1127         * tree-ssa-threadedge.c (cond_arg_set_in_bb): New function extracted
1128         from thread_across_edge.
1129         (thread_across_edge): Use it in all cases where we might thread
1130         across a back edge.
1131
1132 2012-10-31  Eric Botcazou  <ebotcazou@adacore.com>
1133
1134         * config/i386/i386.c (ix86_expand_prologue): Emit frame info for the
1135         special register pushes before frame probing and allocation.
1136
1137 2012-10-31  Ralf Corsépius  <ralf.corsepius@rtems.org>,
1138             Joel Sherrill  <joel.sherrill@oarcorp.com>
1139
1140         * config/sparc/t-rtems: New (Custom multilibs).
1141         * config/sparc/t-rtems-64: New (Custom multilibs).
1142         * config.gcc (sparc64-*-rtems*): Add sparc/t-rtems-64.
1143         (sparc-*-rtems*): Add sparc/t-rtems.
1144
1145 2012-10-30  Eric Botcazou  <ebotcazou@adacore.com>
1146
1147         * cse.c (hash_rtx_cb): Replace RTX_UNCHANGING_P with MEM_READONLY_P in
1148         head comment.
1149         (hash_rtx): Likewise.
1150
1151 2012-10-29  Terry Guo  <terry.guo@arm.com>
1152
1153         Backport from mainline
1154         2012-10-11  Terry Guo  <terry.guo@arm.com>
1155
1156         * config/arm/arm.c (arm_arch6m): New variable to denote armv6-m
1157         architecture.
1158         * config/arm/arm.h (TARGET_HAVE_DMB): The armv6-m also has DMB
1159         instruction.
1160
1161 2012-10-26  Gunther Nikl  <gnikl@users.sourceforge.net>
1162
1163         * common/config/m68k/m68k-common.c (m68k_handle_option): Set
1164         gcc_options fields of opts_set for -m68020-40 and -m68020-60.
1165
1166 2012-10-26  Ralf Corsépius  <ralf.corsepius@rtems.org>
1167
1168         * config/avr/t-rtems: Revert previous commit.
1169
1170 2012-10-26  Terry Guo  <terry.guo@arm.com>
1171
1172         Backport from mainline
1173         2012-10-23  Terry Guo  <terry.guo@arm.com>
1174
1175         PR target/55019
1176         * config/arm/arm.c (thumb1_expand_prologue): Don't push high regs with
1177         live argument regs.
1178
1179 2012-10-26  Ralf Corsépius  <ralf.corsepius@rtems.org>
1180
1181         * config/avr/rtems.h (TARGET_OS_CPP_BUILTINS): Remove
1182         __USE_INIT_FINI__.
1183         * config/avr/t-rtems (LIB1ASMFUNCS): Filter out _exit.
1184
1185 2012-10-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
1186
1187         * config.gcc (microblaze*-*-rtems*): New target.
1188         * config/microblaze/rtems.h: New.
1189         * config/microblaze/t-rtems: New.
1190
1191 2012-10-25  Richard Biener  <rguenther@suse.de>
1192
1193         PR tree-optimization/54902
1194         * tree-ssa-pre.c (fini_pre): Return TODO.
1195         (execute_pre): Adjust.
1196         * tree-ssa-tailmerge.c (tail_merge_optimize): Delete unreachable
1197         blocks before computing dominators.
1198
1199 2012-10-24  Uros Bizjak  <ubizjak@gmail.com>
1200
1201         Backport from mainline
1202         2012-10-22  Uros Bizjak  <ubizjak@gmail.com>
1203
1204         * config/i386/i386.c (memory_address_length): Assert that non-null
1205         base or index RTXes are registers.  Do not check for REG RTXes.
1206         Determine addr32 prefix using SImode_address_operand or
1207         from original base and index RTXes.  Simplify code.
1208
1209         2012-10-21  Uros Bizjak  <ubizjak@gmail.com>
1210
1211         * config/i386/i386-protos.h (memory_address_length): Add new bool
1212         argument.  Update all uses.
1213         * config/i386/i386.c (memory_address_length): If not LEA insn, then
1214         add length of addr32 prefix based on mode of base or index register.
1215         (ix86_attr_length_address_default) <TYPE_LEA>: Do not handle SImode
1216         addresses here.  Update call to memory_address_length.
1217         (ix86_print_address_operand): Use SImode_address_operand predicate.
1218         * config/i386/predicates.md (SImode_address_operand): New.
1219         * config/i386/i386.md (lea<mode>): Use SImode_address_operand
1220         to calculate "mode" attribute.  Use SImode_address_operand predicate
1221         instead of open-coding accepted RTX codes.
1222
1223 2012-10-22  Georg-Johann Lay  <avr@gjlay.de>
1224
1225         Backport from 2012-10-22 trunk r192685.
1226         * doc/invoke.texi (AVR Options): Document __AVR_ARCH__.
1227         Note __AVR_<device>__ is not defined for cores.
1228         Don't point to --help=target.
1229         Order --mcu= documentation according to trunk:/gcc/doc/avr-mmcu.texi.
1230
1231 2012-10-19  Marek Polacek  <polacek@redhat.com>
1232
1233         Backported from mainline
1234         2012-10-19  Marek Polacek  <polacek@redhat.com>
1235
1236         PR middle-end/54945
1237         * fold-const.c (fold_sign_changed_comparison):  Punt if folding
1238         pointer/non-pointer comparison.
1239
1240 2012-10-19  Zhenqiang Chen <zhenqiang.chen@linaro.org>
1241
1242         Backported from mainline
1243         2012-10-19  Zhenqiang Chen <zhenqiang.chen@linaro.org>
1244
1245         PR target/54892
1246         * config/arm/arm.c (arm_expand_compare_and_swap): Use SImode to make
1247         sure the mode is correct when falling through from above cases.
1248
1249 2012-10-19  Alan Modra  <amodra@gmail.com>
1250
1251         * configure.ac (HAVE_LD_NO_DOT_SYMS): Set if using gold.
1252         (HAVE_LD_LARGE_TOC): Likewise.
1253         * configure: Regenerate.
1254
1255 2012-10-19  Alan Modra  <amodra@gmail.com>
1256
1257         * config/rs6000/predicates.md (splat_input_operand): Don't call
1258         input_operand for MEMs.  Instead check for volatile and call
1259         memory_address_addr_space_p with modified mode.
1260
1261 2012-10-17  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
1262
1263         Backported from mainline
1264         2012-07-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
1265
1266         * config/arm/arm.c (arm_reorg): Ensure all insns are split.
1267
1268 2012-10-16  Eric Botcazou  <ebotcazou@adacore.com>
1269
1270         PR rtl-optimization/54870
1271         * tree.h (TREE_ADDRESSABLE): Document special usage on SSA_NAME.
1272         * cfgexpand.c (update_alias_info_with_stack_vars ): Set it on the
1273         SSA_NAME pointer that points to a partition if there is at least
1274         one variable with it set in the partition.
1275         * dse.c (local_variable_can_escape): New predicate.
1276         (can_escape): Call it.
1277         * gimplify.c (mark_addressable): If this is a partitioned decl, also
1278         mark the SSA_NAME pointer that points to a partition.
1279
1280 2012-10-16  Andrey Belevantsev  <abel@ispras.ru>
1281
1282         Backport from mainline
1283         2012-08-09  Andrey Belevantsev  <abel@ispras.ru>
1284
1285         PR rtl-optimization/53701
1286         * sel-sched.c (vinsn_vec_has_expr_p): Clarify function comment.
1287         rocess not only expr's vinsns but all old vinsns from expr's
1288         istory of changes.
1289
1290 2012-10-16  Andrey Belevantsev  <abel@ispras.ru>
1291
1292         Backport from mainline
1293         2012-07-31  Andrey Belevantsev  <abel@ispras.ru>
1294         PR target/53975
1295
1296         * sel-sched-ir.c (has_dependence_note_reg_use): Clarify comment.
1297         Revert
1298         2011-08-04  Sergey Grechanik  <mouseentity@ispras.ru>
1299         * sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge
1300         only if producer writes to the register given by regno.
1301
1302 2012-09-15  Uros Bizjak  <ubizjak@gmail.com>
1303
1304         Backport from mainline
1305         2012-10-15  Uros Bizjak  <ubizjak@gmail.com>
1306
1307         * config/i386/sse.md (UNSPEC_MOVU): Remove.
1308         (UNSPEC_LOADU): New.
1309         (UNSPEC_STOREU): Ditto.
1310         (<sse>_movu<ssemodesuffix><avxsizesuffix>): Split to ...
1311         (<sse>_loadu<ssemodesuffix><avxsizesuffix>): ... this and ...
1312         (<sse>_storeu<ssemodesuffix><avxsizesuffix>) ... this.
1313         (<sse2>_movdqu<avxsizesuffix>): Split to ...
1314         (<sse2>_loaddqu<avxsizesuffix>): ... this and ...
1315         (<sse2>_storedqu<avxsizesuffix>): ... this.
1316         (*sse4_2_pcmpestr_unaligned): Update.
1317         (*sse4_2_pcmpistr_unaligned): Ditto.
1318
1319         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign): Use
1320         gen_avx_load{dqu,ups,upd}256 to load from unaligned memory and
1321         gen_avx_store{dqu,ups,upd}256 to store to unaligned memory.
1322         (ix86_expand_vector_move_misalign): Use gen_sse_loadups or
1323         gen_sse2_load{dqu,upd} to load from unaligned memory and
1324         gen_sse_loadups or gen_sse2_store{dqu,upd}256 to store to
1325         unaligned memory.
1326         (struct builtin_description bdesc_spec) <IX86_BUILTIN_LOADUPS>:
1327         Use CODE_FOR_sse_loadups.
1328         <IX86_BUILTIN_LOADUPD>: Use CODE_FOR_sse2_loadupd.
1329         <IX86_BUILTIN_LOADDQU>: Use CODE_FOR_sse2_loaddqu.
1330         <IX86_BUILTIN_STOREUPS>: Use CODE_FOR_sse_storeups.
1331         <IX86_BUILTIN_STOREUPD>: Use CODE_FOR_sse2_storeupd.
1332         <IX86_BUILTIN_STOREDQU>: Use CODE_FOR_sse2_storedqu.
1333         <IX86_BUILTIN_LOADUPS256>: Use CODE_FOR_avx_loadups256.
1334         <IX86_BUILTIN_LOADUPD256>: Use CODE_FOR_avx_loadupd256.
1335         <IX86_BUILTIN_LOADDQU256>: Use CODE_FOR_avx_loaddqu256.
1336         <IX86_BUILTIN_STOREUPS256>: Use CODE_FOR_avx_storeups256.
1337         <IX86_BUILTIN_STOREUPD256>: Use CODE_FOR_avx_storeupd256.
1338         <IX86_BUILTIN_STOREDQU256>: Use CODE_FOR_avx_storedqu256.
1339
1340 2012-10-15  Steven Bosscher  <steven@gcc.gnu.org>
1341
1342         Backport from trunk (r190222):
1343
1344         PR tree-optimization/54146
1345         * ifcvt.c: Include pointer-set.h.
1346         (cond_move_process_if_block): Change type of then_regs and
1347         else_regs from alloca'd array to pointer_sets.
1348         (check_cond_move_block): Update for this change.
1349         (cond_move_convert_if_block): Likewise.
1350         * Makefile.in: Fix dependencies for ifcvt.o.
1351
1352 2012-10-15  Richard Guenther  <rguenther@suse.de>
1353
1354         PR tree-optimization/54920
1355         * tree-ssa-pre.c (create_expression_by_pieces): Properly
1356         allocate temporary storage for all NARY elements.
1357
1358 2012-10-08  Georg-Johann Lay  <avr@gjlay.de>
1359
1360         PR target/54854
1361         * doc/invoke.texi (AVR Options): Deprecate -mshort-calls.
1362
1363 2012-10-05  Mark Kettenis  <kettenis@openbsd.org>
1364
1365         * config.gcc (*-*-openbsd4.[3-9]|*-*-openbsd[5-9]*): Set
1366         default_use_cxa_atexit to yes.
1367
1368 2012-10-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1369
1370         * config/pa/pa.md: Adjust unamed HImode add insn pattern.
1371
1372 2012-10-05  Jan Hubicka  <jh@suse.cz>
1373             Jakub Jelinek  <jakub@redhat.com>
1374
1375         PR tree-optimization/33763
1376         * tree-inline.c (expand_call_inline): Silently ignore always_inline
1377         attribute for redefined extern inline functions.
1378
1379 2012-10-03  H.J. Lu  <hongjiu.lu@intel.com>
1380
1381         Backported from mainline
1382         2012-10-03  Andrew W. Nosenko <andrew.w.nosenko@gmail.com>
1383
1384         * config/i386/driver-i386.c (host_detect_local_cpu): Fix logic
1385         in SSE and YMM state support check for -march=native.
1386
1387 2012-10-03  Alexandre Oliva <aoliva@redhat.com>
1388
1389         PR debug/53135
1390         * dwarf2out.c (value_format): Use block4 for dw_val_class_loc
1391         when needed.
1392
1393 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
1394
1395         Backported from mainline
1396         2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
1397
1398         PR target/54785
1399         * doc/invoke.texi: Document -mprefer-avx128.
1400
1401 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
1402
1403         Backported from mainline
1404         2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
1405
1406         PR target/54741
1407         *  config/i386/driver-i386.c (XCR_XFEATURE_ENABLED_MASK): New.
1408         (XSTATE_FP): Likewise.
1409         (XSTATE_SSE): Likewise.
1410         (XSTATE_YMM): Likewise.
1411         (host_detect_local_cpu): Disable AVX, AVX2, FMA, FMA4 and XOP if
1412         SSE and YMM states aren't supported.
1413
1414 2012-10-01  Tom de Vries  <tom@codesourcery.com>
1415
1416         * var-tracking.c (set_dv_changed): Add an 'inline' function specifier to
1417         the prototype.
1418
1419 2012-10-01  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1420
1421         PR target/54746
1422         * config/s390/s390.c (s390_option_override): Add missing break.
1423
1424 2012-09-29  Andreas Tobler  <andreast@fgznet.ch>
1425
1426         Backport from mainline
1427         2012-09-29  Andreas Tobler  <andreast@fgznet.ch>
1428
1429         * config.gcc: Replace 'host' with 'target' when configuring for
1430         powerpc64*-*-freebsd.
1431
1432 2012-09-28  Meador Inge  <meadori@codesourcery.com>
1433
1434         Backport from mainline
1435         2012-09-27  Meador Inge  <meadori@codesourcery.com>
1436
1437         * gcc-ar.c (main): Handle the returning of the sub-process error
1438         code correctly.
1439
1440 2012-09-28  Georg-Johann Lay  <avr@gjlay.de>
1441
1442         Backport from 2012-09-28 trunk r191821.
1443         * config/avr/avr.c (avr_pgm_check_var_decl): Fix non-error diagnostic.
1444
1445 2012-09-27  Jakub Jelinek  <jakub@redhat.com>
1446
1447         PR target/54703
1448         * simplify-rtx.c (simplify_binary_operation_1): Perform
1449         (x - (x & y)) -> (x & ~y) optimization only for integral modes.
1450
1451 2012-09-24  Eric Botcazou  <ebotcazou@adacore.com>
1452
1453         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream in
1454         TYPE_NONALIASED_COMPONENT flag.
1455         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream out
1456         TYPE_NONALIASED_COMPONENT flag.
1457
1458 2012-09-21  Richard Guenther  <rguenther@suse.de>
1459
1460         PR middle-end/54638
1461         Backport from mainline
1462         2012-04-19  Richard Guenther  <rguenther@suse.de>
1463
1464         * ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound
1465         array access.
1466
1467 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
1468
1469         PR c/54552
1470         * c-typeck.c (c_cast_expr): When casting to a type requiring
1471         C_MAYBE_CONST_EXPR to be created, pass the inner expression to
1472         c_fully_fold first.
1473
1474 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
1475
1476         PR c/54103
1477         * c-typeck.c (build_unary_op): Pass original argument of
1478         TRUTH_NOT_EXPR to c_objc_common_truthvalue_conversion, then remove
1479         any C_MAYBE_CONST_EXPR, if it has integer operands.
1480         (build_binary_op): Pass original arguments of TRUTH_ANDIF_EXPR,
1481         TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR and TRUTH_XOR_EXPR
1482         to c_objc_common_truthvalue_conversion, then remove any
1483         C_MAYBE_CONST_EXPR, if they have integer operands.  Use
1484         c_objc_common_truthvalue_conversion not
1485         c_common_truthvalue_conversion.
1486         (c_objc_common_truthvalue_conversion): Build NE_EXPR directly and
1487         call note_integer_operands for arguments with integer operands
1488         that are not integer constants.
1489
1490 2012-09-20  Jakub Jelinek  <jakub@redhat.com>
1491
1492         Backported from mainline
1493         2012-09-17  Jakub Jelinek  <jakub@redhat.com>
1494
1495         PR tree-optimization/54563
1496         * tree-ssa-math-opts.c (execute_cse_sincos): Call
1497         gimple_purge_dead_eh_edges if last call has been changed.
1498
1499         2012-09-14  Jakub Jelinek  <jakub@redhat.com>
1500
1501         PR target/54564
1502         * config/i386/sse.md (fmai_vmfmadd_<mode>): Use (match_dup 1)
1503         instead of (match_dup 0) as second argument to vec_merge.
1504         (*fmai_fmadd_<mode>, *fmai_fmsub_<mode>): Likewise.
1505         Remove third alternative.
1506         (*fmai_fnmadd_<mode>, *fmai_fnmsub_<mode>): Likewise.  Negate
1507         operand 2 instead of operand 1, but put it as first argument
1508         of fma.
1509         * config/i386/fmaintrin.h (_mm_fnmadd_sd, _mm_fnmadd_ss,
1510         _mm_fnmsub_sd, _mm_fnmsub_ss): Negate the second argument instead
1511         of the first.
1512
1513 2012-09-20  Jakub Jelinek  <jakub@redhat.com>
1514
1515         * BASE-VER: Set to 4.7.3.
1516         * DEV-PHASE: Set to prerelease.
1517
1518 2012-09-20  Release Manager
1519
1520         * GCC 4.7.2 released.
1521
1522 2012-09-15  Andi Kleen  <ak@linux.intel.com>
1523
1524         Backport from mainline
1525         2012-09-07  Andi Kleen  <ak@linux.intel.com>
1526
1527         * gcc/lto-streamer.h (res_pair): Add.
1528         (lto_file_decl_data): Replace resolutions with respairs.
1529         Add max_index.
1530         * gcc/lto/lto.c (lto_resolution_read): Remove max_index.  Add rp.
1531         Initialize respairs.
1532         (lto_file_finalize): Set up resolutions vector lazily from respairs.
1533
1534 2012-09-14  Walter Lee  <walt@tilera.com>
1535
1536         Backport from mainline.
1537         2012-09-14  Walter Lee  <walt@tilera.com>
1538
1539         * doc/invoke.texi (Option Summary): fix typesetting for -mcpu
1540         option for TILEPro and TILE-Gx.
1541
1542 2012-09-13  Uros Bizjak  <ubizjak@gmail.com>
1543
1544         * config/i386/i386.h (x86_prefetchw): New global variable.
1545         (TARGET_PREFETCHW): New macro.
1546         * config/i386/i386.c (PTA_PREFETCHW): Ditto.
1547         (processor_alias_table): Add PTA_PREFETCHW to
1548         bdver1, bdver2 and btver1.
1549         (ix86_option_override_internal): Set x86_prefetchw for
1550         PTA_PREFETCHW targets.
1551         * config/i386/i386.md (prefetch): Expand to prefetchw
1552         for TARGET_PREFETCHW.
1553         (*prefetch_3dnow_<mode>): Also enable for TARGET_PREFETCHW.
1554
1555         Backport from mainline
1556         2012-08-13  Uros Bizjak  <ubizjak@gmail.com>
1557
1558         * config/i386/i386.md (prefetch): Do not assert mode of operand 0.
1559         (*prefetch_sse_<mode>): Do not set mode of address_operand predicate.
1560         Rename to ...
1561         (*prefetch_sse): ... this.
1562         (*prefetch_3dnow_<mode>): Do not set mode of address_operand predicate.
1563         Rename to ...
1564         (*prefetch_3dnow): ... this.
1565
1566 2012-09-13  Jakub Jelinek  <jakub@redhat.com>
1567
1568         PR c/54559
1569         * c-typeck.c (c_finish_return): Do convert to BOOLEAN_TYPE or
1570         COMPLEX_TYPE with in_late_binary_op set temporarily to true.
1571
1572 2012-09-12  Teresa Johnson  <tejohnson@google.com>
1573
1574         Backport from mainline.
1575         2012-09-12  Teresa Johnson  <tejohnson@google.com>
1576
1577         PR gcov-profile/54487
1578         * configure.ac (HOST_HAS_F_SETLKW): Set based on compile
1579         test using F_SETLKW with fcntl.
1580         * configure, config.in: Regenerate.
1581
1582 2012-09-12  Uros Bizjak  <ubizjak@gmail.com>
1583
1584         Backport from mainline
1585         2012-09-12  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
1586
1587         * config/i386/i386.md : Comments on fma4 instruction selection
1588         reflect requirement on register pressure based cost model.
1589
1590         * config/i386/driver-i386.c (host_detect_local_cpu): fma4
1591         flag is set-reset as informed by the cpuid flag.
1592
1593         * config/i386/i386.c (processor_alias_table): fma4
1594         flag is enabled for bdver2.
1595
1596 2012-09-12  Christian Bruel  <christian.bruel@st.com>
1597
1598         * config/sh/newlib.h (NO_IMPLICIT_EXTERN_C): Define.
1599
1600 2012-09-12  Jakub Jelinek  <jakub@redhat.com>
1601
1602         * config.gcc: Obsolete picochip-*.
1603
1604 2012-09-11  Richard Guenther  <rguenther@suse.de>
1605
1606         PR debug/54534
1607         * cgraph.h (varpool_can_remove_if_no_refs): Restore dependence
1608         on flag_toplevel_reorder.
1609
1610 2012-09-10  Richard Henderson  <rth@redhat.com>
1611
1612         * config/alpha/predicates.md (small_symbolic_operand): Disallow
1613         large offsets.
1614
1615 2012-09-10  Georg-Johann Lay  <avr@gjlay.de>
1616
1617         Backport from 2012-09-10 mainline r191132.
1618
1619         PR target/54536
1620         * config/avr/avr-mcus.def (at90usb1287): Set LIBRARY_NAME to "usb1287".
1621
1622 2012-09-10  Markus Trippelsdorf  <markus@trippelsdorf.de>
1623
1624         PR middle-end/54515
1625         * tree-sra.c (disqualify_base_of_expr): Check for possible
1626         NULL_TREE returned by get_base_address()
1627
1628 2012-09-07  Richard Guenther  <rguenther@suse.de>
1629
1630         Backport from mainline
1631         2012-06-26  Jan Hubicka  <jh@suse.cz>
1632
1633         PR lto/53572
1634         * cgraph.h (varpool_can_remove_if_no_refs): Fix handling of
1635         used symbols.
1636
1637 2012-09-07  Richard Guenther  <rguenther@suse.de>
1638
1639         Backport from mainline
1640         2012-07-13  Richard Guenther  <rguenther@suse.de>
1641
1642         PR tree-optimization/53922
1643         * tree-vrp.c (value_inside_range): Change prototype to take
1644         min/max instead of value-range.
1645         (range_includes_zero_p): Likewise.  Return the result from
1646         value_inside_range.
1647         (extract_range_from_binary_expr_1): Adjust to handle dont-know
1648         return value from range_includes_zero_p.
1649         (extract_range_from_unary_expr_1): Likewise.
1650         (compare_range_with_value): Likewise.
1651         (vrp_meet_1): Likewise.
1652
1653 2012-09-07  Richard Guenther  <rguenther@suse.de>
1654
1655         PR middle-end/53667
1656         * tree-ssa-structalias.c (handle_rhs_call): Properly clobber
1657         EAF_NOESCAPED arguments.  Transitively close non-EAF_DIRECT
1658         arguments separately.
1659
1660 2012-09-07  Jakub Jelinek  <jakub@redhat.com>
1661
1662         Backported from mainline
1663         2012-09-06  Jakub Jelinek  <jakub@redhat.com>
1664
1665         PR rtl-optimization/54455
1666         * sel-sched-ir.c (maybe_tidy_empty_bb): Give up if previous fallthru
1667         bb ends up with asm goto referencing bb's label.
1668
1669 2012-09-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1670
1671         Backport from mainline.
1672         2012-08-29  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1673                     Richard Earnshaw  <richard.earnshaw@arm.com>
1674
1675         PR target/54252
1676         * config/arm/arm.c (neon_dereference_pointer): Adjust nelems by
1677         element size. Use elem_type from the formal parameter. New parameter
1678         fcode.
1679         (neon_expand_args): Adjust call to neon_dereference_pointer.
1680
1681 2012-09-06  Uros Bizjak  <ubizjak@gmail.com>
1682
1683         * config/i386/sse.md (<sse4_1_avx2>_pblendvb): Use
1684         reg_not_xmm0_operand_maybe_avx as operand 0 constraint.
1685
1686 2012-09-06  Uros Bizjak  <ubizjak@gmail.com>
1687
1688         Backport from mainline
1689         2012-08-11  Uros Bizjak  <ubizjak@gmail.com>
1690
1691         * config/i386/i386.md (isa): Add fma and fma4.
1692         (enabled): Handle fma and fma4.
1693         * config/i386/sse.md (*fma_fmadd_<mode>): Merge *fma4_fmadd_<mode>.
1694         (*fma_fmsub_<mode>): Merge *fma4_fmsub_<mode>.
1695         (*fma_fnmadd_<mode>): Merge *fma4_fnmadd_<mode>.
1696         (*fma_fnmsub_<mode>): Merge *fma4_fnmsub_<mode>.
1697         (*fma_fmaddsub_<mode>): Merge *fma4_fmaddsub_<mode>.
1698         (*fma_fmsubadd_<mode>): Merge *fma4_fmsubadd_<mode>.
1699
1700         2012-08-10  Uros Bizjak  <ubizjak@gmail.com>
1701
1702         * config/i386/sse.md (*fma_fmadd_<mode>, *fma_fmsub_<mode>,
1703         *fma_fnmadd_<mode>, *fma_fnmsub_<mode>, *fma_fmaddsub_<mode>,
1704         *fma_fmsubadd_<mode>): Move FMA3 insn patterns before FMA4 patterns.
1705
1706 2012-09-06  Richard Guenther  <rguenther@suse.de>
1707
1708         PR tree-optimization/54498
1709         * tree-ssa-alias.h (get_continuation_for_phi): Add flag to
1710         abort when reaching an already visited region.
1711         * tree-ssa-alias.c (maybe_skip_until): Likewise.  And do it.
1712         (get_continuation_for_phi_1): Likewise.
1713         (walk_non_aliased_vuses): When we translated the reference,
1714         abort when we re-visit a region.
1715         * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
1716
1717 2012-09-06  Andrew Pinski  <apinski@cavium.com>
1718
1719         PR tree-opt/54494
1720         * tree-inline.c (remap_gimple_op_r): Copy TREE_SIDE_EFFECTS also.
1721
1722 2012-09-05  Jakub Jelinek  <jakub@redhat.com>
1723
1724         PR middle-end/54486
1725         * builtins.c (fold_builtin_strspn, fold_builtin_strcspn): Use
1726         build_int_cst with size_type_node instead of size_int.
1727
1728 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
1729
1730         Backport from 2012-09-05 mainline r190697.
1731
1732         PR target/54461
1733         * config.gcc (tm_file,target=avr-*-*): Add avr/avrlibc.h if
1734         configured --with-avrlibc.
1735         (tm_defines,target=avr-*-*): Add WITH_AVRLIBC if configured
1736         --with-avrlibc.
1737         * config/avr/avrlibc.h: New file.
1738         * config/avr/avr-c.c: Build-in define __WITH_AVRLIBC__ if
1739         configured --with-avrlibc.
1740         * doc/invoke.texi (AVR Built-in Macros): Document __WITH_AVRLIBC__
1741
1742 2012-09-05  Bin Cheng  <bin.cheng@arm.com>
1743
1744         Backport from 2012-09-04 mainline r190919
1745
1746         PR target/45070
1747         * config/arm/arm.c (thumb1_extra_regs_pushed): Handle return value
1748         of size less than 4 bytes by using macro ARM_NUM_INTS.
1749         (thumb1_unexpanded_epilogue): Use macro ARM_NUM_INTS.
1750
1751 2012-09-04  Richard Henderson  <rth@redhat.com>
1752
1753         * alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.
1754
1755 2012-09-04  Georg-Johann Lay  <avr@gjlay.de>
1756
1757         Backport from 2012-09-04 mainline r190920
1758
1759         PR target/54476
1760         * config/avr/avr.c (avr_expand_delay_cycles): Mask operand with SImode.
1761
1762 2012-09-04  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1763
1764         Backport from 2012-09-04 mainline r190914
1765
1766         PR target/54220
1767         * config/avr/avr.c (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): New
1768         define to...
1769         (avr_allocate_stack_slots_for_args): ...this new static function.
1770
1771 2012-09-03  H.J. Lu  <hongjiu.lu@intel.com>
1772
1773         Backported from mainline
1774         2012-08-23  H.J. Lu  <hongjiu.lu@intel.com>
1775
1776         PR driver/54335
1777         * doc/invoke.texi: Add -da and remove -dm.
1778
1779 2012-09-03  Jakub Jelinek  <jakub@redhat.com>
1780
1781         Backported from mainline
1782         2012-09-01  Jakub Jelinek  <jakub@redhat.com>
1783
1784         PR target/54436
1785         * config/i386/i386.md (*mov<mode>_insv_1_rex64, *movsi_insv_1): If
1786         operands[1] is CONST_INT_P, convert it to QImode before printing.
1787
1788         2012-08-31  Jakub Jelinek  <jakub@redhat.com>
1789
1790         PR c/54428
1791         * c-convert.c (convert): Don't call fold_convert_loc if
1792         TYPE_MAIN_VARIANT of a COMPLEX_TYPE is the same, unless e
1793         is a COMPLEX_EXPR.  Remove TYPE_MAIN_VARIANT check from
1794         COMPLEX_TYPE -> COMPLEX_TYPE conversion.
1795
1796         2012-08-24  Jakub Jelinek  <jakub@redhat.com>
1797
1798         PR c/54363
1799         * gimplify.c (optimize_compound_literals_in_ctor): Only recurse
1800         if init is a CONSTRUCTOR.
1801
1802 2012-09-02  Eric Botcazou  <ebotcazou@adacore.com>
1803
1804         PR rtl-optimization/54369
1805         * config/mips/mips.c (mips_reorg): Invoke cleanup_barriers before
1806         calling dbr_schedule.
1807         * config/sparc/sparc.c (sparc_reorg): Likewise.
1808
1809 2012-08-31  Kirill Yukhin  <kirill.yukhin@intel.com>
1810
1811         Backport from mainline
1812         2012-08-23  Yuri Rumyantsev  <ysrumyan@gmail.com>
1813
1814         * config/i386/i386.c (ia32_multipass_dfa_lookahead) : Add
1815         case for Atom processor.
1816
1817 2012-08-28  Uros Bizjak  <ubizjak@gmail.com>
1818
1819         Backport from mainline
1820         2012-08-27  Uros Bizjak  <ubizjak@gmail.com>
1821
1822         PR target/46254
1823         * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): Return
1824         true for TARGET_64BIT or !flag_pic.
1825         * config/i386/sync.md (*atomic_compare_and_swap_doubledi_pic): Remove.
1826         (atomic_compare_and_swap_double<mode>): Change operand 2 predicate
1827         to cmpxchg8b_pic_memory_operand.  Use DWIH mode iterator.
1828         Add insn constraint.  Conditionally emit xchg asm insns.
1829         (atomic_compare_and_swap<mode>): Update calls.  Check only
1830         cmpxchg8b_pic_memory_operand in memory address fixup.
1831         (DCASMODE): Remove.
1832         (CASHMODE): Rename from DCASHMODE.
1833         (doublemodesuffix): Update modes.
1834         (regprefix): New mode attribute.
1835
1836         (unspecv) <UNSPECV_CMPXCHG_{1,2,3,4}>: Remove.
1837         <UNSPECV_CMPXCHG>: New constant.
1838         (atomic_compare_and_swap<mode>_1): Rename from
1839         atomic_compare_and_swap_single<mode>.  Update calls and
1840         unspec_volatile constants.
1841         (atomic_compare_and_swap<mode>_doubleword): Rename from
1842         atomic_compare_and_swap_double<mode>.  Update calls and
1843         unspec_volatile constants.
1844
1845 2012-08-28  Walter Lee  <walt@tilera.com>
1846
1847         Backport from mainline
1848         2012-08-28  Walter Lee  <walt@tilera.com>
1849
1850         * confg/tilegx/tilegx.md: Fix code style.
1851         (*zero_extendsidi_truncdisi): Fix typo.
1852         * config/tilegx/tilegx.c: Fix code style.
1853         (tilegx_function_profiler): Fix typo.
1854
1855 2012-08-27  Walter Lee  <walt@tilera.com>
1856
1857         Backport from mainline
1858         2012-08-27  Walter Lee  <walt@tilera.com>
1859
1860         * doc/md.texi (TILE-Gx): Fix typo.
1861
1862 2012-08-27  Walter Lee  <walt@tilera.com>
1863
1864         Backport from mainline
1865         2012-08-27  Walter Lee  <walt@tilera.com>
1866
1867         * config/tilegx/tilegx.c (tilegx_function_profiler): Fix typo.
1868         * config/tilepro/tilepro.c (tilepro_function_profiler): Ditto.
1869
1870 2012-08-27  Walter Lee  <walt@tilera.com>
1871
1872         Backport from mainline
1873         2012-08-27  Walter Lee  <walt@tilera.com>
1874
1875         * config/tilegx/tilegx.md (*bfins): Rename to insn_bfins.
1876         (insn_bfins): Delete.
1877
1878 2012-08-27  Walter Lee  <walt@tilera.com>
1879
1880         Backport from mainline
1881         2012-08-27  Walter Lee  <walt@tilera.com>
1882
1883         * config/tilegx/sync.md (atomic_compare_and_swap_bare<mode>,
1884         atomic_exchange_bare<mode>,
1885         atomic_fetch_<fetchop_name>_bare<mode>): Set type to X1_remote.
1886         * config/tilegx/tilegx-generic.md (X1_remote): New insn_reservation.
1887         * config/tilegx/tilegx.md (type): Add X1_remove.
1888         (insn_cmpexch<four_if_si>, insn_exch<four_if_si>,
1889         insn_fetchadd<four_if_si>, insn_fetchaddgez<four_if_si>,
1890         insn_fetchand<four_if_si>, insn_fetchor<four_if_si>): Set type to
1891         X1_remote.
1892
1893 2012-08-25  Eric Botcazou  <ebotcazou@adacore.com>
1894
1895         PR rtl-optimization/54088
1896         * jump.c (delete_related_insns): Robustify latest change.
1897
1898 2012-08-21  Richard Guenther  <rguenther@suse.de>
1899
1900         Backport from mainline
1901         2012-08-16  Richard Guenther  <rguenther@suse.de>
1902
1903         PR middle-end/54146
1904         * tree-ssa-loop-niter.c (find_loop_niter_by_eval): Free the
1905         exit vector.
1906         * ipa-pure-const.c (analyze_function): Use FOR_EACH_LOOP_BREAK.
1907         * cfgloop.h (FOR_EACH_LOOP_BREAK): Fix.
1908         * tree-ssa-structalias.c (handle_lhs_call): Properly free rhsc.
1909         * tree-ssa-loop-im.c (analyze_memory_references): Adjust.
1910         (tree_ssa_lim_finalize): Free all mem_refs.
1911         * tree-ssa-sccvn.c (extract_and_process_scc_for_name): Free
1912         scc when bailing out.
1913         * modulo-sched.c (sms_schedule): Use FOR_EACH_LOOP_BREAK.
1914         * ira-build.c (loop_with_complex_edge_p): Free loop exit vector.
1915         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): Use
1916         FOR_EACH_LOOP_BREAK.
1917
1918         2012-08-17  Richard Guenther  <rguenther@suse.de>
1919
1920         * tree-sra.c (modify_function): Free redirect_callers vector.
1921         * ipa-split.c (split_function): Free args_to_pass vector.
1922         * tree-vect-stmts.c (vectorizable_operation): Do not pre-allocate
1923         vec_oprnds.
1924         (new_stmt_vec_info): Do not pre-allocate STMT_VINFO_SAME_ALIGN_REFS.
1925         * tree-vect-slp.c (vect_free_slp_instance): Free the instance.
1926         (vect_analyze_slp_instance): Free everything.
1927         (destroy_bb_vec_info): Free the SLP instances.
1928
1929         2012-08-17  Richard Guenther  <rguenther@suse.de>
1930
1931         * params.def (integer-share-limit): Decrease from 256 to 251,
1932         add rationale.
1933
1934         2012-08-21  Richard Guenther  <rguenther@suse.de>
1935
1936         * tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free
1937         the affine expansion cache.
1938
1939 2012-08-20  Patrick Marlier  <patrick.marlier@gmail.com>
1940
1941         Backported from trunk
1942         2012-08-20  Patrick Marlier  <patrick.marlier@gmail.com>
1943
1944         PR middle-end/53992
1945         * omp-low.c (lower_omp_1): Handle GIMPLE_TRANSACTION.
1946
1947 2012-08-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
1948
1949         Backport from mainline.
1950         2012-08-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
1951
1952         PR target/54212
1953         * config/arm/neon.md (vec_set<mode>_internal VD,VQ): Do not
1954         mark as predicable. Adjust asm template.
1955         (vec_setv2di_internal): Likewise.
1956         (vec_extract<mode> VD, VQ): Likewise.
1957         (vec_extractv2di): Likewise.
1958         (neon_vget_lane<mode>_sext_internal VD, VQ): Likewise.
1959         (neon_vset_lane<mode>_sext_internal VD, VQ): Likewise.
1960         (neon_vdup_n<mode> VX, V32): Likewise.
1961         (neon_vdup_nv2di): Likewise.
1962
1963 2012-08-17  Walter Lee  <walt@tilera.com>
1964
1965         Backport from mainline
1966         2012-08-17  Walter Lee  <walt@tilera.com>
1967
1968         * config/tilegx/feedback.h (FEEDBACK_ENTER_EXPLICIT): Define.
1969         (FEEDBACK_ENTER): Define.
1970         (FEEDBACK_REENTER): Define.
1971         (FEEDBACK_ENTRY): Define.
1972         * config/tilepro/feedback.h: (FEEDBACK_ENTER_EXPLICIT): Define.
1973         (FEEDBACK_ENTER): Define.
1974         (FEEDBACK_REENTER): Define.
1975         (FEEDBACK_ENTRY): Define.
1976
1977 2012-08-16  Walter Lee  <walt@tilera.com>
1978
1979         Backport from mainline
1980         2012-08-16  Walter Lee  <walt@tilera.com>
1981
1982         * config.gcc (tilegx-*-linux*): Add feedback.h.
1983         (tilepro-*-linux*): Likewise.
1984         * config/tilegx/feedback.h: New file.
1985         * config/tilepro/feedback.h: New file.
1986
1987 2012-08-08  Pavel Chupin  <pavel.v.chupin@intel.com>
1988
1989         Backport from mainline r189840 and r187586:
1990         2012-07-25 Sergey Melnikov <sergey.melnikov@intel.com>
1991
1992         * config/i386/i386.md (stack_protect_set): Disable the pattern
1993         for Android since Android libc (bionic) does not provide random
1994         value for stack protection guard at gs:0x14. Guard value
1995         will be provided from external symbol (default implementation).
1996         (stack_protect_set_<mode>): Likewise.
1997         (stack_protect_test): Likewise.
1998         (stack_protect_test_<mode>): Likewise.
1999         * gcc/defaults.h: Define macro TARGET_HAS_BIONIC to 0 - target does
2000         not have Bionic by default
2001         * config/linux.h: Redefine macro TARGET_HAS_BIONIC to (OPTION_BIONIC)
2002         Macro OPTION_BIONIC is defined in this file and provides Bionic
2003         accessibility status
2004
2005         2012-05-16  Igor Zamyatin  <igor.zamyatin@intel.com>
2006
2007         * configure.ac: Stack protector enabling for Android targets.
2008         * configure: Regenerate.
2009
2010 2012-08-13  Jakub Jelinek  <jakub@redhat.com>
2011
2012         Backported from trunk
2013         2012-07-19  Jakub Jelinek  <jakub@redhat.com>
2014
2015         PR rtl-optimization/53942
2016         * function.c (assign_parm_setup_reg): Avoid zero/sign extension
2017         directly from likely spilled non-fixed hard registers, move them
2018         to pseudo first.
2019
2020 2012-08-11  Uros Bizjak  <ubizjak@gmail.com>
2021
2022         * config/i386/sse.md (xop_phaddbq):  Fix vec_select selectors.
2023         (xop_phaddubq): Ditto.
2024
2025 2012-08-10  Ulrich Weigand  <ulrich.weigand@linaro.org>
2026
2027         Backport from mainline
2028         2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2029                     Richard Earnshaw  <rearnsha@arm.com>
2030
2031         * target.def (vector_alignment): New target hook.
2032         * doc/tm.texi.in (TARGET_VECTOR_ALIGNMENT): Document new hook.
2033         * doc/tm.texi: Regenerate.
2034         * targhooks.c (default_vector_alignment): New function.
2035         * targhooks.h (default_vector_alignment): Add prototype.
2036         * stor-layout.c (layout_type): Use targetm.vector_alignment.
2037         * config/arm/arm.c (arm_vector_alignment): New function.
2038         (TARGET_VECTOR_ALIGNMENT): Define.
2039
2040         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Use
2041         vector type alignment instead of size.
2042         * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Use
2043         element type size directly instead of computing it from alignment.
2044         Fix variable naming and comment.
2045
2046 2012-08-09  Uros Bizjak  <ubizjak@gmail.com>
2047
2048         Backport from mainline
2049         2012-08-09  Uros Bizjak  <ubizjak@gmail.com>
2050
2051         * config/alpha/alpha.c (alpha_pad_noreturn): Rename to ...
2052         (alpha_pad_function_end): ... this.  Also insert NOP between
2053         sibling call and GP load.
2054         (alpha_reorg): Update call to alpha_pad_function_end.  Expand comment.
2055
2056 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
2057
2058         Backport from mainline
2059         2012-08-08  Richard Sandiford  <rdsandiford@googlemail.com>
2060                     H.J. Lu  <hongjiu.lu@intel.com>
2061
2062         PR rtl-optimization/54157
2063         * combine.c (gen_lowpart_for_combine): Don't return identity
2064         for CONST or symbolic reference.
2065
2066 2012-08-06  Uros Bizjak  <ubizjak@gmail.com>
2067
2068         Backport from mainline
2069         2012-07-23  Uros Bizjak  <ubizjak@gmail.com>
2070
2071         * config/i386/i386-protos.h (ix86_lea_outperforms): Remove prototype.
2072         * config/i386/i386.c (ix86_lea_outperforms): Make static.  Make
2073         split_cost argument signed.
2074         (ix86_use_lea_for_mov): Use INVALID_REGNUM instead of -1.
2075         (ix86_avoid_lea_for_addr): Ditto.
2076
2077         2012-07-27  Uros Bizjak  <ubizjak@gmail.com>
2078
2079         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false if
2080         the address has less than two components.
2081
2082 2012-08-02  Steve Ellcey  <sellcey@mips.com>
2083
2084         Backport from mainline
2085         2012-07-19  Steve Ellcey  <sellcey@mips.com>
2086
2087         * config/mips/mips.c (mips_set_mips16_mode): Clear SYNCI_MASK in
2088         MIPS16 mode.
2089
2090 2012-08-02  Uros Bizjak  <ubizjak@gmail.com>
2091
2092         Backport from mainline
2093         2012-07-24  Uros Bizjak  <ubizjak@gmail.com>
2094
2095         PR target/53961
2096         * config/i386/i386.c (ix86_legitimate_address_p): Move check for
2097         negative constant address for TARGET_X32 ...
2098         (ix86_decompose_address): ... here.  Reject constant addresses
2099         that don't satisfy x86_64_immediate_operand predicate.
2100
2101         2012-07-23  Uros Bizjak  <ubizjak@gmail.com>
2102
2103         PR target/53961
2104         * config/i386/i386.md (*lea): Add asserts to detect invalid addresses.
2105         * config/i386/i386.c (ix86_print_operand_address): Ditto.
2106         (ix86_decompose_address): Allow (zero_extend:DI (subreg:SI (...)))
2107         addresses.  Prevent zero extensions of CONST_INT operands.
2108
2109         2012-07-22  Uros Bizjak  <ubizjak@gmail.com>
2110
2111         PR target/53961
2112         * config/i386/i386.md (*lea): New insn pattern.
2113         (*lea_1): Remove.
2114         (*lea<mode>_2): Ditto.
2115         (*lea_{3,4,5,6}_zext): Ditto.
2116         * config/i386/predicates.md (lea_address_operand): Do not reject
2117         zero-extended address operands.
2118         * config/i386/constraints.md (j): Remove address constraint.
2119         * config/i386/i386.c (ix86_decompose_address): Allow SImode subreg
2120         of an address.
2121         (ix86_print_operand_address): Handle SImode subreg of an address.
2122         (ix86_avoid_lea_for_addr): Reject zero-extended addresses for now.
2123
2124 2012-08-01  Uros Bizjak  <ubizjak@gmail.com>
2125
2126         Backport from mainline
2127         2012-03-09  Uros Bizjak  <ubizjak@gmail.com>
2128
2129         PR target/52530
2130         * config/i386/i386.c (ix86_print_operand): Handle 'E' operand modifier.
2131         (ix86_print_operand_address): Handle UNSPEC_LEA_ADDR. Do not fallback
2132         to set code to 'q'.
2133         * config/i386/i386.md (UNSPEC_LEA_ADDR): New unspec.
2134         (*movdi_internal_rex64): Use %E operand modifier for lea.
2135         (*movsi_internal): Ditto.
2136         (*lea_1): Ditto.
2137         (*lea<mode>_2): Ditto.
2138         (*lea_{3,4,5,6}_zext): Ditto.
2139         (*tls_global_dynamic_32_gnu): Ditto.
2140         (*tls_global_dynamic_64): Ditto.
2141         (*tls_dynamic_gnu2_lea_32): Ditto.
2142         (*tls_dynamic_gnu2_lea_64): Ditto.
2143         (pro_epilogue_adjust_stack_<mode>_add): Ditto.
2144
2145 2012-08-01  Uros Bizjak  <ubizjak@gmail.com>
2146
2147         Backport from mainline
2148         2012-08-01  Uros Bizjak  <ubizjak@gmail.com>
2149
2150         * config/i386/i386.c (ix86_address_subreg_operand): Reject
2151         stack pointer.
2152         (ix86_print_operand_address): Assert that parts.base and parts.index
2153         are non-NULL after call to simplify_subreg.
2154
2155 2012-07-22  Oleg Endo  <olegendo@gcc.gnu.org>
2156
2157         PR target/33135
2158         * config/sh/sh.opt (mieee): Use Var instead of Mask.  Correct
2159         description.
2160         * config/sh/sh.c (sh_option_override): Do not change
2161         flag_finite_math_only.  Set TARGET_IEEE to complement of
2162         flag_finite_math_only.
2163         * doc/invoke.texi (SH options): Add mno-ieee.  Correct
2164         description of mieee and mno-ieee behavior.
2165
2166 2012-07-20  Kirill Yukhin  <kirill.yukhin@intel.com>
2167
2168         PR target/53877
2169         * config/i386/lzcntintrin.h (_lzcnt_u32): New.
2170         (_lzcnt_u64): Ditto.
2171
2172 2012-07-20  Andrey Belevantsev  <abel@ispras.ru>
2173
2174         Backport from mainline
2175         2012-03-06  Andrey Belevantsev  <abel@ispras.ru>
2176
2177         PR rtl-optimization/52250
2178         * sel-sched-ir.c (maybe_tidy_empty_bb): Try harder to find a bb
2179         to put note list into.  Unconditionally call move_bb_info.
2180         (move_bb_info): Do not assert the blocks being in the same region,
2181         just drop the note list if they are not.
2182
2183 2012-07-19  Eric Botcazou  <ebotcazou@adacore.com>
2184
2185         * config/sparc/sparc.md (adddi3_insn_sp32): Add earlyclobber.
2186
2187 2012-07-19  Eric Botcazou  <ebotcazou@adacore.com>
2188
2189         * tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the
2190         defining statement is a SSA name that occurs in abnormal PHIs.
2191
2192 2012-07-19  Eric Botcazou  <ebotcazou@adacore.com>
2193
2194         * gimple-fold.c (canonicalize_constructor_val): Strip only useless type
2195         conversions.
2196
2197 2012-07-19  Richard Guenther  <rguenther@suse.de>
2198             Eric Botcazou  <ebotcazou@adacore.com>
2199
2200         * tree-ssa-ccp.c (valid_lattice_transition): Clarify comment
2201         about transition from invariant to known bits.
2202         (likely_value): Addresses with UNDEFINED components are UNDEFINED.
2203
2204 2012-07-19  Jakub Jelinek  <jakub@redhat.com>
2205
2206         PR middle-end/54017
2207         * tree-cfgcleanup.c (cleanup_omp_return): Remove.
2208         (cleanup_tree_cfg_bb): Don't call it.
2209         * omp-low.c (expand_omp_sections): Fix up the !exit_reachable case
2210         handling.
2211
2212 2012-07-19  Christian Bruel  <christian.bruel@st.com>
2213
2214         PR target/54029
2215         * config/sh/sh.c (gen_far_branch): Set JUMP_LABEL for return jumps.
2216
2217 2012-07-18  Ralf Corsépius  <ralf.corsepius@rtems.org>
2218
2219         * config.gcc (v850-*-rtems*): New target.
2220         * config/v850/rtems.h: New.
2221         * config/v850/t-rtems: New.
2222
2223 2012-07-18  Nick Clifton  <nickc@redhat.com>
2224
2225         * doc/invoke.texi (ARM Options): Document -munaligned-access.
2226
2227 2012-07-15  Uros Bizjak  <ubizjak@gmail.com>
2228
2229         PR target/53961
2230
2231         Backport from mainline
2232         2012-04-25  Jakub Jelinek  <jakub@redhat.com>
2233
2234         PR target/53110
2235         * config/i386/i386.md (and<mode>3): For andq $0xffffffff, reg
2236         instead expand it as zero extension.
2237
2238 2012-07-14  Uros Bizjak  <ubizjak@gmail.com>
2239
2240         * config/i386/i386.md (QImode and HImode cmove splitters): Merge
2241         QImode and HImode splitters.  Use ix86_comparison_operator.
2242         Explicitly match FLAGS_REG.
2243         (DFmode cmove splitter): Explicitly match FLAGS_REG.
2244
2245 2012-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
2246             Steven Bosscher  <steven@gcc.gnu.org>
2247             Bernd Schmidt  <bernds@codesourcery.com>
2248
2249         PR rtl-optimization/53908
2250         * df-problems.c (can_move_insns_across): When doing
2251         memory-reference book-keeping, handle call insns.
2252
2253 2012-07-10  Uros Bizjak  <ubizjak@gmail.com>
2254
2255         Backport from mainline
2256         2012-07-03  Uros Bizjak  <ubizjak@gmail.com>
2257
2258         PR target/53811
2259         * config/i386/i386.c (x86_output_mi_thunk): Check if fnaddr satisfies
2260         sibcall_insn_operand.  Move it to a temporary register if not.
2261
2262         2012-07-06  Uros Bizjak  <ubizjak@gmail.com>
2263
2264         PR target/53853
2265         * config/i386/i386.c (x86_output_mi_thunk): For CM_LARGE_PIC model,
2266         emit PIC sequence for fnaddr symbol reference in advance.
2267
2268 2012-07-09  Jason Merrill  <jason@redhat.com>
2269
2270         PR c++/53882
2271         * tree.c (type_contains_placeholder_1): Handle NULLPTR_TYPE.
2272         (type_hash_eq): Likewise.
2273
2274         PR c++/53826
2275         * tree.c (build_zero_cst): Handle NULLPTR_TYPE.
2276
2277 2012-07-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
2278
2279         * combine.c (force_to_mode) [LSHIFTRT]: Avoid undefined behaviour
2280         due to negative shift amount.
2281
2282 2012-07-06  Kai Tietz  <ktietz@redhat.com>
2283
2284         Backport from mainline.
2285         PR bootstrap/52947
2286         * config/i386/mingw32.h (NATIVE_SYSTEM_HEADER_DIR): Define it always
2287         as "/mingw/include".
2288
2289 2012-07-06  Nick Clifton  <nickc@redhat.com>
2290
2291         * config/mn10300/mn10300.c (mn10300_encode_section_info): Call
2292         default_encode_section_info.
2293
2294 2012-07-06  Richard Guenther  <rguenther@suse.de>
2295
2296         Backport from mainline
2297         2012-03-30  Richard Guenther  <rguenther@suse.de>
2298
2299         PR middle-end/52786
2300         * double-int.c (rshift_double): Remove not needed cast.
2301
2302         2012-03-28  Richard Guenther  <rguenther@suse.de>
2303
2304         PR middle-end/50708
2305         * double-int.h (rshift_double): Remove.
2306         * double-int.c (lshift_double): Use absu_hwi to make count
2307         positive.
2308         (rshift_double): Make static, take unsigned count argument,
2309         remove handling of negative count argument.
2310         (double_int_rshift): Dispatch to lshift_double.
2311
2312 2012-07-06  Richard Guenther  <rguenther@suse.de>
2313
2314         Backport from mainline
2315         2012-06-18  Richard Guenther  <rguenther@suse.de>
2316
2317         PR tree-optimization/53693
2318         * tree-vect-patterns.c (vect_operation_fits_smaller_type):
2319         Reject operands with more than one use.
2320
2321 2012-07-06  Richard Guenther  <rguenther@suse.de>
2322
2323         Backport from mainline
2324         2012-04-11  Richard Guenther  <rguenther@suse.de>
2325
2326         PR middle-end/52621
2327         * tree-chrec.c (evolution_function_is_invariant_rec_p): Properly
2328         consider loop nesting.
2329         (evolution_function_is_univariate_p): Properly check the remainder
2330         for chrecs.
2331
2332 2012-07-05  Pat Haugen <pthaugen@us.ibm.com>
2333
2334         Backport from mainline
2335         2012-05-24  Pat Haugen <pthaugen@us.ibm.com>
2336
2337         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
2338         rs6000_sched_costly_dep default to true_store_to_load_dep_costly.
2339         (adjacent_mem_locations): Move some code to and call...
2340         (get_memref_parts): ...new function.
2341         (mem_locations_overlap): New function.
2342         (rs6000_adjust_priority): Adjust calls to is_load_insn/is_store_insn.
2343         (is_mem_ref): Rename to...
2344         (find_mem_ref): ...this. Return MEM rtx.
2345         (get_store_dest): Remove function.
2346         (is_load_insn1, is_load_insn, is_store_insn1, is_store_insn): Add
2347         new parameter and adjust calls.
2348         (rs6000_is_costly_dependence): Update calls for extra arg. Make sure
2349         mem refs overlap for true_store_to_load_dep_costly.
2350         (rs6000_sched_reorder2): Update calls for extra arg. Adjust args
2351         passed to adjacent_mem_locations.
2352         (is_costly_group): Walk resolved dependency list.
2353         (force_new_group): Emit group ending nop for Power6/Power7.
2354         * config/rs6000/rs6000.md (UNSPEC_GRP_END_NOP): New enum value.
2355         (group_ending_nop): New define_insn.
2356
2357 2012-07-04  Richard Guenther  <rguenther@suse.de>
2358
2359         PR middle-end/53433
2360         * gimple-fold.c (get_base_constructor): Do not return an
2361         error_mark_node DECL_INITIAL.
2362
2363 2012-07-04  Uros Bizjak  <ubizjak@gmail.com>
2364
2365         Backport from mainline
2366         2012-07-03  Uros Bizjak  <ubizjak@gmail.com>
2367
2368         * config/i386/i386.c (ix86_option_override_internal): Fix wrong
2369         code model string in the error message.
2370
2371 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2372
2373         Backport from mainline.
2374         2012-06-25  Tristan Gingold  <gingold@adacore.com>
2375
2376         * config/i386/winnt.c (i386_pe_seh_end_prologue): Move code to ...
2377         (seh_cfa_adjust_cfa): ... that function.
2378         (seh_emit_stackalloc): Do not emit out of range values.
2379         * config/i386/i386.md: Delete unused UNSPEC_REG_SAVE,
2380         UNSPEC_DEF_CFA constants.
2381         * config/i386/i386.h (SEH_MAX_FRAME_SIZE): Define.
2382         * config/i386/i386.c (ix86_frame_pointer_required): Required
2383         for very large frames on SEH target.
2384         (ix86_compute_frame_layout): Save area is before frame pointer
2385         on SEH target.  Handle very large frames.
2386         (ix86_expand_prologue): Likewise.
2387
2388 2012-07-04  Richard Guenther  <rguenther@suse.de>
2389
2390         * tree.c (find_decls_types_r): Handle TYPE_CONTEXT the same
2391         as in free_lang_data_in_type.
2392
2393 2012-07-02  Martin Jambor  <mjambor@suse.cz>
2394
2395         Backport from mainline.
2396         2012-07-02  Martin Jambor  <mjambor@suse.cz>
2397
2398         PR middle-end/38474
2399         * ipa-prop.c (compute_known_type_jump_func): Put BINFO check before a
2400         dynamic type change check.
2401
2402 2012-06-29  Eric Botcazou  <ebotcazou@adacore.com>
2403
2404         * tree-eh.c (lower_try_finally_switch): Really put the location of the
2405         last statement of the finally block onto the switch.
2406
2407 2012-06-29  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2408
2409         * configure: Regenerate.
2410
2411         Backport from mainline.
2412         2012-03-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2413
2414         * config.gcc (target_type_format_char): New. Document it. Set it for
2415         arm*-*-* .
2416         * configure.ac (gnu_unique_option): Use target_type_format_char
2417         in test.  Comment rationale.
2418
2419 2012-06-29  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2420
2421         Backport from mainline.
2422         2012-05-30  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2423
2424         * config/arm/arm.c (arm_evpc_neon_vrev): Adjust off by one error.
2425
2426 2012-06-28  Georg-Johann Lay  <avr@gjlay.de>
2427
2428         Backport from 2012-06-28 mainline r189049
2429
2430         PR 53595
2431         * config/avr/avr.c (avr_hard_regno_call_part_clobbered): New.
2432         * config/avr/avr-protos.h (avr_hard_regno_call_part_clobbered): New.
2433         * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): Forward to
2434         avr_hard_regno_call_part_clobbered.
2435
2436 2012-06-28  Richard Guenther  <rguenther@suse.de>
2437
2438         PR middle-end/53790
2439         * expr.c (expand_expr_real_1): Verify if the type is complete
2440         before inspecting its size.
2441
2442 2012-06-27  Nick Clifton  <nickc@redhat.com>
2443
2444         * config/rx/rx.md (comparesi3_extend): Remove = modifier from
2445         input operand.
2446
2447 2012-06-26  Alexandre Oliva  <aoliva@redhat.com>
2448
2449         PR debug/53682
2450         * cselib.c (promote_debug_loc): Don't crash on NULL argument.
2451
2452 2012-06-26  Nick Clifton  <nickc@redhat.com>
2453
2454         * config/rx/rx.md (simple_return): Use the simple_return rtx.
2455
2456 2012-06-25  Jakub Jelinek  <jakub@redhat.com>
2457
2458         PR target/53759
2459         * config/i386/sse.md (sse_loadlps): Use x m x constraints instead
2460         of x x x in the vmovlps load alternative.
2461
2462 2012-06-22  Richard Guenther  <rguenther@suse.de>
2463
2464         * gcov-iov.c: Include bconfig.h and system.h.
2465
2466 2012-06-22  Richard Guenther  <rguenther@suse.de>
2467
2468         PR gcov-profile/53744
2469         * gcov-iov.c (main): Treat "" and "prerelease" the same.
2470
2471 2012-06-22  Eric Botcazou  <ebotcazou@adacore.com>
2472
2473         * tree-ssa-live.c (remove_unused_scope_block_p): Remove again
2474         DECL_IGNORED_P non-reg vars even if they are used.
2475
2476 2012-06-19  Jason Merrill  <jason@redhat.com>
2477
2478         PR c++/52637
2479         * dwarf2out.c (modified_type_die): Use scope_die_for.
2480         (gen_type_die_with_usage, dwarf2out_finish): Likewise.
2481         (uses_local_type_r, uses_local_type): New.
2482         (scope_die_for): Keep a type that uses a local type in local scope.
2483         Use get_context_die for namespace and type scope.
2484
2485 2012-06-19  Richard Guenther  <rguenther@suse.de>
2486
2487         PR middle-end/53470
2488         * tree.c (free_lang_data_in_type): Do not clear TYPE_CONTEXT but
2489         replace it with the first non-BLOCK context.
2490
2491 2012-06-18  Vladimir Makarov  <vmakarov@redhat.com>
2492
2493         PR rtl-optimization/53700
2494
2495         Backport from mainline
2496         2012-03-29  Vladimir Makarov  <vmakarov@redhat.com>
2497
2498         * ira-color.c (setup_left_conflict_sizes_p): Process all
2499         conflicting objects.
2500
2501 2012-06-18  Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2502
2503         Backport from mainline
2504         2012-05-09 Uros Bizjak  <ubizjak@gmail.com>
2505
2506         PR target/52908
2507         * config/i386/sse.md (vec_widen_smult_hi_v4si): Expand using
2508         xop_pmacsdqh insn pattern instead of xop_mulv2div2di3_high.
2509         (vec_widen_smult_lo_v4si): Expand using xop_pmacsdql insn pattern
2510         instead of xop_mulv2div2di3_low.
2511         (xop_p<macs>dql): Fix vec_select selector.
2512         (xop_p<macs>dqh): Ditto.
2513         (xop_mulv2div2di3_low): Remove insn_and_split pattern.
2514         (xop_mulv2div2di3_high): Ditto.
2515
2516 2012-06-17  Uros Bizjak  <ubizjak@gmail.com>
2517
2518         Backport from mainline:
2519         2012-06-17  Uros Bizjak  <ubizjak@gmail.com>
2520
2521         * config/i386/sse.md (vcvtph2ps): Fix vec_select selector.
2522
2523 2012-06-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2524
2525         Backport from mainline:
2526         2012-06-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2527
2528         * config/pa/pa.h (MAX_PCREL17F_OFFSET): Define.
2529         * config/pa/pa.c (pa_attr_length_millicode_call): Use
2530         MAX_PCREL17F_OFFSET instead of fixed offset.
2531         (pa_attr_length_call): Likewise.
2532         (pa_attr_length_indirect_call): Likewise.
2533
2534 2012-06-15  Walter Lee  <walt@tilera.com>
2535
2536         Backport from mainline:
2537         2012-06-15  Walter Lee  <walt@tilera.com>
2538
2539         * config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.
2540
2541         2012-06-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2542
2543         * config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.
2544
2545 2012-06-15  Aldy Hernandez  <aldyh@redhat.com>
2546
2547         Backport from mainline:
2548
2549         2012-05-31  Aldy Hernandez  <aldyh@redhat.com>
2550         * tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.
2551         * gimple.h (block_in_transaction): Check for flag_tm.
2552
2553 2012-06-14  Aldy Hernandez  <aldyh@redhat.com>
2554
2555         PR tree-optimization/52558
2556
2557         Backport from mainline:
2558         2012-05-21  Aldy Hernandez  <aldyh@redhat.com>
2559         * gimple.h (gimple_set_in_transaction): Remove.
2560         (gimple_in_transaction): Look in BB instead.
2561         (gimple_statement_base): Remove in_transaction field.
2562         * basic-block.h (enum bb_flags): Add BB_IN_TRANSACTION.
2563         * trans-mem.c (compute_transaction_bits): Place transaction bit
2564         information into basic blocks.
2565
2566         2012-05-31  Aldy Hernandez  <aldyh@redhat.com>
2567
2568         PR tree-optimization/52558
2569         * cfg.c (alloc_aux_for_edge): Fix comment.
2570         (alloc_aux_for_edge): Remove static.
2571         * basic-block.h (alloc_aux_for_edge): Protoize.
2572         * tree-ssa-loop-im.c (execute_sm_if_changed): New.
2573         (execute_sm_if_changed_flag): New.
2574         (execute_sm_if_changed_flag_set): New.
2575         (execute_sm): Do not generate data races unless requested.
2576         (tree_ssa_lim_initialize): Call alloc_aux_for_edges.
2577         (tree_ssa_lim_finalize): Call free_aux_for_edges.
2578         * gimple.h (block_in_transaction): New.
2579         (gimple_in_transaction): Use block_in_transaction.
2580
2581 2012-06-14  Jakub Jelinek  <jakub@redhat.com>
2582
2583         Backported from mainline
2584         2012-06-12  Jakub Jelinek  <jakub@redhat.com>
2585
2586         PR rtl-optimization/53589
2587         * cfgrtl.c (force_nonfallthru_and_redirect): Do asm_goto_edge
2588         discovery even when e->dest != target.  If any LABEL_REF points
2589         to e->dest label, redirect it to target's label.
2590
2591         2012-06-07  Jakub Jelinek  <jakub@redhat.com>
2592
2593         PR middle-end/53580
2594         * omp-low.c (scan_omp_1_stmt): If check_omp_nesting_restrictions
2595         returns false, replace stmt with GIMPLE_NOP.
2596         (check_omp_nesting_restrictions): Instead of issuing warnings,
2597         issue errors and return false if any errors were reported.
2598
2599 2012-06-14  Richard Guenther  <rguenther@suse.de>
2600
2601         * BASE-VER: Set to 4.7.2.
2602         * DEV-PHASE: Set to prerelease.
2603
2604 2012-06-12  Christian Bruel  <christian.bruel@st.com>
2605
2606         PR target/53621
2607         * config/sh/sh.c (sh_option_override): Don't force
2608          flag_omit_frame_pointer and maccumulate_outgoing_args.
2609         * config/sh/sh.opt (maccumulate-outgoing-args): Init as Var.
2610
2611 2012-06-14  Release Manager
2612
2613         * GCC 4.7.1 released.
2614
2615 2012-06-13  Uros Bizjak  <ubizjak@gmail.com>
2616
2617         * config/ia64/sync.md (fetchop_name): Change ior attribute to "or".
2618
2619 2012-06-13  Richard Henderson  <rth@redhat.com>
2620
2621         * config/rs6000/sync.md (atomic_load, atomic_store): Use INT1 mode
2622         iterator instead of INT.
2623
2624 2012-06-08  Richard Henderson  <rth@redhat.com>
2625
2626         PR c++/53602
2627         * combine-stack-adj.c (force_move_args_size_note): Add ARGS_SIZE
2628         note to a clobber insn when no other insn is available.
2629
2630 2012-06-04  Paolo Carlini  <paolo.carlini@oracle.com>
2631
2632         PR c++/53524
2633         * doc/invoke.texi (Wenum-compare): Update documentation.
2634
2635 2012-06-04  Edmar Wienskoski  <edmar@freescale.com>
2636
2637         PR target/53559
2638         * config/rs6000/altivec.md (altivec_stvlx): Change machine mode of
2639         operands.
2640         (altivec_stvlxl): Ditto.
2641         (altivec_stvrx): Ditto.
2642         (altivec_stvrxl): Ditto.
2643
2644 2012-06-04  Aldy Hernandez  <aldyh@redhat.com>
2645
2646         PR middle-end/47530
2647         * trans-mem.c (expand_block_edges): Do not skip the first
2648         statement when resetting the BB.
2649
2650 2012-06-04  Richard Guenther  <rguenther@suse.de>
2651
2652         PR middle-end/53471
2653         * dwarf2out.c (dwarf2out_finish): If generating LTO do not
2654         create new assembler names.
2655
2656 2012-06-04  Richard Guenther  <rguenther@suse.de>
2657
2658         Backport from mainline
2659         2012-04-25  Jakub Jelinek  <jakub@redhat.com>
2660
2661         PR middle-end/52979
2662         * stor-layout.c (get_best_mode): Don't return mode with bitsize
2663         larger than maxbits.  Don't compute maxbits modulo align.
2664         Also check that unit bytes long store at bitpos / unit * unit
2665         doesn't affect bits beyond bitregion_end.
2666         * expmed.c (store_bit_field_1): Avoid trying insv if OP_MODE MEM
2667         would not fit into bitregion_start ... bitregion_end + 1 bit
2668         region.
2669         (store_split_bit_field): Decrease unit close to end of bitregion_end
2670         if access is restricted in order to avoid mutual recursion.
2671
2672 2012-06-04  Georg-Johann Lay  <avr@gjlay.de>
2673
2674         Backport from 2012-06-04 mainline r188172
2675
2676         PR target/46261
2677         * config/avr/avr-stdint.h: New file.
2678         * config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of
2679         newlib-stdint.h
2680
2681 2012-06-04  Jakub Jelinek  <jakub@redhat.com>
2682
2683         PR tree-optimization/53550
2684         * tree-ssa-loop-niter.c (number_of_iterations_cond): If type
2685         is POINTER_TYPE_P, use sizetype as step type instead of type.
2686
2687 2012-06-04  Richard Guenther  <rguenther@suse.de>
2688             Eric Botcazou  <ebotcazou@adacore.com>
2689
2690         Backport from mainline
2691         2012-04-03  Eric Botcazou  <ebotcazou@adacore.com>
2692
2693         * expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.
2694         Change type of BITOFFSET to signed.  Make sure the lower bound of
2695         the computed range is non-negative by adjusting OFFSET and BITPOS.
2696         (expand_assignment): Adjust call to get_bit_range.
2697
2698         2012-03-27  Eric Botcazou  <ebotcazou@adacore.com>
2699
2700         * expr.c (get_bit_range): Return the null range if the enclosing record
2701         is part of a larger bit field.
2702
2703         2012-03-20  Richard Guenther  <rguenther@suse.de>
2704
2705         * stor-layout.c (finish_bitfield_representative): Fallback
2706         to conservative maximum size if the padding up to the next
2707         field cannot be computed as a constant.
2708         (finish_bitfield_layout): If we cannot compute the distance
2709         between the start of the bitfield representative and the
2710         bitfield member start a new representative.
2711         * expr.c (get_bit_range): The distance between the start of
2712         the bitfield representative and the bitfield member is zero
2713         if the field offsets are not constants.
2714
2715         2012-03-16  Richard Guenther  <rguenther@suse.de>
2716
2717         * stor-layout.c (finish_bitfield_representative): Fall back
2718         to the conservative maximum size if we cannot compute the
2719         size of the tail padding.
2720
2721         2012-03-14  Richard Guenther  <rguenther@suse.de>
2722
2723         * tree.h (DECL_BIT_FIELD_REPRESENTATIVE): New define.
2724         * stor-layout.c (start_bitfield_representative): New function.
2725         (finish_bitfield_representative): Likewise.
2726         (finish_bitfield_layout): Likewise.
2727         (finish_record_layout): Call finish_bitfield_layout.
2728         * tree.c (free_lang_data_in_decl): Only free DECL_QUALIFIER
2729         for QUAL_UNION_TYPE fields.
2730         * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
2731         Stream DECL_BIT_FIELD_REPRESENTATIVE.
2732         * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
2733
2734         PR middle-end/52080
2735         PR middle-end/52097
2736         PR middle-end/48124
2737         * expr.c (get_bit_range): Unconditionally extract bitrange
2738         from DECL_BIT_FIELD_REPRESENTATIVE.
2739         (expand_assignment): Adjust call to get_bit_range.
2740
2741 2012-06-01  Eric Botcazou  <ebotcazou@adacore.com>
2742
2743         PR middle-end/53501
2744         * fold-const.c (fold_binary_loc): Refine previous change.
2745
2746 2012-06-01  Oleg Endo  <olegendo@gcc.gnu.org>
2747
2748         Backport from mainline
2749         2012-03-27  Chung-Lin Tang  <cltang@codesourcery.com>
2750
2751         PR target/52667
2752         * config/sh/sh.c (find_barrier): Add equality check of last_got to
2753         avoid going above orig insn.  Update comments.
2754
2755 2012-06-01  Oleg Endo  <olegendo@gcc.gnu.org>
2756
2757         Backport from mainline
2758         2012-03-21  Kaz Kojima  <kkojima@gcc.gnu.org>
2759
2760         PR target/52642
2761         * config/sh/sh.c (sh_expand_prologue): Emit blockage at the end of
2762         prologue for unwinder and profiler.
2763
2764 2012-06-01  Oleg Endo  <olegendo@gcc.gnu.org>
2765
2766         Backport from mainline
2767         2012-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
2768
2769         * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
2770
2771 2012-06-01  Oleg Endo  <olegendo@gcc.gnu.org>
2772
2773         Backport from mainline
2774         2012-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
2775
2776         * config/sh/sh.c (sh_dwarf_register_span): Don't apply
2777         DBX_REGISTER_NUMBER.
2778
2779 2012-06-01  Oleg Endo  <olegendo@gcc.gnu.org>
2780
2781         Backport from mainline
2782         2012-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
2783
2784         * config/sh/sh.c (shiftcosts): Return MAX_COST when the first
2785         operand is CONST_INT.  Take COSTS_N_INSNS into account.
2786         (sh_rtx_costs): Don't apply COSTS_N_INSNS to the return value of
2787         shiftcosts.     
2788
2789 2012-05-31  Georg-Johann Lay  <avr@gjlay.de>
2790
2791         * config/avr/avr.opt (-msp8): Document it.
2792         * doc/invoke.texi (AVR Options): Copy from trunk docu.
2793
2794 2012-05-31  Richard Guenther  <rguenther@suse.de>
2795
2796         PR middle-end/48493
2797         * expr.c (expand_assignment): Do not use movmisalign on
2798         non-memory.
2799
2800 2012-05-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2801
2802         PR target/52999
2803         * config/pa/pa.c (TARGET_SECTION_TYPE_FLAGS): Define.
2804         (pa_section_type_flags): New.
2805         (pa_legitimate_constant_p): Revert previous change.
2806
2807 2012-05-30  Aldy Hernandez  <aldyh@redhat.com>
2808
2809         Backport from mainline
2810         2012-05-25  Aldy Hernandez  <aldyh@redhat.com>
2811
2812         PR middle-end/53008
2813         * trans-mem.c (ipa_tm_create_version_alias): Output new_node if
2814         accessed indirectly.
2815         (ipa_tm_create_version): Same.
2816
2817 2012-05-30  Jason Merrill  <jason@redhat.com>
2818
2819         PR c++/53220
2820         * c-typeck.c (array_to_pointer_conversion): Give -Wc++-compat warning
2821         about array compound literals.
2822
2823 2012-05-30  Richard Guenther  <rguenther@suse.de>
2824
2825         PR middle-end/53501
2826         * fold-const.c (fold_binary_loc): Make sure to call
2827         fold_plusminus_mult_expr with the original sign of operands.
2828
2829 2012-05-30  Eric Botcazou  <ebotcazou@adacore.com>
2830
2831         * explow.c (probe_stack_range): Restore simple control flow and stop
2832         again when the probe cannot be generated if HAVE_check_stack.
2833
2834 2012-05-30  Jakub Jelinek  <jakub@redhat.com>
2835
2836         PR rtl-optimization/53519
2837         * combine.c (simplify_shift_const_1) <case NOT>: Use constm1_rtx
2838         instead of GEN_INT (GET_MODE_MASK (mode)) as second operand of XOR.
2839
2840 2012-05-29  Richard Guenther  <rguenther@suse.de>
2841
2842         PR tree-optimization/53516
2843         * tree-data-ref.c (stmt_with_adjacent_zero_store_dr_p): Reject
2844         bitfield accesses.
2845         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
2846
2847 2012-05-28  Bill Schmidt  <wschmidt@linux.ibm.com>
2848
2849         Backport from mainline
2850         2012-05-28  Richard Guenther  <rguenther@suse.de>
2851
2852         PR tree-optimization/53438
2853         * tree-sra.c (analyze_access_subtree): Correct bitfield exclusion.
2854
2855 2012-05-26  Eric Botcazou  <ebotcazou@adacore.com>
2856
2857         Backport from mainline
2858         2012-03-10  Chung-Lin Tang  <cltang@codesourcery.com>
2859
2860         PR rtl-optimization/52528
2861         * combine.c (can_combine_p): Add setting of subst_low_luid
2862         before call to expand_field_assignment().
2863
2864 2012-05-26  Martin Jambor  <mjambor@suse.cz>
2865
2866         Backport from mainline
2867         2012-05-23  Martin Jambor  <mjambor@suse.cz>
2868
2869         * ipa-inline-analysis.c (inline_merge_summary): Free operand_map.
2870
2871 2012-05-25  Eric Botcazou  <ebotcazou@adacore.com>
2872
2873         PR lto/52178
2874         * tree-inline.c (remap_gimple_op_r): Fix handling of FIELD_DECL.
2875         * tree.c (RETURN_TRUE_IF_VAR): Do not return true for PLACEHOLDER_EXPR.
2876
2877 2012-05-25  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2878
2879         PR target/53435
2880         * config/i386/i386.c (ix86_expand_vec_perm): Use correct op.
2881         (ix86_expand_vec_perm): Use int mode instead of float.
2882
2883 2012-05-25  Eric Botcazou  <ebotcazou@adacore.com>
2884
2885         PR ada/52362
2886         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Set gas and
2887         gnu_ld variables to yes.
2888         * configure.ac (HAVE_GNU_LD): Move to after config.gcc inclusion.
2889         (HAVE_GNU_AS): Likewise.
2890         * config.in: Regenerate.
2891         * configure: Likewise.
2892
2893 2012-05-25  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2894
2895         Backport from mainline
2896         2012-03-12  Richard Guenther  <rguenther@suse.de>
2897         * config/arm/arm.c (neon_dereference_pointer): Do not call
2898         covert during RTL expansion.
2899
2900 2012-05-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2901
2902         Backport from mainline
2903         2012-05-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2904
2905         PR target/53385
2906         * config/rs6000/rs6000.c (print_operand): Revise code that unsafely
2907         relied on signed overflow behavior.
2908
2909 2012-05-24  Richard Guenther  <rguenther@suse.de>
2910
2911         PR middle-end/53460
2912         * tree-profile.c (tree_profiling): Cleanup the CFG if
2913         execute_fixup_cfg requests it.
2914
2915 2012-05-24  Jakub Jelinek  <jakub@redhat.com>
2916
2917         PR tree-optimization/53465
2918         * tree-vrp.c (extract_range_from_cond_expr): First copy_value_range
2919         vr0 into *vr, then vrp_meet that.
2920         (vrp_meet): If one vr type is VR_UNDEFINED, ensure the result doesn't
2921         have any equivalences.
2922         (vrp_visit_phi_node): Call copy_value_range instead of vrp_meet the
2923         first time.
2924
2925 2012-05-23  Eric Botcazou  <ebotcazou@adacore.com>
2926
2927         * gimple.c (gimple_types_compatible_p_1) <ARRAY_TYPE>: Remove bogus
2928         size handling.
2929         (gimple_canonical_types_compatible_p) <ARRAY_TYPE>: Likewise.
2930         (iterative_hash_gimple_type): Adjust comment.
2931         (iterative_hash_canonical_type): Likewise.  Hash the bounds of the
2932         domain for an array type instead of the domain type itself.
2933
2934 2012-05-23  Georg-Johann Lay  <avr@gjlay.de>
2935
2936         Backport from 2012-05-23 mainline r187803
2937
2938         PR target/53448
2939         * config/avr/avr.h (ASM_OUTPUT_ALIGN): Don't inhibit .p2align 1.
2940         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Use
2941         ASM_OUTPUT_ALIGN.
2942
2943 2012-05-23  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2944
2945         Backport from 2012-05-03 mainline r187075
2946
2947         * config/i386/driver-i386.c (host_detect_local_cpu): Reset
2948         has_fma4 for AMD processors with both fma3 and fma4 support.
2949
2950 2012-05-22  Richard Guenther  <rguenther@suse.de>
2951
2952         PR tree-optimization/53408
2953         * tree-vect-loop.c (vectorizable_induction): Properly check
2954         the restriction that we cannot handle induction results from
2955         the inner loop outside of the outer loop.
2956
2957 2012-05-21  Jakub Jelinek  <jakub@redhat.com>
2958
2959         PR tree-optimization/53436
2960         * omp-low.c (omp_build_component_ref): New function.
2961         (build_receiver_ref, build_sender_ref, create_task_copyfn): Use it.
2962
2963         PR tree-optimization/53366
2964         * tree-vect-slp.c (vect_supported_load_permutation_p): Don't shortcut
2965         tests if complex_numbers == 2, but there are non-complex number loads
2966         too.
2967
2968         PR tree-optimization/53409
2969         * tree-vect-loop.c (vect_analyze_loop_operations): Don't check
2970         vinfo_for_stmt (op_def_stmt) if op_def_stmt isn't inside loop.
2971
2972         PR tree-optimization/53410
2973         * fold-const.c (fold_binary_loc): Use build_zero_cst (type)
2974         instead of build_int_cst (type, 0) where vector types might be
2975         involved.
2976
2977 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
2978
2979         PR c/53418
2980         * c-typeck.c (build_conditional_expr): Remove C_MAYBE_CONST_EXPR
2981         from folded operands before wrapping another around the
2982         conditional expression.
2983
2984 2012-05-21  Dave Boutcher  <daveboutcher@gmail.com>
2985             Patrick Marlier  <patrick.marlier@gmail.com>
2986
2987         * trans-mem.c (ipa_tm_transform_clone): Transform functions with
2988         indirect calls.
2989
2990 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
2991
2992         Backport from mainline
2993         2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
2994
2995         PR target/53416
2996         * config/i386/i386.md (UNSPEC_RDRAND): Renamed to ...
2997         (UNSPECV_RDRAND): This.
2998         (rdrand<mode>_1): Updated.
2999
3000 2012-05-20  H.J. Lu  <hongjiu.lu@intel.com>
3001
3002         Backport from mainline
3003         2012-05-20  H.J. Lu  <hongjiu.lu@intel.com>
3004
3005         * config/i386/driver-i386.c (host_detect_local_cpu): Support
3006         RDRND, F16C and FSGSBASE.
3007
3008 2012-05-19  Eric Botcazou  <ebotcazou@adacore.com>
3009
3010         Backport from mainline
3011         2012-05-14  Eric Botcazou  <ebotcazou@adacore.com>
3012
3013         * tree-ssa-pre.c (can_value_number_call): Delete.
3014         (compute_avail): Skip all statements with side effects.
3015         <GIMPLE_CALL>: Skip calls to internal functions.
3016
3017 2012-05-18  David S. Miller  <davem@davemloft.net>
3018
3019         Backport r185385 from mainline
3020         2012-03-14  Richard Guenther  <rguenther@suse.de>
3021
3022         PR middle-end/52584
3023         * tree-vect-generic.c (type_for_widest_vector_mode): Take
3024         element type instead of mode, use build_vector_type_for_mode
3025         instead of the langhook, build a vector of proper signedness.
3026         (expand_vector_operations_1): Adjust.
3027
3028 2012-05-18  Olivier Hainque  <hainque@adacore.com>
3029
3030         * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of
3031         $(libsubdir) as libexecsubdir.
3032
3033 2012-05-16  Andrew Pinski  <apinski@cavium.com>
3034
3035         * gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under
3036         GIMPLE_ASSIGN.
3037
3038 2012-05-16  David S. Miller  <davem@davemloft.net>
3039
3040         * jump.c (delete_related_insns): If we remove a CALL, make sure
3041         we delete it's NOTE_INSN_CALL_ARG_LOCATION note too.
3042
3043 2012-05-16  Richard Henderson  <rth@redhat.com>
3044
3045         PR debug/52727
3046         * combine-stack-adj.c (prev_active_insn_bb): New.
3047         (next_active_insn_bb): New.
3048         (force_move_args_size_note): New.
3049         (combine_stack_adjustments_for_block): Use it.
3050
3051 2012-05-16  Olivier Hainque  <hainque@adacore.com>
3052
3053         * Makefile.in (install-no-fixedincludes): New target, former toplevel
3054         gcc-no-fixedincludes. Stash "include-fixed" in addition to "include".
3055         Add comments and improve stamp preservation across the whole sequence.
3056         (stmp-int-hdrs): Use move-if-change + cp -p to setup fix_dir/limits.h.
3057
3058 2012-05-16  Richard Guenther  <rguenther@suse.de>
3059
3060         PR tree-optimization/53364
3061         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
3062         detect a view-conversion of the decl.
3063
3064 2012-05-15  Jakub Jelinek  <jakub@redhat.com>
3065
3066         PR target/53358
3067         * config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
3068         that operands[2] is either immediate, or q_regs_operand.
3069
3070 2012-05-15  Bin Cheng  <bin.cheng@arm.com>
3071
3072         Backport r187139 from mainline.
3073         2012-05-04  Bin Cheng  <bin.cheng@arm.com>
3074
3075         PR rtl-optimization/52804
3076         * reload1.c (reload_reg_reaches_end_p): Check whether successor
3077         reload with type RELOAD_FOR_INPUT_ADDRESS kills reload register
3078         of current one with type RELOAD_FOR_INPADDR_ADDRESS.
3079         Same stands for reloads with type RELOAD_FOR_OUTPUT_ADDRESS and
3080         RELOAD_FOR_OUTADDR_ADDRESS.
3081
3082 2012-05-14  Uros Bizjak  <ubizjak@gmail.com>
3083
3084         PR target/46098
3085         * config/i386/i386.c (ix86_expand_special_args_builtin): Always
3086         generate target register for "load" class builtins.
3087
3088         Revert:
3089         2010-10-22  Uros Bizjak  <ubizjak@gmail.com>
3090
3091         PR target/46098
3092         * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
3093         Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
3094         (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
3095         (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
3096         (<sse>_movu<ssemodesuffix>): New expander.
3097         (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
3098         (avx_movdqu<avxmodesuffix>): New expander.
3099         (*sse2_movdqu): Rename from sse2_movdqu.
3100         (sse2_movdqu): New expander.
3101
3102 2012-05-14  Jakub Jelinek  <jakub@redhat.com>
3103
3104         * dwarf2out.c (dwarf2out_define, dwarf2out_undef): Treat
3105         lineno 1 the same as lineno 0 before first start file directive.
3106         (optimize_macinfo_range): Likewise.
3107
3108         * dwarf2out.c (have_macinfo): Define.
3109         (dwarf2out_finish): Don't emit DW_AT_GNU_macros or DW_AT_macro_info
3110         attribute, don't force empty compilation unit and don't emit any
3111         .debug_macinfo/.debug_macro section if macinfo_table is empty.
3112
3113 2012-05-13  Uros Bizjak  <ubizjak@gmail.com>
3114
3115         Backport from mainline
3116         2012-05-12  Uros Bizjak  <ubizjak@gmail.com>
3117
3118         * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
3119         ORDERED and UNORDERED conditions.
3120
3121 2012-05-12  Eric Botcazou  <ebotcazou@adacore.com>
3122
3123         * function.c (requires_stack_frame_p): If the function can throw
3124         non-call exceptions, return true if the insn can throw internally.
3125
3126 2012-05-10  Eric Botcazou  <ebotcazou@adacore.com>
3127
3128         * gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
3129         DECL_ORIGINAL_TYPE if it is present.
3130
3131 2012-05-09  Georg-Johann Lay  <avr@gjlay.de>
3132
3133         Backport from 2012-05-12 mainline r187342.
3134
3135         PR target/53256
3136         * config/avr/elf.h (ASM_DECLARE_FUNCTION_NAME): Remove.
3137         * config/avr/avr-protos.h (avr_asm_declare_function_name): Remove.
3138         * config/avr/avr.h (struct machine_function): Add attributes_checked_p.
3139         * config/avr/avr.c (avr_asm_declare_function_name): Remove.
3140         (expand_prologue): Move initialization of cfun->machine->is_naked,
3141         is_interrupt, is_signal, is_OS_task, is_OS_main from here to...
3142         (avr_set_current_function): ...this new static function.
3143         (TARGET_SET_CURRENT_FUNCTION): New define.
3144         (avr_function_ok_for_sibcall): Use cfun->machine->is_* instead of
3145         checking attributes of current_function_decl.
3146         (avr_regs_to_save): Ditto.
3147         (signal_function_p): Rename to avr_signal_function_p.
3148         (interrupt_function_p): Rename to avr_interrupt_function_p.
3149
3150         * doc/extend.texi (Function Attributes): Better explanation of
3151         'interrupt' and 'signal' for AVR. Move 'ifunc' down to establish
3152         alphabetical order.
3153
3154 2012-05-09  Matthias Klose  <doko@ubuntu.com>
3155
3156         * gcc-ar.c (main): Don't check for execute bits for the plugin.
3157
3158 2012-05-08  Hans-Peter Nilsson  <hp@axis.com>
3159
3160         PR target/53272
3161         * config/cris/cris.c (cris_normal_notice_update_cc): For TARGET_V32,
3162         when a constant source operand matches an "I" constraint, the "no
3163         CC0 change" applies to a register-destination only, not a
3164         strict_low_part-destination.
3165
3166 2012-05-07  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
3167
3168         Backport from mainline:
3169         2012-04-19  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
3170
3171         * config/arm/sync.md (sync_optab): Change ior attribute to "or".
3172
3173 2012-05-07  Jakub Jelinek  <jakub@redhat.com>
3174
3175         PR tree-optimization/53239
3176         * tree-vrp.c (get_value_range): Set VR of
3177         SSA_NAME_IS_DEFAULT_DEF of DECL_BY_REFERENCE RESULT_DECL
3178         to nonnull.
3179
3180 2012-05-07  Richard Guenther  <rguenther@suse.de>
3181
3182         PR tree-optimization/53195
3183         * tree-inline.c (setup_one_parameter): Properly add referenced
3184         vars from the parameters new known value.
3185
3186 2012-05-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3187
3188         Backport from mainline:
3189         2012-04-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3190
3191         PR target/52999
3192         * config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels
3193         in constant pool.
3194
3195 2012-05-04  Ian Lance Taylor  <iant@google.com>
3196
3197         * tree-vect-patterns.c (vect_single_imm_use): Correct return
3198         values from false to NULL.
3199
3200 2012-05-04  Uros Bizjak  <ubizjak@gmail.com>
3201
3202         Backport from mainline
3203         2012-05-04  Uros Bizjak  <ubizjak@gmail.com>
3204
3205         PR target/53228
3206         * config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
3207         (TARGET_CMOV): Rename from TARGET_CMOVE.
3208         (TARGET_CMOVE): New define.
3209         * config/i386/i386.c (ix86_option_override_internal): Use TARGET_CMOV.
3210         Do not set TARGET_CMOVE here.
3211
3212 2012-05-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
3213
3214         Backport from mainline:
3215
3216         2012-05-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
3217
3218         PR tree-optimization/52633
3219         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Swap order of
3220         vect_recog_widen_shift_pattern and vect_recog_over_widening_pattern.
3221         (vect_recog_over_widening_pattern): Remove handling of code that was
3222         already detected as over-widening pattern.  Remove special handling
3223         of "unsigned" cases.  Instead, support general case of conversion
3224         of the shift result to another type.
3225
3226         2012-05-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
3227
3228         * tree-vect-patterns.c (vect_single_imm_use): New function.
3229         (vect_recog_widen_mult_pattern): Use it instead of open-coding loop.
3230         (vect_recog_over_widening_pattern): Likewise.
3231         (vect_recog_widen_shift_pattern): Likewise.
3232
3233         2012-04-10  Ulrich Weigand  <ulrich.weigand@linaro.org>
3234
3235         PR tree-optimization/52870
3236         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
3237         presumed pattern statement is within the same loop or basic block.
3238
3239 2012-05-04  Richard Guenther  <rguenther@suse.de>
3240
3241         * common.opt (flto-report): Do not mark as Optimization.
3242
3243 2012-05-04  Eric Botcazou  <ebotcazou@adacore.com>
3244
3245         PR target/48496
3246         * recog.c (constrain_operands): If extra constraints are present, also
3247         accept pseudo-registers with equivalent memory locations during reload.
3248
3249 2012-05-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
3250
3251         Backport from the mainline
3252         2012-05-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
3253
3254         PR target/53199
3255         * config/rs6000/rs6000.md (bswapdi splitters): If
3256         -mavoid-indexed-addresses (or -mcpu=power6 which sets it by
3257         default) is used, generate an alternate sequence that does not
3258         depend on using indexed addressing.
3259
3260 2012-05-03  David S. Miller  <davem@davemloft.net>
3261
3262         PR target/52684
3263         * config/sparc/sparc.c (emit_soft_tfmode_libcall): If we pass a
3264         MEM directly into a libcall, mark it's MEM_EXPR as addressable.
3265         (sparc_emit_float_lib_cmp): Likewise.
3266
3267 2012-05-04  Martin Jambor  <mjambor@suse.cz>
3268
3269         Backport from mainline
3270         2012-05-02  Martin Jambor  <mjambor@suse.cz>
3271
3272         PR lto/52605
3273         * dwarf2out.c (dwarf2out_decl): Only lookup die representing context
3274         of a variable when the contect is a function.
3275
3276 2012-05-03  Jakub Jelinek  <jakub@redhat.com>
3277
3278         PR plugins/53126
3279         * gcc-ar.c (main): If GCC_EXEC_PREFIX is set in env,
3280         append program name to it and pass that as first argument
3281         to make_relative_prefix.  Always pass standard_libexec_prefix
3282         as last argument to make_relative_prefix.  If
3283         make_relative_prefix returns NULL, fall back to
3284         standard_libexec_prefix.
3285
3286         PR debug/53174
3287         * tree-predcom.c (remove_stmt): Call reset_debug_uses on stmts being
3288         removed.
3289
3290         PR target/53187
3291         * config/arm/arm.c (arm_select_cc_mode): If x has MODE_CC class
3292         mode, return that mode.
3293
3294 2012-05-03  Richard Guenther  <rguenther@suse.de>
3295
3296         PR tree-optimization/53144
3297         * tree-ssa-sccvn.c (vn_reference_lookup_or_insert_constant_for_pieces):
3298         Rename to ...
3299         (vn_reference_lookup_or_insert_for_pieces): ... this.  Properly deal
3300         with SSA name values.
3301         (vn_reference_lookup_3): Adjust callers.
3302
3303 2012-05-02  Jakub Jelinek  <jakub@redhat.com>
3304
3305         PR tree-optimization/53163
3306         * tree-ssa-phiopt.c (cond_if_else_store_replacement): Don't ignore
3307         return value from compute_all_dependences.
3308
3309         PR rtl-optimization/53160
3310         * ree.c (combine_reaching_defs): Handle the case where cand->insn
3311         has been modified by ree pass already.
3312
3313 2012-05-01  Uros Bizjak  <ubizjak@gmail.com>
3314
3315         Backport from mainline
3316         2012-04-30  Uros Bizjak  <ubizjak@gmail.com>
3317
3318         PR middle-end/53136
3319         * ipa-prop.c (ipa_print_node_jump_functions): Wrap multiple
3320         calls to cgraph_node_name in xstrdup.
3321         (ipa_make_edge_direct_to_target): Ditto.
3322         * tree-sra.c (convert_callers_for_node): Ditto.
3323         * lto-symtab.c (lto_cgraph_replace_node): Ditto.
3324         * ipa-cp.c (perhaps_add_new_callers): Ditto.
3325         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Ditto.
3326         (cgraph_materialize_all_clones): Ditto.
3327         * ipa-inline.c (report_inline_failed_reason): Ditto.
3328         (want_early_inline_function_p): Ditto.
3329         (edge_badness): Ditto.
3330         (update_edge_key): Ditto.
3331         (flatten_function): Ditto.
3332         (ipa_inline): Ditto.
3333         (inline_always_inline_functions): Ditto.
3334         (early_inline_small_functions): Ditto.
3335
3336 2012-04-30  Andreas Tobler  <andreast@fgznet.ch>
3337
3338         Backport from mainline
3339         2012-03-21  Andreas Tobler  <andreast@fgznet.ch>
3340
3341         * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
3342         Introduce emul_name to select the right linker emulation for
3343         powerpc64-*-freebsd*.
3344         * configure: Regenerate.
3345         * config.gcc: Add bits to support powerpc64-*-freebsd*.
3346         * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
3347         * config/rs6000/freebsd64.h: New file.
3348         * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
3349         POWERPC_FREEBSD.
3350         (rs6000_savres_strategy): Likewise.
3351         (rs6000_savres_routine_name): Likewise.
3352         (rs6000_elf_file_end): Likewise.
3353         * config/rs6000/t-freebsd64: New file.
3354         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
3355         rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.
3356
3357 2012-04-30  Uros Bizjak  <ubizjak@gmail.com>
3358
3359         Backport from mainline
3360         2012-04-27  Paolo Bonzini  <bonzini@gnu.org>
3361
3362         PR target/53138
3363         * config/i386/i386.md (x86_mov<mode>cc_0_m1_neg): Add clobber.
3364
3365 2012-04-30  Eric Botcazou  <ebotcazou@adacore.com>
3366
3367         * config/i386/i386.c (ix86_handle_struct_attribute): Use the proper
3368         predicate to discriminate types.
3369
3370 2012-04-27  Richard Guenther  <rguenther@suse.de>
3371
3372         PR c/51527
3373         * convert.c (convert_to_integer): Avoid infinite recursion for
3374         target-defined built-in types.
3375
3376 2012-04-26  Hans-Peter Nilsson  <hp@axis.com>
3377
3378         PR target/53120
3379         * config/cris/cris.md ("*andhi_lowpart_v32")
3380         ("*andqi_lowpart_v32"): Change first input-only operand from
3381         a (match_operand ...) to (match_dup 0).  Drop alternatives with
3382         const_int-matching constraints for redundancy.
3383         ("*andhi_lowpart_non_v32", "*andqi_lowpart_non_v32"): Ditto.  Drop
3384         three-operand alternative.
3385
3386 2012-04-26  Uros Bizjak  <ubizjak@gmail.com>
3387
3388         Backport from mainline
3389         2012-04-23  Uros Bizjak  <ubizjak@gmail.com>
3390
3391         * config/i386/i386.md (*add<mode>_2): Add r/r/0 alternative.
3392         (*addsi_2_zext): Ditto.
3393         (*add<mode>_3): Ditto.
3394         (*addsi_3_zext): Ditto.
3395         (*add<mode>_5): Ditto.
3396
3397 2012-04-25  Jakub Jelinek  <jakub@redhat.com>
3398
3399         PR c/52880
3400         * c-typeck.c (set_nonincremental_init,
3401         set_nonincremental_init_from_string): Pass true instead of false
3402         as IMPLICIT to add_pending_init.
3403
3404 2012-04-24  Georg-Johann Lay  <avr@gjlay.de>
3405
3406         Backport from 2012-04-24 mainline r186768.
3407
3408         PR target/53065
3409         * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): New hook define.
3410
3411 2012-04-24  Richard Guenther  <rguenther@suse.de>
3412
3413         PR tree-optimization/53085
3414         * tree-ssa-pre.c (eliminate): Do not eliminate volatile redundant
3415         stores.
3416
3417 2012-04-24  Jakub Jelinek  <jakub@redhat.com>
3418
3419         PR middle-end/53084
3420         * varasm.c (compute_reloc_for_constant): Handle ADDR_EXPR
3421         of MEM_REF.
3422         (output_addressed_constants): Likewise.
3423
3424         PR middle-end/52999
3425         * varasm.c (get_section): Don't ICE for section conflicts with
3426         built-in section kinds.
3427
3428 2012-04-23  David Edelsohn  <dje.gcc@gmail.com>
3429
3430         * config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
3431
3432 2012-04-23  Georg-Johann Lay  <avr@gjlay.de>
3433
3434         * doc/extend.texi (AVR Named Address Spaces): Fix typos.
3435
3436 2012-04-23  Richard Guenther  <rguenther@suse.de>
3437
3438         PR c/53060
3439         * c-typeck.c (build_binary_op): Fix typo.
3440
3441 2012-04-23  Jakub Jelinek  <jakub@redhat.com>
3442
3443         PR tree-optimizations/52891
3444         * tree-vect-patterns.c (adjust_bool_pattern): Use
3445         build_nonstandard_type even if rhs1 has unsigned INTEGER_TYPE,
3446         but with non-standard precision.
3447
3448 2012-04-22  Ian Lance Taylor  <iant@google.com>
3449
3450         * godump.c (go_output_typedef): Dump size of structs.
3451
3452 2012-04-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3453
3454         Backport from mainline:
3455
3456         * config/arm/arm.c (arm_print_operand): Fix invalid alignment
3457         hints for 'A' operand types.
3458
3459 2012-04-19  Georg-Johann Lay  <avr@gjlay.de>
3460
3461         Backport from 2012-04-19 mainline r186588.
3462
3463         PR target/53033
3464         * config/avr/avr.c (avr_out_load_psi): Fix assembler template for
3465         the case *(X+const).
3466
3467 2012-04-18  Uros Bizjak  <ubizjak@gmail.com>
3468
3469         * config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
3470
3471 2012-04-17  Uros Bizjak  <ubizjak@gmail.com>
3472
3473         PR target/53020
3474         * config/i386/sync.md (atomic_<code><mode>): Rename to
3475         atomic_<logic><mode>.
3476
3477 2012-04-16  Uros Bizjak  <ubizjak@gmail.com>
3478
3479         Backport from mainline
3480         2012-04-12  Uros Bizjak  <ubizjak@gmail.com>
3481
3482         PR target/52932
3483         * config/i386/avx2intrin.h (_mm256_permutevar8x32_ps): Change second
3484         argument type to __m256i.  Update call to __builtin_ia32_permvarsf256.
3485         * config/i386/sse.md (avx2_permvarv8sf): Change operand 1 to V8SI.
3486         (avx2_permvarv8sf, avx2_permvarv8si): Switch operands 1 and 2.
3487         * config/i386/i386.c (bdesc_args) <__builtin_ia32_permvarsf256>:
3488         Update builtin type to V8SF_FTYPE_V8SF_V8SI.
3489         (ix86_expand_vec_perm): Update calls to gen_avx2_permvarv8si and
3490         gen_avx2_permvarv8sf.
3491
3492 2012-04-16  Martin Jambor  <mjambor@suse.cz>
3493
3494         Backported from mainline
3495
3496         2012-04-13  Martin Jambor  <mjambor@suse.cz>
3497         PR middle-end/52939
3498
3499         * gimple-fold.c (gimple_get_virt_method_for_binfo): Bail out if
3500         fold_ctor_reference returns a zero constant.
3501
3502 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
3503
3504         Backported from mainline
3505         2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
3506
3507         * config/i386/i386-c.c (ix86_target_macros): Define _ILP32
3508         and __ILP32__ for x32.
3509
3510 2012-04-13  Tom de Vries  <tom@codesourcery.com>
3511
3512         Backport from mainline r186418.
3513
3514         2012-04-13  Tom de Vries  <tom@codesourcery.com>
3515
3516         * tree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal): Add
3517         parameters vuse and vuse_escaped.
3518         (find_duplicate): Init vuse1, vuse2 and vuse_escaped.  Pass to
3519         gsi_advance_bw_nondebug_nonlocal.  Return if vuse_escaped and
3520         vuse1 != vuse2.
3521
3522 2012-04-13  Richard Guenther  <rguenther@suse.de>
3523
3524         PR tree-optimization/52969
3525         * tree-if-conv.c (predicate_mem_writes): Properly gimplify
3526         the condition for the COND_EXPR and handle predicate negation
3527         by swapping the COND_EXPR arms.
3528
3529 2012-04-13  Richard Guenther  <rguenther@suse.de>
3530
3531         PR c/52862
3532         * convert.c (convert_to_pointer): Remove special-casing of
3533         zero.
3534
3535 2012-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
3536
3537         Backport from mainline
3538         2012-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
3539
3540         PR target/52775
3541         * config/rs6000/rs6000.h (TARGET_FCFID): Add TARGET_PPC_GPOPT to
3542         the list of options to enable the FCFID instruction.
3543         (TARGET_EXTRA_BUILTINS): Adjust comment.
3544
3545 2012-04-12  Richard Guenther  <rguenther@suse.de>
3546
3547         PR tree-optimization/52943
3548         * tree-chrec.h (chrec_is_positive): Remove.
3549         * tree-scalar-evolution.c (chrec_is_positive): Move ...
3550         * tree-data-ref.c (chrec_is_positive): ... here.  Make static.
3551         Return false for a constant zero instead of negative.
3552         (analyze_siv_subscript_cst_affine): Handle zero difference
3553         in the initial condition explicitely.
3554
3555 2012-04-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3556
3557         PR middle-end/52894
3558         * varasm.c (process_pending_assemble_externals): Set
3559         pending_assemble_externals_processed true.
3560         (assemble_external): Call assemble_external_real if the pending
3561         assemble externals have been processed.
3562
3563 2012-04-09  Eric Botcazou  <ebotcazou@adacore.com>
3564
3565         PR target/52717
3566         * config/sparc/sparc.c (sparc_file_end): Set TREE_PUBLIC explicitly on
3567         the DECL generated for the special GOT helper.
3568
3569 2012-04-06  Walter Lee  <walt@tilera.com>
3570
3571         Backport from mainline
3572         2012-03-07  Walter Lee  <walt@tilera.com>
3573
3574         * config/tilegx/tilegx.c (tilegx_expand_prologue): Don't generate
3575         REG_CFA_* notes for the stack pointer.
3576         (tilegx_expand_epilogue): Restore stack pointer by adjusting it by
3577         EH_RETURN_STACKADJ_RTX.
3578         * config/tilepro/tilepro.c (tilepro_expand_prologue): Don't
3579         generate REG_CFA_* notes for the stack pointer.
3580         (tilepro_expand_epilogue): Restore stack pointer by adjusting it
3581         by EH_RETURN_STACKADJ_RTX.
3582
3583 2012-04-06  Matt Turner  <mattst88@gmail.com>
3584
3585         * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc".
3586
3587 2012-04-06  Eric Botcazou  <ebotcazou@adacore.com>
3588
3589         * config/ia64/ia64.c (ia64_load_pair_ok): Return 0 if the second member
3590         of the destination isn't also a FP_REGS register.
3591
3592 2012-04-03  Richard Guenther  <rguenther@suse.de>
3593
3594         Backport from mainline
3595         2012-03-02  Richard Guenther  <rguenther@suse.de>
3596
3597         PR tree-optimization/52406
3598         * tree-data-ref.h: Update documentation about DR_BASE_OBJECT.
3599         (struct indices): Add unconstrained_base member.
3600         (struct dr_alias): Remove unused vops member.
3601         (DR_UNCONSTRAINED_BASE): New define.
3602         * tree-data-ref.c (dr_analyze_indices): For COMPONENT_REFs
3603         add indices to allow their disambiguation.  Make DR_BASE_OBJECT
3604         be an artificial access that covers the whole indexed object,
3605         or mark it with DR_UNCONSTRAINED_BASE if we cannot do so.  Canonicalize
3606         plain decl base-objects to their MEM_REF variant.
3607         (dr_may_alias_p): When the base-object of either data reference
3608         has unknown size use only points-to information.
3609         (compute_affine_dependence): Make dumps easier to read and
3610         more verbose.
3611         * tree-vect-data-ref.c (vector_alignment_reachable_p): Use
3612         DR_REF when looking for packed references.
3613         (vect_supportable_dr_alignment): Likewise.
3614
3615 2012-04-03  Richard Guenther  <rguenther@suse.de>
3616
3617         Backport from mainline
3618         2012-03-15  Richard Guenther  <rguenther@suse.de>
3619
3620         PR middle-end/52580
3621         * tree-data-ref.c (subscript_dependence_tester_1): Check
3622         all dimensions for non-conflicting access functions.
3623
3624 2012-04-03  Richard Guenther  <rguenther@suse.de>
3625
3626         Backport from mainline
3627         2012-03-06  Richard Guenther  <rguenther@suse.de>
3628
3629         PR middle-end/52493
3630         * tree-ssa-alias.c (ptr_derefs_may_alias_p): Robustify.
3631
3632         2012-03-23  Richard Guenther  <rguenther@suse.de>
3633
3634         PR tree-optimization/52678
3635         * tree-vectorizer.h (struct _stmt_vec_info): Add
3636         loop_phi_evolution_part member.
3637         (STMT_VINFO_LOOP_PHI_EVOLUTION_PART): New define.
3638         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Initialize
3639         STMT_VINFO_LOOP_PHI_EVOLUTION_PART.
3640         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
3641         Use the cached evolution part and the PHI nodes value from
3642         the loop preheader edge instead of re-analyzing the evolution.
3643
3644         2012-03-26  Richard Guenther  <rguenther@suse.de>
3645
3646         PR tree-optimization/52701
3647         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Always
3648         compute and set the evolution part of PHI nodes.
3649
3650         2012-03-30  Richard Guenther  <rguenther@suse.de>
3651
3652         PR tree-optimization/52754
3653         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Only
3654         propagate arbitrary addresses into really plain dereferences.
3655
3656 2012-04-03  Jakub Jelinek  <jakub@redhat.com>
3657
3658         PR tree-optimization/52835
3659         * tree-data-ref.c (build_rdg): Return NULL if
3660         compute_data_dependences_for_loop failed.
3661
3662 2012-03-31  Eric Botcazou  <ebotcazou@adacore.com>
3663
3664         * tree-cfg.c (call_can_make_abnormal_goto): New predicate.
3665         (stmt_can_make_abnormal_goto): Use it.
3666         (is_ctrl_altering_stmt): Likewise.
3667
3668 2012-03-31  Martin Jambor  <mjambor@suse.cz>
3669
3670         Backported from mainline
3671         2012-03-30  Martin Jambor  <mjambor@suse.cz>
3672
3673         * tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there
3674         is a builtin_stack_save in a dominating BB.
3675
3676 2012-03-29  Uros Bizjak  <ubizjak@gmail.com>
3677
3678         * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix results
3679         crossing 128bit lane boundary.
3680
3681 2012-03-29  Uros Bizjak  <ubizjak@gmail.com>
3682
3683         Backported from mainline
3684         2012-03-27  Uros Bizjak  <ubizjak@gmail.com>
3685
3686         PR target/52698
3687         * config/i386/i386-protos.h (ix86_legitimize_reload_address):
3688         New prototype.
3689         * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): New define.
3690         * config/i386/i386.c: Include reload.h.
3691         (ix86_legitimize_reload_address): New function.
3692
3693 2012-03-28  Martin Jambor  <mjambor@suse.cz>
3694
3695         Backported from mainline
3696         2012-03-27  Martin Jambor  <mjambor@suse.cz>
3697
3698         PR middle-end/52693
3699         * tree-sra.c (sra_modify_assign): Do not call
3700         load_assign_lhs_subreplacements when working with an unscalarizable
3701         region.
3702
3703 2012-03-28  Jakub Jelinek  <jakub@redhat.com>
3704
3705         PR middle-end/52691
3706         * tree-ssa-ccp.c (optimize_stdarg_builtin): Optimize
3707         __builtin_va_start to __builtin_next_arg if the latter is
3708         builtin_decl_explicit_p rather than when it is not.
3709
3710         PR middle-end/52750
3711         * tree-vect-generic.c (vector_element): Perform multiplication
3712         for pos in bitsizetype type instead of idx type.
3713
3714 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3715
3716         Backport from 2012-03-28 mainline r185910.
3717
3718         PR target/52692
3719         * config/avr/avr.c (TARGET_BUILTIN_DECL): New define.
3720         (avr_builtin_decl): New static function.
3721         (struct avr_builtin_description, avr_bdesc): Move up.
3722         Add GTY marker. Add field fndecl. Remove redundant field id.
3723         (avr_init_builtins): Initialize avr_bdesc[ID].fndecl.
3724         (avr_expand_builtin): Code cleanup because .id is removed.
3725
3726 2012-03-28  Aurelien Buhrig  <aurelien.buhrig.gcc@gmail.com>
3727
3728         PR middle-end/51893
3729         * expmed.c (store_bit_field_1): Fix wordnum value for big-endian
3730         targets.
3731
3732 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3733
3734         Backport from 2012-03-28 mainline r185907.
3735
3736         PR target/52737
3737         * config.gcc (tm_file): Remove avr/multilib.h.
3738
3739         * doc/invoke.texi (AVR Options): Adjust
3740         documentation of -mtiny-stack.
3741
3742         * config/avr/genmultilib.awk: Remove code to generate multilib.h.
3743         (BEGIN): Use -msp8 as multilib option instead of -mtiny-stack.
3744         * config/avr/t-avr: Remove generation of multilib.h.
3745         * config/avr/t-multilib: Regenerate.
3746         * config/avr/multilib.h: Remove.
3747         * config/avr/avr.opt (-msp8): New option.
3748         (avr_sp8): New variable.
3749         * config/avr/driver-avr.c (avr_device_to_sp8): New function.
3750         * config/avr/avr.h (AVR_HAVE_SPH): New define.
3751         (AVR_HAVE_8BIT_SP): Also set by avr_sp8 i.e. -msp8.
3752         (avr_device_to_sp8): New prototype.
3753         (EXTRA_SPEC_FUNCTIONS): Add { "device_to_sp8", avr_device_to_sp8 }
3754         (DRIVER_SELF_SPECS): New define.
3755         * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in defines:
3756         __AVR_SP8__, __AVR_HAVE_SPH__.
3757         * config/avr/avr.c (output_movhi): Use AVR_HAVE_SPH instead of
3758         AVR_HAVE_8BIT_SP to decide if SP_H is present.
3759         (avr_file_start): Ditto.
3760
3761 2012-03-28  Jakub Jelinek  <jakub@redhat.com>
3762
3763         PR target/52736
3764         * config/i386/sse.md (sse2_loadlpd splitter): Use offset 0
3765         instead of 8 in adjust_address.
3766
3767 2012-03-27  Eric Botcazou  <ebotcazou@adacore.com>
3768
3769         * expmed.c (store_bit_field): Assert that BITREGION_START is a multiple
3770         of a unit before computing the offset in units.
3771
3772 2012-03-27  Richard Guenther  <rguenther@suse.de>
3773
3774         PR middle-end/52720
3775         * fold-const.c (try_move_mult_to_index): Handle &x.array more
3776         explicitely.
3777
3778 2012-03-24  Eric Botcazou  <ebotcazou@adacore.com>
3779
3780         PR target/52610
3781         * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=leon.
3782
3783 2012-03-24  Steven Bosscher  <steven@gcc.gnu.org>
3784
3785         PR middle-end/52640
3786         * varasm.c: Include pointer-set.h.
3787         (pending_assemble_externals_set): New pointer set.
3788         (process_pending_assemble_externals): Destroy the pointer set.
3789         (assemble_external): See if decl is in pending_assemble_externals_set,
3790         and add it to pending_assemble_externals if necessary.
3791         (init_varasm_once): Allocate pending_assemble_externals_set.
3792
3793 2012-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
3794
3795         Backported from mainline
3796         2012-03-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
3797
3798         PR target/50310
3799         * config/rs6000/vector.md (vector_uneq<mode>): Add support for
3800         UNEQ, LTGT, ORDERED, and UNORDERED IEEE vector comparisons.
3801         (vector_ltgt<mode>): Likewise.
3802         (vector_ordered<mode>): Likewise.
3803         (vector_unordered<mode>): Likewise.
3804         * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
3805
3806 2012-03-23  Joern Rennecke  <joern.rennecke@embecosm.com>
3807
3808         * config/epiphany/epiphany.c (epiphany_function_value_regno_p):
3809         Make static.
3810
3811 2012-03-22  Kaz Kojima  <kkojima@gcc.gnu.org>
3812
3813         Backported from mainline
3814         2012-03-02  Kaz Kojima  <kkojima@gcc.gnu.org>
3815
3816         PR target/48596
3817         PR target/48806
3818         * config/sh/sh.c (sh_register_move_cost): Increase cost between
3819         GENERAL_REGS and FP_REGS for SImode.
3820
3821 2012-03-22  Jakub Jelinek  <jakub@redhat.com>
3822
3823         PR middle-end/52547
3824         * tree-nested.c (convert_tramp_reference_stmt): Call declare_vars
3825         on any new_local_var_chain vars declared during recursing on
3826         GIMPLE_OMP_PARALLEL or GIMPLE_OMP_TASK body.
3827
3828 2012-03-22  Georg-Johann Lay  <avr@gjlay.de>
3829
3830         Backport from 2012-03-22 mainline r185692.
3831
3832         PR target/52496
3833         * config/avr/avr.md (unspec): Remove UNSPEC_MEMORY_BARRIER.
3834         (unspecv): Add UNSPECV_MEMORY_BARRIER.
3835         (cli_sei): Use unspec_volatile instead of unspec for memory barrier.
3836         (delay_cycles_1, delay_cycles_2): Ditto.
3837         (delay_cycles_3, delay_cycles_4): Ditto.
3838         (nopv, *nopv): Ditto.
3839         (sleep, *sleep): Ditto.
3840         (wdr, *wdr): Ditto.
3841
3842         Backport from 2012-03-21 mainline r185605.
3843
3844         PR rtl-optimization/52543
3845         PR target/52461
3846         * config/avr/avr-protos.h (avr_load_lpm): New prototype.
3847         * config/avr/avr.c (avr_mode_dependent_address_p): New function.
3848         (TARGET_MODE_DEPENDENT_ADDRESS_P): New define.
3849         (avr_load_libgcc_p): Restrict to __flash loads.
3850         (avr_out_lpm): Only handle 1-byte loads from __flash.
3851         (avr_load_lpm): New function.
3852         (avr_find_unused_d_reg): Remove.
3853         (avr_out_lpm_no_lpmx): Remove.
3854         (adjust_insn_length): Handle ADJUST_LEN_LOAD_LPM.
3855         * config/avr/avr.md (unspec): Add UNSPEC_LPM.
3856         (load_<mode>_libgcc): Use UNSPEC_LPM instead of MEM.
3857         (load_<mode>, load_<mode>_clobber): New insns.
3858         (mov<mode>): For multi-byte move from non-generic
3859         16-bit address spaces: Expand to load_<mode> resp.
3860         load_<mode>_clobber.
3861         (load<mode>_libgcc): Remove expander.
3862         (split-lpmx): Remove split.
3863
3864         Backport from 2012-03-13 mainline r185329.
3865
3866         PR target/52488
3867         * config/avr/avr.c (avr_prologue_setup_frame): Cut down stack
3868         offset (size) to a value the insns can deal with.
3869         (expand_epilogue): Ditto.
3870
3871         Backport from 2012-03-12 mainline r185256.
3872
3873         PR target/52499
3874         * config/avr/avr.c (avr_mode_code_base_reg_class): Change return
3875         type from reg_class_t to enum reg_class.
3876         * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
3877
3878         Backport from 2012-03-12 mainline r185253.
3879
3880         PR target/52148
3881         * config/avr/avr.c (avr_out_movmem): Fix typo in output template
3882         for the case ADDR_SPACE_FLASH and AVR_HAVE_LPMX introduced in
3883         r184615 from 2012-02-28.
3884
3885         Backport from 2012-03-08 mainline r185105.
3886
3887         * config/avr/avr.md (*addhi3, addhi3_clobber): Add "w" alternative
3888         for constants in [-63,63].
3889
3890         Backport from 2012-03-08 mainline r185100.
3891
3892         PR target/52496
3893         * config/avr/avr.c (avr_mem_clobber): New static function.
3894         (avr_expand_delay_cycles): Add memory clobber operand to
3895         delay_cycles_1, delay_cycles_2, delay_cycles_3, delay_cycles_4.
3896         * config/avr/avr.md (unspec): Add UNSPEC_MEMORY_BARRIER.
3897         (enable_interrupt, disable_interrupt): New expander.
3898         (nopv, sleep, wdr): New expanders.
3899         (delay_cycles_1): Add memory clobber.
3900         (delay_cycles_2): Add memory clobber.
3901         (delay_cycles_3): Add memory clobber.
3902         (delay_cycles_4): Add memory clobber.
3903         (cli_sei): New insn from former "enable_interrupt",
3904         "disable_interrupt" with memory clobber.
3905         (*wdt): New insn from former "wdt" with memory clobber.
3906         (*nopv): Similar, but for "nopv".
3907         (*sleep): Similar, but for "sleep".
3908
3909         Backport from 2012-03-07 mainline r185043.
3910
3911         PR target/52484
3912         * config/avr/avr.md (xload<mode>_A): Add R22... to register footprint.
3913
3914         Backport from 2012-03-07 mainline r185032.
3915
3916         PR target/52506
3917         * gcc/config/avr/avr.c (expand_epilogue): Fix order of restoration
3918         to: RAMPZ, RAMPY, RAMPX, RAMPD.
3919         (expand_prologue): Only clear RAMPZ if it has effect on RAM-read.
3920
3921         Backport from 2012-03-07 mainline r185031.
3922
3923         PR target/52505
3924         * config/avr/avr.c (avr_out_xload): Don't read unintentionally
3925         from RAM.
3926         * config/avr/avr.md (xload_8): Adjust insn length.
3927
3928         Backport from 2012-03-07 mainline r185030.
3929
3930         PR target/52461
3931         * gcc/config/avr/avr.c (avr_out_lpm): Clear RAMPZ after usage
3932         if RAMPZ affects reading from RAM.
3933
3934         Backport from 2012-03-05 mainline r184919.
3935
3936         * config/avr/avr.md (*umaddqihi4.2): New insn-and-split.
3937
3938 2012-03-22  Georg-Johann Lay  <avr@gjlay.de>
3939
3940         Backport from mainline r185259.
3941
3942         PR other/52545
3943         * output.h (SECTION_EXCLUDE, SECTION_MACH_DEP): Don't use
3944         SECTION_MACH_DEP reserved bits for SECTION_EXCLUDE.
3945
3946 2012-03-22  Jakub Jelinek  <jakub@redhat.com>
3947
3948         Backported from mainline
3949         2012-03-13  Jakub Jelinek  <jakub@redhat.com>
3950
3951         PR c/52577
3952         * c-parser.c (c_parser_postfix_expression)
3953         <case RID_BUILTIN_SHUFFLE>: Call mark_exp_read on argument values.
3954
3955         * config/i386/smmintrin.h: Avoid /* within a comment.
3956         * config/i386/nmmintrin.h: Likewise.
3957
3958 2012-03-22  Richard Guenther  <rguenther@suse.de>
3959
3960         * BASE-VER: Set to 4.7.1.
3961         * DEV-PHASE: Set to prerelease.
3962
3963 2012-03-22  Release Manager
3964
3965         * GCC 4.7.0 released.
3966
3967 2012-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3968
3969         * doc/install.texi (Specific, *-*-solaris2*): Improve wording.
3970
3971 2012-03-15  Jakub Jelinek  <jakub@redhat.com>
3972             Andrew Pinski  <apinski@cavium.com>
3973
3974         PR middle-end/52592
3975         * builtins.c (expand_builtin_int_roundingfn_2): If expanding
3976         BUILT_IN_IR{INT,OUND}* using optab fails, emit lr{int,ound}*
3977         calls instead of __builtin_ir{int,ound}*.
3978
3979 2012-03-14  Jakub Jelinek  <jakub@redhat.com>
3980
3981         PR c++/52582
3982         * config/rs6000/rs6000.c (call_ABI_of_interest): Return true
3983         if c_node is NULL.
3984
3985 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
3986
3987         * doc/invoke.texi (-std=c99), doc/standards.texi (C language):
3988         Refer to GCC 4.7 version of c99status.html.
3989
3990 2012-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
3991
3992         Backport from mainline
3993         2012-03-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
3994
3995         * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not
3996         redefine to be NULL if the current bit-size is different from the
3997         configured bit-size.
3998
3999         * config/rs6000/rs6000.c (rs6000_option_override_internal): If the
4000         cpu is defaulted, use PROCESSOR_DEFAULT and PROCESSOR_DEFAULT64 to
4001         set the default tuning.  Add asserts to make sure the cpu and tune
4002         indexes are defined.  Fix tests for cpu/tune index to use >= 0 to
4003         test whether the index is set, instead of > 0.
4004         (rs6000_file_start): Do not reset the default cpu if the current
4005         bit-size is different from the configured bit-size.
4006
4007 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4008
4009         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Update
4010         binutils reference.
4011         (Specific, i?86-*-solaris2.10): Remove GCC 4.0 reference.
4012         Update binutils references.
4013         (Specific, *-*-solaris2*): Mention bundled GCC in Solaris 10 and 11.
4014         Update binutils reference.
4015         Update Sun as/GNU ld caveat.
4016         Document binutils largefile requirement for LTO plugin.
4017         Remove reference to alternate libpthread.
4018
4019 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4020
4021         * doc/install.texi (Specific, alpha*-dec-osf5.1): Update binutils
4022         reference.
4023         (Specific, mips-sgi-irix6): Likewise.
4024
4025 2012-03-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4026
4027         * configure.ac (gcc_cv_as_ix86_tlsldmplt): Add label.
4028         * configure: Regenerate.
4029
4030 2012-03-07  Richard Henderson  <rth@redhat.com>
4031
4032         * config/m68k/m68k.h (ISA_HAS_TAS): New.
4033         * config/m68k/sync.md (atomic_test_and_set): Use it.
4034         (atomic_test_and_set_1): Likewise.
4035
4036 2012-03-07  Ralf Corsépius  <ralf.corsepius@rtems.org>
4037
4038         PR target/51417
4039         * Makefile.in: Let install-gcc-ar depend on installdirs,
4040         gcc-ar$(exeext), gcc-nm$(exeext), gcc-ranlib$(exeext).
4041         Don't double canonicalize if cross-compiling.
4042
4043 2012-03-06  Aldy Hernandez  <aldyh@redhat.com>
4044
4045         * trans-mem.c: New typedef for tm_region_p.
4046         Define vector types for tm_region_p.
4047         (tm_region_init): Replace region_worklist to a vector called
4048         bb_regions.
4049
4050 2012-03-06  Aldy Hernandez  <aldyh@redhat.com>
4051
4052         PR middle-end/52463
4053         * trans-mem.c (tm_region_init): Use last_basic_block.
4054
4055 2012-03-05  Richard Henderson  <rth@redhat.com>
4056
4057         PR tree-opt/52242
4058         Revert: 2011-11-26  Richard Henderson  <rth@redhat.com>
4059         * omp-low.c (expand_omp_atomic): Assume anything aligned to
4060         BIGGEST_ALIGNMENT is aligned.
4061
4062 2012-03-05  Oleg Endo  <olegendo@gcc.gnu.org>
4063
4064         * config/sh/sh.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New hook.
4065
4066 2012-03-05  Richard Henderson  <rth@redhat.com>
4067
4068         PR target/52481
4069         * config/m68k/sync.md (atomic_test_and_set): Use expand_simple_unop
4070         instead of calling negqi2 directly.
4071
4072 2012-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4073
4074         * config/mips/iris6.h [!USED_FOR_TARGET] (long_intmax): Declare.
4075         (INTMAX_TYPE): Use it.
4076         (UINTMAX_TYPE): Likewise.
4077         (SUBTARGET_OVERRIDE_OPTIONS): Define.
4078         (irix6_c_common_override_options): Declare.
4079         (C_COMMON_OVERRIDE_OPTIONS): Define.
4080         * config/mips/mips.c [TARGET_IRIX6] (long_intmax): Define.
4081         * config/mips/irix6-c.c: New file.
4082         * config/mips/t-irix6 (irix6-c.o): New target.
4083         * config.gcc (mips-sgi-irix6.5): Set c_target_objs,
4084         cxx_target_objs.
4085
4086 2012-03-02  Richard Henderson  <rth@redhat.com>
4087
4088         * optabs.c (expand_atomic_test_and_set): Honor
4089         atomic_test_and_set_trueval even when atomic_test_and_set
4090         optab is not in use.
4091
4092 2012-03-02  Peter Bergner  <bergner@vnet.ibm.com>
4093
4094         Backport from mainline
4095         2012-03-02  Peter Bergner  <bergner@vnet.ibm.com>
4096
4097         * config/rs6000/vsx.md (vsx_set_<mode>): Reorder operands.
4098
4099 2012-03-02  Richard Guenther  <rguenther@suse.de>
4100
4101         * DEV-PHASE: Set to prerelease.
4102
4103 2012-03-01  Richard Earnshaw  <rearnsha@arm.com>
4104
4105         * config.gcc (obsolete): Add all ARM targets using the FPA.
4106         (with_fpu): Obsolete selection of the FPA or Maverick on ARM.
4107         * doc/install.texi: Avoid references to obsolete ARM ports.
4108
4109 2012-03-01  Joern Rennecke  <joern.rennecke@embecosm.com>
4110
4111         * config/epiphany/epiphany.md (movmisalign<mode>): New patterns.
4112
4113 2012-03-01  Jeremy Bennett  <jeremy.bennett@embecosm.com>
4114             Joern Rennecke  <joern.rennecke@embecosm.com>
4115
4116         * doc/extend.texi: Expand and update information on interrupt
4117         attribute for Epiphany.
4118
4119 2012-03-01  Oleg Endo  <olegendo@gcc.gnu.org>
4120
4121         * config/sh/sh-protos.h: Update copyright notice dates.
4122         * config/sh/sh.h: Likewise.
4123         * config/sh/sh.md: Likewise.
4124         * config/sh/constraints.md: Likewise.
4125         * config/sh/predicates.md: Likewise.
4126
4127 2012-03-01  Oleg Endo  <olegendo@gcc.gnu.org>
4128
4129         * config/sh/sh-protos.h (tertiary_reload_operand): Remove dead function.
4130         * config/sh/sh.c (tertiary_reload_operand): Likewise.
4131
4132 2012-03-01  Oleg Endo  <olegendo@gcc.gnu.org>
4133
4134         * config/sh/constraints.md: Fix comment typo.
4135
4136 2012-03-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4137
4138         PR target/52408
4139         * config/pa/pa.md (zvdep_imm32): Change type of variable x from int to
4140         unsigned HOST_WIDE_INT.
4141         (zvdep_imm64): Likewise.
4142         (vdepi_ior): Change type of variable x from int to HOST_WIDE_INT.
4143         (vdepi_and): Likewise.
4144         Likewise for unamed 64-bit patterns.
4145         * config/pa/predicates.md (lhs_lshift_cint_operand): Update comment.
4146
4147 2012-03-01  Alexandre Oliva  <aoliva@redhat.com>
4148
4149         PR debug/52001
4150         PR rtl-optimization/52417
4151         * cselib.c (cselib_any_perm_equivs): New variable.
4152         (cselib_reset_table): Check that it's not set when not
4153         preserving constants.
4154         (cselib_add_permanent_equiv): Set it.
4155         (cselib_have_permanent_equivalences): New.
4156         (cselib_init, cselib_finish): Reset it.
4157         * cselib.h (cselib_have_permanent_equivalences): Declare.
4158         * alias.c (get_addr): Restore earlier behavior when there
4159         aren't permanent equivalences.
4160
4161 2012-03-01  Steven Bosscher  <steven@gcc.gnu.org>
4162
4163         * config/mn10300/mn10300-modes.def: Fix copyright notice.
4164         * config/v850/v850-modes.def: Fix copyright notice.
4165
4166 2012-03-01  Georg-Johann Lay  <avr@gjlay.de>
4167
4168         * doc/extend.texi (AVR Built-in Functions): Document
4169         __builtin_avr_flash_segment.
4170
4171         * config/avr/builtins.def (__builtin_avr_flash_segment): New entry.
4172         * config/avr/avr.md (flash_segment, flash_segment1): New expanders.
4173         (*split.flash_segment): New insn-and-split.
4174         * config/avr/avr.c (avr_init_builtins): Add local variables:
4175         const_memx_void_node, const_memx_ptr_type_node,
4176         char_ftype_const_memx_ptr.
4177
4178 2012-03-01  Jakub Jelinek  <jakub@redhat.com>
4179
4180         PR tree-optimization/52445
4181         * tree-ssa-phiopt.c (struct name_to_bb): Remove ssa_name field,
4182         add ssa_name_ver, offset and size fields and change store field
4183         to bool.
4184         (name_to_bb_hash, name_to_bb_eq): Adjust for the above changes.
4185         (add_or_mark_expr): Likewise.  Only consider previous stores
4186         with the same size and offset.
4187         (nt_init_block): Only look at gimple_assign_single_p stmts,
4188         doesn't look at rhs2.
4189
4190 2012-03-01  Richard Guenther  <rguenther@suse.de>
4191
4192         PR middle-end/52443
4193         * tree-cfg.c (verify_gimple_assign_unary): Allow any
4194         conversions from integral types to pointer types.
4195
4196 2012-03-01  Georg-Johann Lay  <avr@gjlay.de>
4197
4198         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Restore built-in
4199         defines for __UINT24_MAX__, __INT24_MAX__, __INT24_MIN__
4200         unintentionally removed in r184616.
4201
4202 2012-03-01  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4203
4204         * doc/invoke.texi: Document AMD bdver2 and remove mentioning
4205         3DNow from bdver1.
4206
4207 2012-02-29  Jakub Jelinek  <jakub@redhat.com>
4208             Uros Bizjak  <ubizjak@gmail.com>
4209
4210         PR target/52437
4211         * config/i386/sse.md (vec_set<mode>_0): Swap "*r" and "fF"
4212         alternatives, add "e" constraint to the new last alternative
4213         and ! to last 3 alternatives.
4214
4215 2012-02-29  Eric Botcazou  <ebotcazou@adacore.com>
4216
4217         * dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and
4218         DW_AT_artificial attributes at the end of the processing.
4219         (gen_array_type_die): Likewise.
4220         (gen_enumeration_type_die): Likewise.
4221         (gen_struct_or_union_type_die): Likewise.
4222         (add_gnat_descriptive_type_attribute): Do not suppress debug info for
4223         the parent type.
4224
4225 2012-02-29  Jakub Jelinek  <jakub@redhat.com>
4226
4227         PR middle-end/52419
4228         * expr.c (expand_assignment): If doing misaligned store that doesn't
4229         cover all mode bits, perform a RMW cycle.
4230
4231         PR tree-optimization/52429
4232         * tree-parloops.c (separate_decls_in_region_debug): Return early
4233         if var is LABEL_DECL.
4234
4235 2012-02-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4236
4237         PR tree-optimization/52424
4238         * tree-ssa-dom.c (dom_opt_leave_block): Push a marker before
4239         calling dom_thread_across_edge.
4240
4241 2012-02-29  Georg-Johann Lay  <avr@gjlay.de>
4242
4243         * config/avr/avr.c: Move definition of TARGET macros to end of file.
4244
4245 2012-02-29  Georg-Johann Lay  <avr@gjlay.de>
4246
4247         * config/avr/avr-protos.h (avr_output_bld): Remove unused prototype.
4248         * config/avr/avr.c (avr_output_bld): Remove unused function.
4249         (avr_out_sbxx_branch): Use "%T" to print bit position.
4250
4251 2012-02-29  Georg-Johann Lay  <avr@gjlay.de>
4252
4253         * config/avr/avr.md: Untabify.
4254
4255 2012-02-29  Georg-Johann Lay  <avr@gjlay.de>
4256
4257         * config/avr/avr.md (eqne): New code iterator.
4258         (*dec-and-branchsi): Use it in text peephole's condition.
4259         (*dec-and-branchhi): Ditto.
4260         (*dec-and-branchqi): Ditto.
4261
4262 2012-02-29  Georg-Johann Lay  <avr@gjlay.de>
4263
4264         PR target/49939
4265         * config/avr/avr.h (ASM_SPEC): Add -mno-skip-bug if we know that
4266         the device does not have the skip-bug.
4267
4268 2012-02-29  Oleg Endo  <olegendo@gcc.gnu.org>
4269
4270         * doc/invoke.texi (-msoft-atomic): Add more detailed description.
4271         (-mbranch-cost, -mcbranchdi -mcmpeqdi -mfused-madd
4272         -mpretend-cmove): New.
4273
4274 2012-02-29  Jakub Jelinek  <jakub@redhat.com>
4275
4276         PR bootstrap/52397
4277         * df.h (struct df_d): Adjust comment that hard_regs_live_count
4278         doesn't count DEBUG_INSN refs.
4279         * df-scan.c (df_ref_create_structure): Don't set DF_HARD_REG_LIVE
4280         for DEBUG_INSN refs.
4281
4282 2012-02-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4283
4284         Partially revert:
4285
4286         2012-02-20  Richard Guenther  <rguenther@suse.de>
4287         PR tree-optimization/52298
4288         * tree-vect-stmts.c (vectorizable_load): Properly use
4289         STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing
4290         outer loops.
4291
4292 2012-02-28  Aldy Hernandez  <aldyh@redhat.com>
4293
4294         PR middle-end/51752
4295         * gimple.h (gimple_in_transaction): New.
4296         (gimple_set_in_transaction): New.
4297         (struct gimple_statement_base): Add in_transaction field.
4298         * tree-ssa-loop-im.c: (movement_possibility): Restrict movement of
4299         transaction loads.
4300         (tree_ssa_lim_initialize): Compute transaction bits.
4301         * tree.h (compute_transaction_bits): Protoize.
4302         * trans-mem.c (tm_region_init): Use the heap to store BB
4303         auxilliary data.
4304         (compute_transaction_bits): New.
4305
4306 2012-02-28  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4307
4308         * gcc.c (display_help): Document --help=common and sort entries
4309         alphabetically.
4310
4311 2012-02-28  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4312
4313         * doc/install.texi: Document check-$LANG specific shortcuts
4314
4315 2012-02-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4316
4317         PR target/51534
4318         * config/arm/arm.c (neon_builtin_data): Add entries for vcgeu
4319         and vcgtu.
4320         * config/arm/arm_neon.h: Regenerate.
4321         * config/arm/neon.md (unspec): Add UNSPEC_VCGEU, and UNSPEC_VCGTU.
4322         (neon_vcgeu): New insn.
4323         (neon_vcgtu): Likewise.
4324         * config/arm/neon.ml (s_8_32, u_8_32): New lists.
4325         (ops): Unsigned comparison intrinsics call a different
4326         builtin.
4327
4328 2012-02-28  Richard Guenther  <rguenther@suse.de>
4329
4330         PR target/52407
4331         * config/i386/i386.c (ix86_expand_vector_set): Fix element
4332         ordering for the VEC_CONCAT for two element vectors for
4333         V2SFmode, V2SImode and V2DImode.
4334
4335 2012-02-28  Richard Earnshaw  <rearnsha@arm.com>
4336
4337         PR target/49448
4338         * config.gcc (arm*-*-linux*): Use an unambiguous pattern for
4339         detecting big-endian triplets.
4340
4341 2012-02-28  Richard Earnshaw  <rearnsha@arm.com>
4342
4343         * arm.c (aapcs_vfp_is_call_or_return_candidate): Only use the machine
4344         mode if there is no type information available.
4345
4346 2012-02-28  Thomas Koenig  <tkoenig@gcc.gnu.org>
4347
4348         PR tree-optimization/53207
4349         * doc/invoke.texi: Document as experimental and relying on graphite.
4350
4351 2012-02-28  Georg-Johann Lay  <avr@gjlay.de>
4352
4353         * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
4354         of initializer to changes from r184614.
4355
4356 2012-02-28  Richard Guenther  <rguenther@suse.de>
4357
4358         PR tree-optimization/52395
4359         * tree-sra.c (build_ref_for_offset): Also look at the base
4360         TYPE_ALIGN when figuring out the alignment of the replacement.
4361
4362 2012-02-28  Richard Guenther  <rguenther@suse.de>
4363
4364         PR tree-optimization/52402
4365         * ipa-prop.c (ipa_modify_call_arguments): Properly use
4366         mis-aligned types when creating the accesses at the call site.
4367
4368 2012-02-28  Georg-Johann Lay  <avr@gjlay.de>
4369
4370         * config/avr/builtins.def: New file.
4371         * config/avr/t-avr (avr.o, avr-c.o): Depend on it.
4372         * config/avr/avr.c (enum avr_builtin_id): Use it.
4373         (avr_init_builtins): Use it. And use avr_bdesc.
4374         (bdesc_1arg): Remove.
4375         (bdesc_2arg): Remove.
4376         (bdesc_3arg): Remove.
4377         (struct avr_builtin_description): Add field n_args.
4378         (avr_bdesc): New static variable using builtins.def.
4379         (avr_expand_builtin): Use it.
4380         Don't call avr_expand_delay_cycles if op0 is not CONST_INT.
4381         (avr_fold_builtin): Fold AVR_BUILTIN_SWAP.
4382         Don't fold AVR_BUILTIN_INSERT_BITS if arg0 is not INTEGER_CST.
4383
4384 2012-02-28  Georg-Johann Lay  <avr@gjlay.de>
4385
4386         PR target/52148
4387         * config/avr/avr.md (movmem_<mode>): Replace match_operand that
4388         match only one single hard register with respective hard reg rtx.
4389         (movmemx_<mode>): Ditto.
4390         * config/avr/avr.c (avr_emit_movmemhi): Adapt expanding to new
4391         insn anatomy of movmem[x]_<mode>.
4392         (avr_out_movmem): Same for printing assembler and operand usage.
4393
4394 2012-02-28  Georg-Johann Lay  <avr@gjlay.de>
4395
4396         PR target/49868
4397         PR target/52261
4398         * doc/extend.texi (AVR Named Address Spaces): No more try to fix
4399         address spaces located outside of device flash.
4400
4401         * config/avr/avr.h (base_arch_s): Remove field n_segments.
4402         (mcu_type_s): Add field n_flash.
4403         * config/avr/avr-devices.c (avr_arch_types): Remove .n_segments.
4404         Set .have_elpm and .have_elpmx to 1 for avrxmega4 and avrxmega5.
4405         (AVR_MCU): Add N_FLASH argument.
4406         * config/avr/avr-mcus.def (AVR_MCU): Add initializer for .n_flash.
4407         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Only define built-in
4408         macro __FLASH<n> if that address space makes sense for the device.
4409         * config/avr/avr.c (avr_out_lpm): Don't try to fix address spaces
4410         outside of target flash.
4411         (avr_asm_named_section): Ditto.
4412         (avr_asm_select_section): Ditto.
4413         (avr_addr_space_convert): Ditto.
4414         (avr_emit_movmemhi): Ditto.
4415         (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Error if
4416         address space is outside of device flash.
4417         (avr_insert_attributes): Ditto.
4418         (avr_xload_libgcc_p): Use avr_current_device->n_flash instead of
4419         avr_current_arch->n_segments.
4420
4421 2012-02-27  H.J. Lu  <hongjiu.lu@intel.com>
4422
4423         PR target/52352
4424         * config/i386/i386.md (*movabs<mode>_1): Enable only for
4425         TARGET_LP64.
4426         (*movabs<mode>_2): Likewise.
4427
4428 2012-02-27  Jakub Jelinek  <jakub@redhat.com>
4429
4430         PR target/52375
4431         * config/arm/neon.md (vashr<mode>3, vlshr<mode>3): Use
4432         s_register_operand in the test instead of REG_P.  Don't call
4433         gen_reg_rtx if it won't be used.
4434
4435         PR tree-optimization/52376
4436         * ipa-split.c (split_function): Ignore CLOBBER stmts.
4437
4438 2012-02-27  Stuart Henderson  <shenders@gcc.gnu.org>
4439
4440         * ifcvt.c (noce_get_condition): Check condition variable is not
4441         small_register_classes_for_mode_p before accepting.
4442
4443 2012-02-27  Uros Bizjak  <ubizjak@gmail.com>
4444
4445         * config/i386/i386.md (*movabs<mode>_1): Fix operand 1 constraints.
4446
4447 2012-02-27  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4448
4449         Revert:
4450         2012-01-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4451         * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
4452         tuning parameters.
4453         * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
4454
4455 2012-02-27  Oleg Endo  <olegendo@gcc.gnu.org>
4456
4457         * config/sh/sh.h: Delete dead GO_IF_LEGITIMATE_INDEX macro.
4458
4459 2012-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
4460
4461         * config/sh/predicates.md: Remove blank lines.
4462         * config/sh/sh.c: Fix typos in comments.
4463         * config/sh/constraints.md: Likewise.
4464         * config/sh/sh.md: Remove blank lines.
4465         Fix typos in comments.  Use ;; as comment characters.
4466
4467 2012-02-26  Walter Lee  <walt@tilera.com>
4468
4469         * config/tilegx/tilegx.c (match_pcrel_step2): Fix instruction pattern.
4470         (replace_mov_pcrel_step2): Ditto.
4471
4472 2012-02-25  Alexandre Oliva  <aoliva@redhat.com>
4473
4474         PR debug/52001
4475         * alias.c (refs_newer_value_cb, refs_newer_value_p): New.
4476         (get_addr): Walk canonical value's locs.  Avoid returning VALUEs
4477         and locs that reference values newer than the non-canonical value
4478         at hand.  Return the canonical value as a worst case.
4479         (memrefs_conflict_p): Walk canonical value's locs.
4480
4481         PR debug/52001
4482         * cselib.c (preserve_only_constants): Rename to...
4483         (preserve_constants_and_equivs): ... this.  Split out...
4484         (invariant_or_equiv_p): ... this.  Preserve plus expressions
4485         of other preserved expressions too.
4486         (cselib_reset_table): Adjust.
4487         * var-tracking.c (reverse_op): Use canonical value to build
4488         reverse operation.
4489
4490 2012-02-23  Kai Tietz  <ktietz@redhat.com>
4491
4492         * config/i386/i386.c (ix86_delegitimize_address): Handle
4493         UNSPEC_PCREL plus displacement.
4494
4495 2012-02-24  Georg-Johann Lay  <avr@gjlay.de>
4496
4497         PR target/52261
4498         * config/avr/avr.c (avr_out_movhi_mr_r_xmega): Use base
4499         to test for unusedness in st X addressing.
4500
4501 2012-02-24  Richard Guenther  <rguenther@suse.de>
4502
4503         PR middle-end/52361
4504         * gimple.c (walk_gimple_op): Use predicates with less redundant tests.
4505         (is_gimple_reg_type): Move inline ...
4506         * gimple.h (is_gimple_reg_type): ... here.
4507
4508 2012-02-24  Richard Guenther  <rguenther@suse.de>
4509
4510         PR middle-end/52361
4511         * passes.c (execute_function_todo): When verifying SSA form
4512         verify gimple form first.
4513         * tree-ssa.c (verify_ssa): Do not verify gimple form here.
4514
4515 2012-02-24  Richard Guenther  <rguenther@suse.de>
4516
4517         PR middle-end/52355
4518         * fold-const.c (fold_addr_of_array_ref_difference): New function.
4519         (fold_binary_loc): Use it to extend the existing &a[i] - &a[j] folding.
4520
4521 2012-02-13  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4522
4523         * tree-if-conv (predicate_scalar_phi): Commentary typo fix.
4524
4525 2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4526
4527         * tree-phinodes.c (make_phi_node): Mark static.
4528         * tree-flow.h (make_phi_node): Remove extern decl.
4529         * doc/gimple.texi (make_phi_node): Remove documentation.
4530
4531 2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4532
4533         * tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.
4534         * tree-ssa-sccvn.c (print_scc): Ditto.
4535
4536 2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4537
4538         * doc/passes.texi (Full redundancy elimination): Fix typo.
4539
4540 2012-02-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4541
4542         * doc/invoke.texi (-fdse, -fdce): Remove duplicate entries.
4543
4544 2012-02-23  Eric Botcazou  <ebotcazou@adacore.com>
4545
4546         PR bootstrap/52287
4547         * haifa-sched.c (rank_for_schedule): Stabilize sort for debug insns.
4548
4549 2012-02-23  Uros Bizjak  <ubizjak@gmail.com>
4550
4551         PR c/52290
4552         * c-decl.c (start_function): Exit early if decl1 is not FUNTION_DECL.
4553
4554 2012-02-23  Georg-Johann Lay  <avr@gjlay.de>
4555
4556         * config/avr/avr.md (code_stdname): Add ior, xor.
4557         (xior): New code iterator.
4558         (*<code_stdname><mode>qi.byte0): Use xior instead of ior.
4559         (*<code_stdname><mode>qi.byte1-3): Ditto.
4560
4561 2012-02-23  Jakub Jelinek  <jakub@redhat.com>
4562
4563         PR tree-optimization/52019
4564         * ipa-split.c (find_return_bb, find_retval, visit_bb): Ignore
4565         CLOBBER stmts.
4566
4567 2012-02-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4568
4569         * acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of
4570         HAVE_INITFINI_ARRAY to work around namespace pollution in
4571         certain versions of newlib system headers.
4572         * config.in: Regenerate.
4573         * configure: Regenerate.
4574         * config/initfini-array.h: Use HAVE_INITFINI_ARRAY_SUPPORT
4575         instead of HAVE_INITFINI_ARRAY.
4576
4577 2012-02-22  Uros Bizjak  <ubizjak@gmail.com>
4578
4579         PR target/52330
4580         * config/i386/i386.c (ix86_print_operand) <case 'H'>: Error out if x
4581         is not offsettable memory reference.
4582
4583 2012-02-22  Georg-Johann Lay  <avr@gjlay.de>
4584
4585         PR target/18145
4586         * config/avr/avr.c (avr_asm_output_aligned_decl_common): Skip
4587         setting avr_need_clear_bss_p for __gnu_lto* symbols.
4588
4589 2012-02-22  Georg-Johann Lay  <avr@gjlay.de>
4590
4591         * config/avr/avr.h (avr_accumulate_outgoing_args): Return int.
4592         * config/avr/avr.c (avr_accumulate_outgoing_args): Return int.
4593
4594 2012-02-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4595
4596         * configure.ac (LIB_TLS_SPEC): Enforce use of alternate thread
4597         library on Solaris 8 even without TLS support.
4598         * configure: Regenerate.
4599
4600 2012-02-22  Richard Guenther  <rguenther@suse.de>
4601
4602         PR middle-end/52329
4603         * gimple-fold.c (fold_stmt_1): Also canonicalize ADDR_EXPRs
4604         for GIMPLE_DEBUG stmts.
4605
4606 2012-02-22  Martin Jambor  <mjambor@suse.cz>
4607
4608         PR middle-end/51782
4609         * emit-rtl.c (set_mem_attributes_minus_bitpos): Set address space
4610         according to the base object.
4611
4612 2012-02-22  Georg-Johann Lay  <avr@gjlay.de>
4613
4614         PR rtl-optimization/50063
4615         * config/avr/avr.md (movhi_sp_r): Handle -1 (unknown IRQ state)
4616         and 2 (8-bit SP) in operand 2.
4617         * config/avr/avr.c (avr_prologue_setup_frame): Adjust prologue
4618         setup to use movhi_sp_r instead of vanilla move to write SP.
4619         Adjust REG_CFA notes to superseed unspec.
4620         (expand_epilogue): Adjust epilogue setup to use movhi_sp_r instead
4621         of vanilla move.
4622         As function body might contain CLI or SEI: Use irq_state 0 (IRQ
4623         known to be off) only with TARGET_NO_INTERRUPTS. Never use
4624         irq_state 1 (IRQ known to be on) here.
4625
4626 2012-02-21  Bernd Schmidt  <bernds@codesourcery.com>
4627
4628         * ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not
4629         WORDS_BIG_ENDIAN.
4630         * ira-color.c (setup_profitable_hard_regs, check_hard_reg_p,
4631         assign_hard_reg): Likewise.
4632
4633 2012-02-21  Georg-Johann Lay  <avr@gjlay.de>
4634
4635         * config/avr/avr.md (neghi2): Remove "!d,0" alternative. Tweak "r,0".
4636
4637 2012-02-21  Georg-Johann Lay  <avr@gjlay.de>
4638
4639         * config/avr/avr.md
4640         (*dec-and-branchhi!=-1.d.clobber): New text peephole.
4641         (*dec-and-branchhi!=-1.l.clobber): New text peephole.
4642
4643 2012-02-21  Georg-Johann Lay  <avr@gjlay.de>
4644
4645         * config/avr/avr-protos.h (avr_accumulate_outgoing_args): Move
4646         prototype from here to...
4647         * config/avr/avr.h: ...here.
4648
4649 2012-02-21  Richard Earnshaw  <rearnsha@arm.com>
4650
4651         PR target/52294
4652         * thumb2.md (thumb2_shiftsi3_short): Split register and
4653         immediate shifts.  For register shifts tie operands 0 and 1.
4654         (peephole2 for above): Check that register-controlled shifts
4655         have suitably tied operands.
4656
4657 2012-02-21  Quentin Neill  <quentin.neill@amd.com>
4658
4659         PR target/52137
4660         * config/i386/bdver1.md (bdver1_call, bdver1_push,
4661         bdver1_pop, bdver1_leave, bdver1_lea, bdver1_imul_DI, bdver1_imul,
4662         bdver1_imul_mem_DI, bdver1_imul_mem, bdver1_idiv, bdver1_idiv_mem,
4663         bdver1_str, bdver1_idirect, bdver1_ivector, bdver1_idirect_loadmov,
4664         bdver1_idirect_load, bdver1_ivector_load, bdver1_idirect_movstore,
4665         bdver1_idirect_both, bdver1_ivector_both, bdver1_idirect_store,
4666         bdver1_ivector_store, bdver1_fldxf, bdver1_fld, bdver1_fstxf,
4667         bdver1_fst, bdver1_fist, bdver1_fmov_bdver1, bdver1_fadd_load,
4668         bdver1_fadd, bdver1_fmul_load, bdver1_fmul, bdver1_fsgn,
4669         bdver1_fdiv_load, bdver1_fdiv, bdver1_fpspc_load, bdver1_fpspc,
4670         bdver1_fcmov_load, bdver1_fcmov, bdver1_fcomi_load,
4671         bdver1_fcomi, bdver1_fcom_load, bdver1_fcom,
4672         bdver1_fxch, bdver1_ssevector_avx128_unaligned_load,
4673         bdver1_ssevector_avx256_unaligned_load,
4674         bdver1_ssevector_sse128_unaligned_load,
4675         bdver1_ssevector_avx128_load, bdver1_ssevector_avx256_load,
4676         bdver1_ssevector_sse128_load, bdver1_ssescalar_movq_load,
4677         bdver1_ssescalar_vmovss_load, bdver1_ssescalar_sse128_load,
4678         bdver1_mmxsse_load, bdver1_sse_store_avx256, bdver1_sse_store,
4679         bdver1_mmxsse_store_short, bdver1_ssevector_avx256,
4680         bdver1_movss_movsd, bdver1_mmxssemov, bdver1_sselog_load_256,
4681         bdver1_sselog_256, bdver1_sselog_load, bdver1_sselog,
4682         bdver1_ssecmp_load, bdver1_ssecmp, bdver1_ssecomi_load,
4683         bdver1_ssecomi, bdver1_vcvtX2Y_avx256_load, bdver1_vcvtX2Y_avx256,
4684         bdver1_ssecvt_cvtss2sd_load, bdver1_ssecvt_cvtss2sd,
4685         bdver1_sseicvt_cvtsi2sd_load, bdver1_sseicvt_cvtsi2sd,
4686         bdver1_ssecvt_cvtpd2ps_load, bdver1_ssecvt_cvtpd2ps,
4687         bdver1_ssecvt_cvtdq2ps_load, bdver1_ssecvt_cvtdq2ps,
4688         bdver1_ssecvt_cvtdq2pd_load, bdver1_ssecvt_cvtdq2pd,
4689         bdver1_ssecvt_cvtps2pd_load, bdver1_ssecvt_cvtps2pd,
4690         bdver1_ssecvt_cvtsX2si_load, bdver1_ssecvt_cvtsX2si,
4691         bdver1_ssecvt_cvtpd2pi_load, bdver1_ssecvt_cvtpd2pi,
4692         bdver1_ssecvt_cvtpd2dq_load, bdver1_ssecvt_cvtpd2dq,
4693         bdver1_ssecvt_cvtps2pi_load, bdver1_ssecvt_cvtps2pi,
4694         bdver1_ssemuladd_load_256, bdver1_ssemuladd_256,
4695         bdver1_ssemuladd_load, bdver1_ssemuladd, bdver1_sseimul_load,
4696         bdver1_sseimul, bdver1_sseiadd_load, bdver1_sseiadd,
4697         bdver1_ssediv_double_load_256, bdver1_ssediv_double_256,
4698         bdver1_ssediv_single_load_256, bdver1_ssediv_single_256,
4699         bdver1_ssediv_double_load, bdver1_ssediv_double,
4700         bdver1_ssediv_single_load, bdver1_ssediv_single, bdver1_sseins):
4701         Add "bdver2" attribute.
4702
4703 2012-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4704
4705         * config/s390/s390.c (s390_option_override): Make -mhard-dfp the
4706         default if possible and not specified otherwise.
4707
4708 2012-02-21  Richard Guenther  <rguenther@suse.de>
4709
4710         PR middle-end/52314
4711         * gimplify.c (create_tmp_from_val): Use the main variant type
4712         for the type of the temporary we create.
4713
4714 2012-02-21  Richard Guenther  <rguenther@suse.de>
4715
4716         PR tree-optimization/52324
4717         * gimplify.c (gimplify_expr): When re-gimplifying expressions
4718         do not gimplify a MEM_REF address operand if it is already
4719         in suitable form.
4720
4721 2012-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4722
4723         * config/s390/s390.md ("fixuns_trunc<mode>si2"): Replace
4724         TARGET_HARD_FLOAT with TARGET_HARD_DFP.
4725
4726 2012-02-21  Richard Guenther  <rguenther@suse.de>
4727
4728         * tree-vect-stmts.c (vectorizable_load): Use pre-computed
4729         nested_in_vect_loop.
4730
4731 2012-02-21  Jakub Jelinek  <jakub@redhat.com>
4732
4733         PR tree-optimization/52318
4734         * gimple-fold.c (gimplify_and_update_call_from_tree): Add
4735         vdef also to non-pure/const call stmts in the sequence.
4736
4737 2012-02-20  David S. Miller  <davem@davemloft.net>
4738
4739         * config/sparc/sparc.md (load_pcrel_sym<P:mode>): Explain why we
4740         don't use the "rd %pc" instruction on v9 for PIC register loads.
4741
4742 2012-02-20  Aldy Hernandez  <aldyh@redhat.com>
4743
4744         PR middle-end/52141
4745         * trans-mem.c (ipa_tm_scan_irr_block): Error out on GIMPLE_ASM's
4746         in a transaction safe function.
4747
4748 2012-02-20  Kai Tietz  <ktietz@redhat.com>
4749
4750         PR target/52238
4751         * stor-layout.c (place_field): Handle desired_align for
4752         ms-bitfields, too.
4753
4754 2012-02-20  Richard Guenther  <rguenther@suse.de>
4755
4756         PR tree-optimization/52298
4757         * tree-vect-stmts.c (vectorizable_store): Properly use
4758         STMT_VINFO_DR_STEP instead of DR_STEP when vectorizing
4759         outer loops.
4760         (vectorizable_load): Likewise.
4761         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
4762         Access DR_STEP after ensuring it is not NULL.
4763
4764 2012-02-20  Jakub Jelinek  <jakub@redhat.com>
4765
4766         PR tree-optimization/52286
4767         * fold-const.c (fold_binary_loc): For (X & C1) | C2
4768         optimization use double_int_to_tree instead of build_int_cst_wide,
4769         rewrite to use double_int vars.
4770
4771 2012-02-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4772
4773         PR target/50166
4774         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Require gcc_SUN_LD_VERSION.
4775         Define _start.
4776         Remove -e 0 from $gcc_cv_ld invocation.
4777         Only use __GLIBC_PREREQ if defined.
4778         Enable on Solaris since Solaris 8 patch.
4779         (gcc_SUN_LD_VERSION): New macro.
4780         * configure.ac (ld_ver) <*-*-solaris2*>: Refer to
4781         gcc_SUN_LD_VERSION for version number format.
4782         * configure: Regenerate.
4783         * varasm.c (get_elf_initfini_array_priority_section): Set
4784         SECTION_NOTYPE for non-default priority.
4785         Use get_section instead of get_unnamed_section to emit
4786         .init_array/.fini_array with default priority.
4787
4788 2012-02-19  Richard Sandiford  <rdsandiford@googlemail.com>
4789
4790         * config/mips/mips.c (mips_need_mips16_rdhwr_p): New variable.
4791         (mips_get_tp): Set it.  Record that __mips16_rdhwr binds locally.
4792         (mips_start_unique_function, mips_output_mips16_rdhwr)
4793         (mips_code_end): New functions.
4794         (TARGET_ASM_CODE_END): Define.
4795
4796 2012-02-19  Richard Sandiford  <rdsandiford@googlemail.com>
4797
4798         * config/mips/mips.c (mips16_build_call_stub): Add CFI information
4799         to stubs with non-sibling calls.
4800
4801 2012-02-18  Sandra Loosemore  <sandra@codesourcery.com>
4802
4803         * doc/invoke.texi (-fira-* options): Copy-edit.
4804         (ira-* parameters): Copy-edit.
4805
4806 2012-02-17  Sandra Loosemore  <sandra@codesourcery.com>
4807
4808         * doc/invoke.texi: Minor copy-edits to bring into conformance with
4809         GCC coding conventions.
4810
4811 2012-02-17  Sandra Loosemore  <sandra@codesourcery.com>
4812
4813         * doc/invoke.texi: Consistently hyphenate "big-endian"/"little-endian"
4814         when used as adjectives.
4815
4816 2012-02-16  Sandra Loosemore  <sandra@codesourcery.com>
4817
4818         * doc/invoke.texi: Clean up "that"/"which" confusion.
4819
4820 2012-02-17  Steven Bosscher  <steven@gcc.gnu.org>
4821
4822         * system.h: Poison SMALL_REGISTER_CLASSES
4823         * config/rl78/rl78.h: Replace SMALL_REGISTER_CLASSES with hook.
4824         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES.
4825
4826 2012-02-16  Jakub Jelinek  <jakub@redhat.com>
4827
4828         PR tree-optimization/52285
4829         * tree-tailcall.c (find_tail_calls): Ignore gimple_clobber_p stmts
4830         when deciding if a call is a tail call or tail recursion.
4831
4832 2012-02-16  Kai Tietz  <ktietz@redhat.com>
4833
4834         * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
4835         interger-constant displacement for UNSPEC_PCREL.
4836
4837 2012-02-16  Jakub Jelinek  <jakub@redhat.com>
4838
4839         PR rtl-optimization/52208
4840         * ira-costs.c (scan_one_insn): Don't decrease mem_cost
4841         for MEMs with REG_EQUIV, if the MEM isn't general_operand.
4842
4843         PR tree-optimization/52255
4844         * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): If
4845         loop->header has virtual PHI, but exit_e->dest doesn't, add
4846         virtual PHI to exit_e->dest and adjust all uses after the loop.
4847
4848         PR debug/52260
4849         * dwarf2out.c (copy_decls_walk): Fill in *slot before traversing
4850         children with clone_tree_hash, not after it.
4851
4852 2012-02-16  Iain Sandoe  <iains@gcc.gnu.org>
4853
4854         * config/darwin.h (ASM_OUTPUT_LABELREF): Add user label prefix for
4855         extended identifiers.
4856
4857 2012-02-16  Jakub Jelinek  <jakub@redhat.com>
4858
4859         PR middle-end/51929
4860         * cgraphunit.c (verify_edge_corresponds_to_fndecl): If node is
4861         a same_body_alias, also test whether e->callee isn't a former
4862         or current clone of the decl this is a same body alias of.
4863
4864         PR translation/52264
4865         * cgraphunit.c (verify_cgraph_node): Fix a typo.
4866
4867 2012-02-15  Sandra Loosemore  <sandra@codesourcery.com>
4868
4869         * doc/invoke.texi: Clean up "n-bit/byte/word" modifiers.
4870
4871 2012-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
4872
4873         PR target/52199
4874         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
4875         force_reg instead of copy_to_reg for better optimization.  Force
4876         non-register or memory operands into a register.
4877
4878 2012-02-15  Andrew MacLeod  <amacleod@redhat.com>
4879
4880         * extend.texi: Reserve upper bits of memory model for future use.
4881
4882 2012-01-15  Georg-Johann Lay  <avr@gjlay.de>
4883             Anatoly Sokolov <aesok@post.ru>
4884             Eric Weddington <eric.weddington@atmel.com>
4885
4886         PR target/52261
4887         * config/avr/avr-devices.c (avr_arch_types): Add avrxmega2,
4888         avrxmega4, avrxmega5, avrxmega6, avrxmega7.
4889         Rewrite initializers for .macro.
4890         * config/avr/avr-mcus.def (AVR_MCU): Add known MCUs:
4891         avrxmega2: atxmega16a4, atxmega16d4, atxmega16x1, atxmega32a4
4892         atxmega32d4, atxmega32x1.
4893         avrxmega4: atxmega64a3, atxmega64d3.
4894         avrxmega5: atxmega64a1, atxmega64a1u.
4895         avrxmega6: atxmega128a3, atxmega128d3, atxmega192a3, atxmega192d3,
4896         atxmega256a3, atxmega256a3b, atxmega256a3bu, atxmega256d3.
4897         avrxmega7: atxmega128a1, atxmega128a1u.
4898         * config/avr/avr.h (enum avr_arch): Add: ARCH_AVRXMEGA2,
4899         ARCH_AVRXMEGA4, ARCH_AVRXMEGA5, ARCH_AVRXMEGA6, ARCH_AVRXMEGA7.
4900         (struct base_arch_s): Rename reserved to xmega_p.
4901         Rename reserved2 to have_rampd.
4902         (AVR_XMEGA): New define.
4903         (AVR_HAVE_RAMPD, AVR_HAVE_RAMPX, AVR_HAVE_RAMPY): New defines.
4904         (AVR_HAVE_RAMPZ): Change definition to fit xmega.
4905         * config/avr/predicates.md (io_address_operand): Take into
4906         account SFR offset.
4907         (low_io_address_operand): Ditto.
4908         (high_io_address_operand): Ditto.
4909         * config/avr/avr.md (isa): Add alternatives no_xmega, xmega.
4910         (enabled, movhi_sp_r): Use them.
4911         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use
4912         cpp_define_formatted to built-in define __AVR_ARCH__.
4913         (__AVR_XMEGA__): New built-in define.
4914         (__AVR_HAVE_RAMPD__): New built-in define.
4915         (__AVR_HAVE_RAMPX__): New built-in define.
4916         (__AVR_HAVE_RAMPY__): New built-in define.
4917         (__AVR_HAVE_RAMPZ__): Change condition when to built-in define it.
4918
4919         * config/avr/avr.c (avr_addr_t): Add ccp, rampd, rampx, rampy.
4920         (avr_option_override): Initialize them.
4921         (sreg_rtx, rampd_rtx, rampx_rtx, rampy_rtx): New GTY rtx.
4922         (avr_init_expanders): Initialize them. No more block several calls.
4923         (emit_push_sfr): New static function.
4924         (avr_prologue_setup_frame): Use it to push SREG, RAMPD/X/Y/Z as needed.
4925         Handle AVR_XMEGA.
4926         (expand_epilogue): Handle AVR_XMEGA. Pop RAMPD/X/Y/Z as needed.
4927         (avr_print_operand): Print addreeses as symbols for
4928         RAMPX, RAMPY, RAMPD, CCP.
4929         (output_movhi): Handle AVR_XMEGA when writing to SP.
4930         (avr_out_movhi_mr_r_xmega): New static function.
4931         (out_movhi_mr_r): Forward to avr_out_movhi_mr_r_xmega for AVR_XMEGA.
4932         (avr_file_start): Print symbol defines for __RAMPX__,  __RAMPY__,
4933         __RAMPD__,  __CCP__ as needed.
4934
4935         * config/avr/multilib.h: Regenerate.
4936         * config/avr/t-multilib: Regenerate.
4937         * config/avr/avr-tables.opt: Regenerate.
4938
4939 2012-02-15  Tobias Grosser <grosser@fim.uni-passau.de>
4940
4941         PR tree-optimization/50561
4942         * graphite-flattening.c (lst_project_loop): Do not
4943         remove old scattering dimensions after flattening.
4944         (lst_do_flatten): Likewise.
4945
4946 2012-02-15  Georg-Johann Lay  <avr@gjlay.de>
4947
4948         * doc/extend.texi (AVR Built-in Functions): Remove doc for
4949         __builtin_avr_map8, __builtin_avr_map16.
4950         Document __builtin_avr_insert_bits.
4951
4952         * config/avr/avr.md (map_bitsqi, map_bitshi): Remove.
4953         (insert_bits): New insn.
4954         (adjust_len.map_bits): Rename to insert_bits.
4955         (UNSPEC_MAP_BITS): Rename to UNSPEC_INSERT_BITS.
4956         * avr-protos.h (avr_out_map_bits): Remove.
4957         (avr_out_insert_bits, avr_has_nibble_0xf): New.
4958         * config/avr/constraints.md (Cxf,C0f): New.
4959         * config/avr/avr.c (avr_cpu_cpp_builtins): Remove built-in
4960         defines __BUILTIN_AVR_MAP8, __BUILTIN_AVR_MAP16.
4961         New built-in define __BUILTIN_AVR_INSERT_BITS.
4962         * config/avr/avr.c (TARGET_FOLD_BUILTIN): New define.
4963         (enum avr_builtin_id): Add AVR_BUILTIN_INSERT_BITS.
4964         (avr_move_bits): Rewrite.
4965         (avr_fold_builtin, avr_map_metric, avr_map_decompose): New static
4966         functions.
4967         (avr_map_op_t): New typedef.
4968         (avr_map_op): New static variable.
4969         (avr_out_insert_bits, avr_has_nibble_0xf): New functions.
4970         (adjust_insn_length): Handle ADJUST_LEN_INSERT_BITS.
4971         (avr_init_builtins): Add definition for __builtin_avr_insert_bits.
4972         (bdesc_3arg, avr_expand_triop_builtin): New.
4973         (avr_expand_builtin): Use them. And handle AVR_BUILTIN_INSERT_BITS.
4974         (avr_revert_map, avr_swap_map, avr_id_map, avr_sig_map): Remove.
4975         (avr_map_hamming_byte, avr_map_hamming_nonstrict): Remove.
4976         (avr_map_equal_p, avr_map_sig_p): Remove.
4977         (avr_out_swap_bits, avr_out_revert_bits, avr_out_map_bits): Remove.
4978         (bdesc_2arg): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
4979         (adjust_insn_length): Remove handling for ADJUST_LEN_MAP_BITS.
4980         (enum avr_builtin_id): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
4981         (avr_init_builtins): Remove __builtin_avr_map8, __builtin_avr_map16.
4982         (avr_expand_builtin): Remove AVR_BUILTIN_MAP8, AVR_BUILTIN_MAP16.
4983
4984 2012-02-14  Bernd Schmidt  <bernds@codesourcery.com>
4985
4986         * config/c6x/c6x.md (reserve_cycles): New attribute.
4987         * config/c6x/c6x.c (c6x_sched_reorder_1): Ensure insns we predicate
4988         don't reserve functional units after the branch occurs.
4989
4990 2012-02-14  Aldy Hernandez  <aldyh@redhat.com>
4991
4992         PR middle-end/52142
4993         * ipa-inline.c (can_inline_edge_p): Do not inline tm_pure
4994         functions into non-tm_pure functions.
4995
4996 2012-02-14  Eric Botcazou  <ebotcazou@adacore.com>
4997
4998         PR lto/52178
4999         * gimple.c (iterative_hash_gimple_type): Use RECORD_OR_UNION_TYPE_P.
5000         (iterative_hash_canonical_type): Likewise.
5001         * tree-ssa-pre.c (fini_pre): Clean up the CFG only after purging all
5002         the dead edges.
5003
5004 2012-02-14  Bernd Schmidt  <bernds@codesourcery.com>
5005
5006         * haifa-sched.c (prune_ready_list): Ensure that if there is a
5007         sched-group insn, it either remains alone or the entire list is pruned.
5008
5009 2012-02-14  Jonathan Wakely  <jwakely.gcc@gmail.com>
5010
5011         * doc/install.texi (Prerequisites): Fix grammar.
5012         (Configuration): Likewise.
5013
5014 2012-02-14  Jonathan Wakely  <jwakely.gcc@gmail.com>
5015
5016         * doc/install.texi (Prerequisites): Suggest building GMP, MPFR and
5017         MPC as part of GCC before describing configuring with --with-gmp etc.
5018         (Installing GCC: Configuration): --with-gmp etc. aren't needed if
5019         sources are present.
5020
5021 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
5022
5023         PR debug/51950
5024         * dwarf2out.c (clone_tree_hash): New function.
5025         (copy_decls_walk): Use it instead of clone_tree.
5026
5027 2012-02-14  Richard Guenther  <rguenther@suse.de>
5028
5029         PR tree-optimization/52244
5030         PR tree-optimization/51528
5031         * tree-sra.c (analyze_access_subtree): Only create INTEGER_TYPE
5032         replacements for integral types.
5033
5034 2012-02-14  Walter Lee  <walt@tilera.com>
5035
5036         * config.gcc: Handle tilegx and tilepro.
5037         * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
5038         tilegx and tilepro.
5039         Add HAVE_AS_TLS check for tilegx and tilepro.
5040         * configure: Regenerate.
5041         * doc/contrib.texi: Add Mat Hostetter and self.
5042         * doc/extend.texi (TILE-Gx Built-in Functions): New node.
5043         Document instruction intrinsics and network accessing intrinsics.
5044         (TILEPro Built-in Functions): New node.  Document instruction
5045         intrinsics and network accessing intrinsics.
5046         * doc/install.texi (Specific, tilegx-*-linux*): Document it.
5047         (Specific, tilepro-*-linux*): Likewise.
5048         * doc/invoke.texi (TILE-Gx Options): New section.
5049         (TILEPro Options): New section.
5050         * doc/md.texi (TILE-Gx): New section.
5051         (TILEPro): New section.
5052         * common/config/tilegx/tilegx-common.c: New file.
5053         * common/config/tilepro/tilepro-common.c: New file.
5054         * config/tilegx/constraints.md: New file.
5055         * config/tilegx/linux.h: New file.
5056         * config/tilegx/mul-tables.c: New file.
5057         * config/tilegx/predicates.md: New file.
5058         * config/tilegx/sync.md: New file.
5059         * config/tilegx/t-tilegx: New file.
5060         * config/tilegx/tilegx-builtins.h: New file.
5061         * config/tilegx/tilegx-c.c: New file.
5062         * config/tilegx/tilegx-generic.md: New file.
5063         * config/tilegx/tilegx-modes.def: New file.
5064         * config/tilegx/tilegx-multiply.h: New file.
5065         * config/tilegx/tilegx-protos.h: New file.
5066         * config/tilegx/tilegx.c: New file.
5067         * config/tilegx/tilegx.h: New file.
5068         * config/tilegx/tilegx.md: New file.
5069         * config/tilegx/tilegx.opt: New file.
5070         * config/tilepro/constraints.md: New file.
5071         * config/tilepro/gen-mul-tables.cc: New file.
5072         * config/tilepro/linux.h: New file.
5073         * config/tilepro/mul-tables.c: New file.
5074         * config/tilepro/predicates.md: New file.
5075         * config/tilepro/t-tilepro: New file.
5076         * config/tilepro/tilepro-builtins.h: New file.
5077         * config/tilepro/tilepro-c.c: New file.
5078         * config/tilepro/tilepro-generic.md: New file.
5079         * config/tilepro/tilepro-modes.def: New file.
5080         * config/tilepro/tilepro-multiply.h: New file.
5081         * config/tilepro/tilepro-protos.h: New file.
5082         * config/tilepro/tilepro.c: New file.
5083         * config/tilepro/tilepro.h: New file.
5084         * config/tilepro/tilepro.md: New file.
5085         * config/tilepro/tilepro.opt: New file.
5086
5087 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
5088
5089         PR tree-optimization/52210
5090         * tree-vect-slp.c (vect_get_and_check_slp_defs): Call
5091         vect_model_simple_cost with two entry vect_def_type array instead
5092         of an address of dt.
5093
5094 2012-02-14  Richard Guenther  <rguenther@suse.de>
5095
5096         PR lto/52178
5097         * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
5098         Do not stream DECL_QUALIFIER.
5099         * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
5100         * tree.c (free_lang_data_in_decl): Free DECL_QUALIFIER.
5101         (find_decls_types_r): Do not walk DECL_QUALIFIER.
5102
5103 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
5104
5105         PR c/52181
5106         * c-decl.c (merge_decls): Copy DECL_USER_ALIGN bit from olddecl to
5107         newdecl.
5108
5109 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
5110
5111         PR bootstrap/52172
5112         * cselib.h (cselib_subst_to_values_from_insn): New prototype.
5113         * cselib.c (cselib_subst_to_values_from_insn): New function.
5114         * sched-deps.c (add_insn_mem_dependence,
5115         sched_analyze_1, sched_analyze_2): Use it.
5116
5117 2012-02-13  Jan Hubicka  <jh@suse.cz>
5118
5119         PR middle-end/52214
5120         * predict.c (predict_paths_for_bb): Fix thinko in prevoius patch.
5121
5122 2012-02-13  Eric Botcazou  <ebotcazou@adacore.com>
5123
5124         * gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.
5125         (GTM_SELF_SPECS): Define if not already defined.
5126         (driver_self_specs): Add GTM_SELF_SPECS.
5127         * config/darwin.h (LINK_COMMAND_SPEC_A): Deal with -fgnu-tm.
5128         (GTM_SELF_SPECS): Define.
5129         * config/i386/cygwin.h (GTM_SELF_SPECS): Likewise.
5130         * config/i386/mingw32.h (GTM_SELF_SPECS): Likewise.
5131
5132 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
5133
5134         * cselib.c (expand_loc): Return sp, fp, hfp or cfa base reg right
5135         away if seen.
5136
5137         * cselib.c (dump_cselib_val): Don't assume l->setting_insn is non-NULL.
5138
5139         PR middle-end/52230
5140         * omp-low.c (expand_omp_for): If a static schedule without chunk size
5141         has NULL region->cont, force fd.chunk_size to be integer_zero_node.
5142
5143 2012-02-13  Andrew MacLeod  <amacleod@redhat.com>
5144
5145         PR c/52190
5146         * doc/extend.texi : Fix another __atomic_compare_exchange typo.
5147
5148 2012-02-13  Richard Guenther  <rguenther@suse.de>
5149
5150         PR translation/52211
5151         * passes.c (enable_disable_pass): Fix typo.
5152
5153 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
5154
5155         PR middle-end/52209
5156         * expr.c (expand_expr_real_2) <case BIT_NOT_EXPR>: Only expand using
5157         XOR for reduce_bit_field if type is unsigned.
5158
5159 2012-02-12  Eric Botcazou  <ebotcazou@adacore.com>
5160
5161         * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): In 64-bit mode,
5162         disallow changes from SFmode to mode with different size in FP regs.
5163
5164 2012-02-12  Robert Millan  <rmh@gnu.org>
5165             Gerald Pfeifer <gerald@pfeifer.com>
5166
5167         * ginclude/stddef.h [__FreeBSD_kernel__] (__size_t): Do not define.
5168         Tweak comment.
5169
5170 2012-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
5171
5172         PR rtl-optimization/52175
5173         * reorg.c (fill_slots_from_thread): Don't apply add/sub optimization
5174         to frame-related instructions.
5175
5176 2012-02-10  Jason Merrill  <jason@redhat.com>
5177
5178         PR c++/51910
5179         * tlink.c (demangled_hash_entry): Change mangled to a VEC.
5180         (demangle_new_symbols): Fill it.
5181         (scan_linker_output): Walk it.
5182         (start_tweaking): Split out from scan_linker_output.
5183         (maybe_tweak): Update sym->chosen.
5184         * Makefile.in (COLLECT2_OBJS): Add vec.o and gcc-none.o
5185
5186 2012-02-11  Jakub Jelinek  <jakub@redhat.com>
5187
5188         PR debug/52132
5189         * reg-stack.c (subst_stack_regs_in_debug_insn): Don't use get_true_reg.
5190
5191 2012-02-11  Uros Bizjak  <ubizjak@gmail.com>
5192
5193         * compare-elim.c (find_comparisons_in_bb): Eliminate only compares
5194         having the same mode as previous compare.
5195
5196 2012-02-10  Eric Botcazou  <ebotcazou@adacore.com>
5197
5198         * config/sparc/sparc.c (sparc_flat_expand_prologue): Use emit_use.
5199         * config/sparc/sparc.md (UNSPECV_GOTO): Delete.
5200         (nonlocal_goto_internal): Likewise.
5201         (nonlocal_goto): Emit a use and an indirect jump directly.
5202
5203 2012-02-10  Andrew MacLeod  <amacleod@redhat.com>
5204
5205         PR c/52190
5206         * doc/extend.texi : Update comments for __atomic_compare_exchange and
5207         __atomic_{is,always}_lock_free.
5208
5209 2012-02-10  Uros Bizjak  <ubizjak@gmail.com>
5210
5211         PR target/52146
5212         * config/i386/i386.c (ix86_legitimate_address_p): Disallow
5213         negative constant address for x32.
5214
5215 2012-02-10  Richard Henderson  <rth@redhat.com>
5216
5217         * tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION.
5218         * tree-ssa-operands.c (parse_ssa_operands): Add virtual operands
5219         for GIMPLE_TRANSACTION.  Tidy if's into a switch.
5220
5221 2012-02-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5222             Ira Rosen  <irar@il.ibm.com>
5223
5224         PR tree-optimization/50031
5225         * targhooks.c (default_builtin_vectorization_cost): Handle
5226         vec_promote_demote.
5227         * target.h (enum vect_cost_for_stmt): Add vec_promote_demote.
5228         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Handle
5229         all types of reduction and pattern statements.
5230         (vect_estimate_min_profitable_iters): Likewise.
5231         * tree-vect-stmts.c (vect_model_promotion_demotion_cost): New function.
5232         (vect_get_load_cost): Use vec_perm for permutations; add dump logic
5233         for explicit realigns.
5234         (vectorizable_conversion): Call vect_model_promotion_demotion_cost.
5235         * config/spu/spu.c (spu_builtin_vectorization_cost): Handle
5236         vec_promote_demote.
5237         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
5238         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Update
5239         vec_perm for VSX and handle vec_promote_demote.
5240
5241 2012-02-10  Jakub Jelinek  <jakub@redhat.com>
5242
5243         PR middle-end/52177
5244         * builtins.c (fold_builtin_atomic_always_lock_free,
5245         expand_builtin_atomic_always_lock_free,
5246         fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
5247         Return and/or test boolean_true_node/boolean_false_node instead of
5248         integer_one_node/integer_zero_node.
5249
5250 2012-02-10  Jan Hubicka  <jh@suse.cz>
5251
5252         PR middle-end/48600
5253         * predict.c (predict_paths_for_bb): Prevent looping.
5254         (predict_paths_leading_to_edge, predict_paths_leading_to): Update.
5255
5256 2012-02-10  Roman Zhuykov  <zhroma@ispras.ru>
5257
5258         * config/arm/arm.c (output_move_double): In one case properly
5259         count number of instructions that will be emitted.
5260
5261 2012-02-10  Richard Guenther  <rguenther@suse.de>
5262
5263         PR translation/52193
5264         * cgraphunit.c (cgraph_mark_functions_to_output): Fix typo.
5265
5266 2012-02-09  Peter Bergner  <bergner@vnet.ibm.com>
5267
5268         PR middle-end/52140
5269         * dojump.c (do_compare_rtx_and_jump): Use SCALAR_FLOAT_MODE_P.
5270
5271 2012-02-09  Jakub Jelinek  <jakub@redhat.com>
5272
5273         PR debug/52165
5274         * var-tracking.c (emit_note_insn_var_location): If
5275         EMIT_NOTE_BEFORE_INSN and insn is NOTE_INSN_CALL_ARG_LOCATION,
5276         emit it before next non-NOTE_INSN_CALL_ARG_LOCATION
5277         non-NOTE_DURING_CALL_P insn.
5278
5279 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
5280
5281         PR middle-end/51867
5282         * builtins.c (expand_builtin): Don't check DECL_ASSEMBLER_NAME_SET_P.
5283
5284 2012-02-08  Magnus Granberg  <zorry@gentoo.org>
5285
5286         PR driver/48524
5287         * gcc.c (switch_matches) Support switches with separated form,
5288         -D and -U.
5289
5290 2012-02-08  Georg-Johann Lay  <avr@gjlay.de>
5291
5292         * config/avr/avr.md (SREG_ADDR): Remove constant definition.
5293         (SP_ADDR): Ditto.
5294         (RAMPZ_ADDR): Ditto.
5295         * config/avr/avr.c (avr_addr_t): New typedef.
5296         (avr_addr): New struct to hold RAM address of SPL, SPH, RAMPZ, SREG.
5297         (avr_init_expanders): Initialize it.
5298         (expand_prologue): Use avr_addr instead of RAMPZ_ADDR, SP_ADDR,
5299         SREG_ADDR.
5300         (expand_epilogue): Ditto.
5301         (avr_print_operand): Ditto.
5302         (avr_file_start): Ditto.
5303         (avr_emit_movmemhi): Ditto.
5304
5305 2012-02-08  Richard Guenther  <rguenther@suse.de>
5306
5307         PR tree-optimization/46886
5308         * tree-flow.h (do_while_loop_p): Declare.
5309         * tree-ssa-loop-ch.c (do_while_loop_p): Export.
5310         * tree-parloops.c (parallelize_loops): Only parallelize do-while loops.
5311
5312 2012-02-08  Andrew MacLeod  <amacleod@redhat.com>
5313
5314         * optabs.c (expand_atomic_load): Do not assume compare_and_swap will
5315         always succeed for integers larger than a native word.
5316
5317 2012-02-08  Richard Guenther  <rguenther@suse.de>
5318
5319         PR rtl-optimization/52170
5320         * simplify-rtx.c (simplify_plus_minus): Use CONSTM1_RTX to
5321         properly handle integer vector modes.
5322
5323 2012-02-08  Jakub Jelinek  <jakub@redhat.com>
5324
5325         PR gcov-profile/52150
5326         * coverage.c: Include target.h.
5327         (build_var): Call targetm.strip_name_encoding on the assembler name.
5328         Change one _ into . or $ if the target allows it.
5329         * Makefile.in (coverage.o): Depend on $(TARGET_H).
5330
5331         PR rtl-optimization/52139
5332         * cfgrtl.c (cfg_layout_merge_blocks): If BB_END
5333         is a BARRIER after emit_insn_after_noloc, move BB_END
5334         to the last non-BARRIER insn before it.
5335
5336 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
5337
5338         PR middle-end/24306
5339         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): New function.
5340         (mips_gimplify_va_arg_expr): Call it instead of
5341         std_gimplify_va_arg_expr.
5342
5343 2012-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
5344
5345         * config/rs6000/rs6000.c (rs6000_trampoline_init): Fix error
5346         message for -mno-pointers-to-nested-function.
5347
5348 2012-02-07  Eric Botcazou  <ebotcazou@adacore.com>
5349
5350         PR middle-end/51994
5351         * expr.c (get_inner_reference): If there is an offset, add a negative
5352         bit position to it (if any).
5353
5354 2012-02-07  Jakub Jelinek  <jakub@redhat.com>
5355
5356         PR rtl-optimization/52060
5357         * combine.c (try_combine): Add i0src_copy and i0src_copy2 variables,
5358         copy i1src to i1src_copy whenever added_sets_2 && i1_feeds_i2_n already
5359         before i1dest -> i1src substitution in newpat, copy i0src to i0src_copy
5360         and/or i0src_copy2 when needed.
5361
5362 2012-02-07  Jakub Jelinek  <jakub@redhat.com>
5363
5364         * gcc.c (main): Don't look for lto-wrapper or lto-wrapper
5365         or LTOPLUGINSONAME if have_c.
5366
5367         * config/freebsd-spec.h: Add comment about what macros can be defined
5368         in this header.
5369         (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): Don't define here.
5370         * config/freebsd.h (LINK_EH_SPEC, LINK_SSP_SPEC, USE_LD_AS_NEEDED): But
5371         here instead.
5372
5373 2012-02-07  Richard Guenther  <rguenther@suse.de>
5374
5375         * gimple-pretty-print.c (dump_gimple_phi): Avoid excessive
5376         newline in -alias dumps.
5377
5378 2012-02-07  Kai Tietz  <ktietz@redhat.com>
5379             Dave Korn  <dave.korn.cygwin@gmail.com>
5380
5381         PR target/40068
5382         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition):
5383         Take care that typinfo gets dllexport-attribute.
5384
5385 2012-02-07  Jakub Jelinek  <jakub@redhat.com>
5386
5387         PR middle-end/52074
5388         * expr.c (expand_expr_addr_expr_1): For CONSTANT_CLASS_P or CONST_DECL
5389         if modifier < EXPAND_SUM call force_operand on the result.
5390
5391 2012-02-07  Joern Rennecke  <joern.rennecke@embecosm.com>
5392
5393         * config/epiphany/epiphany.h (ASM_DECLARE_FUNCTION_SIZE): Redefine,
5394         adding __forwarder_dst__ prefix if a forwarder_section attribute is
5395         present.
5396         (epiphany_function_type): Replace types for specific interrupts with
5397         EPIPHANY_FUNCTION_INTERRUPT.
5398         (EPIPHANY_INTERRUPT_P): Update.
5399         * config/epiphany/epiphany.c (epiphany_handle_forwarder_attribute):
5400         New static function.
5401         (epiphany_attribute_table) <interrupt>: min_len is 0, max_len is 9.
5402         <disinterrupt>: Affects type identity.
5403         (epiphany_handle_interrupt_attribute): Handle variable number of
5404         arguments.
5405         (epiphany_compute_function_type): Update for new
5406         epiphany_function_type definition.
5407         (epiphany_expand_prologue): Don't save (reg:DI GPR_0) for interrupt
5408         handlers with a longcall forwarder.
5409         (epiphany_start_function): Handle multiple interrupt arguments and/or
5410         forwarder_section attribute.
5411
5412         * config/epiphany/epiphany.h (LIB_SPEC): Link libc again after
5413         libgloss.
5414
5415 2012-02-07  Alan Modra  <amodra@gmail.com>
5416
5417         PR target/52107
5418         * config/rs6000/rs6000.c (rs6000_emit_move): Don't create DImode
5419         subregs of TFmode.
5420
5421 2012-02-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5422
5423         PR tree-optimization/50969
5424         * tree-vect-stmts.c (vect_model_store_cost): Correct statement cost to
5425         use vec_perm rather than vector_stmt.
5426         (vect_model_load_cost): Likewise.
5427         * config/i386/i386.c (ix86_builtin_vectorization_cost): Change cost of
5428         vec_perm to be the same as other vector statements.
5429         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Revise
5430         cost of vec_perm for TARGET_VSX.
5431
5432 2012-02-06  Richard Guenther  <rguenther@suse.de>
5433
5434         PR tree-optimization/52115
5435         * tree-sra.c (access_has_replacements_p): New function.
5436         (sra_modify_assign): Use it to decide whether a use is uninitialized.
5437
5438 2012-02-06  Patrick Marlier  <patrick.marlier@gmail.com>
5439
5440         PR middle-end/52047
5441         * trans-mem.c (expand_call_tm): Add an assertion.
5442         * calls.c (flags_from_decl_or_type): Add ECF_TM_PURE to 'no vops'
5443         functions.
5444
5445 2012-02-06  Richard Guenther  <rguenther@suse.de>
5446
5447         PR tree-optimization/50955
5448         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Artificially
5449         raise cost of expressions that replace an address with an
5450         expression based on a different pointer.
5451
5452 2012-02-06  Jakub Jelinek  <jakub@redhat.com>
5453
5454         PR target/52129
5455         * calls.c (mem_overlaps_already_clobbered_arg_p): If val is
5456         CONST_INT_P, subtract resp. add crtl->args.pretend_args_size to it.
5457
5458 2012-02-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
5459
5460         PR c++/48680
5461         * doc/invoke.texi (C++ Dialect Options): Use @option markup for
5462         -Weffc++ and specify guidelines come from second edition.
5463
5464 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
5465
5466         * config/mips/mips.md (sibcall_internal, sibcall_value_internal)
5467         (sibcall_value_multiple_internal, call_split, call_internal_direct)
5468         (call_direct_split, call_value_split, call_value_internal_direct)
5469         (call_value_direct_split, call_value_multiple_split): Use jal and
5470         jal_macro attributes.
5471
5472 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
5473
5474         * reload1.c (reload_regs_reach_end_p): Replace with...
5475         (reload_reg_rtx_reaches_end_p): ...this function.
5476         (new_spill_reg_store): Update commentary.
5477         (emit_input_reload_insns): Don't clear new_spill_reg_store here.
5478         (emit_output_reload_insns): Check reload_reg_rtx_reaches_end_p
5479         before setting new_spill_reg_store.
5480         (emit_reload_insns): Use a separate loop to clear new_spill_reg_store.
5481         Use reload_reg_rtx_reaches_end_p instead of reload_regs_reach_end_p.
5482         Also use reload_reg_rtx_reaches_end_p when reading new_spill_reg_store
5483         for non-spill reload registers.
5484
5485 2012-02-05  Ira Rosen  <irar@il.ibm.com>
5486
5487         PR tree-optimization/52091
5488         * tree-vectorizer.h (vect_is_simple_use): Add an argument.
5489         (vect_is_simple_use_1): Likewise.
5490         * tree-vect-loop.c (vectorizable_reduction): Update calls
5491         to vect_is_simple_use_1 and vect_is_simple_use.
5492         (vectorizable_live_operation): Likewise.
5493         * tree-vect-patterns.c (widened_name_p,
5494         vect_recog_vector_vector_shift_pattern, check_bool_pattern): Likewise.
5495         * tree-vect-stmts.c (process_use, vect_get_vec_def_for_operand,
5496         vectorizable_call, vectorizable_conversion, vectorizable_assignment,
5497         vectorizable_shift,vectorizable_operation, vectorizable_store,
5498         vectorizable_load): Likewise.
5499         (vect_is_simple_cond): Add an argument, pass it to
5500         vect_is_simple_use_1.
5501         (vectorizable_condition): Update calls to vect_is_simple_cond,
5502         vect_is_simple_use.
5503         (vect_is_simple_use): Add an argument, the statement in which
5504         OPERAND is used.  Check that if OPERAND's def stmt is a double
5505         reduction phi node, the use is a phi node too.
5506         (vect_is_simple_use_1): Add an argument, pass it to
5507         vect_is_simple_use.
5508         * tree-vect-slp.c (vect_get_and_check_slp_defs): Update a call
5509         to vect_is_simple_use.
5510
5511 2012-02-04  Jakub Jelinek  <jakub@redhat.com>
5512
5513         PR rtl-optimization/52095
5514         * modulo-sched.c (dump_insn_locator): New function.
5515         (loop_canon_p, sms_schedule): Use it.
5516
5517         PR rtl-optimization/52113
5518         * lower-subreg.c (decompose_multiword_subregs): Call recog_memoized
5519         even for decomposable shift/zext insns.
5520
5521 2012-02-03  Jakub Jelinek  <jakub@redhat.com>
5522             Zdenek Dvorak  <ook@ucw.cz>
5523
5524         PR rtl-optimization/52092
5525         * loop-unswitch.c (unswitch_single_loop): Call copy_rtx_if_shared
5526         on get_iv_value result.
5527
5528 2012-02-02  Andrew Pinski  <apinski@cavium.com>
5529
5530         PR middle-end/47982
5531         PR middle-end/43967
5532         * doc/libgcc.texi (__udivmoddi4/__udivmodti4): Fix documentation typo.
5533
5534 2012-02-02  Jakub Jelinek  <jakub@redhat.com>
5535
5536         PR middle-end/48071
5537         * diagnostic.c (diagnostic_finish): Remove trailing newlines.
5538
5539 2012-02-02  Vladimir Makarov  <vmakarov@redhat.com>
5540
5541         PR rtl-optimization/49800
5542         * haifa-sched.c (sched_init): Call regstat_init_n_sets_and_refs.
5543         (sched_finish): Call regstat_free_n_sets_and_refs.
5544
5545 2012-02-02  Jia Liu  <proljc@gmail.com>
5546
5547         * config/mips/mips-dspr2.md (mips_prepend): Mask operand 3 rather
5548         than operand 2.
5549
5550 2012-02-02  Jan Hubicka  <jh@suse.cz>
5551             Tom de Vries  <tom@codesourcery.com>
5552
5553         PR middle-end/51998
5554         * cgraphunit.c (cgraph_analyze_function): Break cyclic aliases.
5555         * varpool.c (varpool_analyze_pending_decls): Likewise.
5556
5557 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5558             Jayant R Sonar <jayant.sonar@kpitcummins.com>
5559
5560         * config.gcc: Add cr16-* support.
5561
5562         * doc/extend.texi: Document cr16 extensions.
5563         * doc/install.texi: Document cr16 install.
5564         * doc/invoke.texi: Document cr16 options.
5565         * doc/md.texi: Document cr16 constraints.
5566
5567         * common/config/cr16/cr16-common.c: New file.
5568         * config/cr16/cr16.c: New file.
5569         * config/cr16/cr16.h: New file.
5570         * config/cr16/cr16.md: New file.
5571         * config/cr16/cr16.opt: New file.
5572         * config/cr16/cr16-protos.h: New file.
5573         * config/cr16/predicates.md: New file.
5574         * config/cr16/constraints.md: New file.
5575         * config/cr16/t-cr16: New file.
5576
5577 2012-02-02  Jakub Jelinek  <jakub@redhat.com>
5578
5579         PR target/52086
5580         * config/i386/i386.md (*addqi_2 peephole with SImode addition): Check
5581         that operands[2] is either immediate, or q_regs_operand.
5582
5583         PR tree-optimization/52073
5584         * tree-vect-stmts.c (vect_mark_relevant): When checking uses of
5585         a pattern stmt for pattern uses, ignore uses outside of the loop.
5586
5587 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
5588
5589         * config/avr/avr.c: Resolve all AS1 and AS2 macros.
5590         * config/avr/avr.h (AS1, AS2, AS2C, AS3): Remove.
5591         (OUT_AS1, OUT_AS2): Remove.
5592
5593 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
5594
5595         PR rtl-optimization/51374
5596         * combine.c (can_combine_p): Don't allow volatile_refs_p insns
5597         to cross other volatile_refs_p insns.
5598
5599 2012-02-01  Richard Guenther  <rguenther@suse.de>
5600
5601         * doc/invoke.texi (fno-inline): Clarify documentation.
5602         (finline-small-functions): Likewise.
5603         (finline-functions): Likewise.
5604         * common.opt (finline): Adjust comment and documentation.
5605         (finline-small-functions): Clarify documentation.
5606         (finline-functions): Likewise.
5607         (finline-functions-called-once): Likewise.
5608
5609 2012-02-01  Tristan Gingold  <gingold@adacore.com>
5610
5611         * c-typeck.c (composite_type): Keep mode for pointers.
5612
5613 2012-01-31  Richard Sandiford  <rdsandiford@googlemail.com>
5614
5615         * function.h (regno_reg_rtx): Adjust comment.
5616         * reginfo.c (init_reg_modes_target): Only use the previous mode
5617         if it fits within one register.  Remove MIPS comment.
5618
5619 2012-01-31  Jakub Jelinek  <jakub@redhat.com>
5620
5621         PR bootstrap/52058
5622         * combine.c (do_SUBST_LINK, SUBST_LINK): Guard with #ifndef HAVE_cc0.
5623
5624 2012-01-31  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5625
5626         * config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
5627         to srak instruction.
5628
5629 2012-01-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5630
5631         * config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true condition.
5632
5633 2012-01-31  Jakub Jelinek  <jakub@redhat.com>
5634
5635         PR bootstrap/52041
5636         PR bootstrap/52039
5637         PR target/51974
5638         * ipa-prop.c (detect_type_change_1): Call ao_ref_init.
5639
5640 2012-01-31  Richard Guenther  <rguenther@suse.de>
5641
5642         PR tree-optimization/51528
5643         * tree-sra.c (sra_modify_assign): Avoid copy-in/out for aggregate
5644         assigns.
5645
5646 2012-01-31  Jakub Jelinek  <jakub@redhat.com>
5647
5648         PR bootstrap/52041
5649         PR bootstrap/52039
5650         PR target/51974
5651         * ree.c (add_removable_extension): Change def_map argument
5652         to unsigned *, store in def_map 1 + offset into *insn_list vector
5653         instead of pointers into the vector.
5654         (find_removable_extensions): Adjust caller.
5655
5656 2012-01-30  Georg-Johann Lay  <avr@gjlay.de>
5657
5658         * config/avr/avr.md: Resolve all AS1 and AS2 macros.
5659         Transform all "* quoted-c-code" to { c-code }.
5660         Remove redundant test for "optimize" in combine patterns.
5661         Move (include "avr-dimode.md") to end of file.
5662
5663 2012-01-30  Bin Cheng  <bin.cheng@arm.com>
5664
5665         PR target/51835
5666         * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
5667         for __aeabi_d2iz/__aeabi_d2uiz with hard-float.
5668
5669 2012-01-30  Richard Guenther  <rguenther@suse.de>
5670
5671         PR tree-optimization/52028
5672         * tree-loop-distribution.c (ldist_gen): Properly update
5673         virtual SSA form.
5674
5675 2012-01-30  Jakub Jelinek  <jakub@redhat.com>
5676
5677         PR debug/52027
5678         * dwarf2out.c (dwarf2out_switch_text_section): Don't call
5679         set_cur_line_info_table if not emitting debug info.
5680
5681         PR tree-optimization/52046
5682         * tree-vect-patterns.c (check_bool_pattern): Give up if
5683         a comparison could throw.
5684
5685         PR debug/52048
5686         * tree-ssa-tail-merge.c (local_def): Ignore debug uses.
5687
5688 2012-01-30  Richard Guenther  <rguenther@suse.de>
5689
5690         PR tree-optimization/52045
5691         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Update
5692         SSA form if cfgcleanup did anything.
5693
5694 2012-01-30  Richard Guenther  <rguenther@suse.de>
5695
5696         PR tree-optimization/52045
5697         * ipa-inline-transform.c (inline_transform): Call execute_fixup_cfg
5698         before computing final todo.
5699
5700 2012-01-30  Richard Guenther  <rguenther@suse.de>
5701
5702         PR tree-optimization/51528
5703         * tree-sra.c (sra_modify_assign): Re-factor in preparation
5704         for PR51528 fix.
5705
5706 2012-01-30  Paolo Bonzini  <bonzini@gnu.org>
5707
5708         * df-problems.c (df_kill_notes): Check that the use refers
5709         to the note under examination.
5710
5711 2012-01-30  Eric Botcazou  <ebotcazou@adacore.com>
5712
5713         PR target/51920
5714         * config/sparc/sparc.c (vector_init_fpmerge): Remove INNER_MODE
5715         parameter and use short-lived pseudos.
5716         (vector_init_faligndata): Remove INNER_MODE parameter and use loop.
5717         (sparc_expand_vector_init): Const-ify local variables and adjust
5718         calls to above functions.
5719
5720 2012-01-30  Georg-Johann Lay  <avr@gjlay.de>
5721
5722         * config/avr/avr.c (out_movqi_mr_r): Fix length computation.
5723
5724 2012-01-29  Sandra Loosemore  <sandra@codesourcery.com>
5725
5726         * doc/invoke.texi: Make usage of "compile time" and
5727         "run time"/"runtime" consistent throughout the file.
5728
5729 2012-01-29  Uros Bizjak  <ubizjak@gmail.com>
5730
5731         * config/alpha/alpha.c (alpha_option_override): Default to
5732         full IEEE compliance mode for Go language.
5733
5734 2011-01-29  Tijl Coosemans  <tijl@coosemans.org>
5735
5736         * config/freebsd-spec.h [TARGET_LIBC_PROVIDES_SSP]
5737         (LINK_SSP_SPEC): Define.
5738
5739 2012-01-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5740
5741         PR target/51871
5742         * config/pa/pa.c (pa_return_addr_rtx): Add support for PA2.0 export
5743         stubs.
5744
5745 2012-01-28  Sandra Loosemore  <sandra@codesourcery.com>
5746
5747         * doc/invoke.texi: Correct hyphenation of "floating point",
5748         "double precision", and related terminology throughout the file.
5749
5750 2012-01-28  Jakub Jelinek  <jakub@redhat.com>
5751
5752         PR target/52006
5753         * config/arm/arm.md (pic_add_dot_plus_eight peephole2): Use
5754         arm_general_register_operand predicate for operand 2 instead of
5755         register_operand.
5756
5757 2012-01-27  Ian Lance Taylor  <iant@google.com>
5758
5759         PR go/47656
5760         * builtins.def (BUILT_IN_INIT_HEAP_TRAMPOLINE): Define.
5761         * builtins.c (expand_builtin_init_trampoline): Add onstack
5762         parameter.  Change caller.
5763         (expand_builtin): Handle BUILT_IN_INIT_HEAP_TRAMPOLINE.
5764         * tree.c (build_common_builtin_nodes): Declare
5765         __builtin_init_heap_trampoline.
5766
5767 2012-01-27  Georg-Johann Lay  <avr@gjlay.de>
5768
5769         * config/avr/avr-protos.h (lpm_reg_rtx, lpm_addr_reg_rtx,
5770         tmp_reg_rtx, zero_reg_rtx, all_regs_rtx, rampz_rtx): Make global.
5771         * config/avr/avr.c: Ditto.
5772         (avr_regnames): Remove because unused.
5773         * config/avr/avr.md (*cpse.ne): New peephole.
5774         (*cpse.eq): New peephole from former cpse peepholes.
5775
5776 2012-01-27  Michael Eager  <eager@eagercon.com>
5777
5778         * config/microblaze.c (microblaze_emit_compare): Correct
5779         test after pcmp instruction.
5780
5781 2012-01-27  Richard Guenther  <rguenther@suse.de>
5782
5783         PR tree-optimization/52020
5784         * tree-sra.c (sra_modify_assign): Do not transform clobbers.
5785
5786 2012-01-27  Richard Guenther  <rguenther@suse.de>
5787
5788         * ipa-pure-const.c (check_stmt): Clobbers do not make a
5789         function non-const/pure.
5790
5791 2012-01-27  Richard Guenther  <rguenther@suse.de>
5792
5793         PR tree-optimization/50444
5794         * tree-sra.c (build_ref_for_offset): Properly adjust the
5795         MEM_REF type for unaligned accesses.
5796
5797 2012-01-27  Richard Guenther  <rguenther@suse.de>
5798
5799         PR tree-optimization/50444
5800         * expr.c (mem_ref_refers_to_non_mem_p): New function.
5801         (expand_assignment): Use it.  Properly handle misaligned
5802         bases when expanding stores to component references.
5803         (expand_expr_real_1): Use mem_ref_refers_to_non_mem_p and
5804         refactor that case.
5805
5806 2012-01-27  Andrey Belevantsev  <abel@ispras.ru>
5807
5808         PR middle-end/51389
5809         * Makefile.in (tree-data-ref.o): Depend on $(PARAMS_H).
5810         * tree-data-ref.h (find_data_references_in_loop): Remove declaration.
5811         * tree-data-ref.c (find_data_references_in_loop): Make static.
5812         (compute_all_dependences): Change return type to bool.  Bail out
5813         for too many datarefs in a loop.  Move the hunk resetting the data
5814         dependences vector from ...
5815         (compute_data_dependences_for_loop): ... here.  Account for
5816         compute_all_dependences returning false.
5817         (compute_data_dependences_for_bb): Likewise.
5818         * params.def (PARAM_LOOP_MAX_DATAREFS_FOR_DATADEPS): New param.
5819         * doc/invoke.texi (loop-max-datarefs-for-datadeps): Document it.
5820
5821 2012-01-27  Richard Guenther  <rguenther@suse.de>
5822
5823         PR middle-end/51959
5824         * expr.c (store_field): Use the alias-set of the scratch memory
5825         for storing to it.
5826
5827 2012-01-27  Tom de Vries  <tom@codesourcery.com>
5828
5829         PR tree-optimization/51990
5830         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
5831         WITH_SIZE_EXPR.
5832         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Same.
5833
5834 2012-01-27  Jakub Jelinek  <jakub@redhat.com>
5835
5836         PR debug/52001
5837         * var-tracking.c (reverse_op): Don't add any reverse operation
5838         if V already has any constant locations.
5839
5840 2012-01-27  Sandra Loosemore  <sandra@codesourcery.com>
5841
5842         * doc/invoke.texi: Correct usage of "command line" (noun)
5843         vs "command-line" (adjective) throughout.
5844
5845 2012-01-27  Sandra Loosemore  <sandra@codesourcery.com>
5846
5847         * doc/invoke.texi (Language Independent Options): Move
5848         -Wcoverage-mismatch blurb from here....
5849         (Warning Options): ...to here.
5850
5851 2012-01-27  Peter Bergner  <bergner@vnet.ibm.com>
5852
5853         * config/rs6000/rs6000.c (rs6000_option_override_internal):
5854         Set rs6000_always_hint to false for 476.
5855
5856 2012-01-27  Matthias Klose  <doko@ubuntu.com>
5857
5858         * gcc.c (add_sysrooted_prefix): Remove trailing dir separator from
5859           system root.
5860         * incpath.c (add_standard_paths): Likewise.
5861
5862 2012-01-27  Richard Henderson  <rth@redhat.com>
5863
5864         * config/m68k/m68k.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
5865         * config/m68k/sync.md (atomic_test_and_set): Rename from
5866         sync_test_and_setqi and adjust the operands.
5867         (atomic_test_and_set_1): Rename from sync_test_and_setqi_1
5868         and unconditionally enable.
5869
5870 2012-01-27  Richard Henderson  <rth@redhat.com>
5871
5872         * config/sparc/sparc.c (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
5873         * config/sparc/sync.md (atomic_test_and_set): Only handle QImode.
5874         (ldstub): Rename from ldstubqi.
5875         (ldstub<I24MODE>): Remove.
5876
5877 2012-01-27  Richard Henderson  <rth@redhat.com>
5878
5879         * target.def (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New.
5880         * c-cppbuiltin.c (cpp_atomic_builtins): Define
5881         __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
5882         * doc/tm.texi.in (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): Add doc hook.
5883         * doc/tm.texi: Rebuild.
5884
5885 2012-01-27  Richard Henderson  <rth@redhat.com>
5886
5887         * optabs.c (gen_atomic_test_and_set): Remove default.
5888         (maybe_emit_atomic_test_and_set): Use maybe_expand_insn.
5889
5890 2012-01-26  Jakub Jelinek  <jakub@redhat.com>
5891
5892         PR rtl-optimization/51978
5893         * ree.c (make_defs_and_copies_lists): Change set_pat type to const_rtx.
5894         (combine_reaching_defs): Likewise.
5895         (struct re_info): Remove.
5896         (add_removable_extension): Remove x and data arguments,
5897         add insn, insn_list and def_map.  Use the arguments directly
5898         instead of using struct re_info.
5899         (find_removable_extensions): Don't call add_removable_extension
5900         through note_stores, instead just call it with single_set
5901         result if non-NULL.
5902         (find_and_remove_re): Pass curr_cand->expr instead of
5903         PATTERN (curr_cand->insn) as set_pat argument to combine_reaching_defs.
5904
5905 2012-01-26  Michael Matz  <matz@suse.de>
5906
5907         PR tree-optimization/46590
5908         * cfgexpand.c: Revert last change (r183305).
5909         * gimplify.c (gimplify_bind_expr): Add clobbers for all non-gimple
5910         regs.
5911         * tree-eh.c (cleanup_empty_eh): Try to optimize clobbers before
5912         checking for emptiness.
5913
5914 2012-01-26  Jakub Jelinek  <jakub@redhat.com>
5915
5916         PR middle-end/51895
5917         * expr.c (expand_expr_real_1): Handle BLKmode MEM_REF of
5918         non-addressable non-BLKmode base correctly.
5919
5920 2012-01-26  Michael Matz  <matz@suse.de>
5921
5922         PR tree-optimization/48794
5923         * tree-eh.c (remove_unreachable_handlers_no_lp): Don't remove
5924         regions referenced from RESX/EH_DISPATCH.
5925
5926 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5927
5928         * config/s390/s390.h: Make BRANCH_COST an option.
5929         * config/s390/s390.opt: New option -mbranch-cost.
5930
5931 2012-01-26  Richard Henderson  <rth@redhat.com>
5932
5933         Revert 2012-01-24 change:
5934         * trans-mem.c (requires_barrier): Do not instrument thread local
5935         variables and emit save/restore for them.
5936
5937 2012-01-25  Jakub Jelinek  <jakub@redhat.com>
5938
5939         PR middle-end/51986
5940         * sched-deps.c (sched_get_condition_with_rev_uncached): Don't test
5941         for pat == 0.
5942
5943 2012-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
5944
5945         * config/mips/mips.c (mips_small_data_pattern_1): Don't process
5946         ASM_OPERANDS.
5947
5948 2012-01-25  Georg-Johann Lay  <avr@gjlay.de>
5949
5950         PR target/49868
5951         Rename __pgm to __flash.
5952         Rename __pgm1 to __flash1.
5953         Rename __pgm2 to __flash2.
5954         Rename __pgm3 to __flash3.
5955         Rename __pgm4 to __flash4.
5956         Rename __pgm5 to __flash5.
5957         Rename __pgmx to __memx.
5958         * doc/extend.texi (AVR Named Address Spaces)
5959         Rename address space names as indicated above.
5960         * config/avr/avr.c (avr_addrspace): Ditto.
5961
5962         * config/avr/avr-protos.h
5963         (avr_mem_pgmx_p): Rename to avr_mem_memx_p.
5964         (avr_mem_pgm_p): Rename to avr_mem_flash_p.
5965         * config/avr/predicates.md: Ditto.
5966         * config/avr/avr.c Ditto, and
5967         (avr_decl_pgmx_p): Rename to avr_decl_memx_p.
5968         (avr_decl_pgm_p): Rename to avr_decl_flash_p.
5969
5970         * config/avr/avr.h (ADDR_SPACE_PGM): Rename to ADDR_SPACE_FLASH.
5971         (ADDR_SPACE_PGM1): Rename to ADDR_SPACE_FLASH1.
5972         (ADDR_SPACE_PGM2): Rename to ADDR_SPACE_FLASH2.
5973         (ADDR_SPACE_PGM3): Rename to ADDR_SPACE_FLASH3.
5974         (ADDR_SPACE_PGM4): Rename to ADDR_SPACE_FLASH4.
5975         (ADDR_SPACE_PGM5): Rename to ADDR_SPACE_FLASH5.
5976         (ADDR_SPACE_PGMX): Rename to ADDR_SPACE_MEMX.
5977         * config/avr/avr.c: Ditto.
5978         * config/avr/avr.md: Ditto.
5979
5980 2012-01-25  Jason Merrill  <jason@redhat.com>
5981
5982         PR c++/51992
5983         * tree.c (find_decls_types_in_node): Walk gimple_call_fntype.
5984
5985 2012-01-25  Jakub Jelinek  <jakub@redhat.com>
5986
5987         PR tree-optimization/51987
5988         * tree-data-ref.c (get_references_in_stmt): Handle references in
5989         non-volatile GIMPLE_ASM.
5990
5991 2012-01-25  Richard Guenther  <rguenther@suse.de>
5992
5993         * tree-ssa-sccvn.c (vn_reference_eq): Also compare if both
5994         bases are dereferenced.
5995
5996 2012-01-25  Andrey Belevantsev  <abel@ispras.ru>
5997
5998         PR rtl-optimization/48374
5999         * sel-sched-ir.h (get_all_loop_exits): Check for zero successors.
6000
6001 2012-01-25  Andrey Belevantsev  <abel@ispras.ru>
6002
6003         * tree-predcom.c (tree_predictive_commoning_loop): Bail out when
6004         compute_data_dependences_for_loop returns false.
6005         * tree-parloops.c (loop_parallel_p): Likewise.
6006
6007 2012-01-25  Richard Guenther  <rguenther@suse.de>
6008
6009         * tree.h (get_pointer_alignment_1): Declare.
6010         * builtins.c (get_pointer_alignment_1): New function.
6011         (get_pointer_alignment): Use it.
6012
6013 2012-01-25  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
6014
6015         PR rtl-optimization/48308
6016         * combine.c (enum undo_kind): Add UNDO_LINKS.
6017         (struct undo): Add member l to other_contents and where.
6018         (do_SUBST_LINK): New.
6019         (SUBST_LINK): New.
6020         (try_combine): Handle LOG_LINKS for the dummy i1 case.
6021         (undo_all): Handle UNDO_LINKS.
6022
6023 2012-01-25  Richard Henderson  <rth@redhat.com>
6024
6025         * optabs.c (maybe_emit_atomic_test_and_set): Allow non-QImode
6026         mem inputs.
6027
6028 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
6029
6030         * optabs.c (gen_atomic_test_and_set): Use each argument.
6031
6032 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
6033
6034         * config/mips/mips-ps-3d.md (mips_addr_ps, reduc_splus_v2sf)
6035         (mips_cvt_pw_ps, mips_cvt_ps_pw, mips_mulr_ps, mips_cabs_cond_<fmt>)
6036         (mips_cabs_cond_4s, mips_cabs_cond_ps, bc1any4t, bc1any4f, bc1any2t)
6037         (bc1any2f, mips_rsqrt1_<fmt>, mips_rsqrt2_<fmt>, mips_recip1_<fmt>)
6038         (mips_recip2_<fmt>): Require TARGET_MIPS3D rather than
6039         TARGET_PAIRED_SINGLE_FLOAT.
6040
6041 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
6042
6043         * doc/rtl.texi (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
6044         (in_struct, return_val): Remove MEM documentation.
6045         * rtl.h (rtx_def): Remove MEM meanings from in_struct and return_val.
6046         (MEM_IN_STRUCT_P, MEM_SCALAR_P): Delete.
6047         (MEM_COPY_ATTRIBUTES): Remove references to MEM_IN_STRUCT_P
6048         and MEM_SCALAR.
6049         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
6050         * cfgexpand.c (add_alias_set_conflicts): Likewise.
6051         * expr.c (store_field): Likewise.
6052         * function.c (assign_stack_temp_for_type): Likewise.
6053         * ifcvt.c (noce_try_cmove_arith): Likewise.
6054         * reload1.c (reload): Likewise.
6055         * config/alpha/alpha.c (alpha_set_memflags_1): Likewise.
6056         (alpha_set_memflags): Likewise.
6057         * config/m32c/m32c.c (m32c_immd_dbl_mov): Nullify.
6058
6059 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
6060
6061         * rtl.h (true_dependence, canon_true_dependence): Remove varies
6062         parameter.
6063         * alias.c (fixed_scalar_and_varying_struct_p): Delete.
6064         (true_dependence_1, write_dependence_p, may_alias_p): Don't call it.
6065         (true_dependence_1, true_dependence, canon_true_dependence): Remove
6066         varies parameter.
6067         * cselib.c (cselib_rtx_varies_p): Delete.
6068         (cselib_invalidate_mem): Update call to canon_true_dependence.
6069         * dse.c (record_store, check_mem_read_rtx): Likewise.
6070         (scan_reads_nospill): Likewise.
6071         * cse.c (check_dependence): Likewise.
6072         (cse_rtx_varies_p): Delete.
6073         * expr.c (safe_from_p): Update call to true_dependence.
6074         * ira.c (validate_equiv_mem_from_store): Likewise.
6075         (memref_referenced_p): Likewise.
6076         * postreload-gcse.c (find_mem_conflicts): Likewise.
6077         * sched-deps.c (sched_analyze_2): Likewise.
6078         * store-motion.c (load_kills_store): Likewise.
6079         * config/frv/frv.c (frv_registers_conflict_p_1): Likewise.
6080         * gcse.c (mems_conflict_for_gcse_p): Likewise.
6081         (compute_transp): Update call to canon_true_dependence.
6082
6083 2012-01-25  Richard Henderson  <rth@redhat.com>
6084
6085         * optabs.c (CODE_FOR_atomic_test_and_set): Provide default.
6086         (maybe_emit_atomic_test_and_set): New.
6087         (expand_sync_lock_test_and_set): Use it.
6088         (expand_atomic_test_and_set): Likewise.
6089         * doc/extend.texi (__atomic_test_and_set): Adjust the docs to match
6090         the implementation; clarify implementation defined details.
6091         * doc/md.texi (atomic_test_and_set): Document.
6092
6093 2012-01-25  Richard Henderson  <rth@redhat.com>
6094
6095         * config/sparc/predicates.md (zero_or_v7_operand): Use match_code.
6096
6097 2012-01-25  Richard Henderson  <rth@redhat.com>
6098
6099         PR target/51968
6100         * config/arm/arm.c (neon_split_vcombine): Emit deleted note
6101         to effect no-op split.
6102
6103 2012-01-24  Aldy Hernandez  <aldyh@redhat.com>
6104
6105         PR lto/51698
6106         * builtin-types.def: (BT_CONST_DOUBLE_PTR): New.
6107         (BT_FN_VOID_PTR_CONST_PTR_SIZE): New.
6108         (BT_FN_VOID_PTR_INT_SIZE): New.
6109         (BT_FN_UINT_UINT_VAR): Remove.
6110         (BT_FN_UINT32_UINT32_VAR): New.
6111         (BT_FN_DOUBLE_VPTR): Remove.
6112         (BT_FN_DOUBLE_CONST_DOUBLE_PTR): New.
6113
6114         * gtm-builtins.def (_ITM_abortTransaction): Set return type to void.
6115         (_ITM_changeTransactionMode): Same.
6116         (_ITM_memmoveRtWt): Change return type to void.
6117         (_ITM_memcpyRtWt): Same.
6118         (_ITM_memsetW): Same.
6119         (_ITM_RaRD): Change types to double.
6120         (_ITM_RD): Same.
6121         (_ITM_RaWD): Same.
6122         (_ITM_RfWD): Same.
6123
6124         * builtins.def (DEF_TM_BUILTIN): Set BOTH_P to true.
6125
6126 2012-01-24  Aldy Hernandez  <aldyh@redhat.com>
6127             Patrick Marlier  <patrick.marlier@gmail.com>
6128
6129         * trans-mem.c (requires_barrier): Do not instrument thread local
6130         variables and emit save/restore for them.
6131
6132 2012-01-24  Jason Merrill  <jason@redhat.com>
6133
6134         PR c++/51812
6135         * cgraphunit.c (cgraph_decide_is_function_needed): Don't always
6136         output static aliases.
6137
6138 2012-01-24  Jakub Jelinek  <jakub@redhat.com>
6139
6140         PR driver/47249
6141         * common.opt (-pie, -shared, pie, shared): Change from Common to
6142         Driver.
6143         * gcc.c (display_help): Display help for -pie and -shared.
6144
6145 2012-01-24  Georg-Johann Lay  <avr@gjlay.de>
6146
6147         PR target/49868
6148         * doc/extend.texi (AVR Named Address Spaces): Move sample code up.
6149         Remove note on size/offset limitation.
6150         (AVR Variable Attributes): Add example how to read data located
6151         with progmem.  Refer to named address spaces.
6152         * doc/invoke.texi (AVR Options): Fix typo.
6153
6154 2012-01-24  Richard Guenther  <rguenther@suse.de>
6155
6156         Forward-port to trunk
6157         2010-09-21  Jakub Jelinek  <jakub@redhat.com>
6158
6159         PR middle-end/45678
6160         * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: If
6161         op0 isn't sufficiently aligned and there is movmisalignM
6162         insn for mode, use it to load op0 into a temporary register.
6163
6164 2012-01-24  Jakub Jelinek  <jakub@redhat.com>
6165
6166         PR target/51957
6167         * target.def (const_not_ok_for_debug_p): New hook.
6168         * doc/tm.texi.in (TARGET_CONST_NOT_OK_FOR_DEBUG_P): New hook
6169         documentation.
6170         * doc/tm.texi: Regenerated.
6171         * dwarf2out.c (const_ok_for_output_1): If
6172         targetm.const_not_ok_for_debug_p returns true, fail.
6173         * config/rs6000/rs6000.c (rs6000_const_not_ok_for_debug_p): New
6174         function.
6175         (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Redefine.
6176
6177 2012-01-23  Kai Tietz  <ktietz@redhat.com>
6178
6179         PR target/51900
6180         * config/i386/predicates.md (symbolic_operand): Allow
6181         UNSPEC_PCREL as PIC expression for lea.
6182         * config/i386/winnt.c (i386_pe_binds_local_p): Reworked.
6183         * config/i386/i386.c (ix86_delegitimize_address): Handle
6184         UNSPEC_PCREL for none-MEM, too.
6185
6186 2012-01-23  Aldy Hernandez  <aldyh@redhat.com>
6187
6188         * trans-mem.c (ipa_tm_create_version): Set externally_visible.
6189         (ipa_tm_create_version_alias): Same.
6190
6191 2012-01-23  Uros Bizjak  <ubizjak@gmail.com>
6192
6193         PR libitm/51830
6194         * builtin-types.def (BT_FN_UINT_UINT_VAR): New.
6195         * gtm-builtins.def (BUILT_IN_TM_START): Declare as BT_FN_UINT_UINT_VAR.
6196
6197 2012-01-23  Aldy Hernandez  <aldyh@redhat.com>
6198             Patrick Marlier  <patrick.marlier@gmail.com>
6199             Iain Sandoe  <developer@sandoe-acoustics.co.uk>
6200
6201         PR lto/51916
6202         * lto-wrapper.c (run_gcc): Pass the LTO section name to
6203         simple_object_start_read.
6204
6205 2012-01-23  Richard Guenther  <rguenther@suse.de>
6206
6207
6208         PR tree-optimization/51895
6209         * tree-sra.c (decide_one_param_reduction): Avoid sub-optimal
6210         parameter decomposition into BLKmode components.
6211
6212 2012-01-23  Eric Botcazou  <ebotcazou@adacore.com>
6213
6214         * tree-ssa-structalias.c (intra_create_variable_infos): Do not create
6215         fake variables for restrict-qualified pointers whose pointed-to type
6216         contains a placeholder.
6217
6218 2012-01-23  Richard Guenther  <rguenther@suse.de>
6219
6220         PR tree-optimization/51949
6221         * ipa-split.c (execute_split_functions): Do not split malloc functions.
6222
6223 2012-01-23  Jakub Jelinek  <jakub@redhat.com>
6224
6225         PR rtl-optimization/51933
6226         * ree.c (transform_ifelse): Return true right away if dstreg is
6227         already wider or equal to cand->mode.
6228         (enum ext_modified_kind, struct ext_modified, ext_state): New types.
6229         (make_defs_and_copies_lists): Remove defs_list and copies_list
6230         arguments, add state argument, just truncate state->work_list
6231         instead of always allocating and freeing the vector.  Assert that
6232         get_defs succeeds instead of returning 2.  Changed return type to bool.
6233         (merge_def_and_ext): Add state argument.  If SET_DEST doesn't
6234         have ext_src_mode, see if it has been modified already with the
6235         right kind of extension and has been extended before from the
6236         ext_src_mode.  If SET_DEST is already wider or equal to cand->mode,
6237         just return true.  Remember the original mode in state->modified array.
6238         (combine_reaching_defs): Add state argument.  Don't allocate and
6239         free here def_list, copied_list and vec vectors, instead just
6240         VEC_truncate the vectors in *state.  Don't handle outcome == 2 here.
6241         (find_and_remove_re): Set DF_DEFER_INSN_RESCAN df flag.
6242         Add state variable, clear vectors in it, initialize state.modified
6243         if needed.  Free all the vectors at the end and state.modified too.
6244         Don't skip a candidate if the extension expression has been modified.
6245
6246 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
6247
6248         PR target/47096
6249         * config.gcc: (i[34567]86-*-interix3*): Remove from obsolete
6250          configurations. Change triplet to i[34567]86-*-interix[3-9]*.
6251         (extra_options) interix.opt -> i386/interix.opt"
6252         (extra_objs):Add winnt-stubs.o
6253         * configure.ac: Add interix to target_os .comm on PE check.
6254         * configure: Regenerate.
6255         * config/interix3.h: Delete and move bits to..
6256         * config/interix.h: Delete and move bits to..
6257         * config/i386/i386-interix3.h: Delete and move bits to..
6258         * config/i386/i386-interix.h: ..here.
6259         (TARGET_CPU_DEFAULT): Remove redefinition.
6260         (TARGET_ASM_CONSTRUCTOR): Undefine.
6261         (SUBTARGET_SWITCHES): Define for ms-bitfields.
6262         (TARGET_OS_CPP_BUILTINS): Remove __OPENNT. Add __declspec.
6263         (PTRDIFF_TYPE): Define.
6264         (LONG_DOUBLE_TYPE_SIZE): Define.
6265         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
6266         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
6267         (TARGET_SECTION_TYPE_FLAGS): Define.
6268         (ASM_DECLARE_FUNCTION_NAME): Define.
6269         (ASM_OUTPUT_EXTERNAL): Define.
6270         (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
6271         (ASM_OUTPUT_ALIGNED_BSS): Define.
6272         (PCC_BITFIELD_TYPE_MATTERS): Define.
6273         (USE_CONST_SECTION): Define.
6274         (SUBTARGET_ENCODE_SECTION_INFO): Remove.
6275         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
6276         (SUPPORTS_ONE_ONLY): Remove.
6277         (I386_PE_STRIP_ENCODING): Define.
6278         * config/interix.opt: Delete and move bits to..
6279         * config/i386/interix.opt: ..here. New.
6280         (mpe-aligned-commons): Add.
6281         * config/i386/t-interix: Add copyright header.
6282         (winnt-stubs.o): Add rule.
6283
6284 2012-01-22  Jason Merrill  <jason@redhat.com>
6285
6286         PR c++/51832
6287         * varpool.c (varpool_analyze_pending_decls): Copy DECL_EXTERNAL
6288         for extra name aliases.
6289
6290 2012-01-22  Eric Botcazou  <ebotcazou@adacore.com>
6291
6292         PR rtl-optimization/51924
6293         * ree.c (combine_set_extension): Improve debugging message.
6294         (combine_reaching_defs): Likewise.
6295         (get_defs): Rename confusingly named variable.
6296         (find_and_remove_re): Skip a candidate if the extension expression has
6297         been modified.
6298
6299 2012-01-21  Robert Millan  <rmh@gnu.org>
6300             Gerald Pfeifer  <gerald@pfeifer.com>
6301
6302         * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
6303         (GNU_USER_DYNAMIC_LINKER): Adjust indentation.
6304
6305 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
6306
6307         PR tree-optimization/51914
6308         * tree-vect-stmts.c (vectorizable_conversion): For
6309         cvt_type && modifier == WIDEN, put temporary with cvt_type
6310         at the beginning of vec_dsts and set vec_dest to temporary
6311         with vectype_out.
6312
6313 2012-01-20  Eric Botcazou  <ebotcazou@adacore.com>
6314
6315         * cfgrtl.c (rtl_dump_bb): Do not dump insns for {ENTRY|EXIT}_BLOCK.
6316
6317 2011-01-20  Tijl Coosemans  <tijl@coosemans.org>
6318
6319         * config/i386/i386.c: Fix checks for !TARGET_MACHO.
6320         * config/rs6000/rs6000.c: Likewise.
6321
6322 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
6323
6324         PR target/51915
6325         * config/arm/arm.c (arm_count_output_move_double_insns): Call
6326         output_move_double on a copy of operands array.
6327
6328 2012-01-20  Cary Coutant  <ccoutant@google.com>
6329             Dodji Seketeli  <dodji@redhat.com>
6330
6331         PR debug/45682
6332         * dwarf2out.c (copy_declaration_context): Return ref to parent
6333         of declaration DIE, if necessary.
6334         (remove_child_or_replace_with_skeleton): Add new parameter; update
6335         caller.  Place skeleton DIE under parent DIE of original declaration.
6336         Move call to copy_declaration_context to here ...
6337         (break_out_comdat_types): ... from here.
6338
6339 2012-01-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6340
6341         PR rtl-optimization/51856
6342         * reload.c (find_reloads_subreg_address): Set the address_reloaded
6343         flag to reloaded.
6344
6345 2012-01-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
6346
6347         PR target/51819
6348         * config/arm/arm.c (arm_print_operand): Correct output of alignment
6349         hints for neon loads and stores.
6350
6351 2012-01-20  Georg-Johann Lay  <avr@gjlay.de>
6352
6353         PR target/49868
6354         PR target/50887
6355         * doc/extend.texi (Named Address Spaces): Split into subsections.
6356         (AVR Named Address Spaces): New subsection.
6357         (M32C Named Address Spaces): New subsection.
6358         (RL78 Named Address Spaces): New subsection.
6359         (SPU Named Address Spaces): New subsection.
6360         (Variable Attributes): New anchor "AVR Variable Attributes".
6361         (AVR Variable Attributes): Rewrite and avoid wording
6362         "address space" in this context.
6363         * doc/invoke.texi (AVR Options): Rewrite and add documentation
6364         for -maccumulate-args, -mbranch-cost=, -mrelax, -mshort-calls.
6365         (AVR Built-in Macros): New subsubsection therein.
6366         * doc/md.texi (AVR constraints): Remove "C04", "R".
6367
6368 2012-01-20  Richard Guenther  <rguenther@suse.de>
6369
6370         PR tree-optimization/51903
6371         * tree-ssa-pre.c (eliminate): Properly purging of EH edges
6372         when removing stmts.
6373
6374 2012-01-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
6375
6376         PR target/50313
6377         * config/arm/arm.c (arm_load_pic_register): Use
6378         gen_pic_load_addr_unified. Delete calls to gen_pic_load_addr_32bit
6379         , gen_pic_add_dot_plus_eight and gen_pic_add_dot_plus_four.
6380         (arm_pic_static_addr): Likewise.
6381         (arm_rtx_costs_1): Adjust cost for UNSPEC_PIC_UNIFIED.
6382         (arm_note_pic_base): Handle UNSPEC_PIC_UNIFIED.
6383         * config/arm/arm.md (UNSPEC_PIC_UNIFIED): Define.
6384         (pic_load_addr_unified): New.
6385
6386 2012-01-20  Andrey Belevantsev  <abel@ispras.ru>
6387
6388         PR target/51106
6389         * function.c (instantiate_virtual_regs_in_insn): Use
6390         delete_insn_and_edges when removing a wrong asm insn.
6391
6392 2012-01-19  Vladimir Makarov  <vmakarov@redhat.com>
6393
6394         PR rtl-optimization/40761
6395         * ira-int.h (struct ira_loop_tree_node): Add comment for member loop.
6396         Add new member loop_num.
6397         (IRA_LOOP_NODE_BY_INDEX): Modify the check.
6398         (ira_build): Remove the parameter.
6399
6400         * ira.c (ira_print_disposition): Use loop_num instead of loop->num.
6401         (ira.c): Do not build CFG loops for one region allocation.  Remove
6402         argument from ira_build call.
6403
6404         * ira-build.c (init_loop_tree_node): New function.
6405         (create_loop_tree_nodes): Use it.  Separate the case when CFG
6406         loops are not built.
6407         (more_one_region_p): Check current_loops.
6408         (finish_loop_tree_nodes): Separate the case when CFG loops are not
6409         built.
6410         (add_loop_to_tree): Process loop equal to NULL too.
6411         (form_loop_tree): Separate the case when CFG loops are not built.
6412         Use explicitly number for the root.
6413         (rebuild_regno_allocno_maps, create_loop_tree_node_allocnos): Add
6414         an assertion.
6415         (ira_print_expanded_allocno, loop_compare_func): Use loop_num
6416         instead of loop->num.
6417         (mark_loops_for_removal): Ditto.  Use loop_num instead of loop->num.
6418         (mark_all_loops_for_removal): Ditto.
6419         (remove_unnecessary_regions): Separate the case when CFG loops
6420         are not built.
6421         (ira_build): Remove the parameter.  Use explicit number of regions
6422         when CFG loops are not built.
6423
6424         * ira-color.c (print_loop_title): Separate the case for the root node.
6425         Use loop_num instead of loop->num.
6426         (move_spill_restore): Use loop_num instead of loop->num.
6427
6428         * ira-emit.c (setup_entered_from_non_parent_p): Add an assertion.
6429         (change_loop): Ditto.
6430         (change_loop): Use loop_num instead of loop->num.
6431
6432         * ira-lives.c (process_bb_node_lives): Ditto.
6433
6434         * ira-costs.c (print_allocno_costs, find_costs_and_classes): Ditto.
6435
6436         * ira-conflicts.c (print_allocno_conflicts): Ditto.
6437
6438 2012-01-19  Jakub Jelinek  <jakub@redhat.com>
6439
6440         PR libmudflap/40778
6441         * tree-mudflap.c (mf_artificial): New function.
6442         (execute_mudflap_function_ops, execute_mudflap_function_decls,
6443         mx_register_decls, mudflap_enqueue_decl): Use it.
6444
6445         PR target/51876
6446         * config/arm/neon.md (*neon_vswp<mode>): Fix up operand
6447         numbers in the insn pattern.
6448
6449 2012-01-19  Michael Matz  <matz@suse.de>
6450
6451         PR tree-optimization/46590
6452         * cfgexpand.c (add_scope_conflicts_1): New old_conflicts argument,
6453         use it in remembering which conflicts we already created.
6454         (add_scope_conflicts): Adjust call to above, (de)allocate helper
6455         bitmap.
6456
6457 2012-01-19  Aldy Hernandez  <aldyh@redhat.com>
6458
6459         PR lto/51280
6460         * lto-wrapper.c (run_gcc): Pass -fgnu_tm on.
6461         (merge_and_complain): Same.
6462
6463 2012-01-19  Jakub Jelinek  <jakub@redhat.com>
6464
6465         PR bootstrap/50237
6466         * config/initfini-array.h: Guard content of the header
6467         with #ifdef HAVE_INITFINI_ARRAY.
6468         * configure.ac: Move gcc_AC_INITFINI_ARRAY much later into the file.
6469         Add initfini-array.h to tm_file here.
6470         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): For non-ia64 do a linker test.
6471         * config.gcc: Don't add initfini-array.h to tm_file here.
6472         * configure: Regenerated.
6473
6474 2012-01-19  Andrey Belevantsev  <abel@ispras.ru>
6475
6476         PR rtl-optimization/51505
6477         * df-problems.c (df_kill_notes): New parameter live. Update comment.
6478         Remove REG_EQUAL/REG_EQUIV notes referring to dead registers.
6479         (df_note_bb_compute): Update the call to df_kill_notes.
6480
6481 2012-01-18  Aldy Hernandez  <aldyh@redhat.com>
6482
6483         * trans-mem.c (requires_barrier): Remove call to is_global_var.
6484
6485 2012-01-18  Richard Guenther  <rguenther@suse.de>
6486
6487         * tree-ssa.c (useless_type_conversion_p): Remove special-casing
6488         of conversions to void *.
6489
6490 2012-01-17  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6491             Richard Sandiford  <rdsandiford@googlemail.com>
6492
6493         PR middle-end/50325
6494         PR middle-end/51192
6495         * optabs.h (simplify_expand_binop): Declare.
6496         * optabs.c (simplify_expand_binop): Make global.
6497         * expmed.c (store_bit_field_1): Use simplify_expand_binop on big
6498         endian targets if the source cannot be exactly covered by word
6499         mode chunks.
6500
6501 2012-01-17  Jakub Jelinek  <jakub@redhat.com>
6502
6503         PR bootstrap/51872
6504         * hard-reg-set.h (struct hard_reg_set_container): New type.
6505         * target.h (struct hard_reg_set_container): Forward declare.
6506         * target.def (set_up_by_prologue): New target hook.
6507         * doc/tm.texi.in (TARGET_SET_UP_BY_PROLOGUE): Document it.
6508         * doc/tm.texi: Regenerated.
6509         * function.c (thread_prologue_and_epilogue_insns): Change
6510         set_up_by_prologue HARD_REG_SET into struct hard_reg_set_container.
6511         Call targetm.set_up_by_prologue on it.
6512         * config/rs6000/rs6000.c (rs6000_set_up_by_prologue): New function.
6513         (TARGET_SET_UP_BY_PROLOGUE): Redefine to it.
6514
6515 2012-01-17  Nick Clifton  <nickc@redhat.com>
6516
6517         * config/rx/rx.c (rx_can_use_simple_return): New function.
6518         * config/rx/rx-protos.h (rx_can_use_simple_return): Prototype.
6519         * config/rx/rx.md (return): Predicate on rx_can_use_simple_return.
6520
6521 2012-01-17  Richard Guenther  <rguenther@suse.de>
6522
6523         PR middle-end/51782
6524         * expr.c (expand_assignment): Take address-space information
6525         from the address operand of MEM_REF and TARGET_MEM_REF.
6526         (expand_expr_real_1): Likewise.
6527
6528 2012-01-17  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6529
6530         * ira.c (do_reload): Make sure ira_dump_file is re-set if no
6531         reload dump is requested.
6532
6533 2012-01-17  Aldy Hernandez  <aldyh@redhat.com>
6534
6535         PR other/51165
6536         * trans-mem.c (requires_barrier): Call may_be_aliased.
6537
6538 2012-01-17  Jakub Jelinek  <jakub@redhat.com>
6539
6540         PR tree-optimization/51877
6541         * tree-ssa-tail-merge.c (gimple_equal_p): Don't return true whenever
6542         call arguments and fndecls compare equal, instead return false if they
6543         don't.  Return true only if lhs1 and lhs2 are either both NULL, or
6544         both SSA_NAMEs that are valueized the same, or they satisfy
6545         operand_equal_p.
6546
6547 2012-01-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6548
6549         * configure.ac (gcc_cv_target_dl_iterate_phdr): Only check on
6550         Solaris 11+.
6551         * configure: Regenerate.
6552
6553 2012-01-16  Jan Hubicka  <jh@suse.cz>
6554
6555         PR c/12245
6556         PR c++/14179
6557         * convert.c (convert_to_integer): Use fold_convert for
6558         converting an INTEGER_CST to integer type.
6559
6560 2012-01-16  Jason Merrill  <jason@redhat.com>
6561
6562         PR c++/14179
6563         * vec.c (vec_gc_o_reserve_1): Use ggc_round_alloc_size.
6564
6565 2012-01-16  Jakub Jelinek  <jakub@redhat.com>
6566
6567         PR bootstrap/51860
6568         * config/s390/s390.c (s390_chunkify_start): Don't skip
6569         call insns followed by NOTE_INSN_CALL_ARG_LOCATION note.  Skip
6570         NOTE_INSN_VAR_LOCATION and NOTE_INSN_CALL_ARG_LOCATION notes.
6571         If insn is followed by NOTE_INSN_VAR_LOCATION or
6572         NOTE_INSN_CALL_ARG_LOCATION notes, insert jump after all those notes.
6573         Don't use location of note insns.
6574
6575         PR tree-optimization/51865
6576         * tree-inline.c (tree_function_versioning): Call remap_decl
6577         on DECL_RESULT whenever it has VOID_TYPE_P type.
6578
6579 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
6580
6581         * config/mips/mips.c (mips16_build_call_stub): Don't use a stub
6582         for calls to locally-binding MIPS16 functions if only the return
6583         type uses float regs.
6584
6585 2012-01-15  Chung-Lin Tang  <cltang@codesourcery.com>
6586             Richard Sandiford  <rdsandiford@googlemail.com>
6587
6588         * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): Delete.
6589         (SYMBOL_32_HIGH): Likewise.
6590         (mips_output_tls_reloc_directive): Declare.
6591         * config/mips/mips.h (PIC_FUNCTION_ADDR_REGNUM): Move to mips.md.
6592         (mips_use_pcrel_pool_p, mips_lo_relocs, mips_hi_relocs): Declare.
6593         * config/mips/mips.c (mips_use_pcrel_pool_p): New variable.
6594         (mips_lo_relocs, mips_hi_relocs): Make extern.
6595         (mips16_stub_function): Move up file.
6596         (mips_classify_symbol): Remove SYMBOL_FORCE_TO_MEM handling.
6597         (mips_symbolic_constant_p): Likewise.  Remove SYMBOL_32_HIGH too.
6598         (mips_symbol_insns_1): Likewise.  Check mips_use_pcrel_pool_p.
6599         (mips_cannot_force_const_mem): Use mips_use_pcrel_pool_p instead of
6600         SYMBOL_FORCE_TO_MEM.  Only check mips_tls_symbol_ref_1 if it's false.
6601         (mips_get_tp): Add MIPS16 support.
6602         (mips_legitimize_tls_address): Remove MIPS16 sorry().
6603         Generalize DTPREL and TPREL handling.
6604         (mips_init_relocs): Initialize mips_use_pcrel_pool_p.
6605         Add MIPS16 TLS support.
6606         (mips_output_tls_reloc_directive): New function.
6607         (mips16_rewrite_pool_refs): Ignore UNSPEC_TLS_GET_TPs.
6608         * config/mips/predicates.md (symbolic_operand_with_high)
6609         (tls_reloc_operand): New predicates.
6610         (force_to_mem_operand): Use mips_use_pcrel_pool_p.
6611         * config/mips/mips.md (UNSPEC_UNSHIFTED_HIGH): New unspec.
6612         (PIC_FUNCTION_ADDR_REGNUM): Moved from mips.h.
6613         (*unshifted_high): New instruction.  Use it for MIPS16 high splitter.
6614         (consttable_tls_reloc, tls_get_tp_mips16_<mode>): New patterns.
6615         (*tls_get_tp_mips16_call_<mode>): Likewise.
6616
6617 2012-01-15  Uros Bizjak  <ubizjak@gmail.com>
6618
6619         PR rtl-optimization/51821
6620         * recog.c (peep2_find_free_register): Determine clobbered registers
6621         from insn pattern.
6622
6623 2012-01-14  Denis Chertykov  <chertykov@gmail.com>
6624
6625         PR target/50925
6626         * config/avr/avr-protos.h: Revert change of 2012-01-09.
6627         * config/avr/avr.c: Likewise.
6628         * config/avr/avr.h: Likewise.
6629
6630 2012-01-13  Ian Lance Taylor  <iant@google.com>
6631
6632         PR c++/50012
6633         * tree.h (TYPE_QUALS): Add cast to int.
6634         (TYPE_QUALS_NO_ADDR_SPACE): Likewise.
6635
6636 2012-01-13  Ian Lance Taylor  <iant@google.com>
6637
6638         * ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when
6639         comparing param_index to VEC_length result.
6640
6641 2012-01-13  Steven Bosscher  <steven@gcc.gnu.org>
6642
6643         * c-decl.c: Do not include tree-mudflap.h
6644         * tree-optimize.c: Likewise.
6645         * Makefile.in: Update dependencies.
6646
6647 2012-01-13  Richard Guenther  <rguenther@suse.de>
6648
6649         PR middle-end/8081
6650         * gimplify.c (gimplify_modify_expr_rhs): For calls with a
6651         variable-sized result always use RSO.
6652
6653 2012-01-12  DJ Delorie  <dj@redhat.com>
6654
6655         * cfgexpand.c (convert_debug_memory_address): Allow any valid
6656         pointer type, not just the default pointer type.
6657
6658 2012-01-09  Richard Henderson  <rth@redhat.com>
6659             Denis Chertykov  <chertykov@gmail.com>
6660
6661         PR target/50925
6662         * config/avr/avr-protos.h (avr_hard_regno_nregs): Declare.
6663         * config/avr/avr.c (avr_can_eliminate): Simplify.
6664         (avr_initial_elimination_offset): Likewise.
6665         (avr_prologue_setup_frame): Use hard_frame_pointer_rtx.
6666         (expand_epilogue): Likewise.
6667         (avr_legitimize_address): Gut.
6668         (avr_legitimize_reload_address): Use hard_frame_pointer_rtx.
6669         (avr_hard_regno_nregs): New.
6670         (avr_hard_regno_ok): Allow only Pmode for arg and frame_pointers.
6671         (avr_regno_mode_code_ok_for_base_b): Handle arg and frame pointers.
6672         * config/avr/avr.h (FIXED_REGISTERS): Adjust arg pointer,
6673         add soft frame pointer.
6674         (CALL_USED_REGISTERS): Likewise.
6675         (REG_CLASS_CONTENTS): Likewise.
6676         (REGISTER_NAMES): Likewise.
6677         (HARD_REGNO_NREGS): Use avr_hard_regno_nregs.
6678         (HARD_FRAME_POINTER_REGNUM): New.
6679         (FRAME_POINTER_REGNUM): Use soft frame pointer.
6680         (ELIMINABLE_REGS): Eliminate from the soft frame pointer,
6681         remove the HARD_FRAME_POINTER self-elimination.
6682
6683 2012-01-12  Georg-Johann Lay  <avr@gjlay.de>
6684
6685         PR target/51756
6686         * config/avr/avr.c (avr_encode_section_info): Test for absence of
6687         DECL_EXTERNAL when checking for initializers of progmem variables.
6688
6689 2012-01-12  Ira Rosen  <irar@il.ibm.com>
6690
6691         PR tree-optimization/51799
6692         * tree-vect-patterns.c (vect_recog_over_widening_pattern): Check
6693         that the last operation is a type demotion.
6694
6695 2012-01-12  Uros Bizjak  <ubizjak@gmail.com>
6696
6697         * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
6698         (x86_shift<mode>_adj_1): Remove operand constraint from operand 3.
6699
6700 2012-01-11  Jakub Jelinek  <jakub@redhat.com>
6701
6702         PR bootstrap/51796
6703         * combine.c (distribute_notes): If i3 is a noreturn call,
6704         allow old_size to be equal to args_size and make sure the
6705         noreturn call gets REG_ARGS_SIZE note.
6706         * expr.c (fixup_args_size_notes): Put REG_ARGS_SIZE notes
6707         on noreturn calls even when the delta is 0.
6708
6709 2012-01-11  Nathan Sidwell  <nathan@acm.org>
6710
6711         * gcov.c (STRING_SIZE): Remove.
6712         (generate_results): Erase annotations for source files with no
6713         coverage information.
6714         (read_line): New.
6715         (output_lines): Use it.
6716
6717 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
6718
6719         * gimple.h (gimplify_body): Remove first argument.
6720         * gimplify.c (copy_if_shared): Add DATA argument.  Do not create the
6721         pointer set here, instead just pass DATA to walk_tree.
6722         (unshare_body): Remove BODY_P argument and adjust.  Create the pointer
6723         set here and invoke copy_if_shared on the size trees of DECL_RESULT.
6724         (unvisit_body): Likewise, but with unmark_visited.
6725         (gimplify_body): Remove BODY_P argument and adjust.
6726         (gimplify_function_tree): Adjust call to gimplify_body.
6727         * omp-low.c (finalize_task_copyfn): Likewise.
6728
6729 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
6730
6731         * tree.h (build_function_decl_skip_args): Add boolean parameter.
6732         (build_function_type_skip_args): Delete.
6733         * tree.c (build_function_type_skip_args): Make static and add
6734         SKIP_RETURN parameter.  Fix thinko in the handling of variants.
6735         (build_function_decl_skip_args): Add SKIP_RETURN parameter and
6736         pass it to build_function_type_skip_args.
6737         * cgraph.h (cgraph_function_versioning): Add boolean parameter.
6738         (tree_function_versioning): Likewise.
6739         * cgraph.c (cgraph_create_virtual_clone): Adjust call to
6740         build_function_decl_skip_args.
6741         * cgraphunit.c (cgraph_function_versioning): Add SKIP_RETURN parameter
6742         and pass it to build_function_decl_skip_args/tree_function_versioning.
6743         (cgraph_materialize_clone): Adjust call to tree_function_versioning.
6744         * ipa-inline-transform.c (save_inline_function_body): Likewise.
6745         * trans-mem.c (ipa_tm_create_version): Likewise.
6746         * tree-sra.c (modify_function): Ditto for cgraph_function_versioning.
6747         * tree-inline.c (declare_return_variable): Remove always-true test.
6748         (tree_function_versioning): Add SKIP_RETURN parameter.  If the function
6749         returns non-void and SKIP_RETURN, create a void-typed RESULT_DECL.
6750         * ipa-split.c (split_function): Skip the return value for the split
6751         part if it doesn't return.
6752
6753 2012-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6754
6755         PR tree-optimization/49642
6756         * ipa-split.c (forbidden_dominators): New variable.
6757         (check_forbidden_calls): New function.
6758         (dominated_by_forbidden): Likewise.
6759         (consider_split): Check for forbidden dominators.
6760         (execute_split_functions): Initialize and free forbidden
6761         dominators info; call check_forbidden_calls.
6762
6763 2012-01-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6764
6765         * config/arm/arm.md (mov_notscc): Use MVN for false condition.
6766
6767 2012-01-11  Nick Clifton  <nickc@redhat.com>
6768
6769         * config/rx/rx.md (return): Define pattern.
6770
6771 2012-01-11  Richard Guenther  <rguenther@suse.de>
6772
6773         * doc/extend.texi (malloc attribute): Adjust according to
6774         implementation.
6775
6776 2012-01-10  Aldy Hernandez  <aldyh@redhat.com>
6777             Patrick Marlier  <patrick.marlier@gmail.com>
6778
6779         PR middle-end/51516
6780         * trans-mem.c (get_cg_data): Traverse aliases if requested.
6781         (ipa_tm_scan_calls_block): Update parameters to get_cg_data.
6782         (ipa_tm_note_irrevocable): Same.
6783         (ipa_tm_scan_irr_block): Same.
6784         (ipa_tm_decrement_clone_counts): Same.
6785         (ipa_tm_scan_irr_function): Same.
6786         (ipa_tm_create_version_alias): Same.
6787         (ipa_tm_create_version): Same.
6788         (ipa_tm_transform_calls_redirect): Same.
6789         (ipa_tm_transform_calls): Same.
6790         (ipa_tm_transform_transaction): Same.
6791         (ipa_tm_execute): Same.
6792
6793 2012-01-10  Richard Guenther  <rguenther@suse.de>
6794
6795         PR middle-end/51806
6796         * opts.c (common_handle_option): Handle -Werror.
6797
6798 2012-01-10  Andreas Schwab  <schwab@linux-m68k.org>
6799
6800         * config/m68k/sync.md ("atomic_compare_and_swap<mode>_1"): Fix
6801         operand number.
6802
6803 2012-01-10  Jason Merrill  <jason@redhat.com>
6804
6805         * doc/invoke.texi (C++ Dialect Options): Update -fabi-version=6
6806         information.
6807
6808 2012-01-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6809
6810         * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check if linker
6811         supports R_386_TLS_GD_PLT reloc.
6812         (gcc_cv_as_ix86_tlsldmplt): Check if linker
6813         supports R_386_TLS_LDM_PLT reloc.
6814         * configure: Regenerate.
6815         * config.in: Regenerate.
6816
6817 2012-01-10  Georg-Johann Lay  <avr@gjlay.de>
6818
6819         PR target/49868
6820         Extend __pgmx semantics to linearize memory.
6821         * config/avr/avr.md (mov<mode>): Use avr_xload_libgcc_p to
6822         determine if code comes inline or from libgcc.
6823         (MOVMEM_r_d:HI): Add "w" to constraint for better preference.
6824         (movmem_qi, movmem_qi): Set constraint #2 to "n".
6825         (movmem_qi_elpm, movmem_hi_elpm): Remove insns.
6826         (movmemx_qi, movmemx_hi): New insns.
6827         (xload_<mode>_libgcc): Rewrite to new insn condition.
6828         (xload_<mode>): Remove insns.
6829         * config/avr/avr.c (avr_out_xload): Rewrite: Only need to handle
6830         cases that don't satisfy avr_xload_libgcc_p().
6831         (avr_addr_space_convert): Allow converting in any direction.
6832         (avr_addr_space_subset_p): Return always true.
6833         (avr_xload_libgcc_p): Rewrite to fit new __pgmx semantics.
6834         (avr_emit_movmemhi): Ditto.
6835         (avr_out_lpm): No need to handle ADDR_SPACE_PGMX any more.
6836         (avr_out_movmem): Ditto.
6837         (AVR_SYMBOL_FLAG_PROGMEM): New macro.
6838         (AVR_SYMBOL_SET_ADDR_SPACE): New macro.
6839         (AVR_SYMBOL_GET_ADDR_SPACE): New macro.
6840         (avr_encode_section_info): Encode 'progmem' in symbol flags.
6841         (output_reload_in_const): Don't zero-extend any 24-bit symbols.
6842
6843 2012-01-10  Richard Guenther  <rguenther@suse.de>
6844
6845         PR tree-optimization/50913
6846         * graphite-scop-detection.c (stmt_has_simple_data_refs_p):
6847         Require data-refs to be representable by Graphite with respect
6848         to any loop nest.
6849
6850 2012-01-10  Uros Bizjak  <ubizjak@gmail.com>
6851
6852         * config/i386/constraints.md ("L"): Return true for 0xffffffff.
6853         * config/i386/i386.c (*anddi_1): Emit AND with 0xffffffff as MOV.
6854
6855 2012-01-10  Tom de Vries  <tom@codesourcery.com>
6856
6857         PR rtl-optimization/51271
6858         * dwarf2cfi.c (scan_trace): Save and restore cur_row->reg_save when
6859         handling annulled branch.
6860
6861 2012-01-10  Richard Henderson  <rth@redhat.com>
6862
6863         * config/arm/arm.c (arm_vectorize_vec_perm_const_ok,
6864         TARGET_VECTORIZE_VEC_PERM_CONST_OK, neon_split_vcombine, MAX_VECT_LEN,
6865         struct expand_vec_perm_d, arm_expand_vec_perm_1, arm_expand_vec_perm,
6866         arm_evpc_neon_vuzp, arm_evpc_neon_vzip, arm_evpc_neon_vrev,
6867         arm_evpc_neon_vtrn, arm_evpc_neon_vtbl, arm_expand_vec_perm_const_1,
6868         arm_expand_vec_perm_const): New.
6869         * config/arm/arm-protos.h: Update.
6870         * config/arm/neon.md (UNSPEC_VCONCAT): New.
6871         (*neon_vswp<VDQX>): New.
6872         (neon_vcombine<VDX>): Use neon_split_vcombine.
6873         (neon_vtbl1v16qi, neon_vtbl2v16qi, neon_vcombinev16qi): New.
6874         * config/arm/vec-common.md (vec_perm_const<VALL>): New.
6875         (vec_perm<VE>): New.
6876
6877 2012-01-10  Richard Henderson  <rth@redhat.com>
6878
6879         * config/arm/arm.c (arm_gen_compare_reg): Add scratch argument;
6880         use it if reload_completed.
6881         (arm_legitimize_sync_memory, arm_emit, arm_insn_count, arm_count,
6882         arm_output_asm_insn, arm_process_output_memory_barrier,
6883         arm_output_memory_barrier, arm_ldrex_suffix, arm_output_ldrex,
6884         arm_output_strex, arm_output_it, arm_output_op2, arm_output_op3,
6885         arm_output_sync_loop, arm_get_sync_operand, FETCH_SYNC_OPERAND,
6886         arm_process_output_sync_insn, arm_output_sync_insn,
6887         arm_sync_loop_insns, arm_call_generator, arm_expand_sync): Remove.
6888         (arm_pre_atomic_barrier, arm_post_atomic_barrier): New.
6889         (arm_emit_load_exclusive, arm_emit_store_exclusive): New.
6890         (emit_unlikely_jump): New.
6891         (arm_expand_compare_and_swap, arm_split_compare_and_swap): New.
6892         (arm_split_atomic_op): New.
6893         * config/arm/arm-protos.h: Update.
6894         * config/arm/arm.h (enum arm_sync_generator_tag): Remove.
6895         (struct arm_sync_generator): Remove.
6896         * config/arm/arm.md (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK,
6897         VUNSPEC_SYNC_OP, VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): Remove.
6898         (VUNSPEC_ATOMIC_CAS, VUNSPEC_ATOMIC_XCHG, VUNSPEC_ATOMIC_OP): New.
6899         (VUNSPEC_LL, VUNSPEC_SC): New.
6900         (sync_result, sync_memory, sync_required_value, sync_new_value,
6901         sync_t1, sync_t2, sync_release_barrier, sync_op): Remove.
6902         (attr length): Don't use arm_sync_loop_insns.
6903         (cbranch_cc, cstore_cc): Update call to arm_gen_compare_reg.
6904         (movsfcc, movdfcc): Likewise.
6905         * config/arm/constraints.md (Ua): New.
6906         * config/arm/prediates.md (mem_noofs_operand): New.
6907         (sync_compare_and_swap<QHSD>, sync_lock_test_and_set<QHSD>): Remove.
6908         (sync_clobber, sync_t2_reqd): Remove.
6909         (sync_<syncop><QHSD>, sync_nand<QHSD>): Remove.
6910         (sync_new_<syncop><QHSD>, sync_new_nand<QHSD>): Remove.
6911         (sync_old_<syncop><QHSD>, sync_old_nand<QHSD>): Remove.
6912         (arm_sync_compare_and_swap<SIDI>): Remove.
6913         (arm_sync_compare_and_swap<NARROW>): Remove.
6914         (arm_sync_lock_test_and_set<SIDI>): Remove.
6915         (arm_sync_lock_test_and_set<NARROW>): Remove.
6916         (arm_sync_new_<syncop><SIDI>): Remove.
6917         (arm_sync_new_<syncop><NARROW>): Remove.
6918         (arm_sync_new_nand<SIDI>): Remove.
6919         (arm_sync_new_nand<NARROW>): Remove.
6920         (arm_sync_old_<syncop><SIDI>): Remove.
6921         (arm_sync_old_<syncop><NARROW>): Remove.
6922         (arm_sync_old_nand<SIDI>): Remove.
6923         (arm_sync_old_nand<NARROW>): Remove.
6924         (*memory_barrier): Merge arm_output_memory_barrier.
6925         (atomic_compare_and_swap<QHSD>): New.
6926         (atomic_compare_and_swap<NARROW>_1): New.
6927         (atomic_compare_and_swap<SIDI>_1): New.
6928         (atomic_exchange<QHSD>): New.
6929         (cas_cmp_operand, cas_cmp_str): New.
6930         (atomic_op_operand, atomic_op_str): New.
6931         (atomic_<syncop><QHSD>, atomic_nand<QHSD>): New.
6932         (atomic_fetch_<syncop><QHSD>, atomic_fetch_nand<QHSD>): New.
6933         (atomic_<syncop>_fetch<QHSD>, atomic_nand_fetch<QHSD>): New.
6934         (arm_load_exclusive<NARROW>): New.
6935         (arm_load_exclusivesi, arm_load_exclusivedi): New.
6936         (arm_store_exclusive<QHSD>): New.
6937
6938 2012-01-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
6939
6940         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add DF
6941         reload patterns if -mvsx-scalar-memory.
6942
6943         * config/rs6000/vsx.md (vsx_xscvspdp): Allow xscvspdp to be
6944         generated, even -mno-vsx-scalar-double was used.
6945         (vsx_xscvdpsp_scalar): Likewise.
6946         (vsx_xscvspdp_scalar2): Likewise.
6947
6948 2012-01-09  Tom de Vries  <tom@codesourcery.com>
6949             Andrew Pinski  <apinski@cavium.com>
6950
6951         PR debug/51471
6952         * reorg.c (fill_slots_from_thread): Don't speculate
6953         frame-related insns.
6954
6955 2012-01-09  Richard Sandiford  <rdsandiford@googlemail.com>
6956
6957         * sched-int.h (bb_note): Move to...
6958         * basic-block.h: ...here.
6959         * haifa-sched.c (bb_note): Move to...
6960         * cfgrtl.c: ...here.
6961         * function.c (next_block_for_reg): New function.
6962         (move_insn_for_shrink_wrap): Likewise.
6963         (prepare_shrink_wrap): Rewrite to use the above.
6964
6965 2012-01-09  Aldy Hernandez  <aldyh@redhat.com>
6966
6967         * gimple.c (is_gimple_non_addressable): Remove.
6968         * gimple.h: Remove is_gimple_non_addressable.
6969         * gimplify.c (gimplify_modify_expr_rhs): Use is_gimple_reg instead of
6970         is_gimple_non_addressable.
6971         * trans-mem.c (expand_assign_tm): Same.
6972
6973 2012-01-09  Richard Guenther  <rguenther@suse.de>
6974
6975         PR tree-optimization/51775
6976         * tree-ssa-sccvn.c (visit_use): Value-number throwing stmts.
6977         * tree-ssa-pre.c (eliminate): Properly fixup EH info.
6978
6979 2012-01-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6980
6981         * config/arm/arm-cores.def (cortex-a15): Use cortex_a15_tune for
6982         tuning parameters.
6983         * config/arm/arm.c (arm_cortex_a15_tune): New static variable.
6984
6985 2012-01-09  Richard Guenther  <rguenther@suse.de>
6986
6987         * tree-streamer-out.c (write_ts_optimization): Fix spelling.
6988
6989 2012-01-08  Jan Hubicka  <jh@suse.cz>
6990
6991         PR tree-optimize/51680
6992         * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition
6993         on when known_vals needs to be computed; cleanup.
6994
6995 2012-01-08  Jan Hubicka  <jh@suse.cz>
6996
6997         PR tree-optimize/51694
6998         * ipa-cp.c (ipa_get_indirect_edge_target): Add bounds checks.
6999
7000 2012-01-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
7001
7002         * doc/cpp.texi (Predefined Macros): __STRICT_ANSI__ is defined
7003         for -std=c++98 and -std=c++11 too.
7004
7005 2012-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
7006
7007         * cfgloop.c (cancel_loop): Add free() of bbs array.
7008
7009 2012-01-07  Jan Hubicka  <jh@suse.cz>
7010
7011         PR tree-optimization/51600
7012         * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Disable code
7013         that benefits small functions.
7014
7015 2012-01-07  Jan Hubicka  <jh@suse.cz>
7016
7017         * ipa-inline.c (want_inline_small_function_p): Fix formating.
7018
7019 2012-01-07  Jan Hubicka  <jh@suse.cz>
7020
7021         PR tree-optimization/51680
7022         * ipa-inline.c (want_inline_small_function_p): Be more lax on functions
7023         whose inlining reduce unit size.
7024
7025 2012-01-07  Alexandre Oliva  <aoliva@redhat.com>
7026
7027         PR bootstrap/51725
7028         * cselib.c (new_elt_loc_list): Promote addr_list to canonical node.
7029         Add canonical node to containing_mem chain after the non-canonical
7030         one, even if there weren't any locs to propagate.
7031         (remove_useless_values): Keep only canonical values.
7032         (add_mem_for_addr, cselib_lookup_mem): Canonicalize addr.
7033         (cselib_invalidate_mem): Likewise.  Ensure v is canonical, and
7034         canonicalize mem_chain elements that are not discarded.
7035
7036 2012-01-06  Jakub Jelinek  <jakub@redhat.com>
7037
7038         PR target/47333
7039         * cgraphunit.c (cgraph_optimize): Call output_weakrefs
7040         before emitting functions.
7041
7042         PR gcov-profile/50127
7043         * bb-reorder.c (partition_hot_cold_basic_blocks): Call
7044         clear_aux_for_blocks.
7045
7046 2012-01-06  Alexandre Oliva  <aoliva@redhat.com>
7047
7048         PR debug/51746
7049         * cselib.c (cselib_hash_rtx): Hash incoming VALUEs too.
7050
7051 2012-01-06  Arnaud Charlet  <charlet@adacore.com>
7052
7053         * c-decl.c (ext_block): Moved up.
7054         (collect_all_refs, for_each_global_decl): Take ext_block into account.
7055
7056 2012-01-06  Han Shen  <shenhan@google.com>
7057
7058         Translate built-in include paths for sysroot.
7059         * Makefile.in (gcc_gxx_include_dir_add_sysroot): New.
7060         (PREPROCESSOR_DEFINES): Define GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT.
7061
7062         * cppdefault.c (cpp_include_defaults): Replace hard coded "0" with
7063         GPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT for "add_sysroot" field.
7064
7065         * configure.ac (AC_SUBST): Add gcc_gxx_include_dir_add_sysroot to
7066         control whether sysroot should be prepended to gxx include dir.
7067
7068         * configure: Regenerate.
7069
7070 2012-01-06  Torvald Riegel  <triegel@redhat.com>
7071
7072         PR rtl-optimization/51771
7073         * builtin-attrs.def (ATTR_RETURNS_TWICE, ATTR_TM_NOTHROW_RT_LIST): New.
7074         * gtm-builtins.def (BUILT_IN_TM_START): Add returns-twice attrib.
7075
7076 2012-01-05  Eric Botcazou  <ebotcazou@adacore.com>
7077
7078         PR tree-optimization/51315
7079         * tree-sra.c (tree_non_aligned_mem_for_access_p): New predicate.
7080         (build_accesses_from_assign): Use it instead of tree_non_aligned_mem_p.
7081
7082 2012-01-05  Uros Bizjak  <ubizjak@gmail.com>
7083
7084         PR target/51681
7085         * config/ia64/ia64.c (expand_vec_perm_shrp): Use correct operands
7086         for shrp pattern.  Correctly handle and fixup shift variable.
7087         Return false when shift > nelt for BYTES_BIG_ENDIAN target.
7088
7089 2012-01-05  Jakub Jelinek  <jakub@redhat.com>
7090
7091         PR debug/51762
7092         * calls.c (emit_call_1): For noreturn calls force a REG_ARGS_SIZE
7093         note when !ACCUMULATE_OUTGOING_ARGS.
7094
7095 2012-01-05  Eric Botcazou  <ebotcazou@adacore.com>
7096
7097         * tree-vrp.c (extract_range_from_binary_expr_1): Remove duplicated
7098         condition.
7099         (extract_range_from_unary_expr_1): Avoid useless computations.
7100
7101 2012-01-05  Jakub Jelinek  <jakub@redhat.com>
7102
7103         PR rtl-optimization/51767
7104         * cfgrtl.c (force_nonfallthru_and_redirect): Force addition
7105         of jump_block and add an extra edge for degenerated asm gotos.
7106
7107         PR middle-end/51768
7108         * stmt.c (check_unique_operand_names): Don't ICE during error
7109         reporting if i is from labels chain.
7110
7111         PR middle-end/44777
7112         * profile.c (branch_prob): Split bbs that have exit edge
7113         and need a fake entry edge too.
7114
7115 2012-01-05  Jan Hubicka  <jh@suse.cz>
7116
7117         PR middle-end/49710
7118         * cfgloopmanip.c (remove_path): Walk loop hiearchy upwards when
7119         unlooping loops.
7120
7121 2012-01-05  Richard Guenther  <rguenther@suse.de>
7122
7123         PR lto/50490
7124         * tree-streamer-out.c (write_ts_optimization): New function.
7125         (streamer_write_tree_body): Call it.
7126         * tree-streamer-in.c (lto_input_ts_optimization): New function.
7127         (streamer_read_tree_body): Call it.
7128         * lto-streamer-out.c (lto_is_streamable): Handle OPTIMIZATION_NODE.
7129
7130 2012-01-05  Jakub Jelinek  <jakub@redhat.com>
7131
7132         PR middle-end/51761
7133         * gimple.h (struct gimplify_ctx): Add in_cleanup_point_expr field.
7134         * gimplify.c (gimplify_cleanup_point_expr): Save and set
7135         in_cleanup_point_expr before gimplify_stmt call and restore it
7136         afterwards.
7137         (gimplify_target_expr): Don't add {CLOBBER} cleanup if
7138         in_cleanup_point_expr is false.
7139
7140 2012-01-05  Richard Guenther  <rguenther@suse.de>
7141
7142         PR middle-end/51764
7143         * common.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move
7144         to c.opt.
7145         * toplev.c (process_options): Reject combining mudflap and LTO.
7146         * tree-nomudflap.c (nogo): Use sorry instead of internal_error.
7147
7148 2012-01-05  Richard Guenther  <rguenther@suse.de>
7149
7150         PR tree-optimization/51760
7151         * tree-ssa-ccp.c (likely_value): Drop UNDEFINED to CONSTANT,
7152         not VARYING.
7153         (bit_value_unop): Handle UNDEFINED operands.
7154         (bit_value_binop): Likewise.
7155
7156 2012-01-05  Georg-Johann Lay  <avr@gjlay.de>
7157
7158         * config/avr/avr.c (avr_replace_prefix): Remove.
7159         (avr_asm_named_section): Use ACONCAT instead of avr_replace_prefix.
7160         (avr_asm_function_rodata_section): Ditto.
7161         (avr_asm_select_section): Ditto.
7162
7163 2012-01-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7164
7165         * reload.c (find_reloads): Adjust LABEL_NUSES on REG_LABEL_OPERAND
7166         insertion.
7167
7168 2012-01-05  Jakub Jelinek  <jakub@redhat.com>
7169
7170         PR bootstrap/51648
7171         * tree-cfg.c (need_fake_edge_p): Return true also for noreturn
7172         calls that have any non-fake successor edges.
7173
7174         PR debug/51746
7175         * var-tracking.c (add_stores): For COND_EXEC allow oval to be NULL.
7176
7177 2012-01-04  Eric Botcazou  <ebotcazou@adacore.com>
7178
7179         PR tree-optimization/51624
7180         * tree-sra.c (build_ref_for_model): When replicating a chain of
7181         COMPONENT_REFs, stop as soon as the offset would become negative.
7182
7183 2012-01-04  Jakub Jelinek  <jakub@redhat.com>
7184
7185         PR debug/51695
7186         * dwarf2out.c (output_loc_list): For now drop >= 64KB expressions
7187         in .debug_loc on the floor.
7188
7189 2012-01-04  Andrew Pinski  <apinski@cavium.com>
7190
7191         * doc/invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.
7192
7193 2012-01-04  Andrew Pinski  <apinski@cavium.com>
7194             Adam Nemet  <anemet@caviumnetworks.com>
7195
7196         * config/mips/mips.md (size): Add SI and DI.
7197         (SIZE): New mode attribute.
7198         (U): New code attribute.
7199         * config/mips/mips-dsp.md (mips_lbux): Use gen_mips_lbux_extsi.
7200         (mips_lbux_<mode>): Delete.
7201         (mips_l<SHORT:size><u>x_ext<GPR:mode>_<P:mode>): New pattern.
7202         (mips_lhx): Use gen_mips_lhx_extsi.
7203         (mips_lhx_<mode>): Delete.
7204         (mips_lwx): Delete.
7205         (mips_l<size>x): New expand.
7206         (mips_lwx_<mode>): Delete.
7207         (mips_l<GPR:size>x_<P:mode>): New pattern.
7208         (*mips_lw<u>x_<P:mode>_ext): Likewise.
7209         * config/mips/mips-ftypes.def: Add DI f(POINTER, SI) function type.
7210         * config/mips/mips.c (mips_lx_address_p): New function.
7211         (mips_rtx_costs <case MEM>): Call mips_lx_address_p.
7212         (dsp64): New availability predicate.
7213         (mips_builtins): Add an entry for __builtin_mips_ldx.
7214         * config/mips/mips.h (ISA_HAS_LBX): New define.
7215         (ISA_HAS_LBUX): Likewise.
7216         (ISA_HAS_LHX): Likewise.
7217         (ISA_HAS_LHUX): Likewise.
7218         (ISA_HAS_LWX): Likewise.
7219         (ISA_HAS_LWUX): Likewise.
7220         (ISA_HAS_LDX): Likewise.
7221         * doc/extend.texi (__builtin_mips_ldx): Document.
7222
7223 2012-01-04  Tristan Gingold  <gingold@adacore.com>
7224
7225         * config/vms/xm-vms.h (HOST_LONG_FORMAT, HOST_PTR_PRINTF): Define
7226         when long pointers are used.
7227         * config.build (*-*-*vms*): Handle all OpenVMS targets.
7228         (alpha64-dec-*vms*, alpha*-dec-*vms*)
7229         (ia64-hp-*vms*): Remove.
7230         * config/vms/xm-vms64.h: Delete.
7231
7232 2012-01-04  Aldy Hernandez  <aldyh@redhat.com>
7233
7234         PR middle-end/51472
7235         * trans-mem.c (expand_assign_tm): Handle TM_MEMMOVE loads correctly.
7236
7237 2012-01-04  Aldy Hernandez  <aldyh@redhat.com>
7238
7239         * opts.c (finish_options): Remove duplicate sorry.
7240
7241 2012-01-04  Aldy Hernandez  <aldyh@redhat.com>
7242
7243         PR middle-end/51696
7244         * trans-mem.c (diagnose_tm_1): Display indirect calls with no name
7245         correctly.
7246
7247 2012-01-04  Richard Guenther  <rguenther@suse.de>
7248
7249         PR middle-end/51750
7250         * tree.c (size_low_cst): New function.
7251         * tree.h (size_low_cst): Declare.
7252         * fold-const.c (fold_comparison): Use it to extract the low
7253         part of the POINTER_PLUS_EXPR offset.
7254
7255 2012-01-04  Georg-Johann Lay  <avr@gjlay.de>
7256
7257         Fix clearing ZERO_REG
7258         * config/avr/avr.md (cc): Add alternative "ldi".
7259         (movqi_insn): Use it in cc attribute.
7260         * config/avr/avr.c (notice_update_cc): Handle CC_LDI.
7261         (output_reload_in_const): Use CLR to move 0 to ZERO_REG.
7262         (output_reload_insisf): Use ZERO_REG to pre-clear register.
7263
7264 2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7265
7266         * configure: Regenerate.
7267
7268 2012-01-04  Richard Guenther  <rguenther@suse.de>
7269
7270         PR tree-optimization/49651
7271         * tree-ssa-structalias.c (type_can_have_subvars): New function.
7272         (var_can_have_subvars): Use it.
7273         (get_constraint_for_1): Only consider subfields if there can be any.
7274
7275 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
7276
7277         PR bootstrap/51725
7278         * cselib.c (new_elt_loc_list): When moving locs from one cselib_val
7279         to its new canonical_cselib_val and the cselib_val was in
7280         first_containing_mem chain, but the canonical_cselib_val was not,
7281         add the latter into the chain.
7282         (cselib_invalidate_mem): Compare canonical_cselib_val of
7283         addr_list chain elt with v.
7284
7285         PR pch/51722
7286         * dwarf2out.c (dwarf2out_start_source_file, dwarf2out_define,
7287         dwarf2out_undef): Allocate e.info using ggc_strdup instead
7288         of xstrdup.
7289         (output_macinfo_op): Don't ggc_strdup fd->filename.
7290         (optimize_macinfo_range): Allocate grp_name using XALLOCAVEC,
7291         then ggc_strdup it.  Don't free inc->info or cur->info.
7292         (output_macinfo): Don't free ref->info or file->info.
7293
7294 2012-01-03  Ira Rosen  <irar@il.ibm.com>
7295
7296         PR tree-optimization/51269
7297         * tree-vect-loop-manip.c (set_prologue_iterations): Make
7298         first_niters a pointer.
7299         (slpeel_tree_peel_loop_to_edge): Likewise.
7300         (vect_do_peeling_for_loop_bound): Update call to
7301         slpeel_tree_peel_loop_to_edge.
7302         (vect_gen_niters_for_prolog_loop): Don't compute wide_prolog_niters
7303         here.  Remove it from the parameters list.
7304         (vect_do_peeling_for_alignment): Update calls and compute
7305         wide_prolog_niters.
7306
7307 2012-01-03  Richard Guenther  <rguenther@suse.de>
7308
7309         PR tree-optimization/51070
7310         * tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop):
7311         Properly handle calls.
7312
7313 2012-01-03  Richard Guenther  <rguenther@suse.de>
7314
7315         PR tree-optimization/51692
7316         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove
7317         the LHS of allocation stmts.
7318
7319 2012-01-03  Olivier Hainque  <hainque@adacore.com>
7320
7321         * system.h: Prior to #define, #undef fopen and freopen unconditionally.
7322
7323 2012-01-03  Olivier Hainque  <hainque@adacore.com>
7324
7325         * collect2.c (main): In AIX specific computations for vector
7326         insertions, use CONST_CAST2 to cast from char ** to const char **.
7327
7328 2012-01-03  Richard Guenther  <rguenther@suse.de>
7329
7330         PR debug/51650
7331         * dwarf2out.c (dwarf2out_finish): Always create a DIE for
7332         the context of a limbo DIE when it does not already exist.
7333
7334 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
7335
7336         PR tree-optimization/51719
7337         * value-prof.c (gimple_ic): When indirect call isn't noreturn,
7338         but direct call is, clear direct call's lhs and don't add fallthrough
7339         edge from dcall_bb to join_bb and PHIs.
7340
7341 2012-01-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7342
7343         * config/s390/s390.md ("*cmp<mode>_ccs"): Fix comment mentioning
7344         the instructions emitted by the pattern.
7345         ("*TDC_insn_<mode>"): Add comment.
7346
7347 2012-01-03  Richard Guenther  <rguenther@suse.de>
7348
7349         PR middle-end/51730
7350         * fold-const.c (fold_comparison): Properly canonicalize
7351         tree offset and HOST_WIDE_INT bit position.
7352
7353 2012-01-02  Uros Bizjak  <ubizjak@gmail.com>
7354
7355         * config/ia64/ia64.c (expand_vec_perm_broadcast): Use correct
7356         operands for extzv pattern.
7357
7358 2012-01-02  Jakub Jelinek  <jakub@redhat.com>
7359
7360         PR bootstrap/51725
7361         * cselib.c (add_mem_for_addr): Call canonical_cselib_val
7362         on mem_elt first.
7363
7364 2012-01-02  Sandra Loosemore  <sandra@codesourcery.com>
7365
7366         * doc/invoke.texi (-flto and related options): Copy-edit.
7367
7368 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
7369
7370         * config/mips/mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
7371
7372 2012-01-02  Jakub Jelinek  <jakub@redhat.com>
7373
7374         * config/i386/sse.md (*avx2_gatherdi<mode>_3, *avx2_gatherdi<mode>_4):
7375         New patterns.
7376
7377 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
7378
7379         * expr.h (move_by_pieces_ninsns): Declare.
7380         * expr.c (move_by_pieces_ninsns): Make external.
7381         * config/mips/mips-protos.h (mips_move_by_pieces_p): Declare.
7382         (mips_store_by_pieces_p): Likewise.
7383         * config/mips/mips.h (MOVE_BY_PIECES_P): Call mips_move_by_pieces_p.
7384         (STORE_BY_PIECES_P): Likewise mips_store_by_pieces_p.
7385         * config/mips/mips.c (mips_move_by_pieces_p): New function.
7386         (mips_store_by_pieces_p): Likewise.
7387
7388 2012-01-02  Jakub Jelinek  <jakub@redhat.com>
7389
7390         * passes.c (register_one_dump_file): Free full_name.
7391
7392         * reload1.c (reload): Don't allocate reg_max_ref_width here.
7393         (calculate_elim_costs_all_insns): Free offsets_at and
7394         offsets_known_at at the end and clear the pointers.
7395
7396 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
7397
7398         * config/avr/avr.opt (-mbranch-cost): Fix double definition of
7399         this option introduced in r180739.
7400
7401 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
7402
7403         PR target/51345
7404         * config.gcc (tm_file target=avr]): Add avr/avr-multilib.h
7405         (tmake_file target=avr): Add avr/t-multilib.
7406
7407         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use AVR_HAVE_8BIT_SP
7408         to built-in define __AVR_HAVE_8BIT_SP__, __AVR_HAVE_16BIT_SP__.
7409         * config/avr/genmultilib.awk: New file.
7410         * config/avr/t-multilib: New auto-generated file.
7411         * config/avr/multilib.h: New auto-generated file.
7412         * config/avr/t-avr (AVR_MCUS): New variable.
7413         (genopt.sh): Use it.
7414         (s-mlib): Depend on t-multilib.
7415         (t-multilib, multilib.h): New dependencies.
7416         (s-avr-mlib): New rule to build t-multilib, multilib.h from AVR_MCUS.
7417         (MULTILIB_OPTIONS): Remove.
7418         (MULTILIB_MATCHES): Remove.
7419         (MULTILIB_DIRNAMES): Remove.
7420         (MULTILIB_EXCEPTIONS): Remove:
7421         * config/avr/genopt.sh: Don't use hard coded file name;
7422         pass AVR_MCUS from t-avr instead.
7423
7424 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
7425
7426         * config/avr/avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".
7427
7428 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
7429
7430         Implement light-weight DImode support.
7431         * config/avr/avr-dimode.md: New file.
7432         * config/avr/avr.md: Include it.
7433         (adjust_len): Add plus64, compare64.
7434         (HIDI): Remove code iterator.
7435         (code_stdname): New code attribute.
7436         (rotx, rotsmode): Remove DI.
7437         (rotl<mode>3, *rotw<mode>, *rotb<mode>): Use HISI instead of HIDI
7438         as code iterator.
7439         * config/avr/avr-protos.h (avr_have_dimode): New.
7440         (avr_out_plus64, avr_out_compare64): New.
7441         * config/avr/avr.c (avr_out_compare): Handle DImode.
7442         (avr_have_dimode): New variable definition and initialization.
7443         (avr_out_compare64, avr_out_plus64): New functions.
7444         (avr_out_plus_1): Use simplify_unary_operation to negate xval.
7445         (adjust_insn_length): Handle ADJUST_LEN_COMPARE64, ADJUST_LEN_PLUS64.
7446         (avr_compare_pattern): Skip DImode comparisons.
7447
7448 2012-01-02  Revital Eres  <revital.eres@linaro.org>
7449
7450         * ddg.c (def_has_ccmode_p): New function.
7451         (add_cross_iteration_register_deps,
7452         create_ddg_dep_from_intra_loop_link): Call it.
7453
7454 2012-01-02  Richard Guenther  <rguenther@suse.de>
7455
7456         PR other/51679
7457         * invoke.texi (fassociative-math): Remove spurious paranthesis.
7458
7459 2012-01-01  Jakub Jelinek  <jakub@redhat.com>
7460
7461         * gcc.c (process_command): Update copyright notice dates.
7462         * gcov.c (print_version): Likewise.
7463         * gcov-dump.c (print_version): Likewise.
7464         * mips-tfile.c (main): Likewise.
7465         * mips-tdump.c (main): Likewise.
7466
7467 2012-01-01  Ira Rosen  <irar@il.ibm.com>
7468
7469         PR tree-optimization/51704
7470         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Check that
7471         a use is inside the basic block or loop before accessing its vect info.
7472
7473 2012-01-01  Jan Hubicka  <jhjh@suse.cz>
7474
7475         PR rtl-optimization/51069
7476         * cfgloopmanip.c (remove_path): Removing path making irreducible
7477         region unconditional makes BB part of the region.
7478
7479 2012-01-01  Jakub Jelinek  <jakub@redhat.com>
7480
7481         PR tree-optimization/51683
7482         * tree-ssa-propagate.c (substitute_and_fold): Don't optimize away
7483         calls with side-effects.
7484         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
7485 \f
7486 Copyright (C) 2012 Free Software Foundation, Inc.
7487
7488 Copying and distribution of this file, with or without modification,
7489 are permitted in any medium without royalty provided the copyright
7490 notice and this notice are preserved.