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-pre.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-21
tree-ssa-pre.c (insert_into_preds_of_block): Before inserting a PHI ask VN if...
Richard Guenther
1
-6
/
+16
2008-08-20
tree-vrp.c (found_in_subgraph): Remove.
Richard Guenther
1
-17
/
+11
2008-08-19
re PR tree-optimization/35972 (load-PRE missed opportunities without SFTs)
Richard Guenther
1
-9
/
+19
2008-08-13
gimple.h (gimple_call_set_chain): Accept SSA variables.
Eric Botcazou
1
-1
/
+9
2008-08-01
tree-ssa-pre.c (fini_pre): Take in_fre parameter.
Richard Guenther
1
-3
/
+3
2008-07-29
re PR tree-optimization/36945 (PRE/SCCVN do not handle aggregate function arg...
Richard Guenther
1
-82
/
+69
2008-07-28
tree-ssa-pre.c (insert_into_preds_of_block): Remove dead code.
Richard Guenther
1
-131
/
+1
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-356
/
+414
2008-07-19
re PR bootstrap/36864 (Yet another bootstrap failure on i686-apple-darwin9)
Richard Guenther
1
-1
/
+10
2008-07-15
tree-ssa-sccvn.c (expressions_equal_p): Check type equality.
Daniel Berlin
1
-25
/
+52
2008-07-14
tree-ssa-pre.c (insert_into_preds_of_block): Do not call convert.
Richard Guenther
1
-9
/
+2
2008-07-14
tree-ssa-pre.c (fully_constant_expression): Add fold_convert calls.
Daniel Berlin
1
-8
/
+19
2008-07-10
tree-ssa-pre.c (create_expression_by_pieces): Add fold_convert calls.
Daniel Berlin
1
-4
/
+17
2008-07-09
tree-ssa-pre.c (phi_translate_1): Update placement of add_to_value calls.
Daniel Berlin
1
-2
/
+2
2008-07-08
Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt...
Daniel Berlin
1
-1406
/
+1567
2008-06-23
re PR tree-optimization/36508 (ICE in compute_antic)
Jakub Jelinek
1
-2
/
+6
2008-06-21
tree-ssa-pre.c (fini_antic): Bitmap_sets have to be freed before the grand_bi...
Bernhard Fischer
1
-2
/
+2
2008-06-20
tree-ssa-pre.c: Fix typo in comment.
Bernhard Fischer
1
-53
/
+82
2008-05-16
tree-ssa-dse (max_stmt_uid): Removed.
Kenneth Zadeck
1
-2
/
+1
2008-05-15
tree-pass.h (current_pass): Declare.
Richard Guenther
1
-16
/
+10
2008-05-07
[multiple changes]
Kenneth Zadeck
1
-1
/
+1
2008-03-20
tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp...
Richard Guenther
1
-1
/
+0
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-6
/
+10
2008-03-18
tree-ssa-sccvn.c (visit_reference_op_load): If the lookup found an expression...
Richard Guenther
1
-8
/
+48
2008-03-15
re PR middle-end/35595 (build broke in newlib erf_lgamma.c for cris-elf)
Richard Guenther
1
-1
/
+2
2008-03-14
re PR tree-optimization/34043 (Missed optimization causing extra loads and st...
Richard Guenther
1
-46
/
+150
2008-03-10
re PR tree-optimization/34677 (PREs insert_fake_stores is mostly useless)
Richard Guenther
1
-85
/
+17
2008-03-10
tree-ssa-pre.c (get_sccvn_value): Simplify.
Richard Guenther
1
-19
/
+2
2008-02-29
tree-ssa-pre.c (get_sccvn_value): Create missing VNs via vn_lookup_or_add.
Richard Guenther
1
-1
/
+3
2007-12-14
re PR middle-end/34462 (tree check: expected ssa_name, have struct_field_tag ...
Richard Guenther
1
-1
/
+1
2007-12-13
re PR middle-end/33088 (spurious exceptions with -ffloat-store)
Eric Botcazou
1
-16
/
+3
2007-12-13
re PR middle-end/34450 (compile takes up 1.8 GB RAM at -O1)
Richard Guenther
1
-1
/
+7
2007-11-05
re PR tree-optimization/32540 (Exponential time behavior in PRE)
Nick Clifton
1
-0
/
+10
2007-10-09
re PR tree-optimization/33615 (Hoisting of potentially-throwing values for -f...
Richard Sandiford
1
-4
/
+5
2007-08-26
tree-ssa-sccvn.c, [...]: Remove unnecessary trailing whitespace.
Bernhard Fischer
1
-28
/
+28
2007-08-14
tree-pass.h (PROP_pta): Removed.
Daniel Berlin
1
-1
/
+1
2007-08-08
tree.def (FIXED_POINT_TYPE): New type.
Chao-ying Fu
1
-0
/
+1
2007-07-28
cfglayout.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-4
/
+3
2007-07-25
c-common.c (fname_as_string, [...]): Constify.
Kaveh R. Ghazi
1
-3
/
+4
2007-07-12
tree-ssa-pre.c (get_expression_vuses): Move out side-effect.
Daniel Berlin
1
-4
/
+5
2007-07-12
re PR tree-optimization/32663 (revision 126369 went into an infinite loop)
Daniel Berlin
1
-57
/
+64
2007-07-07
Revert (note the sccvn portions are *not* reverted) 2007-07-06 Daniel Berlin ...
Daniel Berlin
1
-131
/
+95
2007-07-07
re PR middle-end/23488 (GCSE load PRE does not work with non sets (or missing...
Daniel Berlin
1
-95
/
+131
2007-07-04
re PR tree-optimization/32604 (miscompilation at -O2)
Daniel Berlin
1
-81
/
+17
2007-07-02
Fix PR tree-optimization/32583 Fix PR tree-optimization/32584
Daniel Berlin
1
-5
/
+7
2007-07-02
tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...
Richard Guenther
1
-2
/
+2
2007-07-01
tree-ssa-pre.c (is_exception_related): New function
Daniel Berlin
1
-1
/
+11
2007-06-30
Fix PR tree-optimization/32540 Fix PR tree-optimization/31651
Daniel Berlin
1
-267
/
+369
2007-06-13
tree-ssa-pre.c (mergephitemp): Remove.
Kazu Hirata
1
-2
/
+0
[next]