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
/
combine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-05-04
rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.
Richard Kenner
1
-5
/
+2
2000-04-25
combine.c (combine_instructions): Add missing argument to try_combine.
Richard Henderson
1
-1
/
+2
2000-04-25
Do not try to combine a sequence of insns when the second insn has been
Nick Clifton
1
-6
/
+15
2000-04-24
combine.c (try_combine): Update reg_nonzero_bits of newi2pat before newpat.
Hiroyuki Machida
1
-3
/
+3
2000-04-14
Fix ia64 gdb miscompilation reported by Kevin Buettner.
Jim Wilson
1
-0
/
+7
2000-04-05
md.texi (Standard Names): Clarify when movX is needed.
Hans-Peter Nilsson
1
-7
/
+4
2000-03-29
Convert ACCUMULATE_OUTGOING_ARGS to an expression.
Jan Hubicka
1
-2
/
+16
2000-03-25
* Rework fields used to describe positions of bitfields and
Richard Kenner
1
-141
/
+178
2000-02-25
Copyright fixes
Jeff Law
1
-1
/
+2
2000-02-25
toplev.c (rest_of_compilation): Rebuild jump labels if combine_instructions h...
Anthony Green
1
-18
/
+43
2000-02-13
* combine.c (simplify_comparison): Fix typo.
Jeffrey A Law
1
-1
/
+1
2000-02-10
combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...
Richard Kenner
1
-6
/
+10
2000-02-06
Makefile.in (c-common.o): Depend on $(EXPR_H).
Kaveh R. Ghazi
1
-0
/
+1
2000-01-31
combine.c (try_combine): Trying to check the missed case 3->2 combining (comb...
Chandra Chavva
1
-0
/
+12
2000-01-24
rtl.def: Add unordered fp comparisions.
Richard Henderson
1
-5
/
+12
2000-01-17
combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
Richard Henderson
1
-3
/
+7
2000-01-14
cccp.c: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-68
/
+68
2000-01-13
combine.c (if_then_else_cond): Be careful about what kinds of RTL expressions...
Jeffrey A Law
1
-1
/
+4
2000-01-10
combine.c (expand_field_assignment): Do not discard SUBREGs while computing n...
Alexandre Oliva
1
-0
/
+2
2000-01-04
Update copyright
Jeff Law
1
-1
/
+1
2000-01-03
combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to SIGN_EXT...
Jan Hubicka
1
-28
/
+64
1999-12-16
combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0) to (OP A B).
Richard Henderson
1
-0
/
+8
1999-12-14
Avoid making shared rtl.
Bernd Schmidt
1
-7
/
+13
1999-12-13
combine.c (combine_simplify_rtx): Fix order of checks for (ashiftrt foo C) ->...
Jeffrey A Law
1
-1
/
+1
1999-12-12
combine.c (record_promoted_value): Remove unused variable `links2'.
Kaveh R. Ghazi
1
-1
/
+1
1999-12-09
combine.c (try_combine, [...]): Remove REG_N_REFS updating code.
Jan Hubicka
1
-20
/
+0
1999-12-06
combine.c (check_promoted_subreg): Do not conditionalize this upon PROMOTE_FU...
David S. Miller
1
-6
/
+0
1999-12-06
Fix ia64 execute/930630-1.c miscompilation.
Jim Wilson
1
-5
/
+6
1999-12-06
combine.c (check_promoted_subreg, [...]): New functions.
Jakub Jelinek
1
-0
/
+93
1999-12-02
combine.c (try_combine): Before fixing up LOG_LINKS for the i3_subst_into_i2 ...
J"orn Rennecke
1
-13
/
+16
1999-12-01
combine.c (if_then_else_cond): Use const_true_rtx instead of const1_rtx for r...
Jeffrey A Law
1
-2
/
+2
1999-11-30
combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
Franz Sirl
1
-1
/
+3
1999-11-28
combine.c (setup_incoming_promotions): Pass an outgoing regno to FUNCTION_ARG...
Jakub Jelinek
1
-1
/
+7
1999-11-27
combine.c (try_combine): Add code to try to merge a set of a two-word pseudo ...
Richard Kenner
1
-0
/
+46
1999-11-22
combine.c (combine_simplify_rtx): When handling a SUBREG, take SUBREG_WORD in...
J"orn Rennecke
1
-1
/
+12
1999-11-04
bitmap.h (BITMAP_XFREE): New.
Richard Henderson
1
-3
/
+30
1999-11-01
* combine.c (combine_instructions): Use xmalloc instead of alloca.
Mark Mitchell
1
-17
/
+28
1999-10-31
[multiple changes]
Richard Kenner
1
-7
/
+103
1999-10-31
combine.c (combine_simplify_rtx): Renamed from simplify_rtx.
Jeffrey A Law
1
-3
/
+3
1999-10-27
rtl.h (note_stores): Add additional paramter.
Mark Mitchell
1
-17
/
+21
1999-10-20
basic-block.h (PROP_*): Move constants from ...
Richard Henderson
1
-1
/
+5
1999-10-18
combine.c (get_last_value): If the last set of a register is after subst_low_...
Jeffrey A Law
1
-54
/
+2
1999-10-14
fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case, falltrought ...
Jan Hubicka
1
-14
/
+9
1999-10-14
combine.c (simplify_logical): Recognize xor pattern that encodes rotation.
Marc Espie
1
-0
/
+15
1999-10-10
combine.c (refresh_blocks, [...]): New.
Richard Henderson
1
-19
/
+18
1999-10-09
Makefile.in (flow.o): Depend on TREE_H.
Richard Henderson
1
-46
/
+68
1999-09-26
combine.c (gen_rtx_combine): Add missing call to va_end().
Kaveh R. Ghazi
1
-0
/
+2
1999-09-24
Cope with down shifting a 32 bit constant on a 64 bit host.
Nick Clifton
1
-2
/
+2
1999-09-23
Use unsigned shift instead of signed shift.
Nick Clifton
1
-2
/
+6
1999-09-20
Make it possible to prototype port-specific functions (and convert i386 to us...
Bernd Schmidt
1
-0
/
+1
[next]