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
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-2
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-6
/
+0
2015-06-06
Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2
Mikhail Maltsev
1
-1
/
+1
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-05-26
combine.c (find_split_point): Verify that the shift count is a constant when...
Jeff Law
1
-1
/
+2
2015-05-24
always define HAVE_lo_sum
Trevor Saunders
1
-7
/
+3
2015-05-22
combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into (plus (ashi...
Jeff Law
1
-0
/
+15
2015-05-22
remove #if HAVE_conditional_move
Trevor Saunders
1
-3
/
+2
2015-05-22
always define HAVE_conditional_move
Trevor Saunders
1
-1
/
+1
2015-05-22
don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...
Trevor Saunders
1
-11
/
+7
2015-05-21
combine.c (find_split_point): Handle ASHIFT like MULT to encourage multiply-a...
Jeff Law
1
-1
/
+3
2015-05-19
regs.h (END_HARD_REGNO): Delete.
Richard Sandiford
1
-4
/
+4
2015-05-19
rtl.h (REG_NREGS): New macro
Richard Sandiford
1
-7
/
+5
2015-05-13
combine.c (simplify_set): When generating a CC set...
Segher Boessenkool
1
-10
/
+6
2015-05-12
combine.c (recog_for_combine_1): New function, factored out from recog_for_co...
Segher Boessenkool
1
-13
/
+107
2015-05-12
combine.c (get_undo_marker): New function.
Segher Boessenkool
1
-4
/
+22
2015-05-12
combine.c i (set_nonzero_bits_and_sign_copies): Split code updating rsp->sign...
Thomas Preud'homme
1
-16
/
+46
2015-05-09
rtx_insn * in combine.c
Trevor Saunders
1
-1
/
+1
2015-05-07
rtl.h (always_void_p): New function.
Richard Sandiford
1
-19
/
+17
2015-05-07
combine.c (make_compound_operation): Remove checks for PLUS/MINUS rtx type.
Venkataramanan Kumar
1
-5
/
+2
2015-04-27
[combine][obvious] Use std::swap instead of manually swapping
Kyrylo Tkachov
1
-6
/
+8
2015-04-27
combine.c (sign_extend_short_imm): New.
Thomas Preud'homme
1
-28
/
+25
2015-04-22
re PR rtl-optimization/64818 (User specified register don't work correctly in...
Hale Wang
1
-0
/
+9
2015-04-22
remove more ifdefs for HAVE_cc0
Trevor Saunders
1
-33
/
+21
2015-04-22
make some HAVE_cc0 code always compiled
Trevor Saunders
1
-8
/
+2
2015-04-22
always define HAVE_cc0
Trevor Saunders
1
-18
/
+18
2015-04-22
remove more ifdef HAVE_cc0
Trevor Saunders
1
-6
/
+0
2015-04-09
re PR rtl-optimization/65693 (ICE in assign_by_spills, at lra-assigns.c:1419)
Segher Boessenkool
1
-1
/
+1
2015-04-09
re PR rtl-optimization/65693 (ICE in assign_by_spills, at lra-assigns.c:1419)
Segher Boessenkool
1
-10
/
+5
2015-03-14
re PR rtl-optimization/65401 (make_field_assignment broken for big-endian)
Jakub Jelinek
1
-12
/
+25
2015-02-03
re PR other/63504 (Issues found by --enable-checking=valgrind)
Jakub Jelinek
1
-5
/
+28
2015-01-29
* combine.c (try_combine): Fix typo in comment.
Jeff Law
1
-1
/
+1
2015-01-29
re PR target/15184 (Direct access to byte inside word not working with -march...
Jeff Law
1
-0
/
+64
2015-01-22
re PR rtl-optimization/64682 (wrong code at -O2 and -O3 on x86_64-linux-gnu)
Segher Boessenkool
1
-0
/
+5
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-3
/
+11
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+9
2015-01-06
combine.c (combine_validate_cost): Do not count the cost of a split I2 twice.
Segher Boessenkool
1
-2
/
+8
2015-01-05
rtlanal.c (refers_to_regno_p): Change return value from int to bool.
Oleg Endo
1
-3
/
+2
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-22
re PR rtl-optimization/62151 (wrong code at -O2 and -O3 on x86_64-linux-gnu)
Bin Cheng
1
-8
/
+35
2014-12-19
re PR target/64268 (bootstrap failure (ICE in wide_int_to_tree, at tree.c:143...
Segher Boessenkool
1
-0
/
+5
2014-12-14
Pass unpromoted argument to promote_function_mode
H.J. Lu
1
-2
/
+2
2014-12-11
combine.c (try_combine): Do not allow combining a PARALLEL I2 with a register...
Segher Boessenkool
1
-0
/
+7
2014-12-09
re PR bootstrap/64213 (gimple-match.c:1523:6: error: ‘GIMPLE’ was not dec...
Uros Bizjak
1
-2
/
+2
2014-12-05
* combine.c (is_parallel_of_n_reg_sets)
Andreas Schwab
1
-0
/
+2
2014-12-03
re PR rtl-optimization/52714 (ICE in fixup_reorder_chain, at cfglayout.c:880)
Segher Boessenkool
1
-3
/
+8
2014-12-02
re PR rtl-optimization/59278 (combine does not replace matched insn)
Segher Boessenkool
1
-0
/
+3
2014-12-01
* combine.c (try_combine): Use is_parallel_of_n_reg_sets some more.
Segher Boessenkool
1
-26
/
+16
2014-12-01
combine.c (is_parallel_of_n_reg_sets): New function.
Segher Boessenkool
1
-0
/
+78
2014-12-01
* combine.c (distribute_links): Handle multiple SETs.
Segher Boessenkool
1
-15
/
+37
[next]