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
/
simplify-rtx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
Add subreg_memory_offset helper functions
Richard Sandiford
1
-50
/
+14
2017-08-30
Add a partial_subreg_p predicate
Richard Sandiford
1
-5
/
+2
2017-08-30
[66/77] Use scalar_mode for constant integers
Richard Sandiford
1
-1
/
+1
2017-08-30
[64/77] Add a scalar_mode class
Richard Sandiford
1
-1
/
+1
2017-08-30
[55/77] Use scalar_int_mode in simplify_const_unary_operation
Richard Sandiford
1
-16
/
+19
2017-08-30
[35/77] Add uses of as_a <scalar_int_mode>
Richard Sandiford
1
-18
/
+21
2017-08-30
[28/77] Use is_a <scalar_int_mode> for miscellaneous types of test
Richard Sandiford
1
-26
/
+31
2017-08-30
[26/77] Use is_a <scalar_int_mode> in subreg/extract simplifications
Richard Sandiford
1
-19
/
+19
2017-08-30
[25/77] Use is_a <scalar_int_mode> for bitmask optimisations
Richard Sandiford
1
-8
/
+14
2017-08-30
[23/77] Replace != VOIDmode checks with is_a <scalar_int_mode>
Richard Sandiford
1
-7
/
+7
2017-08-30
[22/77] Replace !VECTOR_MODE_P with is_a <scalar_int_mode>
Richard Sandiford
1
-11
/
+8
2017-08-30
[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>
Richard Sandiford
1
-65
/
+70
2017-08-30
[20/77] Replace MODE_INT checks with is_int_mode
Richard Sandiford
1
-14
/
+19
2017-08-30
[17/77] Add an int_mode_for_size helper function
Richard Sandiford
1
-8
/
+6
2017-08-30
[7/77] Add scalar_float_mode
Richard Sandiford
1
-2
/
+4
2017-08-22
Make more use of paradoxical_subreg_p
Richard Sandiford
1
-3
/
+3
2017-07-19
simplify-rtx: The truncation of an IOR can have all bits set (PR81423)
Segher Boessenkool
1
-0
/
+9
2017-07-05
Remove enum before machine_mode
Richard Sandiford
1
-1
/
+1
2017-06-14
simplify-rtx.c (simplify_binary_operation_1): Do not simplify a division of 0...
Eric Botcazou
1
-1
/
+2
2017-05-06
PR 75964: Invalid integer ABS handling in simplify-rtx.c
Richard Sandiford
1
-24
/
+4
2017-05-02
simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
Tamar Christina
1
-5
/
+7
2017-05-02
common.opt (fstrict-overflow): Alias negative to fwrapv.
Richard Biener
1
-2
/
+2
2017-04-11
re PR middle-end/80100 (simplify-rtx.c sanitizer detects undefined behaviour ...
Jakub Jelinek
1
-2
/
+2
2017-04-11
re PR rtl-optimization/80385 (Segfault in commutative_operand_precedence() rt...
Jakub Jelinek
1
-2
/
+4
2017-04-04
simplify-rtx: Fix compare of comparisons (PR60818)
Segher Boessenkool
1
-3
/
+3
2017-03-21
Fix another profiledbootstrap warning (PR libfortran/79956).
Martin Liska
1
-1
/
+1
2017-02-21
re PR tree-optimization/61441 (ARM aarch64 fails to quiet signaling NaN)
Jakub Jelinek
1
-8
/
+11
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-03
simplify-rtx: Fix the last fix (PR78638)
Segher Boessenkool
1
-1
/
+1
2016-11-30
simplify-rtx: Add missing line for previous commit (PR78583)
Segher Boessenkool
1
-0
/
+1
2016-11-29
simplify-rtx: Handle truncate of extract
Segher Boessenkool
1
-0
/
+30
2016-11-28
re PR rtl-optimization/78546 (wrong code at -O2 and above)
Jakub Jelinek
1
-6
/
+14
2016-11-25
re PR rtl-optimization/78526 (ICE: in decompose, at rtl.h:2117 with -g -mavx5...
Jakub Jelinek
1
-1
/
+2
2016-11-18
Use rtx_mode_t instead of std::make_pair
Richard Sandiford
1
-13
/
+13
2016-11-10
simplify-rtx: Transform (xor (and (xor A B) C) B) with C const
Segher Boessenkool
1
-0
/
+31
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
1
-0
/
+1
2016-10-09
tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...
Jakub Jelinek
1
-1
/
+1
2016-10-07
[simplify-rtx] Zero-initialise local array in simplify_immed_subreg
Kyrylo Tkachov
1
-3
/
+1
2016-09-22
make next/prev _nonnote_insn take rtx_insn *
Trevor Saunders
1
-4
/
+4
2016-09-19
[simplify-rtx] (GTU (PLUS a C) (C - 1)) --> (LTU a -C)
Kyrylo Tkachov
1
-0
/
+13
2016-08-30
re PR middle-end/77377 (c-c++-common/pr59037.c ICEs with -fpic -msse on i686)
Jakub Jelinek
1
-4
/
+3
2016-08-12
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
Marek Polacek
1
-1
/
+1
2016-07-26
re PR rtl-optimization/71984 (wrong code with -O -mavx512cd)
Richard Biener
1
-2
/
+5
2016-07-20
hwint.h (HOST_WIDE_INT_0): New define.
Uros Bizjak
1
-1
/
+1
2016-07-19
builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...
Uros Bizjak
1
-12
/
+12
2016-07-11
Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
Bernd Edlinger
1
-1
/
+1
2016-06-29
re PR tree-optimization/68961 (Test case gcc.target/powerpc/pr60203.c fails s...
Richard Biener
1
-5
/
+9
2016-06-07
[simplify-rtx] Fix unused variable warning in simplify_cond_clz_ctz on some t...
Kyrylo Tkachov
1
-3
/
+4
2016-06-06
[3/3][RTL ifcvt] PR middle-end/37780: Conditional expression with __builtin_c...
Kyrylo Tkachov
1
-0
/
+56
2016-04-13
re PR debug/70628 (ICE in get_reg_rtx, at emit-rtl.c:1025)
Jakub Jelinek
1
-2
/
+16
[next]