Age | Commit message (Expand) | Author | Files | Lines |
2003-11-14 | * except.c (sjlj_emit_function_enter): Mark internal label as LOCAL. | Richard Earnshaw | 1 | -1/+5 |
2003-09-18 | Apply proper patch file for last change. | Richard Kenner | 1 | -0/+1 |
2003-09-18 | except.c (output_function_exception_table): Adjust last change to handle TYPE... | Richard Kenner | 1 | -5/+7 |
2003-09-18 | re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc) | Mark Mitchell | 1 | -12/+3 |
2003-09-09 | except.c: Include cgraph.h. | Richard Henderson | 1 | -3/+18 |
2003-08-01 | except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to... | Richard Kenner | 1 | -3/+3 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -13/+10 |
2003-06-29 | except.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -253/+158 |
2003-06-27 | rtl.h (emit_note): Remove FILE parameter. | Nathan Sidwell | 1 | -3/+3 |
2003-06-16 | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 1 | -33/+33 |
2003-06-10 | * except.c (call_site_base): Mark with GTY. | Geoffrey Keating | 1 | -1/+1 |
2003-05-29 | add comment | Jason Merrill | 1 | -0/+3 |
2003-05-10 | except.c (EH_RETURN_STACKADJ_RTX): Do not define. | Ulrich Weigand | 1 | -48/+38 |
2003-05-07 | except.c: Revert 04-01 and 04-02 forced-unwind changes. | Richard Henderson | 1 | -128/+21 |
2003-04-22 | Makefile.in (calls.o): Depend on except.h. | Mark Mitchell | 1 | -21/+45 |
2003-04-15 | except.c (resolve_fixup_regions): Avoid dereferencing null pointer to region... | Olivier Hainque | 1 | -1/+1 |
2003-04-02 | except.c (sjlj_find_directly_reachable_regions): Recognize when must-not-thro... | Richard Henderson | 1 | -0/+2 |
2003-04-01 | except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION notes for not... | Richard Henderson | 1 | -23/+123 |
2003-03-17 | re PR c++/8805 (compile time regression with many member variables) | Mark Mitchell | 1 | -4/+16 |
2003-01-17 | et-forest.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -3/+5 |
2002-11-28 | except.c (default_exception_section): Move variable into the scope where it i... | Kaveh R. Ghazi | 1 | -2/+2 |
2002-11-26 | varasm.c (default_exception_section): Move to... | Jakub Jelinek | 1 | -0/+27 |
2002-09-26 | except.c (expand_builtin_extract_return_address): Handle case where Pmode != ... | Eric Christopher | 1 | -0/+10 |
2002-09-22 | dbxout.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-08-25 | function.h (struct function): Add flag all_throwers_are_sibcalls. | Stuart Hastings | 1 | -9/+34 |
2002-07-09 | except.c (expand_eh_region_end_cleanup): Change exception pointer from Pmode ... | Steve Ellcey | 1 | -4/+4 |
2002-06-19 | * except.c (ehl_free): Remove. | Matt Kraai | 1 | -9/+0 |
2002-06-17 | function.h (struct function): Rename profile_label_no. | Richard Henderson | 1 | -15/+8 |
2002-06-11 | Delete SEQUENCE rtl usage outside of reorg and ssa passes. | David S. Miller | 1 | -9/+9 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -282/+57 |
2002-06-03 | except.c (except.c): Do not rebuild CFG. | Jan Hubicka | 1 | -2/+0 |
2002-06-03 | emit-rtl.c: Likewise. | Kazu Hirata | 1 | -17/+17 |
2002-05-31 | *** empty log message *** | Alan Lehotsky | 1 | -1/+1 |
2002-05-23 | basic-block.h (CLEANUP_NO_INSN_DEL): Define it. | David S. Miller | 1 | -2/+2 |
2002-04-16 | re PR c++/6320 (3.1 regression wrt 3.0: ICE in remove_eh_handler, at except.... | Richard Henderson | 1 | -20/+22 |
2002-04-10 | except.c (add_ehl_entry): Allow duplicates after landing pad creation. | Richard Henderson | 1 | -1/+7 |
2002-04-09 | basic-block.h (flow_delete_block_noexpunge): Declare. | Richard Henderson | 1 | -49/+199 |
2002-04-03 | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 1 | -56/+0 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -1/+2 |
2002-03-29 | Makefile.in (except.o): Update. | Neil Booth | 1 | -1/+2 |
2002-03-19 | except.c (current_function_has_exception_handlers): New. | Richard Henderson | 1 | -0/+17 |
2002-02-21 | re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055) | Jakub Jelinek | 1 | -1/+1 |
2002-01-17 | except.c (add_partial_entry): Remove backwards compatibility code. | Jason Merrill | 1 | -16/+0 |
2002-01-14 | except.c (remove_unreachable_regions): New. | Jakub Jelinek | 1 | -1/+72 |
2002-01-03 | except.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2001-12-28 | except.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2001-12-14 | tweak comment | Jason Merrill | 1 | -1/+6 |
2001-12-12 | except.c (reachable_next_level): Handle ERT_UNKNOWN to avoid compiler warning... | Roger Sayle | 1 | -33/+34 |
2001-12-11 | except.c (sjlj_find_directly_reachable_regions): Don't consider RNL_BLOCKED a... | Richard Henderson | 1 | -8/+10 |