index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
except.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-06-18
except.c (resolve_fixup_regions): Initialise "cleanup".
Ben Elliston
1
-1
/
+1
2001-06-08
except.c (get_exception_pointer, [...]): Take a struct function.
Richard Henderson
1
-13
/
+15
2001-06-08
basic-block.h: Improve comments.
Mark Mitchell
1
-4
/
+0
2001-06-08
except.c (expand_eh_region_end_allowed): Call do_pending_stack_adjust as nece...
Mark Mitchell
1
-0
/
+8
2001-06-02
except.c (expand_builtin_frob_return_addr): Add missing call to convert_memor...
Richard Kenner
1
-13
/
+10
2001-05-20
except.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary.
Richard Henderson
1
-2
/
+14
2001-05-17
except.h (protect_cleanup_actions): Remove it.
Mark Mitchell
1
-2
/
+9
2001-05-17
except.c (sjlj_emit_function_enter): Call assemble_external_libcall for eh_pe...
Jeffrey A Law
1
-0
/
+4
2001-05-16
except.c (eh_data_format_name): Move to ...
Richard Henderson
1
-129
/
+2
2001-05-12
dwarf2asm.c (size_of_encoded_value): New function.
Richard Henderson
1
-18
/
+20
2001-05-11
defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
Richard Henderson
1
-34
/
+92
2001-05-07
except.c (sjlj_mark_call_sites): Do not search for assignments to non-argumme...
Jeffrey A Law
1
-0
/
+5
2001-05-05
except.c (remove_fixup_regions): Adjust REG_EH_REGION notes to the parent of ...
Richard Henderson
1
-2
/
+21
2001-05-01
bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
Kaveh R. Ghazi
1
-2
/
+2
2001-04-27
except.c (expand_eh_region_start): Don't start a new block.
Jason Merrill
1
-26
/
+1
2001-04-26
* except.c (get_exception_filter): word_mode, not Pmode.
Jason Merrill
1
-1
/
+1
2001-04-26
except.c (expand_eh_region_end_cleanup): Force pending stack adjust before em...
Andrew Haley
1
-0
/
+3
2001-04-24
except.c (reachable_handlers): Step out one level from a RESX.
Jason Merrill
1
-58
/
+72
2001-04-03
rtl.h (LCT_THROW): New.
Richard Henderson
1
-1
/
+1
2001-03-28
IA-64 ABI Exception Handling.
Richard Henderson
1
-2750
/
+2953
2001-03-27
except.c (can_throw_internal): Rename from can_throw.
Richard Henderson
1
-6
/
+6
2001-03-27
Remove flag_new_exceptions.
Richard Henderson
1
-0
/
+7
2001-03-27
Make -fsjlj-exceptions a configure option.
Richard Henderson
1
-21
/
+16
2001-03-27
bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.
Richard Henderson
1
-2
/
+2
2001-03-27
except.c (eh_regs): Save results of build_pointer_type to a temp as FUNCTION_...
Alan Modra
1
-4
/
+4
2001-03-22
mkconfig.sh: Include insn-flags.h.
Richard Henderson
1
-2
/
+0
2001-02-04
diagnostic.h (set_internal_error_function): Renamed.
Richard Kenner
1
-1
/
+2
2001-01-28
configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.
Kaveh R. Ghazi
1
-2
/
+1
2001-01-10
output.h (make_function_rtl): Remove prototype.
Mark Mitchell
1
-1
/
+1
2000-12-03
bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio...
Richard Henderson
1
-19
/
+38
2000-11-17
ggc.h: Delete ggc_add_string_root and ggc_mark_string.
Zack Weinberg
1
-1
/
+1
2000-11-17
stringpool.c: New file.
Zack Weinberg
1
-1
/
+1
2000-10-13
Remove obstacks.
Mark Mitchell
1
-25
/
+0
2000-10-01
c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
Mark Mitchell
1
-1
/
+2
2000-09-17
Bring back equal forms for libcalls
Bernd Schmidt
1
-2
/
+3
2000-05-31
* except.c (clear_function_eh_region): Do not free NULL.
Philippe De Muyter
1
-1
/
+2
2000-05-30
* except.c (free_exception_table): Do not free NULL.
Philippe De Muyter
1
-1
/
+2
2000-05-25
except.h (can_throw): Declare it.
Mark Mitchell
1
-4
/
+2
2000-05-25
except.c (func_eh_entry): Add emitted field.
Andrew MacLeod
1
-29
/
+74
2000-05-20
top level:
Zack Weinberg
1
-1
/
+1
2000-05-11
except.c (find_exception_handler_labels_1): New function.
Jakub Jelinek
1
-15
/
+31
2000-03-29
except.c (add_eh_table_entry): Mark type_info's as referenced.
Nathan Sidwell
1
-0
/
+18
2000-03-25
* Rework fields used to describe positions of bitfields and
Richard Kenner
1
-1
/
+1
2000-03-22
Implement dwarf2 exception handling for the ARM.
Jason Merrill
1
-4
/
+6
2000-03-19
emit-rtl.c (push_to_full_sequence, [...]): New functions.
Martin v. Löwis
1
-6
/
+4
2000-03-10
Fix typo last change.
Richard Henderson
1
-2
/
+2
2000-03-10
except.c (can_throw): Use INTVAL on a CONST_INT.
Richard Henderson
1
-2
/
+2
2000-03-09
except.c (nothrow_function_p): If -fno-exceptions, just return.
Jason Merrill
1
-0
/
+9
2000-03-09
except.c (can_throw): See through a SEQUENCE.
Jason Merrill
1
-10
/
+23
2000-03-08
flow.c (count_basic_blocks, [...]): A rethrow can occur outside of an EH region.
Jason Merrill
1
-20
/
+32
[next]