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
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
1999-09-12
Replace insn_foo with insn_data.foo.
Richard Henderson
1
-25
/
+34
1999-09-09
combine.c (SUBST): Break out to a real function do_SUBST.
Richard Henderson
1
-47
/
+62
1999-09-06
Merge in gcc2-ss-010999
Jeff Law
1
-54
/
+127
1999-09-02
combine.c (simplify_rtx): Recognize another case of a synthesized sign extens...
Jeffrey A Law
1
-2
/
+4
1999-09-02
combine.c (simplify_shift_const): Remove extra semicolon.
Finn Hakansson
1
-1
/
+1
1999-08-27
Fix for 'Deadly optimization bug' (see egcs mailing list archive)
Bernd Schmidt
1
-0
/
+5
1999-08-25
combine.c (nonzero_bits): Allow single-ly set registers to be anywere in the ...
Gavin Romig-Koch
1
-11
/
+28
1999-08-25
Warning fixes:
Kaveh R. Ghazi
1
-7
/
+5
1999-08-20
rtl.h (rtx_format): Constify a char*.
Kaveh R. Ghazi
1
-9
/
+9
1999-08-17
* combine.c (distribute_notes): Handle REG_EH_RETHROW.
Andreas Schwab
1
-2
/
+3
1999-08-09
Include function.h in most files.
Bernd Schmidt
1
-0
/
+1
1999-08-02
Optimize duplicate zero_extend operations.
Jim Wilson
1
-2
/
+5
1999-07-22
explow.c (trunc_int_for_mode): New function.
Richard Henderson
1
-43
/
+6
1999-06-14
Patch from David Mosberger to fix 32 host cross 64 target bug.
David Mosberger
1
-1
/
+6
1999-03-25
combine.c (distribute_notes): Place REG_LABEL also where REG_EQUAL indicates.
Richard Henderson
1
-1
/
+24
1999-03-24
combine.c (force_to_mode, case PLUS): Use sign extended mask when masking the...
Donn Terry
1
-8
/
+9
1999-02-25
Flow rewrite to use basic block structures and edge lists.
Richard Henderson
1
-4
/
+6
1999-01-30
* combine.c (distribute_notes): Handle REG_EH_REGION notes.
Jeffrey A Law
1
-0
/
+11
1999-01-26
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
Jeffrey A Law
1
-2
/
+2
1999-01-19
rtl.h (rtx_def): Update documentation.
Mark Mitchell
1
-10
/
+5
1999-01-11
basic-block.h (basic_block_head): Rename to x_basic_block_head.
Richard Henderson
1
-8
/
+8
1999-01-06
Fix copyright.
Jeff Law
1
-1
/
+1
1999-01-06
combine.c (num_sign_bit_copies): In NEG...
Bernd Schmidt
1
-18
/
+28
1998-11-08
gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...
Kaveh R. Ghazi
1
-2
/
+2
1998-10-26
combine.c (subst): Process the inputs to a parallel asm_operands only once.
Richard Henderson
1
-83
/
+134
1998-10-25
Warning fixes:
Kaveh R. Ghazi
1
-1
/
+0
1998-10-19
combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg.
Bernd Schmidt
1
-44
/
+17
1998-10-14
combine.c (combine_instructions): When finished, call init_recog.
J"orn Rennecke
1
-0
/
+3
1998-10-14
Warning fixes:
Kaveh R. Ghazi
1
-15
/
+19
1998-10-05
combine.c (simplify_rtx): Do not replace TRUNCATE with a SUBREG if truncation...
Jeff Law
1
-3
/
+6
1998-10-04
combine.c (expand_field_assignment): Don't do bitwise operations on MODE_FLOA...
Richard Henderson
1
-0
/
+18
1998-09-19
combine.c (distribute_notes): If an insn is a cc0 user, only delete it if we ...
Richard Henderson
1
-2
/
+31
1998-09-15
combine.c (make_extraction): If no mode is specified for an operand of insv...
Jeffrey A Law
1
-12
/
+34
1998-08-26
system.h: Include stdarg.h/varargs.h...
Kaveh R. Ghazi
1
-9
/
+1
1998-08-18
combine.c (can_combine_p): Allow combining insns with REG_RETVAL notes.
Jeffrey A Law
1
-1
/
+12
1998-07-06
combine.c (expand_compound_operation): Fix thinko in code to optimize (zero_e...
Jeffrey A Law
1
-1
/
+1
1998-07-05
combine.c (simplify_comparison): Do not commute a AND into a paradoxical SUBR...
Jeffrey A Law
1
-0
/
+10
1998-07-01
* combine.c (simplify_comparison): Apply SUBREG_REG to SUBREGs.
Alasdair Baird
1
-2
/
+2
1998-06-29
* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for
Jeff Law
1
-21
/
+17
1998-06-24
optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).
John Carr
1
-2
/
+3
1998-06-19
alias.c: Include toplev.h
Graham Stott
1
-0
/
+1
[next]