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-forwprop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-19
re PR tree-optimization/50780 (ICE: verify_gimple failed: invalid operands in...
Richard Guenther
1
-1
/
+2
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-1
/
+2
2011-10-09
tree-ssa-forwprop.c (forward_propagate_into_comparison): Do not make the repl...
Eric Botcazou
1
-4
/
+3
2011-10-06
re PR tree-optimization/49279 (Optimization incorrectly presuming constant va...
Jakub Jelinek
1
-5
/
+0
2011-10-04
fold-const.c (fold_unary_loc): Don't optimize POINTER_PLUS_EXPR casted to TYP...
Jakub Jelinek
1
-0
/
+5
2011-09-09
gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...
Richard Guenther
1
-30
/
+25
2011-09-07
tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Canonicalize negate...
Richard Guenther
1
-3
/
+39
2011-09-07
re PR tree-optimization/50213 (Regression in space-optimized code relative to...
Richard Guenther
1
-11
/
+13
2011-09-01
expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...
Richard Guenther
1
-17
/
+17
2011-08-30
re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...
Richard Guenther
1
-23
/
+13
2011-08-16
re PR tree-optimization/50082 (-Wstrict-overflow mishandles typedef)
Richard Guenther
1
-26
/
+21
2011-08-10
tree.h (get_pointer_alignment): Remove max-align argument.
Richard Guenther
1
-1
/
+1
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
[next]