Age | Commit message (Expand) | Author | Files | Lines |
2009-01-18 | re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop) | Richard Guenther | 1 | -1/+1 |
2008-08-29 | loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | Jan Hubicka | 1 | -1/+1 |
2008-08-06 | builtins.c (expand_builtin_profile_func): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -14/+14 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -737/+1060 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -2/+3 |
2008-05-08 | tree-complex.c (expand_complex_div_wide): Don't create CONDs that trap. | Rafael Avila de Espindola | 1 | -1/+4 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -6/+10 |
2008-01-21 | re PR c++/34196 (uninitialized variable warning in dead exception region) | Jason Merrill | 1 | -0/+17 |
2007-10-15 | tree-eh.c (optimize_double_finally): Don't assume that the cleanup we're dupl... | Jason Merrill | 1 | -8/+2 |
2007-10-14 | fixed-bit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-10-03 | re PR c++/15764 (no cleanup if temporary's dtor terminates with an exception) | Jason Merrill | 1 | -0/+156 |
2007-09-03 | system.h (CONST_CAST2, [...]): New macros for type-specific casts. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-27 | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 1 | -4/+6 |
2007-08-16 | tree-eh.c (lower_try_finally_onedest): Reset the locus of GOTO that's relocat... | Seongbae Park | 1 | -0/+3 |
2007-08-14 | re PR tree-optimization/32941 (Bootstrap comparison failure) | Steve Ellcey | 1 | -22/+40 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-04-26 | re PR tree-optimization/30558 (ICE with OpenMP and exceptions) | Jakub Jelinek | 1 | -0/+4 |
2007-03-08 | tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c... | Roger Sayle | 1 | -14/+18 |
2007-02-18 | tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR. | Eric Botcazou | 1 | -0/+1 |
2007-01-28 | tree-ssa-loop-unswitch.c: Include tree-inline.h. | Zdenek Dvorak | 1 | -1/+1 |
2007-01-28 | common.opt: Add fstrict-overflow. | Ian Lance Taylor | 1 | -2/+2 |
2007-01-14 | tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately. | Jan Hubicka | 1 | -34/+0 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -20/+20 |
2006-11-11 | tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes. | Richard Guenther | 1 | -3/+0 |
2006-07-03 | tree.c (range_in_array_bounds_p): New predicate. | Eric Botcazou | 1 | -5/+6 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-02-08 | passes.c (register_one_dump_file): Accept the current properties instead of p... | Paolo Bonzini | 1 | -1/+1 |
2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -0/+22 |
2005-12-18 | tree-vn.c (vn_add): Use XNEW. | Gabriel Dos Reis | 1 | -13/+15 |
2005-12-02 | tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. | Richard Guenther | 1 | -40/+40 |
2005-07-03 | bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett... | Joseph Myers | 1 | -4/+4 |
2005-07-03 | c-common.h (GCC_DIAG_STYLE): Define. | Joseph Myers | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -0/+7 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -0/+1 |
2005-05-29 | cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ... | Kazu Hirata | 1 | -1/+1 |
2005-05-27 | except.c (can_throw_internal_1, [...]): Add "is_resx" argument. | Jan Hubicka | 1 | -4/+6 |
2005-05-16 | re PR tree-optimization/21399 (libstdc++ 12077.cc ICE) | Richard Henderson | 1 | -6/+26 |
2005-05-14 | Patch by Richard Henderson: | Jan Hubicka | 1 | -4/+15 |
2005-05-14 | tree-eh.c (record_stmt_eh_region): Use add_stmt_to_eh_region. | Jan Hubicka | 1 | -22/+13 |
2005-05-14 | tree-eh.c (leh_tf_state): Change the type of dest_array to VEC(tree,heap)*. | Kazu Hirata | 1 | -19/+11 |
2005-05-12 | except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen... | Steven Bosscher | 1 | -0/+5 |
2005-05-11 | Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency. | Jan Hubicka | 1 | -33/+41 |
2005-04-25 | tree-cfg.c (tree_duplicate_bb): Duplicate EH region too. | Jan Hubicka | 1 | -0/+91 |
2005-04-23 | Revert accidental commit. | Richard Henderson | 1 | -9/+3 |
2005-04-23 | re PR target/21099 (ICE on mmx intrinsics) | Richard Henderson | 1 | -3/+9 |
2005-04-14 | tree-eh.c (lower_try_finally_copy): Generate new code in response to goto_que... | Alexandre Oliva | 1 | -34/+75 |
2005-04-04 | tree-eh.c (tree_could_trap_p): Allow non-constant floating point trapping div... | David Edelsohn | 1 | -2/+2 |
2005-04-01 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-03-09 | * tree-eh.c (tree_could_trap_p): Remove idx. | Kazu Hirata | 1 | -2/+1 |