aboutsummaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-07[simplify-rtx] Fix unused variable warning in simplify_cond_clz_ctz on some t...Kyrylo Tkachov1-3/+4
2016-06-06[3/3][RTL ifcvt] PR middle-end/37780: Conditional expression with __builtin_c...Kyrylo Tkachov1-0/+56
2016-04-13re PR debug/70628 (ICE in get_reg_rtx, at emit-rtl.c:1025)Jakub Jelinek1-2/+16
2016-04-05re PR tree-optimization/70509 (wrong code with extract from a v64qi)Marc Glisse1-1/+1
2016-03-02re PR rtl-optimization/67145 (associativity from pseudo-reg ordering)Richard Henderson1-2/+20
2016-01-21Fix missed comment fix in last change.Bernd Schmidt1-3/+3
2016-01-21Fix PR66178, ICE due to misexpansion of constant expressions involving labels.Bernd Schmidt1-2/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22This series of patches fix PR61441.Sujoy Saraswati1-7/+32
2015-12-20This series of patches are for fixing PR61441.Sujoy Saraswati1-1/+2
2015-11-16simplify-rtx: Simplify sign_extend of lshiftrt to zero_extend (PR68330)Segher Boessenkool1-0/+7
2015-11-11simplify-rtx: Simplify trunc of and of shiftrtSegher Boessenkool1-0/+28
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+4
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-12/+10
2015-10-20[simplify-rtx][2/2] Use constants from pool when simplifying binopsKyrylo Tkachov1-1/+11
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-40/+28
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-9/+9
2015-10-05Remove remaining uses of REAL_ARITHMETICRichard Sandiford1-1/+1
2015-10-05Replace REAL_VALUES_LESS with real_lessRichard Sandiford1-4/+4
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-8/+8
2015-08-18re PR rtl-optimization/67218 (Combine incorrectly folds (double) (float) (uns...Richard Sandiford1-10/+28
2015-08-17arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (...David Sherwood1-1/+1
2015-07-31Use lowpart_subreg instead of simplify_gen_subregAnatoly Sokolov1-3/+12
2015-07-30aarch64-simd.md (aarch64_ext<mode>): Replace call to GET_MODE_SIZE (GET_MODE_...David Sherwood1-11/+11
2015-07-28arm.c (neon_element_bits, [...]): Call GET_MODE_INNER unconditionally.David Sherwood1-7/+3
2015-07-28target-insns.def (can_extend, ptr_extend): New targetm instruction patterns.Richard Sandiford1-4/+6
2015-07-20[simplify-rtx][2/2] Simplify - (y ? -x : x) -> (!y ? -x : x)Kyrylo Tkachov1-0/+26
2015-07-15simplify-rtx.c (simplify_ternary_operation): Add simplification for (!c) != {...Bill Schmidt1-0/+26
2015-07-13[PATCH]Fix PR66556.Renlin Li1-3/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-3/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-5/+1
2015-06-23rtlanal.c (commutative_operand_precedence): Correct comments.Alan Modra1-41/+63
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-4/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-04-27[simplify-rtx][trivial] Use std::swap instead of manually swappingKyrylo Tkachov1-12/+8
2015-04-22remove more ifdef HAVE_cc0Trevor Saunders1-3/+2
2015-04-16[PATCH]Enable two UNSIGNED_FLOAT simplifications in simplify_unary_operation_1.Renlin Li1-4/+4
2015-03-12[simplify-rtx] PR 65235: Calculate element size correctly when simplifying (v...Kyrylo Tkachov1-1/+15
2015-02-06re PR rtl-optimization/64957 (wrong code at -O1, -O2 and -O3 on x86_64-linux-...Jakub Jelinek1-2/+2
2015-02-04Simplify XOR of (AND or IOR) of XOR.Alexandre Oliva1-0/+33
2015-02-04Avoid allocating memory when trying but failing to simplify XOR of AND.Alexandre Oliva1-5/+24
2015-01-21re PR debug/64511 (ICE at -O3 with -g enabled on x86_64-linux-gnu)Jakub Jelinek1-2/+4
2015-01-16Account for high/lo_sum simplification with displacementsRobert Suchanek1-3/+9
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10