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
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
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-55
/
+11
2002-11-04
hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.
Aldy Hernandez
1
-7
/
+4
2002-10-29
re PR target/8322 (SSE2 intrinsics broken?)
Jan Hubicka
1
-1
/
+4
2002-10-14
re PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-...
Richard Henderson
1
-2
/
+15
2002-10-08
re PR target/8087 (sparc-sun-solaris2.7 C testsuite failures in execute/20020...
Roger Sayle
1
-0
/
+3
2002-09-27
LANGUAGES: Follow spelling conventions.
Kazu Hirata
1
-2
/
+2
2002-09-16
real.c (do_fix_trunc): New.
Richard Henderson
1
-4
/
+16
2002-09-16
real.c, real.h: Rewrite from scratch.
Richard Henderson
1
-3
/
+1
2002-09-15
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-08-02
simplify-rtx.c (simplify_binary_operation): x * 1 is allowed when not honorin...
Toon Moene
1
-6
/
+6
2002-08-02
df.c (df_insn_table_realloc): Change parameter to unsigned.
Kaveh R. Ghazi
1
-1
/
+1
2002-07-28
Makefile.in: rtlanal.o now depends upon real.h.
Roger Sayle
1
-1
/
+1
2002-07-25
simpify-rtx.c (simplify_subreg): Don't pass MODE_CC mode to int_mode_for_mode.
J"orn Rennecke
1
-1
/
+2
2002-07-23
reload.c (find_reloads_toplev): Use simplify_gen_subreg.
J"orn Rennecke
1
-3
/
+16
2002-07-23
simplify-rtx.x (simplify_subreg): When constructing a CONST_VECTOR from indiv...
J"orn Rennecke
1
-1
/
+8
2002-07-21
gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
Neil Booth
1
-17
/
+3
2002-07-20
simplify-rtx.c (simplify_relational_operation): Optimize abs(x) < 0.0 (and ab...
Roger Sayle
1
-0
/
+22
2002-07-12
simplify-rtx.c (simplify_subreg): Handle floating point CONST_DOUBLEs.
J"orn Rennecke
1
-0
/
+20
2002-07-04
simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...
J"orn Rennecke
1
-1
/
+18
2002-07-03
optabs.c (expand_vector_binop): Don't store using a SUBREG smaller than UNITS...
J"orn Rennecke
1
-9
/
+47
2002-06-18
simd-1.c: New.
Aldy Hernandez
1
-0
/
+18
2002-06-10
simplify-rtx.c (simplify_replace_rtx): Allow replacement of matching registers.
Roger Sayle
1
-6
/
+11
2002-06-07
simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form (ne (comp ...
Roger Sayle
1
-0
/
+21
2002-05-25
simplify-rtx.c (simplify_gen_relational): Simplify the RTX (cond (compare x y...
Roger Sayle
1
-0
/
+4
2002-05-09
sbitmap.c: Fix formatting.
Kazu Hirata
1
-23
/
+23
2002-04-30
cpplex.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2002-03-25
toplev.c: Don't include setjmp.h.
Zack Weinberg
1
-200
/
+59
2002-03-23
real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
Zack Weinberg
1
-3
/
+3
2002-03-19
emit-rtl.c (gen_int_mode): New function.
Lars Brinkhoff
1
-2
/
+2
2002-03-07
Add 2002 to the copyright dates.
Richard Sandiford
1
-1
/
+1
2002-03-07
defaults.h (MODE_HAS_NANS, [...]): New.
Richard Sandiford
1
-30
/
+33
2002-03-06
reload1.c (reload): Unshare all rtl after reload is done.
Ulrich Weigand
1
-9
/
+11
2002-03-03
emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...
Zack Weinberg
1
-79
/
+1
2002-02-21
emit-rtl.c (offset_address): Use simplify_gen_binary rather than gen_rtx_PLUS...
Richard Henderson
1
-23
/
+40
2002-02-20
combine.c (do_SUBST): Sanity check substitutions of CONST_INTs...
Alexandre Oliva
1
-4
/
+9
2002-01-11
mmintrin.h: New file.
Richard Henderson
1
-0
/
+9
2002-01-07
simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
Jakub Jelinek
1
-2
/
+8
[next]