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
/
simplify-rtx.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-04-05
re PR tree-optimization/70509 (wrong code with extract from a v64qi)
Marc Glisse
1
-1
/
+1
2016-03-02
re PR rtl-optimization/67145 (associativity from pseudo-reg ordering)
Richard Henderson
1
-2
/
+20
2016-01-21
Fix missed comment fix in last change.
Bernd Schmidt
1
-3
/
+3
2016-01-21
Fix PR66178, ICE due to misexpansion of constant expressions involving labels.
Bernd Schmidt
1
-2
/
+5
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-22
This series of patches fix PR61441.
Sujoy Saraswati
1
-7
/
+32
2015-12-20
This series of patches are for fixing PR61441.
Sujoy Saraswati
1
-1
/
+2
2015-11-16
simplify-rtx: Simplify sign_extend of lshiftrt to zero_extend (PR68330)
Segher Boessenkool
1
-0
/
+7
2015-11-11
simplify-rtx: Simplify trunc of and of shiftrt
Segher Boessenkool
1
-0
/
+28
2015-11-08
Merge of the scalar-storage-order branch.
Eric Botcazou
1
-3
/
+4
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-10
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-12
/
+10
2015-10-20
[simplify-rtx][2/2] Use constants from pool when simplifying binops
Kyrylo Tkachov
1
-1
/
+11
2015-10-05
Remove REAL_VALUE_FROM_CONST_DOUBLE
Richard Sandiford
1
-40
/
+28
2015-10-05
Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE
Richard Sandiford
1
-9
/
+9
2015-10-05
Remove remaining uses of REAL_ARITHMETIC
Richard Sandiford
1
-1
/
+1
2015-10-05
Replace REAL_VALUES_LESS with real_less
Richard Sandiford
1
-4
/
+4
2015-10-05
Replace REAL_VALUES_EQUAL with real_equal
Richard Sandiford
1
-8
/
+8
2015-08-18
re PR rtl-optimization/67218 (Combine incorrectly folds (double) (float) (uns...
Richard Sandiford
1
-10
/
+28
2015-08-17
arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (...
David Sherwood
1
-1
/
+1
2015-07-31
Use lowpart_subreg instead of simplify_gen_subreg
Anatoly Sokolov
1
-3
/
+12
2015-07-30
aarch64-simd.md (aarch64_ext<mode>): Replace call to GET_MODE_SIZE (GET_MODE_...
David Sherwood
1
-11
/
+11
2015-07-28
arm.c (neon_element_bits, [...]): Call GET_MODE_INNER unconditionally.
David Sherwood
1
-7
/
+3
2015-07-28
target-insns.def (can_extend, ptr_extend): New targetm instruction patterns.
Richard Sandiford
1
-4
/
+6
2015-07-20
[simplify-rtx][2/2] Simplify - (y ? -x : x) -> (!y ? -x : x)
Kyrylo Tkachov
1
-0
/
+26
2015-07-15
simplify-rtx.c (simplify_ternary_operation): Add simplification for (!c) != {...
Bill Schmidt
1
-0
/
+26
2015-07-13
[PATCH]Fix PR66556.
Renlin Li
1
-3
/
+4
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-09
always define WORD_REGISTER_OPERATIONS
Trevor Saunders
1
-3
/
+1
2015-07-08
target.def (rtx_costs): Remove "code" param, add "mode".
Alan Modra
1
-4
/
+4
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-5
/
+1
2015-06-23
rtlanal.c (commutative_operand_precedence): Correct comments.
Alan Modra
1
-41
/
+63
2015-06-22
Use std::swap instead of manual swaps.
Mikhail Maltsev
1
-4
/
+1
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-6
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-04-27
[simplify-rtx][trivial] Use std::swap instead of manually swapping
Kyrylo Tkachov
1
-12
/
+8
2015-04-22
remove more ifdef HAVE_cc0
Trevor Saunders
1
-3
/
+2
2015-04-16
[PATCH]Enable two UNSIGNED_FLOAT simplifications in simplify_unary_operation_1.
Renlin Li
1
-4
/
+4
2015-03-12
[simplify-rtx] PR 65235: Calculate element size correctly when simplifying (v...
Kyrylo Tkachov
1
-1
/
+15
2015-02-06
re PR rtl-optimization/64957 (wrong code at -O1, -O2 and -O3 on x86_64-linux-...
Jakub Jelinek
1
-2
/
+2
2015-02-04
Simplify XOR of (AND or IOR) of XOR.
Alexandre Oliva
1
-0
/
+33
2015-02-04
Avoid allocating memory when trying but failing to simplify XOR of AND.
Alexandre Oliva
1
-5
/
+24
2015-01-21
re PR debug/64511 (ICE at -O3 with -g enabled on x86_64-linux-gnu)
Jakub Jelinek
1
-2
/
+4
2015-01-16
Account for high/lo_sum simplification with displacements
Robert Suchanek
1
-3
/
+9
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-1
/
+10
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+10
[next]