cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.
[platform/upstream/gcc.git] / gcc / except.c
2004-11-13 Kazu Hiratac-cppbuiltin.c, [...]: Fix comment typos.
2004-11-13 Steven Bosschercse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P...
2004-11-04 Nathan Sidwellbitmap.h (bitmap_a_or_b, [...]): Remove.
2004-11-04 Nathan Sidwellbitmap.c (bitmap_print): Make bitno unsigned.
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-26 Zdenek Dvorakbitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed...
2004-09-15 Joseph Myersattribs.c, [...]: Use %<, %> and %q for quoting in...
2004-09-12 Richard HendersonPR 17186, part deux
2004-09-10 Geoffrey Keatingdbxout.c (dbxout_block): Update for current_function_fu...
2004-09-08 Nathan Sidwellemit-rtl.c (immed_double_const): Use gcc_assert and...
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-16 Fariborz JahanianPatch to fix -mcpu=G5 interface to EH runtime library.
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-07-27 Steven Bosschercfgexpand.c (tree_expand_cfg): Fix comment.
2004-07-15 Paul Brookdwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNW...
2004-07-09 Jerry Quinnalias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P...
2004-07-08 Richard Hendersonexcept.c (expand_eh_region_start, [...]): Remove.
2004-07-08 Paolo Bonziniexplow.c (optimize_save_area_alloca): Do not accept...
2004-06-18 Richard Hendersonc-common.c (flag_objc_sjlj_exceptions): New.
2004-06-17 Jan Hubickare PR target/15433 (ICE, cannot split insn)
2004-06-14 Zdenek DvorakMakefile.in (FLAGS_H): New.
2004-06-04 Steven Bosscherexcept.c (for_each_eh_region): New function.
2004-06-03 Steven Bosscherbasic-block.c (tail_recursion_label_list): Don't declare.
2004-05-30 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-05-28 Bryce McKinlayexcept.c: Revert change of 2004-05-26.
2004-05-26 Jan Hubicka* except.c (can_throw_internal): Notice RESX instructions.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-26 Hans-Peter Nilssonre PR bootstrap/15141 (MMIX breakage in except.c:connec...
2004-03-20 Kazu Hirataalias.c, [...]: Replace calls via (*targetm.foo) (...
2004-03-16 Richard Hendersonre PR middle-end/14535 (exception throwing in virtual...
2004-03-14 Roger Saylealias.c (get_alias_set): Replace calls via (*lang_hooks...
2004-03-11 Richard Hendersonexcept.c (remove_unreachable_regions): Look thru CALL_P...
2004-03-10 Andrew Haleyfunction.c (expand_function_end): Emit a blockage insn...
2004-03-07 Jan Hubicka* except.c (emit_to_new_bb_before): Break fallthru...
2004-03-05 Jason Merrilltree.h (TYPE_HASH): Use TYPE_UID.
2004-02-25 Jan Hubickabasic-block.h (make_eh_edge, [...]): Declare.
2004-02-09 James E Wilsonre PR libstdc++/5625 ([mips] exception unwinding create...
2004-01-27 Richard Sandifordre PR target/7297 ([irix6 o32] sjlj exceptions fail)
2004-01-14 Richard Hendersonre PR c++/12491 (Destructor fails to compile when optim...
2004-01-09 Joseph Myersre PR c/11234 (-pedantic accepts function pointer ...
2003-11-14 Richard Earnshaw* except.c (sjlj_emit_function_enter): Mark internal...
2003-09-18 Richard KennerApply proper patch file for last change.
2003-09-18 Richard Kennerexcept.c (output_function_exception_table): Adjust...
2003-09-18 Mark Mitchellre PR target/11184 ([ia64 hpux] ICE on __builtin_apply...
2003-09-10 Richard Hendersonexcept.c: Include cgraph.h.
2003-08-01 Richard Kennerexcept.c (sjlj_emit_dispatch_table): Use ptr_mode,...
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-06-29 Andreas Jaegerexcept.c: Convert prototypes to ISO C90.
2003-06-27 Nathan Sidwellrtl.h (emit_note): Remove FILE parameter.
2003-06-16 Kaveh R. Ghazidecl.c, [...]: Don't use the PTR macro.
2003-06-10 Geoffrey Keating* except.c (call_site_base): Mark with GTY.
2003-05-29 Jason Merrilladd comment
2003-05-10 Ulrich Weigandexcept.c (EH_RETURN_STACKADJ_RTX): Do not define.
2003-05-07 Richard Hendersonexcept.c: Revert 04-01 and 04-02 forced-unwind changes.
2003-04-22 Mark MitchellMakefile.in (calls.o): Depend on except.h.
2003-04-15 Olivier Hainqueexcept.c (resolve_fixup_regions): Avoid dereferencing...
2003-04-02 Richard Hendersonexcept.c (sjlj_find_directly_reachable_regions): Recogn...
2003-04-02 Richard Hendersonexcept.c (convert_from_eh_region_ranges_1): Smash REG_E...
2003-03-17 Mark Mitchellre PR c++/8805 (compile time regression with many membe...
2003-01-17 Kazu Hirataet-forest.c: Fix comment typos.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-28 Kaveh R. Ghaziexcept.c (default_exception_section): Move variable...
2002-11-26 Jakub Jelinekvarasm.c (default_exception_section): Move to...
2002-09-26 Eric Christopherexcept.c (expand_builtin_extract_return_address): Handl...
2002-09-22 Kazu Hiratadbxout.c: Follow spelling conventions.
2002-08-25 Stuart Hastingsfunction.h (struct function): Add flag all_throwers_are...
2002-07-09 Steve Ellceyexcept.c (expand_eh_region_end_cleanup): Change excepti...
2002-06-19 Matt Kraai* except.c (ehl_free): Remove.
2002-06-17 Richard Hendersonfunction.h (struct function): Rename profile_label_no.
2002-06-11 David S. MillerDelete SEQUENCE rtl usage outside of reorg and ssa...
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-06-03 Jan Hubickaexcept.c (except.c): Do not rebuild CFG.
2002-06-03 Kazu Hirataemit-rtl.c: Likewise.
2002-06-01 Alan Lehotsky*** empty log message ***
2002-05-23 David S. Millerbasic-block.h (CLEANUP_NO_INSN_DEL): Define it.
2002-04-17 Richard Hendersonre PR c++/6320 (3.1 regression wrt 3.0: ICE in remove_...
2002-04-11 Richard Hendersonexcept.c (add_ehl_entry): Allow duplicates after landin...
2002-04-10 Richard Hendersonbasic-block.h (flow_delete_block_noexpunge): Declare.
2002-04-04 Jason Merrillre PR c++/5636 (gcc-3.0.3, memory leakage: function...
2002-03-29 Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-29 Neil BoothMakefile.in (except.o): Update.
2002-03-20 Richard Hendersonexcept.c (current_function_has_exception_handlers)...
2002-02-21 Jakub Jelinekre PR c++/4574 (Internal compiler error in `expand_and...
2002-01-17 Jason Merrillexcept.c (add_partial_entry): Remove backwards compatib...
2002-01-14 Jakub Jelinekexcept.c (remove_unreachable_regions): New.
2002-01-03 Kazu Hirataexcept.c: Fix comment typos.
2001-12-28 Kazu Hirataexcept.c: Fix comment formatting.
2001-12-14 Jason Merrilltweak comment
2001-12-12 Roger Sayleexcept.c (reachable_next_level): Handle ERT_UNKNOWN...
2001-12-12 Richard Hendersonexcept.c (sjlj_find_directly_reachable_regions): Don...
2001-11-23 Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-11-17 Richard Kennerexcept.c (enum eh_region_type): Add ERT_UNKNOWN.
2001-11-16 Olivier Hainqueexcept.c: Support for catching a list of types with...
2001-11-15 Richard Kenneralias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
2001-11-11 Joseph MyersChangeLog.2, [...]: Fix spelling errors.
2001-10-29 Joseph MyersChangeLog.2, [...]: Fix spelling errors and typos.
2001-10-28 Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-10-23 Richard Kennerbuiltins.c (expand_builtin_setjmp): Only call convert_m...
2001-10-22 Stan Shebstarget.h (struct gcc_target): Add asm_out.exception_sec...
2001-10-09 Kazu Hiratac-common.h: Fix comment formatting.
next