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
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
2012-08-07
tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into...
Richard Guenther
1
-5
/
+20
2012-08-07
gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.
Richard Guenther
1
-4
/
+2
2012-08-02
tree-into-ssa.c (struct common_info_d): New struct.
Richard Guenther
1
-102
/
+83
2012-08-02
tree-flow.h (set_default_def): Rename to ...
Richard Guenther
1
-18
/
+1
2012-08-02
tree-dfa.c (referenced_var_lookup): Remove.
Richard Guenther
1
-6
/
+2
2012-08-01
tree-complex.c (init_parameter_lattice_values): Don't call var_ann.
Michael Matz
1
-29
/
+26
2012-08-01
graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.
Richard Guenther
1
-8
/
+4
2012-08-01
tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...
Richard Guenther
1
-54
/
+105
2012-07-31
tree-flow.h (struct var_ann_d): Remove need_phi_state and current_def members.
Richard Guenther
1
-126
/
+132
2012-07-30
tree-into-ssa.c (mark_def_sites): Also process virtual operands.
Richard Guenther
1
-13
/
+8
2012-07-27
tree-cfg.c (gimple_can_merge_blocks_p): Do more fine-grained check whether SS...
Richard Guenther
1
-94
/
+28
2012-07-27
tree-into-ssa.c (def_blocks_p): New typedef.
Richard Guenther
1
-27
/
+31
2012-07-27
invoke.texi (min-virtual-mappings, [...]): Remove param documentation.
Richard Guenther
1
-141
/
+0
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
-3
/
+2
2012-07-10
tree.h (phi_arg_d): New field.
Dehao Chen
1
-2
/
+3
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-22
tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
Richard Guenther
1
-1
/
+1
2012-05-16
tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Remove set-only ...
Richard Guenther
1
-20
/
+0
2012-02-24
tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file.
Bernhard Reutner-Fischer
1
-2
/
+2
2011-12-21
tree-into-ssa.c (rewrite_update_stmt): Do not dump extra newlines.
Martin Jambor
1
-8
/
+9
2011-07-04
re PR debug/49602 (verify_ssa failed (definition does not dominate use) with ...
Jakub Jelinek
1
-1
/
+35
2011-06-22
re PR debug/47858 (IPA-SRA decreases quality of debug info)
Jakub Jelinek
1
-8
/
+90
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-2
/
+1
2011-02-15
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-3
/
+3
2011-02-15
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...
Alexandre Oliva
1
-1
/
+1
2011-01-19
re PR debug/46240 (ice in maybe_register_def)
Alexandre Oliva
1
-5
/
+21
2010-11-17
timevar.def (TV_IPA_OPT, [...]): New.
Michael Matz
1
-4
/
+1
2010-10-21
tree-into-ssa.c (rewrite_update_enter_block): Remove unused variables.
Nathan Froyd
1
-4
/
+0
2010-10-21
basic-block.h (single_succ_edge): Use gcc_checking_assert.
Nathan Froyd
1
-4
/
+2
2010-10-21
cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.
Nathan Froyd
1
-13
/
+2
[next]