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
2007-03-02
expr.h (promoted_input_arg): Remove decl.
Richard Henderson
1
-19
/
+28
2007-02-20
rtl.h (remove_reg_equal_equiv_notes): New prototype.
Steven Bosscher
1
-11
/
+1
2007-02-04
re PR middle-end/30667 (ICE in immed_double_const, at emit-rtl.c:468)
Uros Bizjak
1
-1
/
+3
2007-01-21
re PR rtl-optimization/29329 (internal consistency failure)
Eric Botcazou
1
-22
/
+30
2006-12-12
re PR rtl-optimization/27761 (combine miscompiles)
James E Wilson
1
-10
/
+17
2006-11-15
combine.c (likely_spilled_retval_1): Fix masking operation.
Rask Ingemann Lambertsen
1
-2
/
+3
2006-09-12
re PR rtl-optimization/28243 (internal consistency failure when building font...
Eric Botcazou
1
-6
/
+8
2006-09-10
re PR rtl-optimization/28636 (Miscompiled loop)
Eric Botcazou
1
-12
/
+15
2006-05-23
re PR middle-end/27736 (unwind-dw2-fde.c:833: fatal error: internal consisten...
Richard Sandiford
1
-1
/
+9
2006-05-22
re PR rtl-optimization/25514 (internal consistency failure)
Richard Sandiford
1
-36
/
+35
2006-05-18
Whitespace fixups
Mike Stump
1
-81
/
+80
2006-05-17
re PR rtl-optimization/27477 (The H8 port doesn't build)
Kazu Hirata
1
-1
/
+8
2006-05-14
re PR rtl-optimization/27538 (execute/20030128-1.c FAILs)
Roger Sayle
1
-8
/
+10
2006-04-26
re PR target/27282 (ICE in final_scan_insn, at final.c:2448 - could not split...
David Edelsohn
1
-3
/
+3
2006-03-14
* combine.c (UWIDE_SHIFT_LEFT_BY_BITS_PER_WORD): Remove.
Kazu Hirata
1
-6
/
+0
2006-03-09
combine.c (simplify_shift_const_1): Use gen_lowpart_or_truncate instead of ge...
Adam Nemet
1
-1
/
+1
2006-03-04
builtins.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2006-03-02
tree-vrp.c (execute_vrp): Return value.
Daniel Berlin
1
-1
/
+2
2006-02-28
rtl.h (truncated_to_mode): Declare it.
Paolo Bonzini
1
-0
/
+3
2006-02-25
combine.c (gen_lowpart_or_truncate): Call simplify_gen_unary(TRUNCATE, ...) i...
Adam Nemet
1
-1
/
+1
2006-02-24
re PR middle-end/24952 (ICE: RTL check: expected code 'set' or 'clobber', ha...
Roger Sayle
1
-1
/
+2
2006-02-21
re PR middle-end/26379 (ICE on vector shift RTL simplification)
Jakub Jelinek
1
-1
/
+2
2006-02-15
re PR middle-end/26300 (ICE in trunc_int_for_mode)
Jakub Jelinek
1
-0
/
+3
2006-01-31
tree-vrp.c: Use XNEW/XCNEW allocation wrappers.
Marcin Dalecki
1
-6
/
+6
2006-01-29
combine.c (simplify_comparison <AND>): Check TRULY_NOOP_TRUNCATION before sta...
Adam Nemet
1
-2
/
+15
2006-01-26
re PR rtl-optimization/25703 (ACATS cxa4024 failure)
Roger Sayle
1
-20
/
+18
2006-01-24
re PR rtl-optimization/25890 (testsuite failure: gcc.c-torture/compile/200512...
Paolo Bonzini
1
-5
/
+6
2006-01-19
combine.c (try_combine): Do not worry about MEMs wrapped by USEs.
Paolo Bonzini
1
-104
/
+50
2006-01-16
combine.c (record_value_for_reg): Invalidate registers if INSN is null.
Paolo Bonzini
1
-9
/
+15
2006-01-16
combine.c (combine_instructions): Make it static.
Kazu Hirata
1
-1
/
+1
2006-01-13
combine.c (struct reg_stat): Add new fields truncation_label and truncated_to...
Adam Nemet
1
-27
/
+134
2006-01-11
combine.c (struct undo): Remove is_int.
Ian Lance Taylor
1
-50
/
+108
2006-01-03
re PR rtl-optimization/25578 (gfortran version 4.2.0 20051227 - 144 new test...
Paolo Bonzini
1
-3
/
+3
2006-01-03
combine.c (reg_subword_p): New predicate to test whether the destination of a...
Roger Sayle
1
-50
/
+137
2006-01-03
combine.c (apply_distributive_law <SUBREG>): Check TRULY_NOOP_TRUNCATION.
Adam Nemet
1
-1
/
+6
2005-12-26
re PR middle-end/25568 (RTL checking bootstrap failure on i686-unknown-linux-...
Graham Stott
1
-0
/
+2
2005-12-23
combine.c (simplify_shift_const): Fix typo.
Paolo Bonzini
1
-143
/
+152
2005-12-20
combine.c (try_combine): Improve splitting of binary operators by taking adva...
Roger Sayle
1
-2
/
+65
2005-12-17
basic-block.h: Changed basic block numbering so that the entry block is 0 and...
Daniel Berlin
1
-1
/
+1
2005-12-16
combine.c (combine_simplify_rtx <case NOT, [...]): Move simplifications that ...
Paolo Bonzini
1
-553
/
+3
2005-12-15
combine.c: Remove force_to_mode's fourth parameter.
Paolo Bonzini
1
-49
/
+140
2005-12-02
re PR target/21017 (ppc 64bit target not using rlwinm)
Alan Modra
1
-6
/
+27
2005-11-30
combine.c (find_split_point): Sign extend bitmask when changing bitfield assi...
Dale Johannesen
1
-2
/
+4
2005-11-21
re PR rtl-optimization/24883 (fatal error: internal consistency failure build...
Ian Lance Taylor
1
-10
/
+19
2005-11-21
combine.c (try_combine): Do not run subst on i1src and i2src in the case of g...
Joseph Myers
1
-29
/
+35
2005-11-19
combine.c (make_compound_operation): Swap operands of commutative operation i...
Joseph Myers
1
-0
/
+10
2005-11-15
re PR rtl-optimization/22002 (internal consistency failure with -funroll-loops)
Alan Modra
1
-0
/
+20
2005-11-06
re PR target/22432 (Wrong code generation using MMX intrinsics on amd64)
Ian Lance Taylor
1
-8
/
+10
2005-10-12
combine.c (make_extraction): Correct offset computation.
Adrian Straetling
1
-2
/
+3
2005-10-11
re PR rtl-optimization/13931 (combiner much slower on big basic blocks)
Ian Lance Taylor
1
-18
/
+57
[next]