OSDN Git Service

2010-04-20 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index b21d8c5..a5b7037 100644 (file)
@@ -1,3 +1,91 @@
+2010-04-20  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-structalias.c (do_sd_constraint): Add edges only
+       from vars that can have pointers.
+       (process_constraint): Dump useless constraints.
+
+2010-04-20  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-structalias.c (do_structure_copy): Properly handle
+       DEREF.
+       (dump_sa_points_to_info): Remove asserts.
+       (init_base_vars): nothing_id isn't an escape point nor does it
+       have pointers.
+
+2010-04-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * tree.h (TYPE_REF_IS_RVALUE): Define.
+       * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
+       should_move_die_to_comdat, prune_unused_types_walk): Handle
+       DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
+       (modified_type_die, gen_reference_type_die): Emit
+       DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
+       if TYPE_REF_IS_RVALUE and -gdwarf-4.
+
+2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       PR target/43635
+       * config/s390/s390.c (s390_emit_call): Turn direct into indirect
+       calls for -fpic -m31 if they have been sibcall optimized.
+
+2010-04-19  James E. Wilson  <wilson@codesourcery.com>
+
+       PR rtl-optimization/43520
+       * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
+       ar.lc fixed and call-used.
+
+       * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
+
+2010-04-19  Jan Hubicka  <jh@suse.cz>
+
+       * opts.c (decode_options): Disable whpr incompatible passes.
+       * lto/lto.c (lto_1_to_1_map): Skip clones.
+       (read_cgraph_and_symbols): Do not mark everything as needed.
+       (do_whole_program_analysis): Do map only after optimizing;
+       set proper cgraph_state; use passmanager.
+
+2010-04-19  DJ Delorie  <dj@redhat.com>
+
+       * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
+       POINTER_PLUS_EXPR and fix them.
+
+2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * config/avr/avr-devices.c (avr_mcu_types): Add support for new
+       devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
+       attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
+       atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
+       atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
+       atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
+       atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
+       atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
+       m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
+       atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
+       * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
+
+2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * ifcvt.c (noce_try_cmove_arith): Fix long lines.
+       (check_cond_move_block): Likewise.
+       (cond_move_process_if_block): Likewise.
+       (noce_find_if_block): Improve formatting.
+       (find_if_header): Pass 0 to memset and tweak conditions.
+       (cond_exec_find_if_block): Fix long lines and tweak conditions.
+
+2010-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2out.c (lower_bound_default): For DW_LANG_Python return
+       0 for -gdwarf-4.
+
+       PR middle-end/43337
+       * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
+       with non-local decl doesn't need chain.
+
+2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
+
+       * ira-color.c (allocno_reload_assign): Avoid accumulating
+       reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
+
 2010-04-19  Martin Jambor  <mjambor@suse.cz>
 
        * gimple.h (create_tmp_reg): Declare.