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/existing-fp8
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
/
tree-eh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-06
asan.c: Remove struct tags when referring to class varpool_node.
Oleg Endo
1
-1
/
+1
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-1
/
+6
2013-11-22
add auto_vec
Trevor Saunders
1
-3
/
+1
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+3
2013-11-13
gimple-walk.h: New File.
Andrew Macleod
1
-0
/
+1
2013-11-08
Re-factor tree.h - Part 1.
Diego Novillo
1
-0
/
+62
2013-10-29
Autogenerated fixes of "->symbol." to "->"
David Malcolm
1
-2
/
+2
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-1
/
+8
2013-10-18
tree-ssa.h: Don't include gimple-low.h...
Andrew MacLeod
1
-0
/
+1
2013-10-08
tree-flow.h: Remove some prototypes.
Andrew MacLeod
1
-11
/
+2
2013-09-30
basic-block.h (edge_list): Prefix member names with "m_".
Richard Sandiford
1
-1
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-11
/
+11
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-85
/
+176
2013-07-21
Fix typos.
Mike Stump
1
-1
/
+1
2013-05-29
cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...
Jan Hubicka
1
-2
/
+2
2013-05-14
re PR middle-end/57235 (ICE verify_ssa failied)
Richard Biener
1
-1
/
+15
2013-05-07
re PR tree-optimization/57190 (verify_ssa failed: SSA_NAME_OCCURS_IN_ABNORMAL...
Richard Biener
1
-0
/
+5
2013-05-02
tree-eh.c (cleanup_empty_eh_merge_phis): Remove rename_virts bitmap and its h...
Richard Biener
1
-28
/
+2
2013-04-30
re PR middle-end/57107 (tree check fail in unlink_stmt_vdef)
Richard Biener
1
-10
/
+38
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-6
/
+29
2013-04-08
re PR c++/34949 (Dead code in empty destructors.)
Jakub Jelinek
1
-9
/
+58
2013-03-25
re PR c++/56694 (Internal compiler error when compiling OpenMP code)
Richard Biener
1
-1
/
+2
2013-03-05
re PR c++/55135 (Segfault of gcc on a big file)
Steven Bosscher
1
-64
/
+92
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
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
-38
/
+36
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-10
/
+10
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+5
2012-11-01
tree-eh.c (do_return_redirection): Set location for jump statement.
Dehao Chen
1
-0
/
+7
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-5
/
+5
2012-10-10
tree-eh.c (lower_try_finally_onedest): Set correct location for deallocator.
Dehao Chen
1
-0
/
+12
2012-09-27
tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
Dehao Chen
1
-1
/
+1
2012-09-21
re PR middle-end/54649 (Go bootstrap failed)
Dehao Chen
1
-2
/
+9
2012-09-19
Integrate lexical block into source_location.
Dehao Chen
1
-2
/
+2
2012-09-15
tree-eh.c (goto_queue_node): New field.
Dehao Chen
1
-12
/
+26
2012-09-04
gimple.h (gimple_build_switch): Remove.
Steven Bosscher
1
-3
/
+3
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-1
/
+1
2012-08-01
graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.
Richard Guenther
1
-10
/
+6
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-3
/
+0
2012-07-16
revert: tree.h (phi_arg_d): New field.
Dehao Chen
1
-5
/
+2
2012-07-10
tree.h (phi_arg_d): New field.
Dehao Chen
1
-2
/
+5
2012-06-29
tree-eh.c (lower_try_finally_switch): Really put the location of the last sta...
Eric Botcazou
1
-3
/
+2
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-4
/
+4
2012-05-02
coretypes.h (gimple_seq, [...]): Typedef as gimple.
Michael Matz
1
-46
/
+42
2012-04-17
re PR rtl-optimization/53011 (ice in verify_loop_structure: bad sizes)
Richard Guenther
1
-0
/
+15
2012-04-14
cgraph.h: Update copyrights;
Jan Hubicka
1
-2
/
+2
2012-04-05
tree-nrv.c (tree_nrv): Release VDEFs.
Richard Guenther
1
-2
/
+2
2012-03-28
loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...
Richard Guenther
1
-0
/
+3
[next]