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
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-17
Split update_cfg_for_uncondjump out of combine
Richard Sandiford
1
-36
/
+0
2020-10-30
aarch64: Fix PR96998 and restore code quality in combine
Alex Coplan
1
-0
/
+18
2020-10-13
combine: Fix up simplify_shift_const_1 for nested ROTATEs [PR97386]
Jakub Jelinek
1
-2
/
+5
2020-08-27
vec: add exact argument for various grow functions.
Martin Liska
1
-2
/
+2
2020-07-16
combine: Use single_set for is_just_move
Segher Boessenkool
1
-5
/
+6
2020-05-08
csa: Fix --enable-checking=yes,df bootstrap failure in csa [PR94961]
Jakub Jelinek
1
-1
/
+1
2020-05-06
combine: Don't replace SET_SRC with REG_EQUAL note content if SET_SRC has sid...
Jakub Jelinek
1
-0
/
+1
2020-04-24
rtl combine should consider NaNs when generate fp min/max [PR94708]
Haijian Zhang
1
-1
/
+4
2020-04-07
combine: Fix split_i2i3 ICE [PR94291]
Jakub Jelinek
1
-19
/
+23
2020-02-25
combine: Fix find_split_point handling of constant store into ZERO_EXTRACT [P...
Jakub Jelinek
1
-3
/
+2
2020-01-30
combine: Punt on out of range rotate counts [PR93505]
Jakub Jelinek
1
-1
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-27
re PR rtl-optimization/92510 (ICE in native_encode_rtx, at simplify-rtx.c:6272)
Jakub Jelinek
1
-1
/
+3
2019-11-27
Allow autoinc in jumps, but only when using reload.
Bernd Schmidt
1
-2
/
+6
2019-11-24
Allow combiner to create autoinc in jump insns.
Bernd Schmidt
1
-6
/
+3
2019-11-24
Do not ignore costs of jump insns in combine.
Bernd Schmidt
1
-2
/
+1
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-12
Apply mechanical replacement (generated patch).
Martin Liska
1
-2
/
+2
2019-10-30
Remove cgraph_local_info structure.
Martin Liska
1
-1
/
+2
2019-10-11
Extend subst to simplify CONST_INT inside SIGN_EXTEND.
Jim Wilson
1
-0
/
+1
2019-10-01
Remove clobber_high
Richard Sandiford
1
-22
/
+1
2019-09-30
Remove global call sets: combine.c
Richard Sandiford
1
-1
/
+12
2019-09-09
Make note_stores take an rtx_insn
Richard Sandiford
1
-8
/
+7
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+1
2019-06-27
Remove quite obvious dead assignments.
Martin Liska
1
-1
/
+0
2019-05-10
combine: Don't generate IF_THEN_ELSE
Segher Boessenkool
1
-8
/
+0
2019-04-18
Fix two ubsan failures (PR85164)
Richard Sandiford
1
-1
/
+1
2019-04-15
combine: Count auto_inc properly (PR89794)
Segher Boessenkool
1
-18
/
+42
2019-02-15
re PR rtl-optimization/89354 (Combine pass yields wrong code with -O2 and -ms...
Jakub Jelinek
1
-0
/
+4
2019-02-05
re PR rtl-optimization/89195 (Corrupted stack offset after combine)
Jakub Jelinek
1
-0
/
+1
2019-02-01
combine: Use TDF_DETAILS for "can't combine" dump prints
Segher Boessenkool
1
-3
/
+3
2019-01-16
Fix ICE due to "combine" creating unreachable EH blocks (PR target/88861)
David Malcolm
1
-6
/
+11
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-21
re PR rtl-optimization/87727 (gcc.target/sparc/overflow-2.c FAILs)
Eric Botcazou
1
-1
/
+6
2018-12-18
combine.c (update_rsp_from_reg_equal): Only look for the nonzero bits of src ...
Jozef Lawrynowicz
1
-2
/
+7
2018-12-17
re PR rtl-optimization/88253 (Inlining of function incorrectly deletes volati...
Senthil Kumar Selvaraj
1
-2
/
+3
2018-12-01
re PR target/54589 (struct offset add should be folded into address calculation)
Jakub Jelinek
1
-6
/
+43
2018-11-20
re PR rtl-optimization/85925 (compilation of masking with 257 goes wrong in c...
Eric Botcazou
1
-0
/
+1
2018-11-11
combine: More make_more_copies
Segher Boessenkool
1
-5
/
+4
2018-11-05
combine: Don't make an intermediate reg for assigning to sfp (PR87871)
Segher Boessenkool
1
-0
/
+3
2018-10-29
combine: Fix various shortcomings in make_more_copies (PR87701, PR87780)
Segher Boessenkool
1
-10
/
+5
2018-10-25
combine: Don't do make_more_copies for dest PC (PR87720)
Segher Boessenkool
1
-0
/
+2
2018-10-22
combine: Do not combine moves from hard registers
Segher Boessenkool
1
-4
/
+46
2018-09-19
combine: Use correct mode in new comparison (PR86902)
Segher Boessenkool
1
-2
/
+2
2018-08-27
re PR rtl-optimization/87065 (combine causes ICE in trunc_int_for_mode)
Jakub Jelinek
1
-5
/
+6
2018-08-22
combine: Do another check before splitting a parallel (PR86771)
Segher Boessenkool
1
-2
/
+8
2018-08-06
Remaining support for clobber high
Alan Hayward
1
-5
/
+33
2018-07-30
combine: Allow combining two insns to two insns
Segher Boessenkool
1
-2
/
+20
[next]