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
2014-08-27
except.c: Use rtx_sequence
David Malcolm
1
-6
/
+6
2014-08-25
struct eh_landing_pad_d: field "landing_pad" is an rtx_code_label
David Malcolm
1
-1
/
+1
2014-08-22
except.*: Use rtx_insn (also touches function.h)
David Malcolm
1
-24
/
+29
2014-08-19
Convert various rtx to rtx_note *
David Malcolm
1
-3
/
+4
2014-08-07
remove pointer-set.[ch]
Trevor Saunders
1
-1
/
+0
2014-08-02
convert many uses of pointer_map to hash_map
Trevor Saunders
1
-10
/
+5
2014-07-24
IPA C++ refactoring 1/N
Martin Liska
1
-4
/
+3
2014-07-09
remove has_execute
Trevor Saunders
1
-2
/
+0
2014-06-30
except.c (emit_note_eh_region_end): New helper function.
Uros Bizjak
1
-5
/
+18
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-31
/
+21
2014-06-02
expr.h: Remove prototypes of functions defined in builtins.c.
Andrew MacLeod
1
-0
/
+1
2014-05-20
tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.
Jan Hubicka
1
-2
/
+2
2014-05-19
except.c (init_eh): Fix computation of builtin setjmp buffer size to allow fo...
Nick Clifton
1
-2
/
+15
2014-05-17
use templates instead of gengtype for typed allocation functions
Trevor Saunders
1
-5
/
+5
2014-05-14
cfgcleanup.c (try_forward_edges): Use location_t for locations.
Eric Botcazou
1
-3
/
+2
2014-04-17
pass cfun to pass::execute
Trevor Saunders
1
-2
/
+8
2014-04-17
pass current function to opt_pass::gate ()
Trevor Saunders
1
-12
/
+12
2014-04-17
remove has_gate
Trevor Saunders
1
-2
/
+0
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-1
/
+1
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-3
/
+1
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-2
/
+2
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+2
2013-11-18
decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.
Richard Sandiford
1
-11
/
+11
2013-11-18
c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.
Richard Sandiford
1
-1
/
+1
2013-11-18
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
Richard Sandiford
1
-1
/
+1
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-1
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-5
/
+5
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-09-09
asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.
Richard Sandiford
1
-1
/
+1
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-36
/
+71
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
[next]