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
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-81
/
+100
2013-03-05
re PR c++/55135 (Segfault of gcc on a big file)
Steven Bosscher
1
-11
/
+60
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2012-12-02
function.h (struct rtl_data): Remove epilogue_delay_list.
Steven Bosscher
1
-12
/
+0
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-85
/
+79
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-2
/
+2
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+2
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-1
/
+1
2012-10-18
* except.c (sjlj_emit_function_enter): Remove unused variable.
Eric Botcazou
1
-1
/
+1
2012-10-16
[multiple changes]
Easwaran Raman
1
-7
/
+1
2012-09-19
Integrate lexical block into source_location.
Dehao Chen
1
-1
/
+4
2012-09-11
tree.h (expand_case): Move prototype ...
Steven Bosscher
1
-9
/
+1
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-3
/
+3
2012-09-04
gimple.h (gimple_build_switch): Remove.
Steven Bosscher
1
-13
/
+12
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-17
/
+17
2012-08-07
except.c (switch_to_exception_section): Place tables for DECL_ONE_ONLY functi...
Paul Brook
1
-2
/
+7
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-1
/
+0
2012-05-29
integrate.c: Remove.
Steven Bosscher
1
-1
/
+0
2012-05-05
rtl.h (plus_constant, [...]): Merge into a single plus_constant function.
Richard Sandiford
1
-4
/
+4
2012-04-22
lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.
Jan Hubicka
1
-8
/
+1
2012-04-11
re PR target/52918 (ICE: Invalid bb->loop_father (NULL) in add_bb_to_loop)
Richard Guenther
1
-0
/
+40
2012-03-30
re PR c++/52772 (internal compiler error: Segmentation fault)
Richard Guenther
1
-6
/
+10
2012-03-28
loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...
Richard Guenther
1
-2
/
+10
2012-03-20
tree-pass.h (pass_rtl_eh): Remove.
Richard Guenther
1
-37
/
+2
2012-03-12
Remove obsolete Tru64 UNIX V5.1B support
Rainer Orth
1
-3
/
+3
2011-07-23
bb-reorder: Split EH edges crossing partitions.
Richard Henderson
1
-128
/
+38
2011-06-15
target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.
Joseph Myers
1
-9
/
+10
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-3
/
+3
2011-06-09
Revert r174848,174849
Xinliang David Li
1
-8
/
+4
2011-06-09
Gator cleanup
David Li
1
-4
/
+8
2011-06-01
Pass name cleanups
David Li
1
-1
/
+1
2011-05-06
generalize build_case_label to the rest of the compiler
Nathan Froyd
1
-4
/
+3
2011-04-29
builtins.c (fold_builtin_classify_type): Use integer_type_node for the type o...
Richard Guenther
1
-7
/
+7
2011-04-11
except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...
Martin Jambor
1
-2
/
+2
2011-01-22
re PR middle-end/47401 (Support for must-not-throw regions with SJLJ exceptio...
Ulrich Weigand
1
-20
/
+41
2011-01-21
re PR middle-end/45566 (ICE: in convert_to_eh_region_ranges, at except.c:2446...
Jakub Jelinek
1
-18
/
+21
2011-01-17
* except.c (dump_eh_tree): Fix stray ; after for statement.
Richard Henderson
1
-1
/
+1
2010-12-03
tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.
Laurynas Biveinis
1
-1
/
+1
2010-11-25
target.def (supports_split_stack, [...]): Take gcc_options parameters.
Joseph Myers
1
-7
/
+7
2010-09-28
Hookize TARGET_UNWIND_INFO et al.
Richard Henderson
1
-7
/
+11
2010-09-07
Hookize exception personality output.
Richard Henderson
1
-22
/
+15
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-1
/
+1
2010-06-29
re PR other/44034 (target hooks are hard to maintain)
Joern Rennecke
1
-1
/
+1
2010-06-28
system.h: Poison GCC_EXCEPT_H for front-end files.
Steven Bosscher
1
-33
/
+1
2010-06-09
re PR rtl-optimization/42461 (missed optimization for pure functions)
Eric Botcazou
1
-0
/
+2
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-5
/
+5
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-2
/
+2
2010-05-25
function.h (struct function): Add can_throw_non_call_exceptions bit.
Eric Botcazou
1
-1
/
+1
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-0
/
+1
[next]