aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-30gimplify.c (sort_case_labels): New.Steven Bosscher1-1/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1756