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
/
simplify-rtx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-07
re PR target/25662 (Unrecognizable insn with -O on PPC)
Ian Lance Taylor
1
-5
/
+5
2005-12-19
optabs.c (init_floating_libfuncs): Handle decimal float modes.
Jon Grimm
1
-0
/
+7
2005-12-17
simplify-rtx.c (simplify_binary_operation_1 <IOR>): Correct bug introduced 20...
Alan Modra
1
-1
/
+1
2005-12-16
combine.c (combine_simplify_rtx <case NOT, [...]): Move simplifications that ...
Paolo Bonzini
1
-12
/
+530
2005-12-02
simplify-rtx.c (simplify_plus_minus): Do simplify constants.
Alan Modra
1
-14
/
+11
2005-11-30
simplify-rtx.c (simplify_plus_minus): Remove final parameter.
Paolo Bonzini
1
-44
/
+52
2005-11-22
optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...
Ben Elliston
1
-8
/
+8
2005-11-16
fold-const.c (const_binop): Don't constant fold the operation if the result h...
Eric Botcazou
1
-0
/
+11
2005-09-26
re PR middle-end/23831 (ICE in immed_double_const with vectorized multipication)
Uros Bizjak
1
-1
/
+3
2005-09-06
simplify-rtx.c (simplify_binary_operation_1): Correct the condition for detec...
Saurabh Verma
1
-2
/
+2
2005-09-06
re PR rtl-optimization/23098 (store of 0.0 to float)
Jakub Jelinek
1
-0
/
+8
2005-09-02
re PR rtl-optimization/20365 (simplify_plus_minus results are erratic)
J"orn Rennecke
1
-4
/
+14
2005-08-21
simplify-rtx.c (simplify_immed_subreg): Only clear up to elem_bitsize bits, n...
Jakub Jelinek
1
-1
/
+1
2005-08-16
simplify-rtx.c (simplify_const_relational_operation): When extracting argumen...
Ulrich Weigand
1
-1
/
+11
2005-07-28
re PR rtl-optimization/23047 (Combine ignores flag_wrapv)
James A. Morrison
1
-2
/
+6
2005-06-25
Update FSF address.
Kelley Cook
1
-2
/
+2
2005-05-26
simplify-rtx.c (avoid_constant_pool_reference): Support offsetted addresses i...
Paolo Bonzini
1
-14
/
+29
2005-04-24
re PR rtl-optimization/21163 (internal compiler error: in output_constant_poo...
Richard Henderson
1
-49
/
+61
2005-04-23
re PR rtl-optimization/21102 (ICE: in immed_double_const, on SSE2 intrinsics)
Richard Henderson
1
-2
/
+2
2005-04-13
Fix result of folding of xor operation on two identical vectors.
Fariborz Jahanian
1
-1
/
+1
2005-04-07
re PR target/20093 (23_containers/deque/cons/2.cc execution test fails on ia6...
Joseph Myers
1
-1
/
+1
2005-03-24
re PR rtl-optimization/20532 (Bad code for DImode left shifts by 31 and then 1)
Alexandre Oliva
1
-18
/
+72
2005-03-21
rtl.h (struct rtx_hooks): Add gen_lowpart_no_emit.
Paolo Bonzini
1
-22
/
+3
2005-03-10
re PR rtl-optimization/20412 (RTL checking failure in the combiner)
Andrew Pinski
1
-1
/
+1
2005-03-05
combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trun...
Kazu Hirata
1
-5
/
+2
2005-02-28
simplify-rtx.c (simplify_unary_operation_1, [...]): New, extracted from...
Paolo Bonzini
1
-1230
/
+1265
2005-02-23
re PR target/20018 ([ia64] unable to find a register to spill in class`PR_REG')
Roger Sayle
1
-0
/
+2
2005-02-21
simplify-rtx.c (simplify_unary_operation): Add a missing "break" statement.
Paolo Bonzini
1
-0
/
+1
2005-02-12
c-tree.h, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2005-02-08
simplify-rtx.c (simplify_relational_operation_1): Avoid creating zero extensi...
Roger Sayle
1
-11
/
+4
2005-02-07
re PR rtl-optimization/19800 (mmix-knuth-mmixware broken, building newlib/lib...
Roger Sayle
1
-3
/
+11
2005-02-06
simplify-rtx.c (simplify_relational_operation_1): Simplify (ne:SI (zero_extra...
Roger Sayle
1
-0
/
+12
2005-02-03
re PR middle-end/19405 (18_support/numeric_limits.cc fails on ppc-darwin (lon...
Roger Sayle
1
-2
/
+6
2005-01-21
re PR rtl-optimization/576 (gcc performs invalid optimization with float oper...
Roger Sayle
1
-6
/
+15
2005-01-14
simplify-rtx.c (simplify_binary_operation): Optimize (and (sign_extend X) C) ...
Roger Sayle
1
-1
/
+18
2005-01-07
simplify-rtx.c (simplify_subreg): Simplify truncations of shifts of sign or z...
Roger Sayle
1
-0
/
+49
2005-01-04
re PR middle-end/17767 (MMX intrinsics cause internal compiler error)
Uros Bizjak
1
-1
/
+1
2005-01-03
* simplify-rtx.c (simplify_binary_operation): Handle VEC_CONCAT.
Richard Henderson
1
-6
/
+38
2004-12-26
simplify-rtx.c (simplify_relational_operation_1): Don't simplify plus/minus a...
Richard Henderson
1
-1
/
+2
2004-12-20
re PR rtl-optimization/18942 (Do loop is not as optimized as 3.3.2)
Zdenek Dvorak
1
-1
/
+18
2004-12-16
simplify-rtx.c (simplify_replace_rtx): Do not blindly replace hard registers.
Richard Henderson
1
-1
/
+1
2004-12-13
re PR rtl-optimization/18928 (ice on valid code with -O2 -fPIC)
Roger Sayle
1
-12
/
+17
2004-12-09
simplify-rtx.c (simplify_subreg): In the CONCAT case...
Richard Sandiford
1
-7
/
+12
2004-12-02
re PR target/18774 (mmix-knuth-mmixware testsuite failure: gcc.c-torture/exec...
Richard Henderson
1
-0
/
+4
2004-11-28
re PR rtl-optimization/18420 (ICE compiling mesa at -O2)
Ulrich Weigand
1
-2
/
+1
2004-11-23
rtl.h (validate_subreg): Declare.
Richard Henderson
1
-19
/
+14
2004-11-23
simplify-rtx.c (simplify_subreg): Use subreg_regno_offset directly instead of...
Richard Henderson
1
-3
/
+4
2004-11-23
simplify-rtx.c (simplify_binary_operation): Do not simplify inner elements of...
Uros Bizjak
1
-0
/
+1
2004-11-20
simplify-rtx.c (simplify_ternary_operation): Use trunc_int_for_mode.
Aldy Hernandez
1
-1
/
+1
2004-10-28
re PR target/15286 (ICE cause by reload)
Ulrich Weigand
1
-1
/
+2
[prev]
[next]