aboutsummaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-14expmed.c (expand_shift_1): Canonicalize rotates by constant bitsize / 2 to bi...Jakub Jelinek1-0/+12
2013-04-03simplify-rtx.c (simplify_binary_operation_1): Handle VEC_MERGE.Marc Glisse1-14/+80
2013-03-21simplify-rtx.c (simplify_binary_operation_1): Restrict the transformation to ...Marc Glisse1-2/+5
2013-03-05re PR rtl-optimization/56494 (ICE in simplify_truncation, at simplify-rtx.c:619)Jakub Jelinek1-2/+11
2013-02-11re PR rtl-optimization/56275 (ICE in simplify_subreg, at simplify-rtx.c:5261 ...Uros Bizjak1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-18re PR rtl-optimization/55717 (ICE in form_sum, at reload.c:5400)Jakub Jelinek1-14/+51
2012-11-28re PR tree-optimization/55052 (vect-widening tests are failing and giving wro...Richard Sandiford1-1/+1
2012-11-19re PR middle-end/55359 (ICE in simplify_subreg accessing an unaligned subvector)Richard Sandiford1-2/+5
2012-11-09rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck1-25/+23