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/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-forwprop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-02
gimple.c (canonicalize_cond_expr_cond): Handle cast from boolean-type.
Kai Tietz
1
-1
/
+4
2011-07-25
re PR tree-optimization/49822 (Segfault in remove_prop_source_from_use)
Richard Guenther
1
-7
/
+15
2011-07-22
re PR middle-end/45819 (unexpected unaligned access to volatile int)
Richard Guenther
1
-2
/
+6
2011-07-21
ChangeLog gcc/
Kai Tietz
1
-12
/
+7
2011-07-21
tree-ssa-forwprop.c (combine_conversions): Return whether we have to run cfg-...
Richard Guenther
1
-12
/
+18
2011-07-20
tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify against already ...
Richard Guenther
1
-30
/
+35
2011-07-20
re PR middle-end/18908 (Missed folding opportunities with bools)
Richard Guenther
1
-31
/
+11
2011-07-19
tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand...
Richard Guenther
1
-4
/
+1
2011-07-19
Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
Richard Biener
1
-79
/
+48
2011-07-19
gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...
Richard Guenther
1
-2
/
+6
2011-07-07
tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
Kai Tietz
1
-0
/
+132
2011-07-01
tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
Kai Tietz
1
-1
/
+1
2011-06-29
re PR tree-optimization/49539 (ICE building gnattools)
Eric Botcazou
1
-12
/
+9
2011-06-28
tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.
Kai Tietz
1
-3
/
+26
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-3
/
+1
2011-06-10
tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts forward w...
Richard Guenther
1
-5
/
+22
2011-05-31
tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename to ...
Richard Guenther
1
-353
/
+368
2011-05-30
tree-ssa-forwprop.c (forward_propagate_into_comparison): New function split o...
Richard Guenther
1
-202
/
+210
2011-05-11
re PR tree-optimization/15256 ([tree-ssa] Optimize manual bitfield manipilati...
Richard Guenther
1
-33
/
+95
2011-05-11
re PR middle-end/18041 (OR of two single-bit bitfields is inefficient)
Richard Guenther
1
-39
/
+87
2011-05-10
tree-ssa-forwprop.c (combine_conversions): Pattern-match a series of conversi...
Richard Guenther
1
-0
/
+167
2011-05-04
tree.h (int_const_binop): Remove notrunc argument.
Richard Guenther
1
-2
/
+2
2011-04-22
re PR tree-optimization/48717 (integer wrong code bug)
Jakub Jelinek
1
-2
/
+2
2011-03-31
tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...
Jeff Law
1
-1
/
+1
2011-02-08
re PR tree-optimization/47632 (ICE: verify_flow_info failed: BB 4 can not thr...
Richard Guenther
1
-28
/
+19
2011-01-25
re PR tree-optimization/47265 (Error: SSA name in freelist but still referenced)
Jakub Jelinek
1
-2
/
+2
2011-01-14
re PR tree-optimization/47280 (ICE: verify_stmts failed: statement marked for...
Richard Guenther
1
-4
/
+9
2010-11-15
re PR tree-optimization/46461 (ICE: invalid argument to gimple call at -O wit...
Jakub Jelinek
1
-0
/
+3
2010-11-07
re PR tree-optimization/46346 (fma testsuite failures)
Uros Bizjak
1
-1
/
+5
2010-11-02
re PR tree-optimization/46216 (ICE: SSA corruption)
Richard Guenther
1
-1
/
+2
2010-10-21
basic-block.h (single_succ_edge): Use gcc_checking_assert.
Nathan Froyd
1
-3
/
+1
2010-10-13
re PR fortran/45636 (Failed to fold simple Fortran string)
Jakub Jelinek
1
-0
/
+302
2010-08-12
re PR tree-optimization/45232 (tree reassociation introduces undefined overflow)
Richard Guenther
1
-0
/
+287
2010-07-14
re PR middle-end/44824 (internal compiler error: verify_stmts failed)
Richard Guenther
1
-5
/
+6
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-98
/
+229
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
-1
/
+3
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-2
/
+0
2010-05-15
re PR other/44038 (ICE: verify_stmts failed)
Richard Guenther
1
-4
/
+12
2010-04-07
ipa-reference.c (mark_load): Use get_base_address.
Richard Guenther
1
-10
/
+12
2010-04-07
tree-ssa-forwprop.c (forward_propagate_addr_expr): Propagate constants everyw...
Richard Guenther
1
-3
/
+4
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-15
/
+15
2009-10-12
re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...
Alexandre Oliva
1
-7
/
+1
2009-09-24
re PR middle-end/36143 (FAIL: g++.dg/tree-ssa/pr19637.C)
Richard Guenther
1
-1
/
+3
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-1
/
+8
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-17
/
+30
2009-06-12
java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.
Aldy Hernandez
1
-1
/
+2
2009-05-24
tree-ssa-operands.h (push_stmt_changes, [...]): Delete.
Paolo Bonzini
1
-6
/
+4
2009-05-19
tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Do not falsely claim to ...
Richard Guenther
1
-14
/
+22
2009-05-15
common.opt (-ftree-forwprop, [...]): New options, enabled by default.
Richard Guenther
1
-1
/
+1
[next]