aboutsummaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-06simplify-rtx.c (simplify_binary_operation_1): Handle more cases for the "(and...Segher Boessenkool1-2/+14
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR rtl-optimization/64316 (ICE in simplify_const_unary_operation after r21...Jakub Jelinek1-2/+4
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-1/+1
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-1/+1
2014-12-08simplify-rtx.c (simplify_relational_operation_1): Handle simplification ident...Sandra Loosemore1-0/+26
2014-11-24simplify-rtx.c (simplify_ternary_operation): Simplify vec_merge (vec_duplicat...Petr Murzin1-0/+16
2014-11-21re PR target/63910 (ICE: simplify_immed_subreg, at simplify-rtx.c:5519 with -...Jakub Jelinek1-2/+7
2014-11-19re PR rtl-optimization/63843 (wrong code generation at -O1 and higher)Jakub Jelinek1-37/+36
2014-11-05simplify-rtx.c (simplify_binary_operation_1): Div check added.Alex Velenko1-0/+38
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+2
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-79/+79
2014-10-25re PR rtl-optimization/63615 (FAIL: gcc.target/i386/addr-sel-1.c)Alan Modra1-1/+1
2014-10-20re PR debug/60655 (ICE: output_operand: invalid expression as operand)Alan Modra1-17/+22
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-09-07re PR rtl-optimization/62208 (ICE with -fwhole-program on valid code at -O3 o...Richard Sandiford1-4/+4
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-10/+11
2014-08-08calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG...Kugan Vivekanandarajah1-5/+4
2014-07-26re PR target/44551 ([missed optimization] AVX vextractf128 after vinsertf128)Marc Glisse1-0/+44
2014-07-02Only transform rotate to rotatert and v.v. if target has bothSegher Boessenkool1-0/+2
2014-05-20simplify-rtx.c (simplify_binary_operation_1): Optimize case of nested VEC_SEL...Bill Schmidt1-0/+25