aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-14Makefile.in (FLAGS_H): New.Zdenek Dvorak1-3/+0
2004-06-04except.c (for_each_eh_region): New function.Steven Bosscher1-0/+14
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-53/+1
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-28except.c: Revert change of 2004-05-26.Bryce McKinlay1-5/+0
2004-05-26* except.c (can_throw_internal): Notice RESX instructions.Jan Hubicka1-0/+5
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-161/+382
2004-04-26re PR bootstrap/15141 (MMIX breakage in except.c:connect_post_landing_pads:ha...Hans-Peter Nilsson1-2/+15
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-2/+2
2004-03-15re PR middle-end/14535 (exception throwing in virtual function doesn't turn o...Richard Henderson1-2/+12
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-2/+2
2004-03-11except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER.Richard Henderson1-1/+12
2004-03-10function.c (expand_function_end): Emit a blockage insn before the epilogue wh...Andrew Haley1-4/+6
2004-03-07* except.c (emit_to_new_bb_before): Break fallthru edges.Jan Hubicka1-0/+7
2004-03-05tree.h (TYPE_HASH): Use TYPE_UID.Jason Merrill1-8/+8
2004-02-25basic-block.h (make_eh_edge, [...]): Declare.Jan Hubicka1-12/+116
2004-02-09re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson1-0/+20
2004-01-27re PR target/7297 ([irix6 o32] sjlj exceptions fail)Richard Sandiford1-4/+2
2004-01-14re PR c++/12491 (Destructor fails to compile when optimizations (inlining) ar...Richard Henderson1-14/+35
2004-01-09re PR c/11234 (-pedantic accepts function pointer <-> void*)Joseph Myers1-3/+3
2003-11-14* except.c (sjlj_emit_function_enter): Mark internal label as LOCAL.Richard Earnshaw1-1/+5
2003-09-18Apply proper patch file for last change.Richard Kenner1-0/+1
2003-09-18except.c (output_function_exception_table): Adjust last change to handle TYPE...Richard Kenner1-5/+7
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-12/+3
2003-09-09except.c: Include cgraph.h.Richard Henderson1-3/+18
2003-08-01except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to...Richard Kenner1-3/+3
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-13/+10
2003-06-29except.c: Convert prototypes to ISO C90.Andreas Jaeger1-253/+158
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-3/+3
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-33/+33
2003-06-10* except.c (call_site_base): Mark with GTY.Geoffrey Keating1-1/+1
2003-05-29add commentJason Merrill1-0/+3
2003-05-10except.c (EH_RETURN_STACKADJ_RTX): Do not define.Ulrich Weigand1-48/+38
2003-05-07except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson1-128/+21
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell1-21/+45
2003-04-15except.c (resolve_fixup_regions): Avoid dereferencing null pointer to region...Olivier Hainque1-1/+1
2003-04-02except.c (sjlj_find_directly_reachable_regions): Recognize when must-not-thro...Richard Henderson1-0/+2
2003-04-01except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION notes for not...Richard Henderson1-23/+123
2003-03-17re PR c++/8805 (compile time regression with many member variables)Mark Mitchell1-4/+16
2003-01-17et-forest.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-3/+5
2002-11-28except.c (default_exception_section): Move variable into the scope where it i...Kaveh R. Ghazi1-2/+2
2002-11-26varasm.c (default_exception_section): Move to...Jakub Jelinek1-0/+27
2002-09-26except.c (expand_builtin_extract_return_address): Handle case where Pmode != ...Eric Christopher1-0/+10
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-1/+1
2002-08-25function.h (struct function): Add flag all_throwers_are_sibcalls.Stuart Hastings1-9/+34
2002-07-09except.c (expand_eh_region_end_cleanup): Change exception pointer from Pmode ...Steve Ellcey1-4/+4
2002-06-19* except.c (ehl_free): Remove.Matt Kraai1-9/+0
2002-06-17function.h (struct function): Rename profile_label_no.Richard Henderson1-15/+8
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-9/+9