summaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
Commit message (Expand)AuthorAgeFilesLines
* except.c (init_eh): Use BUILTINS_LOCATION when calling build_decl.Aldy Hernandez2009-06-151-1/+1
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-16/+34
* alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor2009-05-161-11/+11
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-17/+22
* tree-eh.c (struct leh_state): Remove prev_try.Jan Hubicka2009-05-091-10/+2
* tree.c (list_equal_p): New function.Jan Hubicka2009-04-251-4/+54
* tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka2009-04-251-26/+98
* tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka2009-04-081-15/+18
* except.c (remove_eh_handler): Make static.Jan Hubicka2009-04-041-89/+302
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-1/+24
* tree-eh.c (tree_remove_unreachable_handlers): Compare gimple_code with GIMPLE...Ian Lance Taylor2009-04-011-1/+1
* re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther2009-03-311-0/+19
* tree-eh.c (make_eh_edges): Set probability 100% to first edge out of RESX.Jan Hubicka2009-03-301-19/+20
* re PR tree-optimization/28850 (missed call -> jmp transformation; redundant u...Jan Hubicka2009-03-291-0/+271
* attr-noinline.c: Avoid pure-const optimization.Jan Hubicka2009-03-281-0/+26
* dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrowJan Hubicka2009-03-281-9/+1
* tree-eh.c (inlinable_call_p): New function.Jan Hubicka2009-03-281-4/+34
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-2/+2
* re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop)Richard Guenther2009-01-181-1/+1
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-1/+1
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-14/+14
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-737/+1060
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+3
* tree-complex.c (expand_complex_div_wide): Don't create CONDs that trap.Rafael Avila de Espindola2008-05-081-1/+4
* 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