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-ssa-coalesce.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-10
/
+9
2014-03-05
re PR lto/60404 (wrong code by LTO on x86_64-linux-gnu)
Jakub Jelinek
1
-2
/
+5
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-3
/
+3
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-1
/
+6
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-1
/
+1
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+1
2013-11-13
gimple-walk.h: New File.
Andrew Macleod
1
-0
/
+1
2013-11-13
cfgexpand.c (expand_used_vars): Allocate space for partitions based on PARM_D...
Eric Botcazou
1
-4
/
+12
2013-10-29
tree-outof-ssa.h: Remove include files.
Andrew MacLeod
1
-1
/
+2
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-1
/
+5
2013-10-01
tree-ssa-live.h (coalesce_ssa_name): Move Prototype to...
Andrew MacLeod
1
-40
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-1
/
+1
2013-09-26
tree-ssa-live.c (var_map_base_init): Handle SSA names with DECL_IGNORED_P bas...
Richard Biener
1
-5
/
+6
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-06-14
gimple.h (gimple_can_coalesce_p): Prototype.
Jeff Law
1
-10
/
+40
2013-04-23
This patch extracts approved portions of the hash_table patches to the...
Lawrence Crowl
1
-83
/
+47
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-12-18
re PR other/54324 (GCC install document does not list minimum required g++ ve...
Aldy Hernandez
1
-1
/
+1
2012-11-19
re PR middle-end/54630 (GCC 4.8 --enable-languages=c build fails: Undefined s...
Jakub Jelinek
1
-2
/
+3
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-15
/
+15
2012-10-25
Change hash_table to support a comparator type different from the value type ...
Lawrence Crowl
1
-4
/
+5
2012-09-07
bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.
Steven Bosscher
1
-2
/
+2
2012-08-22
tree-ssa-coalesce.c (struct ssa_conflicts_d): Make contents of this a VEC and...
Steven Bosscher
1
-47
/
+45
2012-08-17
hash-table.h (class hash_table): Use a descriptor template argument instead o...
Richard Guenther
1
-9
/
+14
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-15
/
+13
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-1
/
+1
2012-08-10
tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...
Richard Guenther
1
-45
/
+19
2012-08-02
tree-flow.h (set_default_def): Rename to ...
Richard Guenther
1
-1
/
+1
2012-08-01
tree-flow-inline.h (referenced_var): Remove.
Richard Guenther
1
-40
/
+0
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-1
/
+1
2011-12-15
re PR debug/51517 (Wrong debug information for pointers with negative strides.)
Jakub Jelinek
1
-2
/
+2
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-10-21
basic-block.h (single_succ_edge): Use gcc_checking_assert.
Nathan Froyd
1
-10
/
+6
2010-08-19
cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.
Nathan Froyd
1
-5
/
+2
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-1
/
+0
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
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-01-04
tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ...
Richard Guenther
1
-8
/
+9
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-57
/
+57
2009-09-26
re PR lto/40758 ([LTO] ICE in partition_view_bitmap, at tree-ssa-live.c:331)
Michael Matz
1
-1
/
+4
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-0
/
+5
2009-05-02
tree-ssa-coalesce.c (coalesce_cost): Do not take ciritical parameter; update ...
Jan Hubicka
1
-11
/
+32
2009-04-26
Expand from SSA.
Michael Matz
1
-30
/
+5
2009-04-26
tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate beyond num_ssa_names.
Michael Matz
1
-1
/
+1
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-6
/
+3
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-2
/
+2
2009-02-09
re PR middle-end/38981 (internal compiler error)
Eric Botcazou
1
-7
/
+6
[next]