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
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
2004-10-18
simplify-rtx.c (mode_signbit_p): Externalize function...
Pat Haugen
1
-2
/
+1
2004-10-09
[multiple changes]
Roger Sayle
1
-8
/
+34
2004-09-09
ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...
Nathan Sidwell
1
-129
/
+105
2004-09-04
md.texi (shift patterns): New anchor.
Richard Sandiford
1
-30
/
+15
2004-07-27
cfgexpand.c (tree_expand_cfg): Fix comment.
Steven Bosscher
1
-4
/
+1
2004-07-26
c-common.c (disable_builtin_function): Rename variable n to new_disabled_buil...
Bernardo Innocenti
1
-19
/
+19
2004-07-25
c-common.c: Rename all identifiers named `new'.
Bernardo Innocenti
1
-30
/
+30
2004-07-14
expr.c (enqueue_insn, [...]): Remove.
Paolo Bonzini
1
-3
/
+0
2004-07-09
simplify-rtx.c (simplify_const_relational_operation): Only look at bounds of ...
Richard Henderson
1
-1
/
+1
2004-07-01
simplify-rtx.c (simplify_binary_operation): Use rtx_cost instead of "had_mult...
Roger Sayle
1
-11
/
+9
2004-07-01
alias.c (get_alias_set, [...]): Use MEM_P.
Jerry Quinn
1
-1
/
+1
2004-06-30
re PR tree-optimization/15310 ([tree-ssa] Optimize an addition in a bit field)
Jakub Jelinek
1
-0
/
+46
2004-06-15
alias.c (record_set, [...]): Use REG_P.
Jerry Quinn
1
-5
/
+5
2004-06-14
re PR middle-end/15945 (Incorrect floating point optimization)
Jakub Jelinek
1
-0
/
+35
2004-05-27
combine.c (gen_binary): Remove.
Paolo Bonzini
1
-2
/
+4
2004-05-19
Multiple fixes: PRs 14692, 15274 and 15463
Zdenek Dvorak
1
-27
/
+57
2004-05-13
Merge tree-ssa-20020619-branch into mainline.
Diego Novillo
1
-5
/
+0
2004-05-01
simplify-rtx.c (simplify_ternary_operation): When converting an IF_THEN_ELSE ...
Paolo Bonzini
1
-1
/
+1
2004-04-29
combine.c (combine_simplify_rtx): Adjust call to use simplify_relational_oper...
Paolo Bonzini
1
-100
/
+126
2004-04-12
simplify-rtx.c (simplify_binary_operation): Remove fall throughs.
Roger Sayle
1
-43
/
+100
2004-04-09
simplify-rtx.c (mode_signbit_p): New function to check whether an RTX is an i...
Roger Sayle
1
-1
/
+74
[next]