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
2004-04-29
Complete last checkin:
Paolo Bonzini
1
-199
/
+225
2004-04-29
combine.c (combine_simplify_rtx): Adjust call to use simplify_relational_oper...
Paolo Bonzini
1
-237
/
+214
2004-03-16
combine.c (combine_simplify_rtx): Remove the "last" parameter and its documen...
Paolo Bonzini
1
-16
/
+16
2004-03-12
combine.c (unmentioned_reg_p): New function to check whether an expression is...
Roger Sayle
1
-0
/
+54
2004-03-11
combine.c (if_then_else_cond): Check for NULL return value of simplify_gen_su...
Ulrich Weigand
1
-5
/
+9
2004-03-11
c-typeck.c, [...]: Fix comment typos and formatting.
Kazu Hirata
1
-1
/
+1
2004-03-09
simplify-rtx.c (simplify_const_relational_operation): New function renamed fr...
Roger Sayle
1
-13
/
+4
2004-03-03
alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...
Paolo Bonzini
1
-135
/
+104
2004-03-01
combine.c (try_combine): Do not refer to is_replaced.
Paolo Bonzini
1
-4
/
+2
2004-02-27
darwin.c (machopic_output_possible_stub_label): Remove.
Dale Johannesen
1
-15
/
+5
2004-02-27
c-decl.c, [...]: Fix comment typos and formatting.
Kazu Hirata
1
-1
/
+1
2004-02-21
combine.c (SHIFT_COUNT_TRUNCATED): Remove.
Kazu Hirata
1
-4
/
+0
2004-02-21
combine.c (can_combine_p): Don't ignore SETs marked with REG_EH_REGION notes.
Alan Modra
1
-4
/
+17
2004-02-21
alias.c (OUTGOING_REGNO): Don't define the default.
Kazu Hirata
1
-3
/
+0
2004-02-18
re PR rtl-optimization/14119 (libjava Array_3 test fails at -O1)
Alan Modra
1
-30
/
+36
2004-02-17
combine.c (simplify_if_then_else): Do not replace (if_then_else (ne reg 0) (0...
Ulrich Weigand
1
-0
/
+1
2004-02-03
combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx.
Kazu Hirata
1
-2
/
+2
2004-02-02
alias.c (record_set): Use hard_regno_nregs.
Jan Hubicka
1
-21
/
+21
2004-01-31
combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore ...
Paolo Bonzini
1
-83
/
+83
2004-01-30
combine.c (simplify_shift_const, case XOR): Be careful when commuting XOR wit...
Richard Kenner
1
-10
/
+19
2004-01-25
* combine.c (recog_for_combine): Avoid allocating unnecesary RTX.
Jan Hubicka
1
-9
/
+10
2004-01-25
c-common.h: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2004-01-23
combine.c (SHIFT_COUNT_TRUNCATED): Provide default value.
Richard Henderson
1
-7
/
+8
2004-01-21
alias.c, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
2004-01-12
re PR rtl-optimization/12508 (weak optimization for some constants < 2^16)
Kazu Hirata
1
-34
/
+43
2004-01-12
combine.c (combine_simplify_rtx): Don't pass VOIDmode to simplify_unary_opera...
Richard Sandiford
1
-0
/
+2
2003-12-16
re PR rtl-optimization/13313 (Wrong code generated)
Eric Botcazou
1
-3
/
+4
2003-12-11
basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.
Steven Bosscher
1
-9
/
+9
2003-11-19
* combine.c (sets_function_arg_p): Delete unused function.
James E Wilson
1
-40
/
+0
2003-11-13
combine.c (distribute_notes): When re-distributing the notes from an insn we ...
Richard Earnshaw
1
-5
/
+7
2003-10-17
combine.c (simplify_set): Do not clear out undobuf.other_insn already set els...
Ulrich Weigand
1
-4
/
+4
2003-10-13
Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...
Zack Weinberg
1
-6
/
+6
2003-10-11
combine.c (apply_distributive_law): Enable "distributive" floating point opti...
Roger Sayle
1
-6
/
+7
2003-10-10
* combine.c (distribute_links): Properly test for REG being set.
Richard Kenner
1
-0
/
+2
2003-10-06
re PR rtl-optimization/11637 (g++ invalid assembly with -fnon-call-exceptions)
Eric Botcazou
1
-11
/
+39
2003-10-02
combine.c (make_field_assignment): Check whether rtx's code is CONST_INT befo...
Josef Zlomek
1
-0
/
+1
2003-09-26
* combine.c (if_then_else_cond): Tighten mode check.
Richard Sandiford
1
-1
/
+1
2003-09-14
combine.c (simplify_comparison): Convert (ne (and (lshiftrt (xor X CST) Y) 1)...
Kazu Hirata
1
-11
/
+22
2003-09-11
combine.c (combine_simplify_rtx): Move several NOT and NEG optimizations from...
Roger Sayle
1
-96
/
+0
2003-09-11
combine.c (force_to_mode): Set fuller_mask based only on mask, not op_mode.
Ian Lance Taylor
1
-7
/
+5
2003-09-07
combine.c (combine_simplify_rtx): Don't convert -(A*B) into (-A)*B if we care...
Roger Sayle
1
-2
/
+4
2003-09-03
targhooks.c: New file.
DJ Delorie
1
-15
/
+18
2003-08-25
combine.c (simplify_comparison): Re-enable widening of comparisons with non-p...
Ulrich Weigand
1
-5
/
+7
2003-08-25
combine.c (distribute_notes): Handle REG_ALWAYS_RETURN.
Ulrich Weigand
1
-0
/
+1
2003-08-25
* combine.c (combine_simplify_rtx): Fix RTL sharing bug.
Ulrich Weigand
1
-3
/
+5
2003-08-23
* combine.c (apply_distributive_law): Correct comment.
Roger Sayle
1
-1
/
+1
2003-08-22
c-decl.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-07-31
combine.c (try_combine): Set JUMP_LABEL for newly created unconditional jump.
Zdenek Dvorak
1
-0
/
+1
2003-07-30
combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
Zdenek Dvorak
1
-0
/
+4
2003-07-22
alias.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
[next]