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
/
simplify-rtx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-21
simplify-rtx.c (simplify_subreg): Use the correct mode when determining wheth...
Roger Sayle
1
-5
/
+14
2006-11-30
simplify-rtx.c (simplify_rtx): Use simplify_subreg rather than simplify_gen_s...
Richard Sandiford
1
-3
/
+3
2006-11-09
simplify-rtx.c (avoid_constant_pool_reference): Avoid calling simplify_subreg...
Andreas Krebbel
1
-0
/
+3
2006-11-01
extend.texi (__builtin_bswap32): Document.
Eric Christopher
1
-1
/
+3
2006-10-21
re PR middle-end/28796 (__builtin_nan() and __builtin_unordered() inconsistent)
Richard Guenther
1
-2
/
+2
2006-09-05
re PR rtl-optimization/26847 (Missed optimization in simplify_plus_minus)
Paolo Bonzini
1
-47
/
+46
2006-08-11
re PR middle-end/28651 (signed compare incorrectly false for (int)(U+4)<(int)...
Richard Guenther
1
-9
/
+8
2006-05-30
simplify-rtx.c (simplify_binary_operation_1): Cast width to HOST_WIDE_INT to ...
Roger Sayle
1
-1
/
+1
2006-05-30
simplify-rtx.c (simplify_binary_operation): Unfactor the shift and rotate cases.
Roger Sayle
1
-2
/
+26
2006-05-29
re PR tree-optimization/24964 (Does not optimise abs(x)**2 to x**2)
Roger Sayle
1
-7
/
+29
2006-05-23
simplify-rtx.c (simplify_subreg): Adjust REG_OFFSET for big-endian paradoxica...
Alexandre Oliva
1
-1
/
+16
2006-05-21
re PR rtl-optimization/27671 (optimization error on pentium4-Linux with %, re...
Kazu Hirata
1
-6
/
+9
2006-04-24
rtl.def (SS_ASHIFT, SS_NEG): New codes.
Bernd Schmidt
1
-0
/
+3
2006-04-03
simplify-rtx.c (simplify_unary_operation_1): When trying to remove TRUNCATE c...
Adam Nemet
1
-1
/
+2
2006-03-25
simplify-rtx.c (simplify_relational_operation): Call simplify_relational_oper...
Adam Nemet
1
-2
/
+1
2006-03-16
simplify-rtx.c (simplify_plus_minus): Simplify within CONST terms.
Andreas Krebbel
1
-1
/
+14
2006-03-03
simplify-rtx.c (simplify_unary_operation): When simplifying (neg (lt X 0)) in...
Roger Sayle
1
-4
/
+20
2006-02-28
rtl.h (truncated_to_mode): Declare it.
Paolo Bonzini
1
-7
/
+10
2006-02-25
simplify-rtx.c (simplify_relational_operation_1): Simplify (X^Y) == 0 as X ==...
Roger Sayle
1
-1
/
+33
2006-02-18
re PR rtl-optimization/25600 (unsigned>>31?-1:0 should be optimized to int>>31)
Roger Sayle
1
-0
/
+13
2006-02-14
* simplify-rtx.c (simplify_subreg): Combine SUBREG and TRUNCATE.
Adam Nemet
1
-0
/
+8
2006-02-14
simplify-rtx.c (simplify_unary_operation_1): Return new expression in the req...
Adam Nemet
1
-3
/
+4
2006-01-08
- Fix up date in ChangeLog. Update copyrights in changed files.
Ian Lance Taylor
1
-1
/
+1
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
[next]