summaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
Commit message (Expand)AuthorAgeFilesLines
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* re PR c++/34196 (uninitialized variable warning in dead exception region)Jason Merrill2008-01-211-0/+17
* tree-eh.c (optimize_double_finally): Don't assume that the cleanup we're dupl...Jason Merrill2007-10-151-8/+2
* fixed-bit.c, [...]: Fix comment typos.Kazu Hirata2007-10-141-1/+1
* re PR c++/15764 (no cleanup if temporary's dtor terminates with an exception)Jason Merrill2007-10-031-0/+156
* system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi2007-09-031-1/+1
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-4/+6
* tree-eh.c (lower_try_finally_onedest): Reset the locus of GOTO that's relocat...Seongbae Park2007-08-161-0/+3
* re PR tree-optimization/32941 (Bootstrap comparison failure)Steve Ellcey2007-08-141-22/+40
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR tree-optimization/30558 (ICE with OpenMP and exceptions)Jakub Jelinek2007-04-261-0/+4
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-14/+18
* tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.Eric Botcazou2007-02-181-0/+1
* tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak2007-01-281-1/+1
* common.opt: Add fstrict-overflow.Ian Lance Taylor2007-01-281-2/+2
* tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately.Jan Hubicka2007-01-141-34/+0
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-20/+20
* tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther2006-11-111-3/+0
* tree.c (range_in_array_bounds_p): New predicate.Eric Botcazou2006-07-031-5/+6
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* passes.c (register_one_dump_file): Accept the current properties instead of p...Paolo Bonzini2006-02-081-1/+1
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-0/+22
* tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis2005-12-181-13/+15
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-40/+40
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-4/+4
* c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers2005-07-031-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-ssa-address.c: New file.Zdenek Dvorak2005-06-071-0/+7
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-0/+1
* cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata2005-05-291-1/+1
* except.c (can_throw_internal_1, [...]): Add "is_resx" argument.Jan Hubicka2005-05-271-4/+6
* re PR tree-optimization/21399 (libstdc++ 12077.cc ICE)Richard Henderson2005-05-161-6/+26
* Patch by Richard Henderson:Jan Hubicka2005-05-141-4/+15
* tree-eh.c (record_stmt_eh_region): Use add_stmt_to_eh_region.Jan Hubicka2005-05-141-22/+13
* tree-eh.c (leh_tf_state): Change the type of dest_array to VEC(tree,heap)*.Kazu Hirata2005-05-141-19/+11
* except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen...Steven Bosscher2005-05-121-0/+5
* Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency.Jan Hubicka2005-05-111-33/+41
* tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.Jan Hubicka2005-04-251-0/+91
* Revert accidental commit.Richard Henderson2005-04-231-9/+3
* re PR target/21099 (ICE on mmx intrinsics)Richard Henderson2005-04-231-3/+9
* tree-eh.c (lower_try_finally_copy): Generate new code in response to goto_que...Alexandre Oliva2005-04-141-34/+75
* tree-eh.c (tree_could_trap_p): Allow non-constant floating point trapping div...David Edelsohn2005-04-041-2/+2
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* * tree-eh.c (tree_could_trap_p): Remove idx.Kazu Hirata2005-03-091-2/+1
* ChangeLog.5: Fix log message typo(s).Volker Reichelt2005-02-241-1/+1
* re PR tree-optimization/19917 (Weak const function mishandled inside loop)Roger Sayle2005-02-171-0/+7
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* tree-eh.c (replace_goto_queue): Return early if the queue is empty.Eric Botcazou2005-01-041-0/+2
* * tree-eh.c: Revert yesterday's change.Jeff Law2004-12-021-27/+4
* tree.h (save_eptr, save_filt): Now file scoped statics.Jeff Law2004-12-011-4/+27