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-dom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-11
basic-block.h (single_succ_p, [...]): New inline functions.
Zdenek Dvorak
1
-5
/
+5
2005-03-07
tree-cfg.c (find_taken_edge_computed_goto): New function.
Jeff Law
1
-1
/
+16
2005-03-04
basic-block.h (rediscover_loops_after_threading): Declare.
Jeff Law
1
-1
/
+34
2005-03-02
tree-ssa-dom.c (tree_ssa_dominator_optimize): Call free_dominance_info only w...
Kazu Hirata
1
-1
/
+2
2005-03-02
tree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setting of CFG_ALTERED in t...
Jeff Law
1
-2
/
+2
2005-02-26
tree-ssa-dom.c (simple_iv_increment_p): New function.
Zdenek Dvorak
1
-1
/
+49
2005-02-24
ChangeLog.5: Fix log message typo(s).
Volker Reichelt
1
-2
/
+2
2005-02-21
re PR tree-optimization/18663 (ACATS ICE cc1221d expected integer_cst, have n...
Eric Botcazou
1
-4
/
+7
2005-02-17
bitmap.h (BITMAP_XMALLOC, [...]): Remove.
Nathan Sidwell
1
-4
/
+4
2005-02-10
tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc.
Jeff Law
1
-3
/
+3
2005-01-31
tree-ssa-dom.c (record_cond): Pass correct variable type for last argument to...
Jeff Law
1
-1
/
+1
2005-01-27
re PR middle-end/17278 (8% C++ compile-time regression in comparison with 3.4...
Steven Bosscher
1
-1
/
+1
2005-01-23
alias.c, [...]: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2005-01-22
re PR tree-optimization/19038 (tree-ssa causing loops to have more than one BB)
Daniel Berlin
1
-0
/
+8
2005-01-17
Opps. Committed wrong version.
Jeff Law
1
-0
/
+3
2005-01-17
tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE at the end...
Jeff Law
1
-20
/
+20
2005-01-17
tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call mark_dfs_back_edges.
Kazu Hirata
1
-5
/
+0
2005-01-15
* tree-ssa-dom.c (extract_range_from_cond): Correct condition.
Roger Sayle
1
-1
/
+1
2005-01-15
re PR tree-optimization/19060 (Miscompiling of if and "long long")
Jakub Jelinek
1
-7
/
+19
2004-12-27
tree-ssa-dom.c (thread_across_edge): Remove broken code to avoid threading in...
Jeff Law
1
-16
/
+0
2004-12-13
tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a PHI argument is...
Jeff Law
1
-0
/
+10
2004-12-13
* tree-ssa-dom.c (record_edge_info): Fix memory leak.
Kazu Hirata
1
-6
/
+6
2004-12-13
tree-ssa-dom.c (record_equivalences_from_phis): Add a comment.
Kazu Hirata
1
-1
/
+3
2004-12-13
tree-ssa-dom.c (record_equivalences_from_phis): Speed up by doing a pointer c...
Kazu Hirata
1
-1
/
+1
2004-12-12
* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.
Kazu Hirata
1
-1
/
+1
2004-12-12
* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.
Kazu Hirata
1
-1
/
+1
2004-12-10
tree-ssa-dom.c (thread_across_edge): Speed up by avoiding a call to is_gimple...
Kazu Hirata
1
-5
/
+5
2004-12-03
tree-ssa-dom.c (record_equivalences_from_phis): Remove an "if" whose conditio...
Kazu Hirata
1
-17
/
+12
2004-11-27
tree.c (operand_equal_for_phi_arg_p): New.
Kazu Hirata
1
-2
/
+2
2004-11-24
tree-ssa-dom.c (cprop_into_successor_phis): Replace index with indx.
Kazu Hirata
1
-4
/
+4
2004-11-24
tree-ssa-dom.c (cprop_into_successor_phis): Remove code to find the index of ...
Kazu Hirata
1
-35
/
+4
2004-11-23
tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.
Diego Novillo
1
-52
/
+47
2004-11-19
re PR tree-optimization/18507 (block_defs_stack varrray should not be GC'ed)
Andrew Pinski
1
-8
/
+11
2004-11-16
tree-cfg.c (verify_expr): Replace TREE_OPERAND with COND_EXPR_COND.
Kazu Hirata
1
-12
/
+12
2004-11-10
re PR tree-optimization/17892 (gcc-4.0 should not reassociate floating point ...
Fariborz Jahanian
1
-1
/
+2
2004-10-30
* tree-ssa-dom.c: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2004-10-29
tree-ssa-dom.c (struct edge_info): New structure holding edge equivalences an...
Jeff Law
1
-363
/
+482
2004-10-29
bitmap.h (bitmap_empty_p): New.
Nathan Sidwell
1
-2
/
+2
2004-10-23
tree-ssa-dom.c (record_equality): Use loop depth to determine which way to re...
Daniel Berlin
1
-2
/
+32
2004-10-22
alias.c, [...]: Fix comment formatting.
Kazu Hirata
1
-5
/
+5
2004-10-13
tree-ssa-dom.c (record_range): Free the element if we are not going to use it.
Andrew Pinski
1
-0
/
+2
2004-10-12
re PR tree-optimization/17892 (gcc-4.0 should not reassociate floating point ...
Fariborz Jahanian
1
-1
/
+14
2004-10-04
tree-ssa-dom.c (tree_ssa_dominator_optimize): Initialize OPT_STATS to 0.
Diego Novillo
1
-0
/
+2
2004-09-29
tree.h (INDIRECT_REF_P): New macro.
Daniel Berlin
1
-3
/
+1
2004-09-28
re PR tree-optimization/15089 (local register variable with a specified regis...
Richard Henderson
1
-0
/
+5
2004-09-28
backport: basic-block.h: Include vec.h, errors.h.
Ben Elliston
1
-16
/
+16
2004-09-24
tree-ssa-dom.c (dom_opt_finalize_block): Fix violation of strict aliasing rules.
Jeff Law
1
-4
/
+7
2004-09-24
tree-ssa-dom.c (record_range): Fix violation of strict aliasing rules.
Andreas Schwab
1
-2
/
+2
2004-09-23
tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E...
Jeff Law
1
-23
/
+41
2004-09-23
tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.
Dorit Naishlos
1
-1
/
+3
[next]