summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* re PR bootstrap/15141 (MMIX breakage in except.c:connect_post_landing_pads:ha...Hans-Peter Nilsson2004-04-261-2/+15
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-2/+2
* re PR middle-end/14535 (exception throwing in virtual function doesn't turn o...Richard Henderson2004-03-151-2/+12
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-2/+2
* except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER.Richard Henderson2004-03-111-1/+12
* function.c (expand_function_end): Emit a blockage insn before the epilogue wh...Andrew Haley2004-03-101-4/+6
* * except.c (emit_to_new_bb_before): Break fallthru edges.Jan Hubicka2004-03-071-0/+7
* tree.h (TYPE_HASH): Use TYPE_UID.Jason Merrill2004-03-051-8/+8
* basic-block.h (make_eh_edge, [...]): Declare.Jan Hubicka2004-02-251-12/+116
* re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson2004-02-091-0/+20
* re PR target/7297 ([irix6 o32] sjlj exceptions fail)Richard Sandiford2004-01-271-4/+2
* re PR c++/12491 (Destructor fails to compile when optimizations (inlining) ar...Richard Henderson2004-01-141-14/+35
* re PR c/11234 (-pedantic accepts function pointer <-> void*)Joseph Myers2004-01-091-3/+3
* * except.c (sjlj_emit_function_enter): Mark internal label as LOCAL.Richard Earnshaw2003-11-141-1/+5
* Apply proper patch file for last change.Richard Kenner2003-09-181-0/+1
* except.c (output_function_exception_table): Adjust last change to handle TYPE...Richard Kenner2003-09-181-5/+7
* re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell2003-09-181-12/+3
* except.c: Include cgraph.h.Richard Henderson2003-09-091-3/+18
* except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to...Richard Kenner2003-08-011-3/+3
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-13/+10
* except.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-253/+158
* rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell2003-06-271-3/+3
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-33/+33
* * except.c (call_site_base): Mark with GTY.Geoffrey Keating2003-06-101-1/+1
* add commentJason Merrill2003-05-291-0/+3
* except.c (EH_RETURN_STACKADJ_RTX): Do not define.Ulrich Weigand2003-05-101-48/+38
* except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson2003-05-071-128/+21
* Makefile.in (calls.o): Depend on except.h.Mark Mitchell2003-04-221-21/+45
* except.c (resolve_fixup_regions): Avoid dereferencing null pointer to region...Olivier Hainque2003-04-151-1/+1
* except.c (sjlj_find_directly_reachable_regions): Recognize when must-not-thro...Richard Henderson2003-04-021-0/+2
* except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION notes for not...Richard Henderson2003-04-011-23/+123
* re PR c++/8805 (compile time regression with many member variables)Mark Mitchell2003-03-171-4/+16
* et-forest.c: Fix comment typos.Kazu Hirata2003-01-171-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-3/+5
* except.c (default_exception_section): Move variable into the scope where it i...Kaveh R. Ghazi2002-11-281-2/+2
* varasm.c (default_exception_section): Move to...Jakub Jelinek2002-11-261-0/+27
* except.c (expand_builtin_extract_return_address): Handle case where Pmode != ...Eric Christopher2002-09-261-0/+10
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* function.h (struct function): Add flag all_throwers_are_sibcalls.Stuart Hastings2002-08-251-9/+34
* except.c (expand_eh_region_end_cleanup): Change exception pointer from Pmode ...Steve Ellcey2002-07-091-4/+4
* * except.c (ehl_free): Remove.Matt Kraai2002-06-191-9/+0
* function.h (struct function): Rename profile_label_no.Richard Henderson2002-06-171-15/+8
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-9/+9
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-282/+57
* except.c (except.c): Do not rebuild CFG.Jan Hubicka2002-06-031-2/+0
* emit-rtl.c: Likewise.Kazu Hirata2002-06-031-17/+17
* *** empty log message ***Alan Lehotsky2002-05-311-1/+1
* basic-block.h (CLEANUP_NO_INSN_DEL): Define it.David S. Miller2002-05-231-2/+2
* re PR c++/6320 (3.1 regression wrt 3.0: ICE in remove_eh_handler, at except....Richard Henderson2002-04-161-20/+22
* except.c (add_ehl_entry): Allow duplicates after landing pad creation.Richard Henderson2002-04-101-1/+7