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
2004-02-18
simplify-rtx.c (simplify_unary_operation): Deal with logicals on floats.
Jan Hubicka
1
-15
/
+54
2004-01-24
simplify-rtx.c (simplify_relational_operation): Don't simplify address == con...
Jakub Jelinek
1
-0
/
+2
2004-01-23
re PR rtl-optimization/13821 (IRIX 6.5 bootstrap failure: ICE in simplify_gen...
Roger Sayle
1
-2
/
+3
2004-01-22
rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.
Roger Sayle
1
-1
/
+36
2004-01-19
re PR rtl-optimization/5263 (a & b & ~a & ~b not optimized)
Roger Sayle
1
-58
/
+49
2004-01-12
Update copyright.
Richard Earnshaw
1
-1
/
+1
2004-01-12
simplify-rtx.c (simplify_immed_subreg): Correctly extract the high word of an...
Richard Earnshaw
1
-1
/
+2
2004-01-12
* simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
Paul Brook
1
-10
/
+4
2004-01-08
simplify-rtx.c (simplify_immed_subreg): Fix construction of floating-point co...
Richard Sandiford
1
-1
/
+1
2004-01-06
emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for constants.
Geoffrey Keating
1
-201
/
+266
2004-01-06
alias.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-12-05
dojump.c (do_jump): If the expression being compared against zero...
Roger Sayle
1
-2
/
+20
2003-11-02
re PR rtl-optimization/10817 (gcc does not optimize result=0;if(t!=0)result=t...
Roger Sayle
1
-11
/
+27
2003-10-26
simplify-rtx.c (simplify_replace_rtx): Avoid allocating duplicate RTL nodes.
Roger Sayle
1
-47
/
+50
2003-10-11
re PR rtl-optimization/12260 (ICE in output_operand: invalid expression as op...
Roger Sayle
1
-1
/
+31
2003-10-05
c-pretty-print.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-10-03
PR optimization/9325, PR java/6391
Roger Sayle
1
-7
/
+87
2003-09-18
simplify-rtx.c (simplify_unary_operation): Only transform (not (eq X Y)) into...
Roger Sayle
1
-0
/
+1
2003-09-16
re PR bootstrap/12269 (Mainline failed to bootstrap on Linux/ia64)
Roger Sayle
1
-45
/
+52
2003-09-11
combine.c (combine_simplify_rtx): Move several NOT and NEG optimizations from...
Roger Sayle
1
-2
/
+106
2003-09-04
re PR rtl-optimization/11700 ([M68K] ICE in subreg_hard_regno)
Roger Sayle
1
-3
/
+5
2003-08-26
builtins.c (fold_builtin_bitop): New function to perform constant folding of ...
Roger Sayle
1
-11
/
+10
2003-08-22
builtin-attrs.def: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-08-19
c-common.c: Fix comment formatting.
Kazu Hirata
1
-6
/
+6
2003-08-17
simplify-rtx.c (associative_constant_p): New function to test whether an RTX ...
Roger Sayle
1
-6
/
+118
2003-08-12
simplify-rtx.c (simplify_binary_operation): Replace calls to gen_rtx_NEG and ...
Roger Sayle
1
-16
/
+13
2003-07-19
alias.c [...]: Remove unnecessary casts.
Kaveh R. Ghazi
1
-1
/
+1
2003-07-18
simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap commutative op...
Roger Sayle
1
-8
/
+2
2003-07-18
fold-const.c (const_binop): Avoid performing the FP operation at compile-time...
Roger Sayle
1
-2
/
+6
2003-07-16
simplify-rtx.c (simplify_replace_rtx): Convert constant comparisons to MODE_F...
Roger Sayle
1
-12
/
+46
2003-07-06
sbitmap.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-70
/
+34
2003-07-05
bt-load.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-07-03
re PR rtl-optimization/11381 (volatile memory access optimized away)
Eric Botcazou
1
-2
/
+4
2003-06-17
simplify-rtx.c (simplify_subreg): Do not over-extend vector constants.
Aldy Hernandez
1
-1
/
+5
2003-06-16
simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of GET_MODE_UNIT_...
Richard Henderson
1
-1
/
+1
2003-06-13
c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
Aldy Hernandez
1
-2
/
+1
2003-05-03
simplify-rtx.c (simplify_relational_operation): Add case for ! (fabs(x) < 0.0).
Geoffrey Keating
1
-1
/
+12
2003-04-05
* simplify-rtx.c: Fix formatting.
Kazu Hirata
1
-24
/
+24
2003-03-16
simplify-rtx (simplify_binary_operation): Don't abort for SS_PLUS, US_PLUS, S...
Richard Henderson
1
-0
/
+7
2003-02-26
combine.c (combine_simplify_rtx, [...]): Use CC0_P.
Roger Sayle
1
-5
/
+1
2003-02-14
simplify-rtx.c (simplify_binary_operation): Simplify ~y when (x - (x & y)) is...
Kazu Hirata
1
-4
/
+10
2003-02-09
simplify-rtx.c (simplify_unary_operation, [...]): Deal with vector modes
Jan Hubicka
1
-12
/
+184
2003-02-09
i386.md (ahi?v*3): Set third operand type to TImode.
Jan Hubicka
1
-1
/
+70
2003-02-05
defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
Richard Henderson
1
-4
/
+13
2003-02-03
hooks.c (hook_rtx_rtx_identity): Generic hook function that takes a single rt...
Roger Sayle
1
-3
/
+27
2003-02-01
[multiple changes]
Richard Henderson
1
-2
/
+75
2003-01-31
loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.
Jan Hubicka
1
-1
/
+1
2003-01-24
emit-rtl.c (reg_attrs_htab): New static variable.
Jan Hubicka
1
-1
/
+1
2003-01-23
re PR rtl-optimization/8423 (CSE1 not propagating __builtin_constant_p enough)
Roger Sayle
1
-2
/
+6
2002-12-24
regmove.c: Fix comment typos.
Kazu Hirata
1
-3
/
+3
[next]