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
2018-11-13
re PR rtl-optimization/87918 (ICE in simplify_binary_operation, at simplify-r...
Jakub Jelinek
1
-3
/
+13
2018-11-06
re PR middle-end/18041 (OR of two single-bit bitfields is inefficient)
Richard Biener
1
-0
/
+32
2018-10-18
Limit mask of vec_merge to HOST_BITS_PER_WIDE_INT
H.J. Lu
1
-0
/
+3
2018-10-18
Call simplify_gen_subreg to simplify subreg of vec_merge
H.J. Lu
1
-6
/
+7
2018-10-18
Simplify subreg of vec_merge of vec_duplicate
H.J. Lu
1
-1
/
+28
2018-09-28
Simplify vec_merge according to the mask.
Andrew Stubbs
1
-0
/
+136
2018-09-19
Remove constant vec_select restriction.
Andrew Stubbs
1
-2
/
+7
2018-07-07
tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.
Aldy Hernandez
1
-1
/
+1
2018-06-12
Use poly_int rtx accessors instead of hwi accessors
Richard Sandiford
1
-13
/
+7
2018-05-17
[patch AArch64] Do not perform a vector splat for vector initialisation if it...
James Greenhalgh
1
-0
/
+54
2018-04-25
re PR middle-end/85414 (ICE: in ix86_expand_prologue, at config/i386/i386.c:1...
Jakub Jelinek
1
-2
/
+2
2018-04-13
re PR rtl-optimization/85376 (wrong code with -Og -fno-dce -fgcse -fno-tree-c...
Jakub Jelinek
1
-2
/
+2
2018-03-21
re PR rtl-optimization/84989 (_mm512_broadcast_f32x4 triggers ICE in simplify...
Jakub Jelinek
1
-1
/
+3
2018-01-20
re PR target/83930 (ICE: RTL check: expected code 'const_int', have 'mem' in ...
Jakub Jelinek
1
-1
/
+2
2018-01-13
Extra subreg fold for variable-length CONST_VECTORs
Richard Sandiford
1
-11
/
+24
2018-01-08
PR target/83663 - Revert r255946
Vidya Praveen
1
-51
/
+0
2018-01-05
[PATCH PR82439][simplify-rtx] Simplify (x | y) == x -> (y & ~x) == 0
Sudakshina Das
1
-21
/
+25
2018-01-03
poly_int: GET_MODE_SIZE
Richard Sandiford
1
-21
/
+23
2018-01-03
poly_int: GET_MODE_NUNITS
Richard Sandiford
1
-57
/
+82
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-02
Make CONST_VECTOR_ELT handle implicitly-encoded elements
Richard Sandiford
1
-3
/
+3
2018-01-02
Use CONST_VECTOR_ELT instead of XVECEXP
Richard Sandiford
1
-2
/
+2
2017-12-28
Use valid_for_const_vector_p instead of CONSTANT_P
Richard Sandiford
1
-1
/
+2
2017-12-21
[patch AArch64] Do not perform a vector splat for vector initialisation if it...
James Greenhalgh
1
-0
/
+51
2017-12-21
re PR rtl-optimization/82973 (ICE in output_constant_pool_2, at varasm.c:3896...
Jakub Jelinek
1
-5
/
+5
2017-12-21
poly_int: get_inner_reference & co.
Richard Sandiford
1
-9
/
+5
2017-12-20
poly_int: SUBREG_BYTE
Richard Sandiford
1
-35
/
+42
2017-12-20
poly_int: MEM_OFFSET and MEM_SIZE
Richard Sandiford
1
-12
/
+6
2017-12-20
poly_int: rtx constants
Richard Sandiford
1
-5
/
+145
2017-12-20
Add a gen_int_shift_amount helper function
Richard Sandiford
1
-11
/
+18
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
1
-5
/
+5
2017-12-16
Revert accidental commit
Richard Sandiford
1
-18
/
+11
2017-12-16
Add a gen_int_shift_amount helper function
Richard Sandiford
1
-11
/
+18
2017-11-22
simplify-rtx.c (simplify_binary_operation_1): Handle the case where both argu...
Jakub Jelinek
1
-0
/
+5
2017-11-20
Fix comparison mode in simplify_ternary_operation
Tom de Vries
1
-2
/
+0
2017-11-08
[simplify-rtx] Simplify vec_merge of vec_duplicates into vec_concat
Kyrylo Tkachov
1
-0
/
+18
2017-11-08
vec_merge + vec_duplicate + vec_concat simplification
Kyrylo Tkachov
1
-0
/
+19
2017-11-08
Simplify vec_merge of vec_duplicate with const_vector
Kyrylo Tkachov
1
-0
/
+16
2017-11-01
Use (CONST_VECTOR|GET_MODE)_NUNITS in simplify-rtx.c
Richard Sandiford
1
-46
/
+15
2017-11-01
Add a fixed_size_mode class
Richard Sandiford
1
-5
/
+14
2017-11-01
Add a VEC_SERIES rtl code
Richard Sandiford
1
-1
/
+135
2017-11-01
Add more vec_duplicate simplifications
Richard Sandiford
1
-5
/
+196
2017-11-01
Add gen_(const_)vec_duplicate helpers
Richard Sandiford
1
-23
/
+11
2017-10-22
Make more use of GET_MODE_UNIT_PRECISION
Richard Sandiford
1
-22
/
+26
2017-10-22
Make more use of HWI_COMPUTABLE_MODE_P
Richard Sandiford
1
-4
/
+5
2017-10-13
Make more use of GET_MODE_UNIT_SIZE
Richard Sandiford
1
-4
/
+3
2017-10-03
simplify-rtx: Remove non-simplifying simplification (PR77729)
Segher Boessenkool
1
-25
/
+0
2017-09-19
Fix typo in simplify_binary_operation_1
Segher Boessenkool
1
-1
/
+1
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
[next]