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
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
2016-03-15
re PR rtl-optimization/70222 (Test miscompiled with -O1)
Jakub Jelinek
1
-2
/
+12
2016-02-11
combine: More distribute_notes trouble (PR69737)
Segher Boessenkool
1
-9
/
+7
2016-02-05
combine: distribute_notes again (PR69567, PR64682)
Segher Boessenkool
1
-7
/
+9
2016-01-31
re PR rtl-optimization/69535 (wrong code with -O -fno-tree-bit-ccp -fno-tree-...
Richard Henderson
1
-5
/
+19
2016-01-26
re PR target/69442 (wrong code with -Og and 64bit modulo @ armv7a)
Jakub Jelinek
1
-4
/
+11
2016-01-14
re PR target/68269 (FAIL: gcc.dg/pr68129_1.c (internal compiler error))
Jakub Jelinek
1
-0
/
+4
2016-01-05
[combine][v2] Canonicalise (r + r) to (r << 1) to aid recognition
Kyrylo Tkachov
1
-0
/
+7
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-22
[combine] Check WORD_REGISTER_OPERATIONS normally rather than through preproc...
Kyrylo Tkachov
1
-3
/
+2
2015-12-14
[combine] Don't create LSHIFTRT of zero bits in change_zero_ext
Kyrylo Tkachov
1
-1
/
+2
2015-11-26
[combine] Only restrict pure simplification in mult-extend subst case, allow ...
Kyrylo Tkachov
1
-8
/
+5
2015-11-24
combine: Handle aborts in is_parallel_of_n_reg_sets (PR68381)
Segher Boessenkool
1
-1
/
+2
2015-11-13
[combine] Don't transform sign and zero extends inside mults
Kyrylo Tkachov
1
-0
/
+27
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-9
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-13
/
+11
2015-10-23
re PR rtl-optimization/67736 (Wrong optimization with -fexpensive-optimizatio...
Steve Ellcey
1
-7
/
+4
2015-10-20
[PATCH] Move RTL printing code from sched-vis.c into print-rtl.c
Jeff Law
1
-0
/
+1
2015-08-19
remove more useless typedefs
Trevor Saunders
1
-2
/
+2
2015-08-08
re PR rtl-optimization/67028 (combine bug. Different assumptions about subreg...
Segher Boessenkool
1
-7
/
+12
2015-07-31
Use lowpart_subreg instead of simplify_gen_subreg
Anatoly Sokolov
1
-3
/
+1
2015-07-23
[combine][obvious] Use std::swap in try_combine
Kyrylo Tkachov
1
-3
/
+3
2015-07-20
[PATCH][combine][1/2] Try to simplify before substituting
Kyrylo Tkachov
1
-45
/
+45
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-1
/
+1
2015-07-10
bb-reorder.c: Don't include obstack.h if backend.h is included.
Andrew Macleod
1
-1
/
+0
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-09
always define WORD_REGISTER_OPERATIONS
Trevor Saunders
1
-10
/
+7
2015-07-09
reduce conditional compilation based on AUTO_INC_DEC
Trevor Saunders
1
-40
/
+33
2015-07-09
always define AUTO_INC_DEC
Trevor Saunders
1
-5
/
+5
2015-07-09
use #if for HARD_FRAME_POINTER_IS_FRAME_POINTER less
Trevor Saunders
1
-9
/
+6
2015-07-09
always define SHORT_IMMEDIATES_SIGN_EXTEND
Trevor Saunders
1
-11
/
+10
2015-07-09
remove #if for HAVE_cc0 in combine.c
Trevor Saunders
1
-35
/
+27
2015-07-09
reduce conditional compilation for LOAD_EXTEND_OP
Trevor Saunders
1
-4
/
+4
2015-07-08
target.def (rtx_costs): Remove "code" param, add "mode".
Alan Modra
1
-13
/
+14
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-10
/
+3
2015-07-02
re PR rtl-optimization/66706 (Redundant bitmask instruction on x >> (n & 32))
Segher Boessenkool
1
-0
/
+9
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-22
Use std::swap instead of manual swaps.
Mikhail Maltsev
1
-5
/
+1
[next]