aboutsummaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-19Fix an error in a CONST_INT_P patch from 2009.Bernd Schmidt1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-695/+268
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-4/+4
2013-12-10re PR rtl-optimization/58295 (Missed zero-extension elimination in the combiner)Eric Botcazou1-5/+10
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-21re PR rtl-optimization/55950 (Invalid sqrt constant propagation with -froundi...Joseph Myers1-6/+2
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-09-11simplify-rtx.c (simplify_unary_operation_1): Use simplify_gen_binary for (not...Richard Sandiford1-2/+4
2013-09-09gcc/Richard Sandiford1-10/+13
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse1-4/+3
2013-07-08re PR target/57819 (Suboptimal shift patterns)Jakub Jelinek1-0/+23
2013-07-08re PR rtl-optimization/57829 (Wrong constant folding)Jakub Jelinek1-0/+1
2013-05-31simplify-rtx.c (simplify_byte_swapping_operation): Use proper macro for const...Eric Botcazou1-3/+2
2013-05-24re PR tree-optimization/55177 (missed optimizations with __builtin_bswap)Eric Botcazou1-2/+64