aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-01tree.h (save_eptr, save_filt): Now file scoped statics.Jeff Law1-4/+27
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+2
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-4/+4
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-46/+45
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-11/+11
2004-08-19langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher1-21/+21
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-11/+15
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-2/+9
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-2/+7
2004-07-11builtins.c (fold_builtin_fputs): Don't bother converting the return type to i...Roger Sayle1-2/+17
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak1-5/+23
2004-07-08tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson1-2/+5
2004-06-28tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson1-10/+101
2004-06-26emit-rtl.c (set_mem_attributes_minus_bitpos): Check TREE_THIS_NOTRAP when set...Andrew Haley1-1/+3
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-0/+1
2004-06-18tree-eh.c (decide_copy_try_finally): Fix scaling of copy and switch estimates.Richard Henderson1-2/+2
2004-06-11i386.h (EXPAND_BUILTIN_VA_ARG): Just abort.Jason Merrill1-14/+6
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1