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
2017-03-10
re PR middle-end/79909 (ICE error: invalid rtl sharing found in the insn on p...
Jakub Jelinek
1
-18
/
+17
2017-02-13
re PR rtl-optimization/79388 (wrong code with -O -fno-tree-coalesce-vars)
Jakub Jelinek
1
-0
/
+5
2017-01-27
re PR rtl-optimization/78559 (wrong code due to tree if-conversion?)
Bin Cheng
1
-1
/
+10
2017-01-23
re PR rtl-optimization/71724 (ICE: Segmentation fault, deep recursion between...
Bernd Schmidt
1
-3
/
+23
2017-01-14
Avoid PR72749 by not using unspecs
Alan Modra
1
-0
/
+1
2017-01-12
combine.c (try_combine): Don't ignore result of overlap checking loop.
Nathan Sidwell
1
-13
/
+15
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-19
combine: Omit redundant AND in change_zero_ext.
Dominik Vogt
1
-2
/
+7
2016-12-14
re PR debug/77844 (Compilation of simple C++ example exhaust memory)
Jakub Jelinek
1
-8
/
+17
2016-12-12
combine: Handle mode expanding zero_extracts in change_zero_ext.
Dominik Vogt
1
-3
/
+9
2016-12-05
Subject: [PATCH] Revert "Do not simplify "(and (reg) (const bit)" to
Segher Boessenkool
1
-12
/
+0
2016-12-02
Do not simplify "(and (reg) (const bit)" to if_then_else.
Dominik Vogt
1
-0
/
+12
2016-12-01
Fix rtl-optimization/78596 - combine.c:12561:14: runtime error: left shift of...
Markus Trippelsdorf
1
-1
/
+2
2016-12-01
combine: Emit a barrier after unconditional trap (PR78607)
Segher Boessenkool
1
-0
/
+2
2016-11-30
combine: Don't mess with subregs of floating point (PR78590)
Segher Boessenkool
1
-0
/
+1
2016-11-30
Fix PR78588 - rtlanal.c:5210:38: runtime error: shift exponent 4294967295 is ...
Markus Trippelsdorf
1
-1
/
+1
2016-11-29
combine: Tweak change_zero_ext
Segher Boessenkool
1
-1
/
+3
2016-11-29
combine: Make code after a new trap unreachable (PR78342)
Segher Boessenkool
1
-0
/
+20
2016-11-28
combine.c (simplify_if_then_else): Simplify IF_THEN_ELSE that isolates a sing...
Paolo Bonzini
1
-4
/
+12
2016-11-25
re PR rtl-optimization/78527 (ice on valid C code at -O3 in both 32-bit and 6...
Jakub Jelinek
1
-0
/
+2
2016-11-24
combine: Query can_change_dest_mode before changing dest mode
Segher Boessenkool
1
-1
/
+2
2016-11-23
combine: Convert subreg-of-lshiftrt to zero_extract properly (PR78390)
Segher Boessenkool
1
-1
/
+6
2016-11-18
Use rtx_mode_t instead of std::make_pair
Richard Sandiford
1
-2
/
+2
2016-11-17
re PR rtl-optimization/78378 (wrong code when combining shift + mult + zero_e...
Jakub Jelinek
1
-4
/
+4
2016-11-16
An alternative fix for PR70944
Richard Sandiford
1
-74
/
+87
2016-11-15
Add a load_extend_op wrapper
Richard Sandiford
1
-9
/
+6
2016-11-15
Fix simplify_shift_const_1 handling of vector shifts
Richard Sandiford
1
-54
/
+89
2016-11-15
re PR target/77881 (Non-optimal signed comparison on x86_64 since r146817)
Michael Matz
1
-0
/
+35
2016-11-11
re PR rtl-optimization/59461 (missed zero-extension elimination in the combiner)
Eric Botcazou
1
-9
/
+9
2016-11-10
combine: Do not call simplify from inside change_zero_ext (PR78232)
Segher Boessenkool
1
-9
/
+22
2016-11-07
re PR tree-optimization/77309 (wrong code at -Os and above on x86_64-linux-gn...
Bernd Schmidt
1
-6
/
+18
2016-11-04
defaults.h (LOAD_EXTEND_OP): Define if not already defined.
Eric Botcazou
1
-8
/
+4
2016-11-03
combine lhs zero_extract fix (PR78186)
Segher Boessenkool
1
-0
/
+3
2016-11-01
Mark fallthrough cases with gcc_fallthrough.
Fritz Reese
1
-0
/
+2
2016-10-28
combine: Improve change_zero_ext (fixes PR71847)
Segher Boessenkool
1
-4
/
+51
2016-10-21
make LABEL_REF_LABEL a rtx_insn *
Trevor Saunders
1
-2
/
+2
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
1
-0
/
+1
2016-09-27
combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.
Jakub Jelinek
1
-3
/
+3
2016-09-16
Add inline functions for various bitwise operations.
Jason Merrill
1
-12
/
+12
2016-09-16
re PR target/77526 (ICE: in verify_dominators, at dominance.c:1039 with -mstr...
Jakub Jelinek
1
-0
/
+2
2016-08-12
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
Marek Polacek
1
-7
/
+9
2016-07-29
re PR rtl-optimization/71976 (insn-combiner deletes a live 64-bit shift)
Segher Boessenkool
1
-0
/
+6
2016-07-28
Do not allow make_compound_operation for vector mode
Martin Liska
1
-0
/
+4
2016-07-20
cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
Uros Bizjak
1
-8
/
+8
2016-07-19
builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...
Uros Bizjak
1
-33
/
+33
2016-05-27
combine: Take known zero bits into account when checking extraction.
Dominik Vogt
1
-0
/
+28
2016-05-14
combine: Don't call extract_left_shift with count < 0 (PR67483)
Segher Boessenkool
1
-0
/
+1
2016-05-04
Combine simplify_set WORD_REGISTER_OPERATIONS
Alan Modra
1
-1
/
+1
2016-05-03
PR 70687: Use wide_int in combine.c:change_zero_ext
Richard Sandiford
1
-5
/
+3
2016-03-29
re PR rtl-optimization/70429 (Wrong code with -O1.)
Jakub Jelinek
1
-0
/
+5
[next]