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
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
2005-09-26
Check for valid use of subreg.
Fariborz Jahanian
1
-1
/
+1
2005-08-26
combine.c (make_extraction): Avoid reference outside object.
Ian Lance Taylor
1
-3
/
+5
2005-08-08
re PR rtl-optimization/23241 (Invalid code generated for comparison of uchar ...
Josh Conner
1
-1
/
+1
2005-08-03
combine.c (can_change_dest_mode): New function.
Paul Brook
1
-24
/
+38
2005-08-02
combine.c (combine_instructions): Don't use reg_equal/equiv results if the mo...
Richard Henderson
1
-3
/
+6
2005-07-22
re PR rtl-optimization/22258 (combine causes spill failure on return value re...
J"orn Rennecke
1
-0
/
+80
2005-07-19
bt-load.c (link_btr_uses): Fix uninitialised warnings.
Ben Elliston
1
-1
/
+1
2005-07-05
Makefile.in: Adjust dependencies.
Paolo Bonzini
1
-0
/
+49
2005-07-03
bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...
Joseph Myers
1
-2
/
+2
2005-06-25
Update FSF address.
Kelley Cook
1
-2
/
+2
2005-06-20
re PR target/22077 (vec_all_eq does not produce good result)
Fariborz Jahanian
1
-0
/
+5
2005-06-19
combine.c (make_compound_operation): Use simplify_subreg.
Andreas Krebbel
1
-31
/
+23
2005-06-16
basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...
Jan Hubicka
1
-9
/
+14
2005-06-07
sbitmap.h (sbitmap_iterator, [...]): New.
Kazu Hirata
1
-2
/
+4
2005-06-06
combine.c (try_combine): Use hard_regno_nregs array instead of HARD_REGNO_NRE...
Jakub Jelinek
1
-2
/
+2
2005-05-04
re PR rtl-optimization/21239 (Illegal elimination of SSE2 load/store using xm...
Jakub Jelinek
1
-1
/
+1
2005-04-22
builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.
Nathan Sidwell
1
-3
/
+2
2005-04-15
cfgrtl.c (purge_all_dead_edge): Remove an unused argument.
Kazu Hirata
1
-1
/
+1
2005-04-10
combine.c (combine_simplify_rtx): Remove a transformation that relies on an i...
Richard Sandiford
1
-41
/
+0
2005-04-05
combine.c (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Use gen_lowpart_for_combine.
Paolo Bonzini
1
-0
/
+4
2005-03-22
re PR rtl-optimization/20527 (Mishandling of postincrement causes bzip2 misco...
Hans-Peter Nilsson
1
-3
/
+7
2005-03-21
combine.c (combine_simplify_rtx, [...]): Adjust calls to reverse_comparison.
Paolo Bonzini
1
-58
/
+14
2005-03-19
combine.c (try_combine): When changing the mode of a hard reg, make sure that...
Bernd Schmidt
1
-3
/
+9
[next]