aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-06-12opts.c (common_handle_option): Handle new option -fdbg-cnt-list.Seongbae Park6-15/+89
2007-06-12tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything flag on ref-a...Eric Botcazou2-1/+12
2007-06-12re PR middle-end/31579 (ICE when compiling attached code)Andrew Pinski4-10/+27
2007-06-12real.c (real_isfinite): New.Kaveh R. Ghazi4-18/+30
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor23-66/+633
2007-06-12fold-const.c (fold_binary): Guard (X-X) -> 0 transformation with !HONOR_NANS ...Kaveh R. Ghazi3-3/+16
2007-06-12reorder changelog entriesDirk Mueller2-2/+2
2007-06-12gcov.c: Comments updated.Tristan Gingold3-55/+132
2007-06-12bfin.md (UNSPEC_NOP): New constant.Bernd Schmidt3-21/+102
2007-06-12trans-stmt.c (gfc_trans_call): fix gcc_assert to a comparison, not an assignm...Dirk Mueller4-4/+14
2007-06-12tree-nested.c (convert_local_reference): Handle VIEW_CONVERT_EXPR.Olivier Hainque4-0/+54
2007-06-12* config/m68k/m68k-devices.def (52221, 52223, 5253): New.Nathan Sidwell2-0/+7
2007-06-12re PR tree-optimization/15353 ([tree-ssa] Merge two "if"s if one subsumes the...Richard Guenther15-2/+778
2007-06-12re PR rtl-optimization/32293 (internal compiler error: in do_SUBST, at combin...Uros Bizjak4-2/+80
2007-06-12fold-const (fold_binary): Also optimize a/cbrt(b/c) into a*cbrt(c/b) if flag_...Uros Bizjak4-2/+15
2007-06-12trans-common.c (create_common): Initialize 'field_init'.Paul Thomas2-1/+5
2007-06-12Fix a few nits.Eric Botcazou1-21/+18
2007-06-11Makefile.in (reload1.o-warn): Remove.Diego Novillo2-6/+4
2007-06-12combine.c (subst): Fix typo.Seongbae Park1-1/+1
2007-06-12combine.c (subst): Use reg_overlap_mentioned_p instead of comparing register ...Seongbae Park2-1/+6
2007-06-12Daily bump.GCC Administrator1-1/+1
2007-06-11re PR fortran/29786 (Initialization of overlapping variables: Not implemented)Paul Thomas9-64/+396
2007-06-11reload1.c (mark_home_live_1): Use the mode parameter.Kenneth Zadeck2-1/+5
2007-06-11setjmp-3.c: Rename raise to raise0.Andreas Tobler4-8/+14
2007-06-11df-scan.c (df_insn_delete, [...]): Fixed spelling of word "deferred".Kenneth Zadeck4-14/+21
2007-06-11Merge dataflow branch into mainlineDaniel Berlin167-13108/+24100
2007-06-11i386.md ("*movtf_internal): Penalize moves to and from integer registers.Uros Bizjak2-56/+63
2007-06-11Add new testsArnaud Charlet8-0/+140
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola25-145/+52
2007-06-11tree-ssa-structalias.c (find_what_p_points_to): Return false for ref-all poin...Eric Botcazou2-4/+16
2007-06-11arm.c (arm_output_dwarf_dtprel, [...]): New.Joseph Myers2-0/+22
2007-06-11bfin.md (movdi_insn, [...]): Don't allow constant to memory moves.Bernd Schmidt2-7/+13
2007-06-11remove signed(_or_unsigned)?_type langhooksRafael Espindola6-0/+79
2007-06-11re PR target/32280 (_mm_srli_si128, heinous code for some shifts)Uros Bizjak5-26/+60
2007-06-11re PR middle-end/32279 (Fold 1.0/sqrt(x/y) to sqrt(y/x))Uros Bizjak4-1/+33
2007-06-11ResyncBob Duff1-0/+8
2007-06-11g-stsifd-sockets.adb (Create): Work around strange behavior of 'bind' on wind...Bob Duff1-58/+101
2007-06-11re PR fortran/32235 (incorrectly position text file after backspace)Jerry DeLisle2-0/+60
2007-06-11Daily bump.GCC Administrator1-1/+1
2007-06-10lambda-code.c (remove_iv): New.Jan Sjodin2-0/+48
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak21-60/+466
2007-06-10tree-ssa-structalias.c (set_uids_in_ptset): Add is_deref'd parameter, use it.Daniel Berlin2-6/+17
2007-06-10decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes...Duncan Sands5-84/+82
2007-06-10tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b, and allow DECL...Daniel Berlin2-2/+8
2007-06-10Daily bump.GCC Administrator1-1/+1
2007-06-09tree-scalar-evolution.c (follow_ssa_edge_in_rhs, [...]): Keep more precise tr...Zdenek Dvorak5-4/+57
2007-06-09c-decl.c (grokdeclarator): Added 'deprecated_state' argument.Tom Tromey2-21/+37
2007-06-09re PR tree-optimization/32169 (Ice in set_value_range, at tree-vrp.c:326)Ian Lance Taylor4-0/+31
2007-06-09Daily bump.GCC Administrator1-1/+1
2007-06-08reload1.c (fixup_abnormal_edges): Clear bb field for insns not inserted on th...Eric Botcazou2-1/+8