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
/
combine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-04-11
re PR c/6223 (internal compiler error in Wine-20020310)
Jakub Jelinek
1
-1
/
+1
2002-04-03
combine.c (simplify_comparison): Avoid narrowing a comparison with a paradoxi...
Jeff Law
1
-23
/
+41
2002-03-30
re PR rtl-optimization/6086 (Reload misoptimizes DImode PREINC on PPC)
Jakub Jelinek
1
-0
/
+7
2002-03-29
combine.c (set_nonzero_bits_and_sign_copies): Don't call nonzero_bits if not ...
Jakub Jelinek
1
-7
/
+21
2002-03-28
re PR rtl-optimization/3311 (GCC-SH: gcc loses result of AND operation due to...
Jeff Law
1
-4
/
+13
2002-03-26
combine.c (simplify_comparison <ASHIFTRT, LSHIFTRT>): Correct test for overfl...
Alan Modra
1
-9
/
+12
2002-03-23
combine.c (simplify_comparison): When widening modes, ignore sign extension o...
Alan Modra
1
-4
/
+14
2002-03-19
emit-rtl.c (gen_int_mode): New function.
Lars Brinkhoff
1
-2
/
+2
2002-03-10
* combine.c (make_extraction): Fix error in last change.
Kaveh R. Ghazi
1
-1
/
+1
2002-03-09
* combine.c (make_extraction): Don't make extension of CONST_INT.
Richard Kenner
1
-0
/
+3
2002-03-08
cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been removed; fix...
Jan Hubicka
1
-5
/
+7
2002-03-07
defaults.h (MODE_HAS_NANS, [...]): New.
Richard Sandiford
1
-9
/
+12
2002-03-07
combine.c (simplify_comparison): If simplifying a logical shift right and com...
Richard Earnshaw
1
-0
/
+5
2002-02-28
rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition to take ptr_extend i...
Steve Ellcey
1
-2
/
+2
2002-02-20
combine.c (do_SUBST): Sanity check substitutions of CONST_INTs...
Alexandre Oliva
1
-1
/
+70
2002-02-19
i386.md ("mmx_uavgv8qi3"): Use const_vector.
Aldy Hernandez
1
-0
/
+1
2002-02-14
combine.c (known_cond): After replacing the REG of a SUBREG, try to simplify it.
Alexandre Oliva
1
-0
/
+19
2002-02-11
combine.c (try_combine): Apply substitutions in CALL_INSN_FUNCTION_USAGE too.
Alexandre Oliva
1
-0
/
+20
2002-02-04
combine.c (nonzero_bits): Re-introduce special case for sp/fp/ap wrt REGNO_PO...
Richard Henderson
1
-2
/
+7
2002-02-04
combine.c (force_to_mode): Remove STACK_BIAS code.
Richard Henderson
1
-73
/
+19
2002-02-04
combine.c (recog_for_combine): Create a dummy insn with PATTERN pat for recog.
Jakub Jelinek
1
-8
/
+9
2002-01-23
combine.c (simplify_and_const_int): Don't trunc_int_for_mode "nonzero" as tha...
Alan Modra
1
-11
/
+14
2002-01-21
combine.c (simplify_and_const_int): Properly sign-extend CONSTOP.
Franz Sirl
1
-0
/
+1
2002-01-18
bitmap.h: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2002-01-14
combine.c (simplify_shift_const): Always generate new rtx for shift expressio...
Hartmut Penner
1
-7
/
+1
2002-01-11
re PR other/5299 (then -> than fixes)
Craig Rodrigues
1
-1
/
+1
2002-01-10
* combine.c (expand_field_assignment): Use subreg_lsb().
Kazu Hirata
1
-3
/
+1
2002-01-10
* combine.c (can_combine_p): Fix a comment typo.
Kazu Hirata
1
-1
/
+1
2002-01-08
* combine.c (combine_instructions): Fix typo.
Graham Stott
1
-1
/
+1
2002-01-07
combine.c (combine_instructions): Replace XEXP (links, 0) with link.
Graham Stott
1
-1
/
+1
2002-01-05
* combine.c: Fix formatting.
Kazu Hirata
1
-35
/
+35
2002-01-03
builtins.c: Fix formatting.
Kazu Hirata
1
-6
/
+6
2001-12-28
combine.c (try_combine): Mask off sign bits when combining stores to the low ...
Geoffrey Keating
1
-1
/
+2
2001-12-21
combine.c (nonzero_bits): If using reg_nonzero_bits, we don't know anything a...
Jakub Jelinek
1
-2
/
+10
2001-12-20
combine.c (distribute_notes): Avoid adding REG_LABEL notes to JUMP_INSNs with...
Jakub Jelinek
1
-0
/
+19
2001-12-14
combine.c (record_dead_and_set_regs): Use regs_invalidated_by_call.
Zack Weinberg
1
-1
/
+8
2001-12-11
combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C) if C has only...
Richard Henderson
1
-0
/
+17
2001-12-12
combine.c (combine_simplify_rtx): Can't simplify cases that use mode class MO...
Alan Matsuoka
1
-0
/
+2
2001-12-11
combine.c (simplify_shift_const): Move SHIFT_COUNT_TRUNCATED simplification a...
Richard Henderson
1
-14
/
+13
2001-12-10
combine.c (known_cond): Check mode of each operand to determine if COND is co...
Jeffrey A Law
1
-1
/
+7
2001-11-11
ChangeLog.2, [...]: Fix spelling errors.
Joseph Myers
1
-8
/
+8
2001-10-30
combine.c (num_sign_bit_copies): Avoid signed/unsigned warnings.
Kaveh R. Ghazi
1
-2
/
+2
2001-10-11
rtl.h (REG_VTABLE_REF): New.
Richard Henderson
1
-0
/
+6
2001-10-10
* combine.c (try_combine): Handle a SEQUENCE of one insn.
Richard Henderson
1
-0
/
+6
2001-10-11
alias.c: Remove uses of "register" specifier in declarations of arguments and...
Stan Shebs
1
-34
/
+34
2001-10-10
calls.c: Fix formatting.
Kazu Hirata
1
-1
/
+1
2001-09-16
basic-block.h (free_bb_for_insn): Declare.
Jan Hubicka
1
-1
/
+0
2001-09-11
combine.c (simplify_shift_const): Treat shifts by the mode size as undefined.
Richard Sandiford
1
-1
/
+1
2001-08-27
combine.c (combine_simplify_rtx): Don't reverse condition if there is no reve...
Richard Henderson
1
-1
/
+4
2001-08-22
Makefile.in, [...]: replace "GNU CC" with "GCC".
Lars Brinkhoff
1
-12
/
+12
[next]