summaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-0/+2
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-4/+4
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-46/+45
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-1/+2
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-11/+11
* langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher2004-08-191-21/+21
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-11/+15
* cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher2004-07-171-2/+9
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-2/+7
* builtins.c (fold_builtin_fputs): Don't bother converting the return type to i...Roger Sayle2004-07-111-2/+17
* tree-ssa-loop-im.c: New file.Zdenek Dvorak2004-07-101-5/+23
* tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson2004-07-081-2/+5
* tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson2004-06-281-10/+101
* emit-rtl.c (set_mem_attributes_minus_bitpos): Check TREE_THIS_NOTRAP when set...Andrew Haley2004-06-261-1/+3
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-0/+1
* tree-eh.c (decide_copy_try_finally): Fix scaling of copy and switch estimates.Richard Henderson2004-06-181-2/+2
* i386.h (EXPAND_BUILTIN_VA_ARG): Just abort.Jason Merrill2004-06-111-14/+6
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-1/+1
* gimplify.c (sort_case_labels): New.Steven Bosscher2004-05-301-1/+3
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+1756