Age | Commit message (Expand) | Author | Files | Lines |
2007-06-12 | opts.c (common_handle_option): Handle new option -fdbg-cnt-list. | Seongbae Park | 6 | -15/+89 |
2007-06-12 | tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything flag on ref-a... | Eric Botcazou | 2 | -1/+12 |
2007-06-12 | re PR middle-end/31579 (ICE when compiling attached code) | Andrew Pinski | 4 | -10/+27 |
2007-06-12 | real.c (real_isfinite): New. | Kaveh R. Ghazi | 4 | -18/+30 |
2007-06-12 | re PR libstdc++/29286 (placement new does not change the dynamic type as it s... | Ian Lance Taylor | 23 | -66/+633 |
2007-06-12 | fold-const.c (fold_binary): Guard (X-X) -> 0 transformation with !HONOR_NANS ... | Kaveh R. Ghazi | 3 | -3/+16 |
2007-06-12 | reorder changelog entries | Dirk Mueller | 2 | -2/+2 |
2007-06-12 | gcov.c: Comments updated. | Tristan Gingold | 3 | -55/+132 |
2007-06-12 | bfin.md (UNSPEC_NOP): New constant. | Bernd Schmidt | 3 | -21/+102 |
2007-06-12 | trans-stmt.c (gfc_trans_call): fix gcc_assert to a comparison, not an assignm... | Dirk Mueller | 4 | -4/+14 |
2007-06-12 | tree-nested.c (convert_local_reference): Handle VIEW_CONVERT_EXPR. | Olivier Hainque | 4 | -0/+54 |
2007-06-12 | * config/m68k/m68k-devices.def (52221, 52223, 5253): New. | Nathan Sidwell | 2 | -0/+7 |
2007-06-12 | re PR tree-optimization/15353 ([tree-ssa] Merge two "if"s if one subsumes the... | Richard Guenther | 15 | -2/+778 |
2007-06-12 | re PR rtl-optimization/32293 (internal compiler error: in do_SUBST, at combin... | Uros Bizjak | 4 | -2/+80 |
2007-06-12 | fold-const (fold_binary): Also optimize a/cbrt(b/c) into a*cbrt(c/b) if flag_... | Uros Bizjak | 4 | -2/+15 |
2007-06-12 | trans-common.c (create_common): Initialize 'field_init'. | Paul Thomas | 2 | -1/+5 |
2007-06-12 | Fix a few nits. | Eric Botcazou | 1 | -21/+18 |
2007-06-11 | Makefile.in (reload1.o-warn): Remove. | Diego Novillo | 2 | -6/+4 |
2007-06-12 | combine.c (subst): Fix typo. | Seongbae Park | 1 | -1/+1 |
2007-06-12 | combine.c (subst): Use reg_overlap_mentioned_p instead of comparing register ... | Seongbae Park | 2 | -1/+6 |
2007-06-12 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-06-11 | re PR fortran/29786 (Initialization of overlapping variables: Not implemented) | Paul Thomas | 9 | -64/+396 |
2007-06-11 | reload1.c (mark_home_live_1): Use the mode parameter. | Kenneth Zadeck | 2 | -1/+5 |
2007-06-11 | setjmp-3.c: Rename raise to raise0. | Andreas Tobler | 4 | -8/+14 |
2007-06-11 | df-scan.c (df_insn_delete, [...]): Fixed spelling of word "deferred". | Kenneth Zadeck | 4 | -14/+21 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 167 | -13108/+24100 |
2007-06-11 | i386.md ("*movtf_internal): Penalize moves to and from integer registers. | Uros Bizjak | 2 | -56/+63 |
2007-06-11 | Add new tests | Arnaud Charlet | 8 | -0/+140 |
2007-06-11 | really remove signed(_or_unsigned)?_type langhooks | Rafael Espindola | 25 | -145/+52 |
2007-06-11 | tree-ssa-structalias.c (find_what_p_points_to): Return false for ref-all poin... | Eric Botcazou | 2 | -4/+16 |
2007-06-11 | arm.c (arm_output_dwarf_dtprel, [...]): New. | Joseph Myers | 2 | -0/+22 |
2007-06-11 | bfin.md (movdi_insn, [...]): Don't allow constant to memory moves. | Bernd Schmidt | 2 | -7/+13 |
2007-06-11 | remove signed(_or_unsigned)?_type langhooks | Rafael Espindola | 6 | -0/+79 |
2007-06-11 | re PR target/32280 (_mm_srli_si128, heinous code for some shifts) | Uros Bizjak | 5 | -26/+60 |
2007-06-11 | re PR middle-end/32279 (Fold 1.0/sqrt(x/y) to sqrt(y/x)) | Uros Bizjak | 4 | -1/+33 |
2007-06-11 | Resync | Bob Duff | 1 | -0/+8 |
2007-06-11 | g-stsifd-sockets.adb (Create): Work around strange behavior of 'bind' on wind... | Bob Duff | 1 | -58/+101 |
2007-06-11 | re PR fortran/32235 (incorrectly position text file after backspace) | Jerry DeLisle | 2 | -0/+60 |
2007-06-11 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-06-10 | lambda-code.c (remove_iv): New. | Jan Sjodin | 2 | -0/+48 |
2007-06-10 | tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL. | Zdenek Dvorak | 21 | -60/+466 |
2007-06-10 | tree-ssa-structalias.c (set_uids_in_ptset): Add is_deref'd parameter, use it. | Daniel Berlin | 2 | -6/+17 |
2007-06-10 | decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes... | Duncan Sands | 5 | -84/+82 |
2007-06-10 | tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b, and allow DECL... | Daniel Berlin | 2 | -2/+8 |
2007-06-10 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-06-09 | tree-scalar-evolution.c (follow_ssa_edge_in_rhs, [...]): Keep more precise tr... | Zdenek Dvorak | 5 | -4/+57 |
2007-06-09 | c-decl.c (grokdeclarator): Added 'deprecated_state' argument. | Tom Tromey | 2 | -21/+37 |
2007-06-09 | re PR tree-optimization/32169 (Ice in set_value_range, at tree-vrp.c:326) | Ian Lance Taylor | 4 | -0/+31 |
2007-06-09 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-06-08 | reload1.c (fixup_abnormal_edges): Clear bb field for insns not inserted on th... | Eric Botcazou | 2 | -1/+8 |