OSDN Git Service

* alias.h (record_alias_subset): Declare.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2009-02-10  Eric Botcazou  <ebotcazou@adacore.com>
2
3         * alias.h (record_alias_subset): Declare.
4         * alias.c (record_alias_subset): Make global.
5
6 2009-02-10  Nick Clifton  <nickc@redhat.com>
7
8         * tree-parloops.c: Change license to GPLv3.
9         * ipa-struct-reorg.c: Change license to GPLv3.
10         * ipa-struct-reorg.h: Change license to GPLv3.
11
12 2009-02-10  Steve Ellcey  <sje@cup.hp.com>
13
14         PR c/39084
15         * c-decl.c (start_struct): Return NULL on error.
16
17 2009-02-10  Jakub Jelinek  <jakub@redhat.com>
18
19         PR middle-end/39124
20         * cfgloopmanip.c (remove_path): Call remove_bbs after
21         cancel_loop_tree, not before it.
22
23         PR target/39139
24         * function.h (struct function): Add has_local_explicit_reg_vars
25         bit.
26         * gimplify.c (gimplify_bind_expr): Set it if local DECL_HARD_REGISTER
27         VAR_DECLs were seen.
28         * tree-ssa-live.c (remove_unused_locals): Recompute
29         cfun->has_local_explicit_reg_vars.
30         * tree-ssa-sink.c (statement_sink_location): Don't sink BLKmode
31         copies or clearings if cfun->has_local_explicit_reg_vars.
32
33 2009-02-10  Uros Bizjak  <ubizjak@gmail.com>
34
35         PR target/39118
36         * config/i386/i386.c (expand_prologue): Emit blockage at the end
37         of function prologue when frame pointer is used to access
38         red zone area.
39
40 2009-02-10  Richard Guenther  <rguenther@suse.de>
41
42         PR middle-end/39127
43         * gimplify.c (gimple_regimplify_operands): Always look if
44         we need to create a temporary.
45
46 2009-02-10  Richard Guenther  <rguenther@suse.de>
47
48         PR tree-optimization/39132
49         * tree-loop-distribution.c (todo): New global var.
50         (generate_memset_zero): Trigger TODO_rebuild_alias.
51         (tree_loop_distribution): Return todo.
52
53 2009-02-10  H.J. Lu  <hongjiu.lu@intel.com>
54
55         PR target/39119
56         * config/i386/i386.c (x86_64_reg_class): Remove X86_64_AVX_CLASS.
57         (x86_64_reg_class_name): Removed.
58         (classify_argument): Return 0 if bytes > 32.  Return 0 if the
59         first one isn't X86_64_SSE_CLASS or any other ones aren't
60         X86_64_SSEUP_CLASS when size > 16bytes.  Don't turn
61         X86_64_SSEUP_CLASS into X86_64_SSE_CLASS if the preceded one
62         is X86_64_SSEUP_CLASS.  Set AVX modes to 1 X86_64_SSE_CLASS
63         and 3 X86_64_SSEUP_CLASS.
64         (construct_container): Remove X86_64_AVX_CLASS.  Handle 4
65         registers with 1 X86_64_SSE_CLASS and 3 X86_64_SSEUP_CLASS.
66
67 2009-02-10  Ben Elliston  <bje@au.ibm.com>
68
69         * config/rs6000/rs6000.md (allocate_stack): Always use an update
70         form instruction to update the stack back chain word, even if the
71         user has disabled the generation of update instructions.
72         (movdi_<mode>_update_stack): New.
73         (movsi_update_stack): Likewise.
74         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Likewise,
75         always use an update form instruction to update the stack back
76         chain word.
77
78 2009-02-09  Sebastian Pop  <sebastian.pop@amd.com>
79
80         PR middle-end/38953
81         * graphite.c (if_region_set_false_region): After moving a region 
82         in the false branch of a condition, remove the empty dummy basic block.
83         (gloog): Remove wrong fix for PR38953.
84
85 2009-02-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
86
87         * config/spu/spu.c (array_to_constant): Fix (latent) wrong-code
88         generation due to implicit sign extension.
89
90 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
91
92         PR middle-end/38981
93         * tree-ssa-coalesce.c (add_coalesce): Cap the costs of coalesce pairs
94         at MUST_COALESCE_COST-1 instead of MUST_COALESCE_COST.
95
96 2009-02-09  Richard Guenther  <rguenther@suse.de>
97
98         PR middle-end/35202
99         * convert.c (convert_to_real): Disable (float)fn((double)x)
100         to fnf(x) conversion if errno differences may occur and
101         -fmath-errno is set.
102
103 2009-02-07  Anatoly Sokolov  <aesok@post.ru>
104
105         * config/avr/avr.c (avr_mcu_t): Add ata6289 device.
106         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
107         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
108
109 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
110
111         PR c/35434
112         * c-common.c (handle_alias_attribute): Disallow attribute for
113         anything not a FUNCTION_DECL or VAR_DECL.
114
115 2009-02-06  Janis Johnson  <janis187@us.ibm.com>
116
117         PR c/39035
118         * real.c (do_compare): Special-case compare of zero against
119         decimal float value.
120
121 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
122
123         PR c/36432
124         * c-decl.c (grokdeclarator): Don't treat [] declarators in fields
125         as indicating flexible array members unless the field itself is
126         being declarared as the incomplete array.
127
128 2009-02-06  Jan Hubicka  <jh@suse.cz>
129
130         PR tree-optimization/38844
131         * ipa-inline.c (try_inline): Stop inlining recursion when edge
132         is already inlined.
133
134 2009-02-06  Richard Guenther  <rguenther@suse.de>
135
136         PR middle-end/38977
137         * tree-cfg.c (need_fake_edge_p): Force a fake edge for
138         fork because we may expand it as __gcov_fork.
139
140 2009-02-06  Nick Clifton  <nickc@redhat.com>
141
142         * config/m32c/m32c.h (PCC_BITFIELD_TYPE_MATTERS): Define to zero.
143
144 2009-02-06  Paolo Bonzini  <bonzini@gnu.org>
145
146         PR tree-optimization/35659
147         * tree-ssa-sccvn.c (vn_constant_eq, vn_reference_eq, vn_nary_op_eq
148         vn_phi_eq): Shortcut if hashcode does not match.
149         (vn_reference_op_compute_hash): Do not call iterative_hash_expr for
150         NULL operands.
151         * tree-ssa-pre.c (pre_expr_hash): Look at hashcode if available,
152         and avoid iterative_hash_expr.
153         (FOR_EACH_VALUE_ID_IN_SET): New.
154         (value_id_compare): Remove.
155         (sorted_array_from_bitmap_set): Use FOR_EACH_VALUE_ID_IN_SET to
156         sort expressions by value id.
157
158 2009-02-05  Kaz Kojima  <kkojima@gcc.gnu.org>
159
160         PR target/38991
161         * config/sh/predicates.md (general_movsrc_operand): Don't check
162         the subreg of system registers here.
163
164 2009-02-05  Jakub Jelinek  <jakub@redhat.com>
165
166         PR c++/39106
167         * cgraphunit.c (cgraph_function_versioning): Clear also DECL_VIRTUAL_P
168         on the copied decl.
169
170 2009-02-05  Paolo Bonzini  <bonzini@gnu.org>
171
172         PR rtl-optimization/39110
173         * rtlanal.c (rtx_addr_can_trap_p_1): Shortcut unaligned
174         addresses, not aligned ones.
175
176 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
177             Richard Guenther  <rguenther@suse.de>
178
179         PR tree-optimization/39100
180         * tree-ssa-structalias.c (do_ds_constraint): Actually do what the
181         comment says and add edges.
182
183 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
184
185         PR c/35435
186         * c-common.c (handle_tls_model_attribute): Ignore attribute for
187         non-VAR_DECLs without checking DECL_THREAD_LOCAL_P.
188
189 2009-02-04  Tobias Grosser  <grosser@fim.uni-passau.de> 
190
191         * graphite.c (bb_in_sese_p, sese_build_livein_liveouts_use,
192         sese_build_livein_liveouts_bb, sese_build_livein_liveouts,
193         register_bb_in_sese, new_sese, free_sese): Moved.
194         (dot_scop_1, build_scop_loop_nests, build_loop_iteration_domains,
195         outermost_loop_in_scop, build_scop_iteration_domain,
196         expand_scalar_variables_ssa_name, get_vdef_before_scop,
197         limit_scops): Use bb_in_sese_p instead of bb_in_scop_p.
198         Use loop_in_sese_p instead of loop_in_scop_p.
199         (new_graphite_bb, gloog): Do not initialize SCOP_BBS_B.
200         (new_scop, free_scop): Remove SCOP_LOOP2CLOOG_LOOP and SCOP_BBS_B.
201         (scopdet_basic_block_info): Fix bug in scop detection.
202         (new_loop_to_cloog_loop_str, hash_loop_to_cloog_loop,
203         eq_loop_to_cloog_loop): Remove.
204         (nb_loops_around_loop_in_scop, nb_loop
205         ref_nb_loops): Moved here...
206         * graphite.h (ref_nb_loops): ... from here.
207         (struct scop): Remove bbs_b bitmap and loop2cloog_loop.
208         (loop_domain_dim, loop_iteration_vector_dim): Remove.
209         (SCOP_BBS_B, bb_in_scop_p, loop_in_scop_p): Removed.
210         * testsuite/gcc.dg/graphite/scop-19.c: New
211
212 2009-02-04  Paolo Bonzini  <bonzini@gnu.org>
213             Hans-Peter Nilsson  <hp@axis.com>
214
215         PR rtl-optimization/37889
216         * rtlanal.c (rtx_addr_can_trap_p_1): Add offset and size arguments.
217         Move offset handling from PLUS to before the switch.  Use new
218         arguments when considering SYMBOL_REFs too.
219         (rtx_addr_can_trap_p): Pass dummy offset and size.
220         (enum may_trap_p_flags): Remove.
221         (may_trap_p_1): Pass size from MEM_SIZE.
222
223         PR rtl-optimization/38921
224         * loop-invariant.c (find_invariant_insn): Use may_trap_or_fault_p.
225         * rtl.h (may_trap_after_code_motion_p): Delete prototype.
226         * rtlanal.c (may_trap_after_code_motion_p): Delete.
227         (may_trap_p, may_trap_or_fault_p): Pass 0/1 as flags.
228
229 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
230
231         AVX Programming Reference (January, 2009)
232         * config/i386/sse.md (*vpclmulqdq): New.
233
234 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
235
236         PR tree-optimization/38977
237         PR gcov-profile/38292
238         * calls.c (special_function_p): Disregard __builtin_ prefix.
239
240 2009-02-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
241
242         * config/picochip/picochip.c (GO_IF_LEGITIMATE_ADDRESS): Disallow
243         non-indexable addresses even before reload.
244
245 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
246
247         PR c/29129
248         * c-decl.c (grokdeclarator): Mark [*] arrays in field declarators
249         as having variable size.  Do not give an error for unnamed
250         parameters with [*] declarators.  Give a warning for type names
251         with [*] declarators and mark them as variable size.
252         * c-parser.c (c_parser_sizeof_expression): Do not give an error
253         for sizeof applied to [*] type names.
254
255 2009-02-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
256
257         PR C++/36607
258         * convert.c (convert_to_integer): Treat OFFSET_TYPE like INTEGER_TYPE.
259
260 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
261
262         * gcc.c (process_command): Update copyright notice dates.
263         * gcov.c (print_version): Likewise.
264         * gcov-dump.c (print_version): Likewise.
265         * mips-tfile.c (main): Likewise.
266         * mips-tdump.c (main): Likewise.
267
268 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
269
270         PR c/35433
271         * c-typeck.c (composite_type): Set TYPE_SIZE and TYPE_SIZE_UNIT
272         for composite type involving a zero-length array type.
273
274 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
275
276         PR target/35318
277         * function.c (match_asm_constraints_1): Skip over
278         initial optional % in the constraint.
279
280         PR inline-asm/39059
281         * c-parser.c (c_parser_postfix_expression): If fixed point is not
282         supported, don't accept FIXED_CSTs.
283         * c-decl.c (finish_declspecs): Error if fixed point is not supported
284         and _Sat is used without _Fract/_Accum.  Set specs->type to
285         integer_type_node for cts_fract/cts_accum if fixed point is not
286         supported.
287
288 2009-02-02  Catherine Moore  <clm@codesourcery.com>
289
290         * sde.h (SUBTARGET_ARM_SPEC): Don't assemble -fpic code as -mabicalls.
291
292 2009-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
293
294         * config/mips/mips.h (FILE_HAS_64BIT_SYMBOLS): New macro.
295         (ABI_HAS_64BIT_SYMBOLS): Use it.
296         (DWARF2_ADDR_SIZE): Use it instead of ABI_HAS_64BIT_SYMBOLS.
297
298 2009-02-02  Paul Brook  <paul@codesourcery.com>
299
300         * config/arm/arm.md (arm_addsi3): Add r/r/k alternative.
301
302 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
303
304         PR inline-asm/39058
305         * recog.h (asm_operand_ok): Add constraints argument.
306         * recog.c (asm_operand_ok): Likewise.  If it is set, for digits
307         recurse on matching constraint.
308         (check_asm_operands): Pass constraints as 3rd argument to
309         asm_operand_ok.  Don't look up matching constraint here.
310         * stmt.c (expand_asm_operands): Pass NULL as 3rd argument
311         to asm_operand_ok.
312
313 2009-02-02  Ben Elliston  <bje@au.ibm.com>
314
315         * doc/tm.texi (Storage Layout): Fix TARGET_ALIGN_ANON_BITFIELD and
316         TARGET_NARROW_VOLATILE_BITFIELD macro names.
317
318 2009-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
319
320         * doc/install.texi (hppa*-hp-hpux*): Update binutils and linker
321         information.  Remove some obsolete information.  Reorganize.
322
323         * config/pa/fptr.c: Revert license to GPL 2.
324         * config/pa/milli64.S: Likewise.
325
326 2009-01-31  Dave Korn  <dave.korn.cygwin@gmail.com>
327
328         PR target/38904
329         * mkmap-flat.awk (END):  Use pe_dll command-line arg to pass
330         LIBRARY name in, instead of hard-coding it.
331         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*):  Add an
332         extra target make frag to tmake_files according to EH model.
333         (i[34567]86-*-mingw* | x86_64-*-mingw*):  Likewise.
334         * config/i386/t-dw2-eh, config/i386/t-sjlj-eh:  Add new target
335         frags that define makefile variable EH_MODEL appropriately.
336         * config/i386/cygming.h (DWARF2_UNWIND_INFO):  Add comment.
337         * config/i386/cygwin.h (LIBGCC_EH_EXTN):  Define to nothing or
338         to "-sjlj" according to type of EH configured.
339         (LIBGCC_SONAME):  Concatenate it to shared library base name.
340         * config/i386/mingw32.h (LIBGCC_EH_EXTN):  Define to "_dw2" or
341         to "_sjlj" according to type of EH configured.
342         (LIBGCC_SONAME):  Concatenate it to shared library base name.
343         * config/i386/t-cygming (SHLIB_SONAME):  Use EH_MODEL.
344         (SHLIB_LINK):  Add missing semicolon to if-else construct.
345         (SHLIB_MKMAP_OPTS):  Pass library name to mkmap-flat.awk as
346         string value of "pe_dll" command-line option.
347         * config/i386/t-cygwin (SHLIB_EH_EXTENSION):  New helper.
348         (SHLIB_SONAME):  Use it when overriding t-cygming default.
349         (SHLIB_IMPLIB):  Override t-cygming default.
350         (SHLIB_MKMAP_OPTS):  Pass library name to mkmap-flat.awk as
351         string value of "pe_dll" command-line option.
352
353 2009-01-31  Dave Korn  <dave.korn.cygwin@gmail.com>
354
355         PR target/38952
356         * config/i386/i386.c (ix86_builtin_setjmp_frame_value): New.
357         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point at it.
358
359 2009-01-31  Richard Guenther  <rguenther@suse.de>
360
361         PR tree-optimization/38937
362         * tree-ssa-structalias.c (do_sd_constraint): Do not shortcut
363         computing the transitive closure.
364
365 2009-01-30  Richard Guenther  <rguenther@suse.de>
366
367         PR tree-optimization/39041
368         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
369         Propagate variable indices only if the types match for this stmt.
370
371 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
372
373         PR target/39013
374         * c-decl.c (pop_scope): Set DECL_EXTERNAL for functions declared
375         inline but never defined.
376
377 2009-01-30  Wolfgang Gellerich  <gellerich@de,ibm.com>
378
379         * config/s390/s390.md (*insv<mode>_reg_extimm): Removed.
380         (*insv_h_di_reg_extimm): New insn.
381         (*insv_l<mode>_reg_extimm): New insn.
382
383 2009-01-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
384
385         * config/picochip/picochip.c (flag_conserve_stack): set
386         PARAM_LARGE_STACK_FRAME and PARAM_STACK_FRAME_GROWTH to zero under
387         fconserve-stack. Reduce call-overhead used by inliner.
388
389 2009-01-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
390
391         PR/38157
392         * common.opt (flag_conserve_stack): Initialised to zero.
393
394 2009-01-30  Kai Tietz  <kai.tietz@onevision.com>
395
396         PR/39002
397         * config/i386/i386.c (ix86_can_use_return_insn_p): Check for nsseregs.
398         (ix86_expand_epilogue): Take nsseregs in account to use proper restore
399         method.
400
401 2009-01-29  H.J. Lu  <hongjiu.lu@intel.com>
402
403         * ira-color.c (allocno_reload_assign): Update comments.
404         * regmove.c (regmove_optimize): Likewise.
405
406         * ra.h: Removed.
407
408 2009-01-29  Robert Millan  <rmh@aybabtu.com>
409
410         * gcc/config.gcc: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
411         * gcc/config/i386/kopensolaris-gnu.h: New file.  Undefine
412         `MD_UNWIND_SUPPORT'.
413         * gcc/config/kopensolaris-gnu.h: New file (based on kfreebsd-gnu.h).
414
415 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
416
417         PR tree-optimization/39007
418         * tree-loop-distribution.c (generate_builtin): Use
419         recompute_dominator to compute the immediate dominator of the
420         basic block just after the loop.
421
422 2008-01-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
423
424         * config/i386/sol2-10.h [!HAVE_AS_IX86_DIFF_SECT_DELTA]
425         (ASM_OUTPUT_DWARF_PCREL): Define.
426
427 2008-01-29  Vladimir Makarov  <vmakarov@redhat.com>
428
429         * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
430         * doc/passes.texi: Remove entries about regclass, local-alloc, and
431         global.  Modify entries about regmove and IRA.
432
433         * ra-conflict.c: Remove the file.
434
435         * reload.c (push_reload, find_dummy_reload): Remove flag_ira.
436
437         * tree-pass.h (pass_local_alloc, pass_global_alloc): Remove.
438         (pass_regclass_init): Rename to pass_reginfo_init.
439
440         * cfgloopanal.c (estimate_reg_pressure_cost): Remove flag_ira.
441
442         * toplev.h (flag_ira): Remove.
443
444         * caller-save.c (setup_save_areas): Remove flag_ira.
445
446         * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): Ditto.
447
448         * global.c: Remove the file.
449
450         * opts.c: (decode_options): Remove flag_ira.
451
452         * hard-reg-set.h (losing_caller_save_reg_set): Remove.
453
454         * regmove.c: Modify file description.
455         (find_use_as_address, try_auto_increment): Define them only if
456         AUTO_INC_DEC is defined.
457         (replacement_quality, replace_in_call_usage, fixup_match_1,
458         stable_and_no_regs_but_for_p): Remove.
459         (reg_set_in_bb): Make it static.
460         (regmove_optimize): Remove flag_ira and code which worked for
461         !flag_ira.
462
463         * local-alloc.c: Remove the file.
464
465         * common.opt (fira): Remove.
466
467         * ira.c: Include except.h.
468         (eliminable_regset): Move from global.c.
469         (mark_elimination): Ditto.  Remove flag_ira.
470         (reg_renumber, struct equivalence, reg_equiv, equiv_mem,
471         equiv_mem_modified, validate_equiv_mem_from_store,
472         validate_equiv_mem, equiv_init_varies_p, equiv_init_movable_p,
473         contains_replace_regs, memref_referenced_p, memref_used_between_p,
474         no_equiv, recorded_label_ref): Move from local-alloc.c.
475         (update_equiv_regs): Ditto.  Make it static.
476         (print_insn_chain, print_insn_chains): Move it from global.c.
477         (pseudo_for_reload_consideration_p): Ditto.  Remove flag_ira.
478         (build_insn_chain): Ditto.  Make it static.
479         (ra_init_live_subregs): Move from ra-conflict.c.  Make it static.
480         Rename to init_live_subregs.
481         (gate_ira): Remove flag_ira.
482
483         * regclass.c: Rename reginfo.c.  Change file description.
484         (FORBIDDEN_INC_DEC_CLASSES): Remove.
485         (reg_class_superclasses, forbidden_inc_dec_class, in_inc_dec): Remove.
486         (init_reg_sets_1): Remove code for evaluation of
487         reg_class_superclasses and losing_caller_save_reg_set.
488         (init_regs): Remove init_reg_autoinc.
489         (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
490         ok_for_base_p_nonstrict): Remove.
491         (regclass_init): Rename to reginfo_init.  Don't initialize init_cost.
492         (pass_regclass_init): Rename to pass_reginfo_init.  Modify
493         corresponding entries.
494         (dump_regclass, record_operand_costs, scan_one_insn,
495         init_reg_autoinc, regclass, record_reg_classes, copy_cost,
496         record_address_regs, auto_inc_dec_reg_p): Remove.
497         (gt-regclass.h): Rename to gt-reginfo.h.
498
499         * rtl.h (dump_global_regs, retry_global_alloc,
500         build_insn_chain, dump_local_alloc, update_equiv_regs): Remove.
501
502         * Makefile.in (RA_H): Remove.
503         (OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o.
504         Rename regclass.o to reginfo.o.
505         (regclass.o): Rename to reginfo.o.  Rename gt-regclass.h to
506         gt-reginfo.h.
507         (global.o, local-alloc.o, ra-conflict.o): Remove entries.
508         (GTFILES): Rename regclass.c to reginfo.c.
509
510         * passes.c (init_optimization_passes): Remove pass_local_alloc and
511         pass_global_alloc.  Rename pass_regclass_init to pass_reginfo_init.
512
513         * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
514         count_spilled_pseudo, find_reg, alter_reg, delete_output_reload):
515         Remove flag_ira.
516         (finish_spills): Ditto.  Remove code for !flga_ira.
517         
518 2009-01-29  Kenneth Zadeck  <zadeck@naturalbridge.com>
519
520         PR middle-end/35854
521         * doc/invoke.texi (rtl debug options): Complete rewrite.
522         * auto-inc-dec.c (pass_inc_dec): Rename pass from "auto-inc-dec"
523         to auto_inc_dec".
524         * mode-switching.c (pass_mode_switching): Rename pass from
525         "mode-sw" to "mode_sw".
526         * except.c (pass_convert_to_eh_ranges): Rename pass from
527         "eh-ranges" to "eh_ranges".
528         * lower-subreg.c (pass_lower_subreg): Renamed pass from "subreg"
529         to "subreg1".
530                 
531         
532 2009-01-29  Andrey Belevantsev  <abel@ispras.ru>
533             Alexander Monakov  <amonakov@ispras.ru>
534
535         PR middle-end/38857
536         * sel-sched.c (count_occurrences_1): Check that *cur_rtx is a hard
537         register.
538         (move_exprs_to_boundary): Change return type and pass through
539         should_move from move_op.  Relax assert.  Update usage ...
540         (schedule_expr_on_boundary): ... here.  Use should_move instead of
541         cant_move.
542         (move_op_orig_expr_found): Indicate that insn was disconnected from
543         stream.
544         (code_motion_process_successors): Do not call after_merge_succs
545         callback if original expression was not found when traversing any of
546         the branches.
547         (code_motion_path_driver): Change return type.  Update prototype.
548         (move_op): Update comment.  Add a new parameter (should_move).  Update
549         prototype.  Set *should_move based on indication provided by
550         move_op_orig_expr_found.
551
552 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
553
554         * doc/invoke.texi (avoid-indexed-addresses): Document new option.
555         * config/rs6000/rs6000-protos.h (avoiding_indexed_address_p): Declare.
556         * config/rs6000/rs6000.opt (avoid-indexed-addresses): New option.
557         * config/rs6000/rs6000.c (rs6000_override_options): Default
558         avoid-indexed-addresses on for Power6, off for everything else.
559         (avoiding_indexed_address_p): New function.
560         (rs6000_legitimize_address): Use it.
561         (rs6000_legitimate_address): Likewise.
562         * config/rs6000/rs6000.md (movXX_updateX): Likewise
563
564 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
565
566         PR tree-optimization/38997
567         * tree-loop-distribution.c (generate_memset_zero): Use
568         POINTER_PLUS_EXPR for a pointer addition.
569
570 2009-01-28  Andreas Krebbel  <krebbel1@de.ibm.com>
571
572         * config/s390/s390.md (bswap<mode>2): New pattern added.
573
574 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
575
576         * config/s390/s390.md (*tls_load_31): Added type attribute.
577
578 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
579
580         * config/s390/s390.md: Fix a few comments.
581
582 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
583
584         * config/s390/s390.md (*tmsi_reg): Fixed z10prop attribute.
585         (*tm<mode>_full): Fixed z10prop attribute.
586         (*tst<mode>_extimm): Fixed z10prop attribute.
587         (*tst<mode>_cconly_extimm): Fixed z10prop attribute.
588         (*tstqiCCT_cconly): Fixed z10prop attribute.
589         (*cmpsi_ccu_zerohi_rlsi): Fixed z10prop attribute.
590         (*movsi_larl): Fixed z10prop attribute.
591         (*movsi_zarch): Fixed z10prop attribute.
592         (*movsi_eas): Fixed z10prop attribute.
593         (*movhi): Fixed z10prop attribute.
594         (*movqi): Fixed z10prop attribute.
595         (*movstrictqi): Fixed z10prop attribute.
596         (*mov<mode>): Fixed z10prop attribute.
597         (*movcc): Fixed z10prop attribute.
598         (*sethighpartdi_64): Fixed z10prop attribute.
599         (*zero_extendhi<mode>2_z10): Fixed z10prop attribute.
600         (*negdi2_sign_cc): Fixed z10prop attribute.
601         (*negdi2_sign): Fixed z10prop attribute.
602         (*absdi2_sign_cc): Fixed z10prop attribute.
603         (*absdi2_sign): Fixed z10prop attribute.
604         (*negabsdi2_sign_cc): Fixed z10prop attribute.
605         (*negabsdi2_sign): Fixed z10prop attribute.
606         (*cmp_and_trap_signed_int<mode>): Fixed z10prop attribute.
607         (*cmp_and_trap_unsigned_int<mode>): Fixed z10prop attribute.
608         (doloop_si64): Fixed z10prop attribute.
609         (doloop_si31): Fixed z10prop attribute.
610         (doloop_long): Fixed z10prop attribute.
611         (indirect_jump): Fixed z10prop attribute.
612         (nop): Fixed z10prop attribute.
613         (main_base_64): Fixed z10prop attribute.
614         (reload_base_64): Fixed z10prop attribute.
615
616 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
617
618         PR rtl-optimization/38740
619         * reorg.c (gate_handle_delay_slots): Avoid dbr scheduling if !optimize.
620         * config/mips/mips.c (mips_reorg): Likewise.
621
622 2009-01-28  Richard Guenther  <rguenther@suse.de>
623
624         PR tree-optimization/38926
625         * tree-ssa-pre.c (add_to_value): Assert we add only expressions
626         with the correct value id to a value.
627         (do_regular_insertion): Use the value number of edoubleprime
628         for the value number of the expr.
629
630         Revert
631         2008-08-21  Richard Guenther  <rguenther@suse.de>
632
633         * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
634         a PHI ask VN if it is already available.
635         * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
636         * tree-ssa-sccvn.c (vn_phi_lookup): Export.
637
638 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
639
640         PR middle-end/38934
641         * tree-vrp.c (extract_range_from_assert): For LE_EXPR and LT_EXPR
642         set to varying whenever max has TREE_OVERFLOW set, similarly
643         for GE_EXPR and GT_EXPR and TREE_OVERFLOW min.
644
645 2009-01-28  Richard Guenther  <rguenther@suse.de>
646
647         PR middle-end/38908
648         * tree-ssa.c (warn_uninitialized_var): Do not warn for seemingly
649         uninitialized aggregate uses in call arguments.
650
651 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
652
653         PR tree-optimization/38984
654         * tree-ssa-structalias.c (get_constraints_for_1): Do not use
655         the nothing_id variable if -fno-delete-null-pointer-checks.
656
657 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
658
659         PR target/38988
660         * config/i386/i386.md (set_rip_rex64): Wrap operand 1 in label_ref.
661         (set_got_offset_rex64): Ditto.
662
663 2009-01-27  H.J. Lu  <hongjiu.lu@intel.com>
664
665         PR target/38941
666         * doc/extend.texi: Improve local variable with asm reg.
667
668 2009-01-27  Adam Nemet  <anemet@caviumnetworks.com>
669
670         * c.opt (Wpacked-bitfield-compat): Change init value to -1.
671         * c-opts.c (c_common_post_options): If -W*packed-bitfield-compat
672         was not supplied then set warn_packed_bitfield_compat to the
673         default value of 1.
674         * stor-layout.c (place_field): Check warn_packed_bitfield_compat
675         against 1.
676
677 2009-01-27  Richard Guenther  <rguenther@suse.de>
678
679         PR tree-optimization/38503
680         * cfgexpand.c (expand_gimple_basic_block): Ignore
681         GIMPLE_CHANGE_DYNAMIC_TYPE during expansion.
682         * tree-ssa-structalias.c (set_uids_in_ptset): Do not prune
683         variables that cannot have TBAA applied.
684         (compute_points_to_sets): Do not remove GIMPLE_CHANGE_DYNAMIC_TYPE
685         statements.
686
687 2009-01-27  Uros Bizjak  <ubizjak@gmail.com>
688
689         PR middle-end/38969
690         * calls.c (initialize_argument_information): Do not wrap complex
691         arguments in SAVE_EXPR.
692
693 2009-01-26  Andreas Tobler  <a.tobler@schweiz.org>
694
695         * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
696         (INSTALL_LIBGCC): Revert typo commit.
697
698 2009-01-26  Richard Guenther  <rguenther@suse.de>
699
700         PR tree-optimization/38745
701         * tree-ssa-alias.c (update_alias_info_1): Exclude RESULT_DECL
702         from special handling.
703
704 2009-01-26  Richard Guenther  <rguenther@suse.de>
705
706         PR tree-optimization/38745
707         * tree-ssa.c (execute_update_addresses_taken): Do not include
708         variables that cannot possibly be a register in not_reg_needs.
709         Do not clear TREE_ADDRESSABLE on vars that may not become
710         registers.
711         * tree-ssa.c (update_alias_info_1): Include those in the set
712         of addressable vars.
713
714 2009-01-26  Richard Guenther  <rguenther@suse.de>
715
716         PR middle-end/38851
717         * Makefile.in (tree-ssa-dse.o): Add langhooks.h.
718         * tree-ssa-dse.c: Include langhooks.h
719         (execute_simple_dse): Remove stores with zero size.
720
721 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
722
723         PR c/38957
724         * c-typeck.c (c_finish_return): Handle POINTER_PLUS_EXPR the same way
725         as PLUS_EXPR.
726
727 2009-01-24  Julian Brown  <julian@codesourcery.com>
728
729         * config/arm/t-linux-eabi (LIB2FUNCS_STATIC_EXTRA): Add
730         config/arm/linux-atomic.c.
731         * config/arm/linux-atomic.c: New.
732
733 2009-01-24  Eric Botcazou  <ebotcazou@adacore.com>
734
735         * config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete.
736         * config/sparc/linux64.h (DBX_REGISTER_NUMBER): Likewise.
737         * config/sparc/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
738
739 2009-01-24  H.J. Lu  <hongjiu.lu@intel.com>
740
741         PR c/38938
742         * c-opts.c (c_common_handle_option): Update warn_pointer_sign
743         properly.
744
745 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
746
747         PR tree-optimization/38953
748         * graphite.c (graphite_verify): Add a call to verify_loop_closed_ssa.
749         (scop_adjust_phis_for_liveouts): Initialize false_i to zero.
750         (gloog): Split the exit of the scop when the scop exit is a loop exit.
751         (graphite_transform_loops): Only call cleanup_tree_cfg if gloog
752         changed the CFG.
753
754 2009-01-24  Paul Brook  <paul@codesourcery.com>
755
756         * config/arm/neon.md (neon_type): Move to arm.md.
757         (neon_mov<VSTRUCT>): Add neon_type attribute.
758         * config/arm/arm.md (neon_type): Move to here.
759         (conds): Add "unconditioal" and use as default for NEON insns.
760
761 2009-01-24  Ben Elliston  <bje@au.ibm.com>
762
763         * bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from
764         void *' warning from -Wc++-compat.
765         * Makefile.in (dominance.o-warn): Remove.
766
767 2008-01-23  Paolo Bonzini  <bonzini@gnu.org>
768
769         PR tree-optimization/38932
770         * fold-const.c (fold_unary_ignore_overflow): New.
771         * tree.h (fold_unary_ignore_overflow): Declare.
772         * tree-ssa-ccp.c (ccp_fold): Use fold_unary_ignore_overflow.
773         * tree-ssa-sccvn.c (visit_reference_op_load,
774         simplify_unary_expression): Likewise.
775
776 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
777
778         * c-decl.c (finish_struct): Move code to set DECL_PACKED after
779         DECL_BIT_FIELD is alreay known.  Also inherit packed for bitfields
780         regardless of their type.
781         * c-common.c (handle_packed_attribute): Don't ignore packed on
782         bitfields.
783         * c.opt (Wpacked-bitfield-compat): New warning option.
784         * stor-layout.c (place_field): Warn if offset of a field changed.
785         * doc/extend.texi (packed): Mention the ABI change.
786         * doc/invoke.texi (-Wpacked-bitfield-compat): Document.
787         (Warning Options): Add it to the list.
788
789 2009-01-22  H.J. Lu  <hongjiu.lu@intel.com>
790
791         * c-opts.c (c_common_post_options): Fix a typo in comments.
792
793 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
794
795         PR middle-end/38615
796         * gimplify.c (gimplify_init_constructor): Fix promotion of const
797         variables to static.
798         * doc/invoke.texi (-fmerge-all-constants): Update description.
799
800 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
801
802         PR target/38931
803         * config/i386/i386.md (*movsi_1): Use type "mmx" for alternative 2.
804         (*movdi_1_rex64): Use type "mmx" for alternative 5.
805
806 2009-01-22  Richard Earnshaw  <rearnsha@arm.com>
807
808         * arm.h (DATA_ALIGNMENT): Align structures, unions and arrays to
809         a word boundary.
810         (LOCAL_ALIGNMENT): Similarly.
811
812 2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
813             Joseph Myers  <joseph@codesourcery.com>
814
815         * config/arm/arm.c (all_architectures): Add iWMMXt2 entry.
816         * config/arm/arm-cores.def: New ARM_CORE entry for iWMMXt2.
817         * config/arm/arm-tune.md: Regenerate.
818         * doc/invoke.texi (ARM Options): Document -mcpu=iwmmxt2 and
819         -march=iwmmxt2.
820
821 2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
822
823         * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
824         version number to five.
825
826 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
827
828         PR c++/38930
829         * c-decl.c: (clone_underlying_type): Revert PR c++/26693 changes.
830         * c-common.c (set_underlying_type): Likewise.
831         (is_typedef_decl ): Likewise
832         * tree.h: Likewise
833         (set_underlying_type): Likewise.
834         (is_typedef_type): Likewise.
835
836 2009-01-21  Vladimir Makarov  <vmakarov@redhat.com>
837
838         PR middle-end/38587
839         * ira-color.c (coalesce_spill_slots): Don't coalesce allocnos
840         crossing setjmps.
841
842 2009-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
843
844         PR bootstrap/37660
845         * config/i386/cygwin.h (SHARED_LIBGCC_SPEC):  New helper macro.
846         (LIBGCC_SPEC):  Don't define.
847         (REAL_LIBGCC_SPEC):  Define instead, using SHARED_LIBGCC_SPEC.
848
849 2009-01-21  Uros Bizjak  <ubizjak@gmail.com>
850
851         PR rtl-optimization/38879
852         * alias.c (base_alias_check): Unaligned access via AND address can
853         alias all surrounding object types except those with sizes equal
854         or wider than the size of unaligned access.
855
856 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
857
858         PR c++/26693
859         * c-decl.c: (clone_underlying_type): Move this ...
860         * c-common.c (set_underlying_type): ... here.
861         Also, make sure the function properly sets TYPE_STUB_DECL() on
862         the newly created typedef variant type.
863         (is_typedef_decl ): New entry point.
864         * tree.h: Added a new member member_types_needing_access_check to
865         struct tree_decl_non_common.
866         (set_underlying_type): New entry point.
867         (is_typedef_type): Likewise.
868
869 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
870
871         * alias.c (walk_mems_1, walk_mems_2, insn_alias_sets_conflict_p):
872         Check whether two instructions have memory references that
873         belong to conflicting alias sets.  walk_mems_1 and walk_mems_2
874         are helper functions for traversing.
875         * alias.h (insn_alias_sets_confilict_p): New prototypes.
876         * ddg.c (add_inter_loop_mem_dep): Call insn_alias_sets_conflict_p
877         not to draw dependency edge for instructions with non-conflicting
878         alias sets.
879
880 2009-01-20  Joseph Myers  <joseph@codesourcery.com>
881
882         PR other/38758
883         * longlong.h: Update copyright years.  Use soft-fp license
884         notice.  Sync __clz_tab declaration with glibc.
885
886 2009-01-20  Steve Ellcey  <sje@cup.hp.com>
887
888         PR target/30687
889         * doc/extend.texi (syscall_linkage): New.
890         (version_id): Modify.
891
892 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
893             Richard Guenther  <rguenther@suse.de>
894
895         PR tree-optimization/38747
896         PR tree-optimization/38748
897         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Disable the VCE
898         conversion if the base address is an indirect reference and the
899         aliasing sets could cause issues.
900
901 2009-01-20  Sebastian Pop  <sebastian.pop@amd.com>
902
903         * common.opt (fgraphite, fgraphite-identity): Add comment for 
904         explaining why these options are not documented.
905
906 2009-01-20  Sebastian Pop  <sebastian.pop@amd.com>
907
908         * graphite.c (stmt_simple_for_scop_p): Also handle cases when
909         gimple_call_lhs is NULL.
910
911 2008-01-20  Paolo Bonzini  <bonzini@gnu.org>
912
913         PR target/38868
914         * emit-rtl.c (adjust_address_1): Make sure memref is never
915         overwritten.
916
917 2009-01-20  Ben Elliston  <bje@au.ibm.com>
918
919         * libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
920         const qualifier from arg parameter. Remove unnecessary cast to char *.
921         * gcov-io.h (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
922         const qualifier from arg 2.
923
924 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
925
926         * config/darwin.h: Add static-libgfortran to LINK_SPEC.
927
928 2009-01-19  Vladimir Makarov  <vmakarov@redhat.com>
929
930         PR c/38869
931         * rtl.h (reinit_regs): New prototype.
932         * regclass.c: Include ira.h.
933         (reinit_regs): New.
934         * Makefile.in (regclass.o): Add ira.h.
935         * config/i386/i386.c (ix86_maybe_switch_abi): Use reinit_regs.
936
937 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
938
939         PR target/38736
940         * c-common.c (handle_aligned_attribute): Use
941         ATTRIBUTE_ALIGNED_VALUE instead of BIGGEST_ALIGNMENT for
942         default alignment value.
943
944         * c-cppbuiltin.c (c_cpp_builtins): Define __BIGGEST_ALIGNMENT__.
945
946         * defaults.h (ATTRIBUTE_ALIGNED_VALUE): New.
947         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Likewise.
948
949         * doc/extend.texi: Update __attribute__ ((aligned)).  Document
950         __BIGGEST_ALIGNMENT__.
951
952         * doc/tm.texi: Document ATTRIBUTE_ALIGNED_VALUE.
953
954 2009-01-18  Richard Guenther  <rguenther@suse.de>
955
956         PR tree-optimization/38819
957         * tree-flow.h (operation_could_trap_helper_p): Declare.
958         * tree-eh.c (operation_could_trap_helper_p): Export.
959         * tree-ssa-sccvn.h (vn_nary_may_trap): Declare.
960         * tree-ssa-sccvn.c (vn_nary_may_trap): New function.
961         * tree-ssa-pre.c (insert_into_preds_of_block): Check if we
962         are about to insert a possibly trapping instruction and fail
963         in this case.
964
965 2009-01-18  Andreas Schwab  <schwab@suse.de>
966
967         * doc/install.texi (Configuration): Remove obsolete paragraph
968         about use of --with-gnu-ld with --with-gnu-as.
969
970 2009-01-18  Kazu Hirata  <kazu@codesourcery.com>
971
972         * doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
973         doc/md.texi, doc/sourcebuild.texi, doc/tm.texi: Fix typos.
974         Follow spelling conventions.
975
976 2009-01-18  Ben Elliston  <bje@au.ibm.com>
977
978         * bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate
979         C++ warning about implicit conversion from void * to struct
980         bitmap_head_def *.
981         (bitmap_obstack_free): Likewise for bitmap_element *.
982         * Makefile.in (bitmap.o-warn): Remove.
983
984 2009-01-17  Dave Korn  <dave.korn.cygwin@gmail.com>
985
986         * Makefile.in (BACKENDLIBS):  Reorder to match dependencies.
987
988 2009-01-17  Sebastian Pop  <sebastian.pop@amd.com>
989             Tobias Grosser  <tobi.grosser@amd.com>
990
991         * graphite.c (graphite_trans_scop_block): Do not block single
992         nested loops.
993
994 2009-01-16  Alexandre Oliva  <aoliva@redhat.com>
995
996         * ebitmap.h (ebitmap_iter_init): Initialize all fields.
997         * ipa-struct-reorg.c (gen_struct_type): Replace known-true
998         test with assertion.
999
1000 2009-01-16  Richard Guenther  <rguenther@suse.de>
1001
1002         PR tree-optimization/38835
1003         PR middle-end/36227
1004         * fold-const.c (fold_binary): Remove PTR + INT -> (INT)(PTR p+ INT)
1005         and INT + PTR -> (INT)(PTR p+ INT) folding.
1006         * tree-ssa-address.c (create_mem_ref): Properly use POINTER_PLUS_EXPR.
1007
1008 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
1009
1010         PR target/38554
1011         * expmed.c (expand_shift): With SHIFT_COUNT_TRUNCATED, don't lift
1012         the subreg from a lowpart subreg if it is also casting the value.
1013
1014 2009-01-16  Sebastian Pop  <sebastian.pop@amd.com>
1015             Tobias Grosser  <tobi.grosser@amd.com>
1016
1017         * graphite.c (compare_prefix_loops): New.
1018         (build_scop_canonical_schedules): Rewritten.
1019         (graphite_transform_loops): Move build_scop_canonical_schedules
1020         after build_scop_iteration_domain.
1021
1022 2009-01-16  Sebastian Pop  <sebastian.pop@amd.com>
1023             Tobias Grosser  <tobi.grosser@amd.com>
1024
1025         * graphite.c (add_conditions_to_domain): Add the loops to 
1026         the dimension of the iteration domain.  Do copy the domain
1027         only when it exists.
1028         (build_scop_conditions_1): Do not call add_conditions_to_domain.
1029         (add_conditions_to_constraints): New.
1030         (can_generate_code_stmt, can_generate_code): Removed.
1031         (gloog): Do not call can_generate_code.
1032         (graphite_transform_loops): Call add_conditions_to_constraints
1033         after building the iteration domain.
1034
1035 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
1036
1037         PR tree-optimization/38789
1038         * tree-ssa-threadedge.c
1039         (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
1040         __builtin_constant_p.
1041
1042 2009-01-16  Kenneth Zadeck  <zadeck@naturalbridge.com>
1043
1044         * dce.c (delete_unmarked_insns): Reversed the order that insns are
1045         examined before deleting them.
1046         
1047 2009-01-16  Richard Earnshaw  <rearnsha@arm.com>
1048
1049         * function.c (aggregate_value_p): Correctly extract the function
1050         type from CALL_EXPR_FN lookup.
1051
1052 2009-01-16  Hariharan Sandanagobalane  <hariharan@picochip.com>
1053
1054         * config/picochip/picochip.c (picochip_override_options): Revert
1055         CFI asm flag disable commited previously.
1056
1057 2009-01-15  Sebastian Pop  <sebastian.pop@amd.com>
1058             Tobias Grosser  <tobi.grosser@amd.com>
1059             Jan Sjodin  <jan.sjodin@amd.com>
1060
1061         * graphite.c (scan_tree_for_params): On substractions negate
1062         all the coefficients of the term.
1063         (clast_to_gcc_expression_red): New.  Handle reduction expressions
1064         of more than two operands.
1065         (clast_to_gcc_expression): Call clast_to_gcc_expression_red.
1066         (get_vdef_before_scop): Handle also the case of default definitions.
1067
1068 2009-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
1069
1070         * caller-save.c (add_used_regs_1, add_used_regs): New functions.
1071         (insert_one_insn): Use them instead of REG_DEAD and REG_INC notes.
1072         Also use them when walking CALL_INSN_FUNCTION_USAGE.
1073
1074 2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
1075             Joey Ye  <joey.ye@intel.com>
1076
1077         PR middle-end/37843
1078         * cfgexpand.c (expand_stack_alignment): Don't update stack
1079         boundary nor check incoming stack boundary here.
1080         (gimple_expand_cfg): Update stack boundary and check incoming
1081         stack boundary here.
1082
1083 2009-01-15  Kenneth Zadeck  <zadeck@naturalbridge.com>
1084
1085         * dce.c (find_call_stack_args, delete_unmarked_insns): Fixed comments.
1086         
1087 2009-01-14  Jakub Jelinek  <jakub@redhat.com>
1088
1089         PR rtl-optimization/38245
1090         * calls.c (expand_call): Add stack arguments to
1091         CALL_INSN_FUNCTION_USAGE even for pure calls (when
1092         ACCUMULATE_OUTGOING_ARGS) and even for args partially passed
1093         in regs and partially in memory or BLKmode arguments.
1094         (emit_library_call_value_1): Add stack arguments to
1095         CALL_INSN_FUNCTION_USAGE even for pure calls (when
1096         ACCUMULATE_OUTGOING_ARGS).
1097         * dce.c: Include tm_p.h.
1098         (find_call_stack_args): New function.
1099         (deletable_insn_p): Call it for CALL_P insns.  Add ARG_STORES
1100         argument.
1101         (mark_insn): Call find_call_stack_args for CALL_Ps.
1102         (prescan_insns_for_dce): Walk insns backwards in bb rather than
1103         forwards.  Allocate and free arg_stores bitmap if needed, pass it
1104         down to deletable_insn_p, don't mark stores set in arg_stores
1105         bitmap, clear the bitmap at the beginning of each bb.
1106         * Makefile.in (dce.o): Depend on $(TM_P_H).
1107
1108 2009-01-14  Michael Meissner  <gnu@the-meissners.org>
1109
1110         PR target/22599
1111         * config/i386/i386.c (print_operand): Add tests for 'D', 'C', 'F', 'f'
1112         to make sure the insn is a conditional test (bug 22599).  Reformat a
1113         few long lines.
1114
1115 2009-01-14  Sebastian Pop  <sebastian.pop@amd.com>
1116
1117         PR middle-end/38431
1118         * graphite.c (get_vdef_before_scop, scop_adjust_vphi): New.
1119         (scop_adjust_phis_for_liveouts): Call scop_adjust_vphi.
1120         (gloog): Do not call cleanup_tree_cfg.
1121         (graphite_transform_loops): Call cleanup_tree_cfg after all 
1122         scops have been code generated.
1123
1124 2009-01-14  Basile Starynkevitch  <basile@starynkevitch.net>
1125         * doc/gty.texi (Invoking the garbage collector): Added new node
1126         and section documenting ggc_collect.
1127
1128 2009-01-14  Richard Guenther  <rguenther@suse.de>
1129
1130         PR tree-optimization/38826
1131         PR middle-end/38477
1132         * tree-ssa-structalias.c (emit_alias_warning): Emit the pointer
1133         initialization notes only if we actually emitted a warning.
1134         (intra_create_variable_infos): Add constraints for a result decl
1135         that is passed by hidden reference.
1136         (build_pred_graph): Mark all related variables non-direct on
1137         address-taking.
1138
1139 2009-01-14  Nick Clifton  <nickc@redhat.com>
1140
1141         * ira-conflicts.c: Include addresses.h for the definition of
1142         base_reg_class.
1143         (ira_build_conflicts): Use base_reg_class instead of BASE_REG_CLASS.
1144         * Makefile.in: Add a dependency of ira-conflicts.o on addresses.h.
1145
1146 2009-01-13  Vladimir Makarov  <vmakarov@redhat.com>
1147
1148         PR target/38811
1149         * Makefile.in (ira-lives.o): Add except.h.
1150
1151         * ira-lives.c: Include except.h.
1152         (process_bb_node_lives): Process can_throw_internal.
1153
1154 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
1155
1156         PR rtl-optimization/38774
1157         * combine.c (simplify_set): When undoing cc_use change, don't do
1158         PUT_CODE on the newly created comparison, but instead put back the
1159         old comparison.
1160
1161 2009-01-13  Joseph Myers  <joseph@codesourcery.com>
1162
1163         * doc/invoke.texi (ARM Options): Update lists of -mcpu and -march
1164         values.  Remove duplicate arm8 entry.
1165
1166 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
1167
1168         PR tree-optimization/38786
1169         * graphite.c (expand_scalar_variables_ssa_name): New, outlined from
1170         the SSA_NAME case of expand_scalar_variables_expr.
1171         Set the type of an expression to the type of its assign statement.
1172         (expand_scalar_variables_expr): Also gather the scalar computation
1173         used to index the memory access.  Do not pass loop_p.
1174         Fix comment.  Stop recursion on tcc_constant or tcc_declaration.
1175         (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
1176         the gimple_stmt_iterator where it inserts new code.
1177         Do not pass loop_p.
1178         (copy_bb_and_scalar_dependences): Do not pass loop_p.
1179         (translate_clast): Update call to copy_bb_and_scalar_dependences.
1180
1181 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
1182
1183         * graphite.h (debug_value): Removed.
1184         * graphite.c (debug_value): Removed.
1185
1186 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
1187
1188         * config/arm/arm.c (output_move_double): Don't synthesize thumb-2
1189         ldrd/strd with two 32-bit instructions.
1190
1191 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
1192
1193         * config/arm/arm.c (struct processors): Pass for speed down into
1194         cost helper functions.
1195         (const_ok_for_op): Handle COMPARE and inequality nodes.
1196         (arm_rtx_costs_1): Rewrite.
1197         (arm_size_rtx_costs): Update prototype.
1198         (arm_rtx_costs): Pass speed down to helper functions.
1199         (arm_slowmul_rtx_costs): Rework cost calculations.
1200         (arm_fastmul_rtx_costs, arm_xscale_rtx_costs): Likewise.
1201         (arm_9e_rtx_costs): Likewise.
1202
1203 2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
1204
1205         * config/alpha/alpha.c (alpha_legitimate_address_p): Explicit
1206         relocations of local symbols wider than UNITS_PER_WORD are not valid.
1207         (alpha_legitimize_address): Do not split local symbols wider than
1208         UNITS_PER_WORD into HIGH/LO_SUM parts.
1209
1210 2009-01-13  Danny Smith  <dannysmith@users.sourceforge.net>
1211
1212         PR bootstrap/38580
1213         * gcc.c (process_command): Replace call to execvp with calls
1214         to pex_one and exit.
1215
1216 2009-01-03  Anatoly Sokolov  <aesok@post.ru>
1217
1218         PR target/29141
1219         * config/avr/t-avr (LIB1ASMFUNCS): Add _tablejump_elpm.
1220         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Add
1221         variant for devices with 3-byte PC.
1222         (__tablejump_elpm__) : New.
1223
1224 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
1225
1226         PR c/32041
1227         * c-parser.c (c_parser_postfix_expression): Allow `->' in
1228         offsetof member-designator, handle it as `[0].'.
1229
1230 2009-01-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1231
1232         * pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk
1233         function when not using named sections on targets with named sections
1234         if branch distance is less than 262132.
1235
1236 2009-01-12  Richard Earnshaw  <rearnsha@arm.com>
1237
1238         * combine.c (combine_instructions):  Recompute
1239         optimize_this_for_speed_p  for each BB in the main combine loop.
1240
1241 2009-01-12  Tomas Bily  <tbily@suse.cz>
1242
1243         PR middlend/38385
1244         * tree-loop-distribution.c (prop_phis): New function.
1245         (generate_builtin): Call prop_phis.
1246         * testsuite/gcc.dg/tree-ssa/pr38385.c: New file.
1247
1248 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
1249
1250         PR tree-optimization/38807
1251         * tree-ssa-reassoc.c (remove_visited_stmt_chain): Don't look at
1252         gimple_visited_p unless stmt is GIMPLE_ASSIGN.
1253
1254 2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
1255
1256         * expmed.c (store_bit_field_1): Properly truncate the paradoxical
1257         subreg of op0 to the original op0.
1258
1259 2009-01-11  Laurent GUERBY  <laurent@guerby.net>
1260
1261         * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.
1262         
1263 2009-01-11  Markus Schoepflin  <markus.schoepflin@comsoft.de>
1264
1265         PR debug/7055
1266         * gcc/mips-tfile.c (parse_def): Fix parsing of def strings
1267         starting with digits.
1268
1269 2009-01-10  Jakub Jelinek  <jakub@redhat.com>
1270
1271         PR target/38695
1272         * config/arm/arm.c (arm_is_long_call_p): Don't call
1273         arm_function_in_section_p if decl isn't a FUNCTION_DECL.
1274
1275 2009-01-09  Steven Bosscher  <steven@gcc.gnu.org>
1276
1277         * regrename.c (regrename_optimize): Fix dumping.
1278         (find_oldest_value_reg): Preserve REG_POINTER.
1279         (copy_hardreg_forward_1): Likewise.
1280
1281 2009-01-09  Diego Novillo  <dnovillo@google.com>
1282
1283         * gimple.h (struct gimple_statement_base) <uid>: Document
1284         the restrictions on its use.
1285         (gimple_uid): Tidy.
1286         (gimple_set_uid): Tidy.
1287
1288 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
1289
1290         * config/i386/i386.c (ix86_expand_movmem, ix86_expand_setmem): Add
1291         zero guard even if align_bytes != 0 and count is smaller than
1292         size_needed.
1293
1294 2008-01-09  Vladimir Makarov  <vmakarov@redhat.com>
1295
1296         PR rtl-optimization/38495
1297         * ira-emit.c (print_move_list, ira_debug_move_list): New functions.
1298         (add_range_and_copies_from_move_list): Print all added ranges.
1299         Add ranges to memory optimized destination.
1300
1301 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
1302
1303         PR target/38686
1304         PR target/38708
1305         * config/i386/i386.c (override_options): Reject
1306         -mstringop-strategy=rep_8byte with -m32.
1307         (ix86_expand_movmem): For size_needed == 1 set epilogue_size_needed
1308         to 1.  Do count comparison against epilogue_size_needed at compile
1309         time even when count_exp was constant forced into register.  For
1310         size_needed don't jump to epilogue, instead just avoid aligning
1311         and invoke the body algorithm.  If need_zero_guard, add zero guard
1312         even if count is non-zero, but smaller than size_needed + number of
1313         bytes that could be stored for alignment.
1314         (ix86_expand_setmem): For size_needed == 1 set epilogue_size_needed
1315         to 1.  If need_zero_guard, add zero guard even if count is non-zero,
1316         but smaller than size_needed + number of bytes that could be stored
1317         for alignment.  Compare size_needed with epilogue_size_needed instead
1318         of desired_align - align, don't adjust size_needed, pass
1319         epilogue_size_needed to the epilogue expanders.
1320
1321         PR c/35742
1322         * c-pretty-print.c (pp_c_expression): Handle GOTO_EXPR like BIND_EXPR.
1323
1324 2009-01-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1325
1326         * pa.c (last_address): Change to unsigned.
1327         (update_total_code_bytes): Change argument to unsigned.  Don't
1328         check if insn addresses are set.
1329         (pa_output_function_epilogue): Set last_address to UINT_MAX if insn
1330         addresses are not set.
1331         (pa_asm_output_mi_thunk): Handle wrap when updating last_address.
1332
1333 2009-01-09  Nick Clifton  <nickc@redhat.com>
1334
1335         * config/sh/symbian.c: Replace uses of DECL_INLINE with
1336         DECL_DECLARED_INLINE_P.
1337
1338 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
1339
1340         PR middle-end/38347
1341         * dojump.c (do_jump_by_parts_zero_rtx): Use mode instead of
1342         GET_MODE (op0) in operand_subword_force calls.
1343
1344         PR middle-end/38771
1345         * fold-const.c (fold_unary): For COMPOUND_EXPR and COND_EXPR,
1346         fold_convert arg0 operands to TREE_TYPE (op0) first.
1347
1348 2009-01-08  Vladimir Makarov  <vmakarov@redhat.com>
1349
1350         * params.def (ira-max-conflict-table-size): Decrease default value
1351         to 1000.
1352
1353 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
1354
1355         PR tree-optimization/37031
1356         * lambda-code.c (lambda_collect_parameters): Call pointer_set_destroy
1357         on parameter_set.
1358         (build_access_matrix): Reserve correct size for AM_MATRIX vector,
1359         allocate it using gc instead of heap, use VEC_quick_push instead of
1360         VEC_safe_push.
1361         * graphite.c (build_access_matrix): Allocate AM_MATRIX vector using gc
1362         instead of heap, use VEC_quick_push instead of VEC_safe_push.
1363         * tree-data-ref.h (struct access_matrix): Change matrix to gc
1364         allocated vector from heap allocated.
1365         * lambda.h: Add DEF_VEC_ALLOC_P for gc allocated lambda_vector.
1366         * tree-loop-linear.c (linear_transform_loops): Allocate nest
1367         vector only after perfect_loop_nest_depth call.
1368
1369 2009-01-08  Sebastian Pop  <sebastian.pop@amd.com>
1370             Jan Sjodin  <jan.sjodin@amd.com>
1371
1372         PR tree-optimization/38559
1373         * graphite.c (debug_value, copy_constraint,
1374         swap_constraint_variables, scale_constraint_variable, ): New.
1375         (get_lower_bound, get_upper_bound): Removed.
1376         (graphite_trans_bb_strip_mine): Clean up this code that works
1377         only for constant number of iterations.  Fully copy upper and
1378         lower bound constraints, not only the constant part of them.
1379         * graphite.h (debug_value): Declared.
1380
1381 2009-01-08  Ira Rosen  <irar@il.ibm.com>
1382
1383         PR tree-optimization/37194
1384         * tree-vect-transform.c (vect_estimate_min_profitable_iters):
1385         Don't add the cost of cost model guard in prologue to scalar 
1386         outside cost in case of known number of iterations.
1387
1388 2009-01-07  Nathan Froyd  <froydnj@codesourcery.com>
1389             Alan Modra  <amodra@bigpond.net.au>
1390
1391         * config/rs6000/rs6000.c (rs6000_legitimize_address): Check for
1392         non-word-aligned REG+CONST addressing.
1393
1394 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
1395
1396         PR target/38706
1397         * config/alpha/alpha.c (alpha_end_function): For TARGET_ABI_OSF, call
1398         free_after_compilation when outputting a thunk.
1399         (alpha_output_mi_thunk_osf): Assert that we are processing a thunk.
1400         Do not call free_after_compilation here.
1401
1402 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
1403
1404         * config/i386/i386.c (ix86_target_string): Use ARRAY_SIZE.
1405         (ix86_valid_target_attribute_inner_p): Ditto.
1406
1407 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
1408
1409         PR tree-optimization/38492
1410         PR tree-optimization/38498
1411         * tree-check.c (operator_is_linear, scev_is_linear_expression): New.
1412         * tree-chrec.h (scev_is_linear_expression): Declared.
1413         * graphite.c (graphite_cannot_represent_loop_niter): New.
1414         (scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
1415         (graphite_loop_normal_form): Use gcc_assert.
1416         (scan_tree_for_params): Use CASE_CONVERT.
1417         (phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
1418         (build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
1419         Use gcc_assert.  Discard scops that contain unhandled cases.
1420         (build_scop_conditions): Return a boolean status for unhandled cases.
1421         (strip_mine_profitable_p): Print the loop number, not its depth.
1422         (is_interchange_valid): Pass the depth of the loop nest, don't
1423         recompute it wrongly.
1424         (graphite_trans_bb_block): Same.
1425         (graphite_trans_bb_block): Print tentative of loop blocking.
1426         (graphite_trans_scop_block): Do not print that the loop has been
1427         blocked.
1428         (graphite_transform_loops): Do not handle scops that contain condition
1429         scalar phi nodes.
1430
1431 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1432
1433         AVX Programming Reference (December, 2008)
1434         * config/i386/avxintrin.h (_mm256_stream_si256): New.
1435         (_mm256_stream_pd): Likewise.
1436         (_mm256_stream_ps): Likewise.
1437
1438         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTDQ256,
1439         IX86_BUILTIN_MOVNTPD256 and IX86_BUILTIN_MOVNTPS256.
1440         (ix86_special_builtin_type): Add VOID_FTYPE_PV4DI_V4DI.
1441         (bdesc_special_args): Add __builtin_ia32_movntdq256,
1442         __builtin_ia32_movntpd256 and __builtin_ia32_movntps256.
1443         (ix86_init_mmx_sse_builtins): Handle VOID_FTYPE_PV4DI_V4DI.
1444         (ix86_expand_special_args_builtin): Likewise.
1445
1446         * config/i386/sse.md (AVXMODEDI): New.
1447         (avx_movnt<mode>): Likewise.
1448         (avx_movnt<mode>): Likewise.
1449         (<sse>_movnt<mode>): Remove AVX support.
1450         (sse2_movntv2di): Likewise.
1451
1452 2009-01-07  Richard Guenther  <rguenther@suse.de>
1453
1454         PR middle-end/38751
1455         * fold-const.c (extract_muldiv): Remove obsolete comment.
1456         (fold_plusminus_mult_expr): Undo MINUS_EXPR
1457         to PLUS_EXPR canonicalization for the canonicalization.
1458
1459 2009-01-07  Gerald Pfeifer  <gerald@pfeifer.com>
1460
1461         * doc/install.texi (alpha*-dec-osf*): Remove note on 32-bit
1462         hosted cross-compilers generating less efficient code.
1463
1464 2009-01-06  Richard Sandiford  <rdsandiford@googlemail.com>
1465
1466         * function.h (rtl_data): Add a dbr_scheduled_p field.
1467         * reorg.c (dbr_schedule): Set it.
1468         (gate_handle_delay_slots): Check it.
1469         * config/mips/mips.c (mips_base_delayed_branch): Delete.
1470         (mips_reorg): Check flag_delayed_branch instead of
1471         mips_base_delayed_branch.
1472         (mips_override_options): Don't set mips_base_delayed_branch
1473         or flag_delayed_branch.
1474
1475 2009-01-06  Richard Sandiford  <rdsandiford@googlemail.com>
1476
1477         PR rtl-optimization/38426.
1478         * ira.c (ira): Set current_function_is_leaf earlier.
1479
1480 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
1481
1482         PR rtl-optimization/38722
1483         * combine.c (try_combine): Don't modify PATTERN (i3) and notes
1484         too early, only set a flag and modify after last possible
1485         undo_all point.
1486
1487 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
1488
1489         PR c/34252
1490         * ginclude/float.h: Rename DECnn_DEN to DECnn_SUBNORMAL_MIN.
1491         * real.c (decimal_single_format): Correct values of emin and emax.
1492         (decimal_double_format): Ditto.
1493         (decimal_quad_format): Ditto.
1494         * c-cppbuiltin.c (builtin_define_decimal_float_constants): Adjust
1495         computation of DECnn_MIN and DECnn_MAX for corrected values of
1496         emin and emax.  Define __DECnn_SUBNORMAL_MIN__ instead of
1497         __DECnn_MIN__, and adjust its computation for the corrected value
1498         of emin.
1499
1500 2009-01-06  Jan Hubicka  <jh@suse.cz>
1501
1502         PR target/38744
1503         * config/i386/i386.c (ix86_expand_call): Use ARRAY_SIZE.
1504
1505 2009-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
1506
1507         * doc/contrib.texi (Contributors): Slightly adjust the end note.
1508         Add Robert Clark to the list of testers.
1509
1510 2009-01-06  Jan Hubicka  <jh@suse.cz>
1511             Kai Tietz  <kai.tietz@onevision.com>
1512
1513         * config/i386/i386.md (*msabi_syvabi): Add SSE regs clobbers.
1514         * config/i386/i386.c (ix86_expand_call): Add clobbers.
1515
1516 2009-01-06  Jan Hubicka  <jh@suse.cz>
1517             Kai Tietz  <kai.tietz@onevision.com>
1518
1519         * config/i386/i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used
1520         for w64 ABI.
1521         * config/i386/i386.c (struct ix86_frame): Add padding0 and nsseregs.
1522         (ix86_nsaved_regs): Count only general purpose regs.
1523         (ix86_nsaved_sseregs): New.
1524         (ix86_compute_frame_layout): Update nsseregs; set preferred alignment
1525         to 16 for w64; compute padding and size of sse reg save area.
1526         (ix86_emit_save_regs, ix86_emit_save_regs_using_mov): Save only
1527         general purpose regs.
1528         (ix86_emit_save_sse_regs_using_mov): New.
1529         (ix86_expand_prologue): Save SSE regs if needed.
1530         (ix86_emit_restore_regs_using_mov): Use only general purpose regs.
1531         (ix86_emit_restore_sse_regs_using_mov): New.
1532         (ix86_expand_epilogue): Save SSE regs if needed.
1533
1534 2009-01-06  Jan Hubicka  <jh@suse.cz>
1535             Kai Tietz  <kai.tietz@onevision.com>
1536
1537         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI
1538         * config/i386/i386.c (init_cumulative_args): Disallow calls of MSABI
1539         functions when accumulate outgoing args is off.
1540
1541 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1542
1543         PR bootstrap/38742
1544         * ira-color.c (ira_reuse_stack_slot): Check ENABLE_IRA_CHECKING
1545         before using pseudos_have_intersected_live_ranges_p.
1546
1547         * ira-int.h (ira_assert): Always define.
1548
1549 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1550
1551         AVX Programming Reference (December, 2008)
1552         * config/i386/avxintrin.h (_mm_permute2_pd): Removed.
1553         (_mm256_permute2_pd): Likewise.
1554         (_mm_permute2_ps): Likewise.
1555         (_mm256_permute2_ps): Likewise.
1556         * config/i386/i386.md (UNSPEC_VPERMIL2): Likewise.
1557         * config/i386/sse.md (avx_vpermil2<mode>3): Likewise.
1558
1559         * config/i386/i386.c (ix86_builtins): Remove
1560         IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
1561         IX86_BUILTIN_VPERMIL2PD256 and IX86_BUILTIN_VPERMIL2PS256.
1562         (ix86_builtin_type): Remove V8SF_FTYPE_V8SF_V8SF_V8SI_INT,
1563         V4DF_FTYPE_V4DF_V4DF_V4DI_INT, V4SF_FTYPE_V4SF_V4SF_V4SI_INT
1564         and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
1565         (bdesc_args): Remove __builtin_ia32_vpermil2pd,
1566         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256 and
1567         __builtin_ia32_vpermil2ps256.
1568         (ix86_init_mmx_sse_builtins): Updated.
1569         (ix86_expand_args_builtin): Likewise.
1570
1571 2009-01-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1572
1573         * pa.c (output_call): Relocate non-jump insns in the delay slot of
1574         long absolute calls when generating PA 2.0 code.
1575
1576 2009-01-05  Vladimir Makarov  <vmakarov@redhat.com>
1577
1578         PR rtl-optimization/38583
1579         * params.h (IRA_MAX_CONFLICT_TABLE_SIZE): New macro.
1580
1581         * params.def (ira-max-conflict-table-size): New.
1582
1583         * doc/invoke.texi (ira-max-conflict-table-size): Decribe.
1584         
1585         * ira.h (ira_conflicts_p): New external definition.
1586         
1587         * ira-conflicts.c (build_conflict_bit_table): Do not build too big
1588         table.  Report this.  Return result of building.
1589         (ira_build_conflicts): Use ira_conflicts_p.  Check result of
1590         building conflict table.
1591
1592         * ira-color.c (fast_allocation): Use num instead of ira_allocnos_num.
1593         (ira_color): Use ira_conflicts_p.
1594         
1595         * global.c: Include ira.h.
1596         (pseudo_for_reload_consideration_p, build_insn_chain): Use
1597         ira_conflicts_p.
1598
1599         * Makefile.in (global.o): Add ira.h.
1600         
1601         * ira-build.c (mark_all_loops_for_removal,
1602         propagate_some_info_from_allocno): New.
1603         (remove_unnecessary_allocnos): Call
1604         propagate_some_info_from_allocno.
1605         (remove_low_level_allocnos): New.
1606         (remove_unnecessary_regions): Add parameter.  Call
1607         mark_all_loops_for_removal and remove_low_level_allocnos.  Pass
1608         parameter to remove_unnecessary_regions.
1609         (ira_build): Remove all regions but root if the conflict table was
1610         not built.  Update conflict hard regs for allocnos crossing calls.
1611
1612         * ira.c (ira_conflicts_p): New global.
1613         (ira): Define and use ira_conflicts_p.
1614
1615         * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
1616         count_spilled_pseudo, find_reg, alter_reg, finish_spills,
1617         emit_input_reload_insns, delete_output_reload): Use ira_conflicts_p.
1618         
1619 2009-01-06  Ben Elliston  <bje@au.ibm.com>
1620
1621         * gengtype-lex.l (YY_NO_INPUT): Define.
1622
1623 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1624
1625         PR c/34911
1626         * c-common.c (handle_vector_size_attribute): Also reject
1627         BOOLEAN_TYPE types.
1628
1629 2009-01-05  Sebastian Pop  <sebastian.pop@amd.com>
1630
1631         PR tree-optimization/38492
1632         * graphite.c (rename_map_elt, debug_rename_elt,
1633         debug_rename_map_1, debug_rename_map, new_rename_map_elt,
1634         rename_map_elt_info, eq_rename_map_elts,
1635         get_new_name_from_old_name, bb_in_sese_p): Moved around.
1636         (sese_find_uses_to_rename_use): Renamed sese_build_livein_liveouts_use.
1637         (sese_find_uses_to_rename_bb): Renamed sese_build_livein_liveouts_bb.
1638         (sese_build_livein_liveouts): New.
1639         (new_sese, free_sese): New.
1640         (new_scop): Call new_sese.
1641         (free_scop): Call free_sese.
1642         (rename_variables_from_edge, rename_phis_end_scop): Removed.
1643         (register_old_new_names): Renamed register_old_and_new_names.
1644         (register_scop_liveout_renames, add_loop_exit_phis,
1645         insert_loop_close_phis, struct igp,
1646         default_liveout_before_guard, add_guard_exit_phis,
1647         insert_guard_phis, copy_renames): New.
1648         (translate_clast): Call insert_loop_close_phis and insert_guard_phis.
1649         (sese_add_exit_phis_edge): Renamed scop_add_exit_phis_edge.
1650         (rewrite_into_sese_closed_ssa): Renamed scop_insert_phis_for_liveouts.
1651         (scop_adjust_phis_for_liveouts): New.
1652         (gloog): Call scop_adjust_phis_for_liveouts.
1653
1654         * graphite.h (struct sese): Documented.  Added fields liveout,
1655         num_ver and livein.
1656         (SESE_LIVEOUT, SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): New.
1657         (new_sese, free_sese, sese_build_livein_liveouts): Declared.
1658         (struct scop): Added field liveout_renames.
1659         (SCOP_LIVEOUT_RENAMES): New.
1660
1661 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
1662
1663         PR tree-optimization/38510
1664         * graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
1665         (translate_clast): Call recompute_all_dominators before
1666         graphite_verify.
1667         (gloog): Call recompute_all_dominators before graphite_verify.
1668
1669 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
1670             Jan Sjodin  <jan.sjodin@amd.com>
1671
1672         PR tree-optimization/38500
1673         * graphite.c (create_sese_edges): Call fix_loop_structure after
1674         splitting blocks.
1675
1676 2009-01-05  Joel Sherrill  <joel.sherrill@oarcorp.com>
1677
1678         * config.gcc: Add m32r*-*-rtems*.
1679         * config/m32r/rtems.h: New file.
1680
1681 2009-01-05  Ben Elliston  <bje@au.ibm.com>
1682
1683         * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
1684         (.po.pox): Likewise.
1685         (po/gcc.pot): Likewise.
1686
1687 2009-01-04  David S. Miller  <davem@davemloft.net>
1688
1689         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
1690         (STARTING_FRAME_OFFSET): Always set to zero.
1691
1692 2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
1693
1694         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Add commentary.
1695         * tree-cfg.c (verify_gimple_assign_binary): Allow shifts of
1696         fixed-point types, and vectors of the same.
1697
1698 2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
1699
1700         * config/mips/sync.md (*mb_barrier): Rename to...
1701         (*memory_barrier): ...this.
1702
1703 2009-01-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
1704
1705         * doc/extend.texi (Function Attributes): Move @cindex after @item
1706         for 'artificial' and 'flatten'. Fix grammar for 'externally_visible'
1707         and put in alphabetical order. Fix 'target' name and put in order.
1708         * doc/invoke.texi (-Wstrict-null-sentinel, -fipa-matrix-reorg): Fix
1709         typos.
1710
1711 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
1712
1713         * config/s390/s390.md (UNSPEC_MB): Rename from UNSPECV_MB.
1714         (memory_barrier): Expand as unspec instead of unspec_volatile.
1715         Remove mem:BLK from insn operands.  Use Pmode scratch register.
1716         (*memory_barrier): Define as unspec instead of unspec_volatile.
1717         Use (match_dup 0) as input operand.
1718
1719         * config/sparc/sparc.md (UNSPEC_MEMBAR): Rename from UNSPECV_MEMBAR.
1720         * config/sparc/sync.md (memory_barrier): Expand as unspec instead of
1721         unspec_volatile.  Remove mem:BLK from insn operands.  Use Pmode
1722         scratch register.  Remove operand 1.
1723         (*stbar): Define as unspec instead of unspec_volatile.
1724         Use (match_dup 0) as input operand, remove (const_int 8).
1725         (*membar): Define as unspec instead of unspec_volatile.
1726         Use (match_dup 0) as input operand, remove input operand 2.
1727
1728         * config/xtensa/xtensa.md (UNSPEC_MEMW): Rename from UNSPECV_MEMW.
1729         (memory_barrier): Expand as unspec instead of unspec_volatile.
1730         Remove mem:BLK from insn operands.  Use Pmode scratch register.
1731         (*memory_barrier): Define as unspec instead of unspec_volatile.
1732         Use (match_dup 0) as input operand.
1733
1734         * config/ia64/sync.md (memory_barrier): Redefine as expander pattern.
1735         Remove mem:BLK from insn operands.  Use Pmode scratch register.
1736         Set volatile flag on operand 0.
1737         (*memory_barrier): New insn pattern.
1738
1739         * config/rs6000/sync.md (memory_barrier): Remove mem:BLK from
1740         insn operands.
1741         (*memory_barrier): Use (match_dup 0) as input operand.
1742
1743         * config/mips/sync.md (memory_barrier): Redefine as expander pattern.
1744         Remove mem:BLK from insn operands.  Use Pmode scratch register.
1745         Set volatile flag on operand 0.
1746         (*mb_internal): New insn pattern.
1747
1748         * config/alpha/sync.md (*memory_barrier): Rename from *mb_internal.
1749
1750 2009-01-04  Steven Bosscher  <steven@gcc.gnu.org>
1751
1752         PR middle-end/38586
1753         * function.c (struct temp_slot): Move to the section of the file
1754         that deals with temp slots.  Remove field 'address'.
1755         (temp_slot_address_table): New hash table of address -> temp slot.
1756         (struct temp_slot_address_entry): New struct, items for the table.
1757         (temp_slot_address_compute_hash, temp_slot_address_hash,
1758         temp_slot_address_eq, insert_temp_slot_address): Support functions
1759         for the new table.
1760         (find_temp_slot_from_address): Rewrite to use the new hash table.
1761         (remove_unused_temp_slot_addresses): Remove addresses of temp
1762         slots that have been made available.
1763         (remove_unused_temp_slot_addresses_1): Call-back for htab_traverse,
1764         worker function for remove_unused_temp_slot_addresses.
1765         (assign_stack_temp_for_type): Don't clear the temp slot address list.
1766         Add the temp slot address to the address -> temp slot map.
1767         (update_temp_slot_address): Update via insert_temp_slot_address.
1768         (free_temp_slots): Call remove_unused_temp_slot_addresses.
1769         (pop_temp_slots): Likewise.
1770         (init_temp_slots): Allocate the address -> temp slot map, or empty
1771         the map if it is already allocated.
1772         (prepare_function_start): Initialize temp slot processing.
1773
1774 2009-01-04  Steven Bosscher  <steven@gcc.gnu.org>
1775
1776         PR middle-end/38584
1777         * cfgexpand.c (estimate_stack_frame_size): Simplify the estimate:
1778         Calculate the size of all stack vars assuming no packing of stack
1779         vars will happen, replacing a quadratic algorithm with a linear one.
1780
1781 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
1782
1783         PR target/38707
1784         * expmed.c (store_bit_field_1): Don't modify op0 if movstrict insn
1785         can't be used.
1786
1787 2009-01-03  Diego Novillo  <dnovillo@google.com>
1788
1789         * doc/contrib.texi: Update contributions.
1790
1791 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
1792
1793         PR c++/38705
1794         * builtins.c (fold_builtin_memory_op): Give up if either operand
1795         is volatile.  Set srctype or desttype to non-qualified version
1796         of the other type.
1797
1798         PR c/38700
1799         * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs
1800         and FUNCTION_DECLs.
1801
1802 2009-01-02  Kenneth Zadeck  <zadeck@naturalbridge.com>
1803
1804         PR rtl-optimization/35805
1805         * df-problems.c (df_lr_finalize): Add recursive call to resolve lr
1806         problem if fast dce is able to remove any instructions.
1807         * dce.c (dce_process_block): Fix dump message.
1808         
1809 2009-01-02  Mark Mitchell  <mark@codesourcery.com>
1810
1811         PR 33649
1812         * tree-ssa-pre.c (compute_antic): Correct loop bounds.
1813
1814 2009-01-02  Jakub Jelinek  <jakub@redhat.com>
1815
1816         PR middle-end/38690
1817         * tree-flow.h (op_code_prio, op_prio): New prototypes.
1818         * tree-pretty-print.c (op_code_prio): New function.
1819         (op_prio): No longer static.  Use op_code_prio.
1820         * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs):
1821         Use op_prio and op_code_prio to determine if () should be
1822         printed around operand(s) or not.
1823
1824         * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs,
1825         dump_gimple_call, dump_gimple_switch, dump_gimple_cond,
1826         dump_gimple_label, dump_gimple_try, dump_symbols, dump_gimple_phi,
1827         dump_gimple_mem_ops, dump_bb_header, dump_bb_end, pp_cfg_jump): Use
1828         pp_character instead of pp_string for single letter printing.
1829
1830 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
1831
1832         * doc/extend.texi: Fix '#pragma GCC option' typo.
1833
1834 2009-01-02  Richard Guenther  <rguenther@suse.de>
1835
1836         * doc/install.texi (--enable-checking): Mention different
1837         default for stage1.
1838         (--enable-stage1-checking): Document.
1839
1840 2009-01-01  Andrew Pinski  <pinskia@gmail.com>
1841
1842         PR middle-end/30142
1843         * tree-cfg.c (verify_expr): Add INDIRECT_REF case.  Change MODIFY_EXPR
1844         case to be an error.
1845
1846 2009-01-02  Ben Elliston  <bje@au.ibm.com>
1847
1848         * config/fp-bit.h (pack_d): Constify argument.
1849         * config/fp-bit.c (makenan): Constify return type. Remove casts.
1850         (isnan): Constify argument.
1851         (isinf): Likewise.
1852         (iszero): Likewise.
1853         (pack_d): Likewise.
1854         (_fpadd_parts): Constify return type.
1855         (_fpmul_parts): Likewise.
1856         (_fpdiv_parts): Likewise.
1857
1858 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
1859
1860         PR c/36489
1861         * c-typeck.c (add_pending_init): Add IMPLICIT argument.  Only
1862         warn about overwriting initializer with side-effects or
1863         -Woverride-init if !IMPLICIT.
1864         (output_init_element): Likewise.  Pass IMPLICIT down to
1865         add_pending_init.
1866         (process_init_element): Add IMPLICIT argument.  Pass it down
1867         to output_init_element.
1868         (push_init_element, pop_init_level, set_designator): Adjust
1869         process_init_element callers.
1870         (set_nonincremental_init, set_nonincremental_init_from_string):
1871         Adjust add_pending_init callers.
1872         (output_pending_init_elements): Adjust output_init_element callers.
1873         * c-tree.h (process_init_element): Adjust prototype.
1874         * c-parser.c (c_parser_initelt, c_parser_initval): Adjust
1875         process_init_element callers.