aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-08tree-complex.c (expand_complex_div_wide): Don't create CONDs that trap.Rafael Avila de Espindola1-1/+4
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2008-01-21re PR c++/34196 (uninitialized variable warning in dead exception region)Jason Merrill1-0/+17
2007-10-15tree-eh.c (optimize_double_finally): Don't assume that the cleanup we're dupl...Jason Merrill1-8/+2
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-10-03re PR c++/15764 (no cleanup if temporary's dtor terminates with an exception)Jason Merrill1-0/+156
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-4/+6
2007-08-16tree-eh.c (lower_try_finally_onedest): Reset the locus of GOTO that's relocat...Seongbae Park1-0/+3
2007-08-14re PR tree-optimization/32941 (Bootstrap comparison failure)Steve Ellcey1-22/+40
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-04-26re PR tree-optimization/30558 (ICE with OpenMP and exceptions)Jakub Jelinek1-0/+4
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-14/+18
2007-02-18tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.Eric Botcazou1-0/+1
2007-01-28tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak1-1/+1
2007-01-28common.opt: Add fstrict-overflow.Ian Lance Taylor1-2/+2
2007-01-14tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately.Jan Hubicka1-34/+0
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-20/+20
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-3/+0
2006-07-03tree.c (range_in_array_bounds_p): New predicate.Eric Botcazou1-5/+6
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-08passes.c (register_one_dump_file): Accept the current properties instead of p...Paolo Bonzini1-1/+1
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-0/+22
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-13/+15
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-40/+40
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-4/+4
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-0/+7
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-0/+1
2005-05-29cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata1-1/+1
2005-05-27except.c (can_throw_internal_1, [...]): Add "is_resx" argument.Jan Hubicka1-4/+6
2005-05-16re PR tree-optimization/21399 (libstdc++ 12077.cc ICE)Richard Henderson1-6/+26
2005-05-14Patch by Richard Henderson:Jan Hubicka1-4/+15
2005-05-14tree-eh.c (record_stmt_eh_region): Use add_stmt_to_eh_region.Jan Hubicka1-22/+13
2005-05-14tree-eh.c (leh_tf_state): Change the type of dest_array to VEC(tree,heap)*.Kazu Hirata1-19/+11
2005-05-12except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen...Steven Bosscher1-0/+5
2005-05-11Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency.Jan Hubicka1-33/+41
2005-04-25tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.Jan Hubicka1-0/+91
2005-04-23Revert accidental commit.Richard Henderson1-9/+3
2005-04-23re PR target/21099 (ICE on mmx intrinsics)Richard Henderson1-3/+9
2005-04-14tree-eh.c (lower_try_finally_copy): Generate new code in response to goto_que...Alexandre Oliva1-34/+75
2005-04-04tree-eh.c (tree_could_trap_p): Allow non-constant floating point trapping div...David Edelsohn1-2/+2
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-09* tree-eh.c (tree_could_trap_p): Remove idx.Kazu Hirata1-2/+1
2005-02-24ChangeLog.5: Fix log message typo(s).Volker Reichelt1-1/+1
2005-02-17re PR tree-optimization/19917 (Weak const function mishandled inside loop)Roger Sayle1-0/+7
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-04tree-eh.c (replace_goto_queue): Return early if the queue is empty.Eric Botcazou1-0/+2
2004-12-02* tree-eh.c: Revert yesterday's change.Jeff Law1-27/+4