aboutsummaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
AgeCommit message (Expand)AuthorFilesLines
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
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