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-into-ssa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-09
remove has_execute
Trevor Saunders
1
-1
/
+0
2014-06-24
allow storing values directly in hash tables
Trevor Saunders
1
-6
/
+7
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-16
/
+17
2014-05-06
tree-pass.h (TODO_verify_ssa, [...]): Remove.
Richard Biener
1
-1
/
+1
2014-04-17
pass cfun to pass::execute
Trevor Saunders
1
-43
/
+43
2014-04-17
pass current function to opt_pass::gate ()
Trevor Saunders
1
-10
/
+6
2014-04-17
remove has_gate
Trevor Saunders
1
-1
/
+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
-4
/
+4
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-9
/
+10
2013-12-09
Eliminate BASIC_BLOCK macro.
David Malcolm
1
-8
/
+10
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-1
/
+5
2013-11-22
add auto_vec
Trevor Saunders
1
-7
/
+2
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-8
/
+11
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+2
2013-11-17
gimple.h: Reorder prototypes to match .c declaration order...
Andrew MacLeod
1
-0
/
+1
2013-11-13
gimple-walk.h: New File.
Andrew Macleod
1
-0
/
+1
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-2
/
+8
2013-10-02
tree-flow.h: Remove some prototypes.
Andrew MacLeod
1
-0
/
+40
2013-10-02
tree-flow.h: Include new .h files.
Andrew Macleod
1
-21
/
+1
2013-10-01
tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.
Andrew MacLeod
1
-25
/
+24
2013-09-30
basic-block.h (edge_list): Prefix member names with "m_".
Richard Sandiford
1
-5
/
+5
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-2
/
+2
2013-09-26
tree-into-ssa.c (rewrite_into_ssa): Make more SSA names to anonymous.
Richard Biener
1
-4
/
+2
2013-09-17
compare-elim.c (find_comparison_dom_walker): New class
Trevor Saunders
1
-91
/
+57
2013-09-14
tree-into-ssa.c (gate_into_ssa): New.
Jan Hubicka
1
-1
/
+10
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
-19
/
+35
2013-06-10
tree-into-ssa.c (interesting_blocks): Make static.
David Malcolm
1
-1
/
+1
2013-04-23
This patch extracts approved portions of the hash_table patches to the...
Lawrence Crowl
1
-46
/
+48
2013-03-06
re PR tree-optimization/56294 (BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to boo...
Richard Biener
1
-0
/
+18
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-10
re PR bootstrap/55792 (Bad memory access with profiledbootstrap and LTO)
Richard Biener
1
-13
/
+24
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-74
/
+66
2012-11-01
This patch renames sbitmap iterators to unify them with the bitmap iterators.
Lawrence Crowl
1
-5
/
+5
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
/
+1
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-11
/
+11
2012-08-22
tree-ssa-loop-ch.c (copy_loop_headers): Remove redundant checking.
Richard Guenther
1
-26
/
+25
2012-08-21
tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free the affine expansio...
Richard Guenther
1
-2
/
+2
2012-08-20
tree-flow.h (register_new_name_mapping): Remove.
Richard Guenther
1
-35
/
+29
2012-08-16
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Richard Guenther
1
-12
/
+11
2012-08-16
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Steven Bosscher
1
-57
/
+0
2012-08-14
tree-into-ssa.c: Include diagnostic-core.h.
Richard Guenther
1
-0
/
+1
2012-08-14
tree-into-ssa.c (update_ssa): Verify we do not rename symbols that are alread...
Richard Guenther
1
-0
/
+24
2012-08-10
tree-ssa-pre.c (alloc_expression_id): Fix use of VEC_reserve.
Steven Bosscher
1
-22
/
+32
2012-08-10
tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...
Richard Guenther
1
-1
/
+21
2012-08-09
calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...
Steven Bosscher
1
-4
/
+6
2012-08-08
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Steven Bosscher
1
-12
/
+13
2012-08-08
tree-ssa-operands.h (virtual_operand_p): Declare.
Richard Guenther
1
-5
/
+3
[next]