aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-30fold-const.c (fold_single_bit_test): Fix overflow test.Richard Biener1-3/+3
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse1-15/+13
2013-07-06re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-ex...Jakub Jelinek1-0/+2
2013-06-13fold-const.c (negate_expr_p): Handle VECTOR_CST.Marc Glisse1-11/+41
2013-06-13fold-const.c (operand_equal_p): Consider NOP_EXPR and CONVERT_EXPR as equal n...Bin Cheng1-3/+7
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-0/+4
2013-05-27revert: re PR rtl-optimization/57381 (array of volatile pointers hangs gcc)Richard Biener1-2/+2
2013-05-23re PR rtl-optimization/57381 (array of volatile pointers hangs gcc)Richard Biener1-2/+2
2013-05-17re PR tree-optimization/57051 (Optimization regression in 4.8.0 from 4.7.2)Jakub Jelinek1-1/+5
2013-05-16re PR middle-end/57286 (infinite recursion in fold-const.c:10037)Marc Glisse1-0/+6
2013-05-14fold-const.c (fold_negate_expr): Handle vectors.Marc Glisse1-51/+72
2013-05-14re PR bootstrap/57266 (comparison between signed and unsigned integer express...Marc Glisse1-4/+4
2013-05-13tree-vect-generic.c (uniform_vector_p): Move ...Marc Glisse1-0/+6
2013-05-10stor-layout.c (element_precision): New function.Marc Glisse1-27/+28
2013-05-06tree.c (integer_all_onesp): Test that both components are all 1s.Marc Glisse1-1/+1
2013-04-26re PR tree-optimization/57051 (Optimization regression in 4.8.0 from 4.7.2)Jakub Jelinek1-7/+32
2013-04-12re PR tree-optimization/56918 (incorrect auto-vectorization of array initiali...Jakub Jelinek1-5/+15
2013-04-12fold-const.c (const_binop): Handle vector shifts by a scalar.Marc Glisse1-9/+33
2013-04-11re PR tree-optimization/56899 (Wrong constant folding)Jakub Jelinek1-2/+4
2013-04-03re PR tree-optimization/56790 (VEC_COND_EXPR not constant folded)Marc Glisse1-0/+23
2013-03-21tree.h (VECTOR_TYPE_P): New macro.Marc Glisse1-11/+15
2013-03-20re PR tree-optimization/56355 (abs and multiplication)Marc Glisse1-8/+11
2013-03-18re PR tree-optimization/56635 (internal compiler error: in find_lattice_value...Jakub Jelinek1-2/+3
2013-02-26re PR tree-optimization/56448 (cc1 hangs on volatile array with -O or above)Jakub Jelinek1-11/+24
2013-02-08re PR tree-optimization/56250 (Wrong constant folding on unsigned int)Jakub Jelinek1-0/+5
2013-02-01fold-const.c (make_range_step): Bail out if the range isn't testing for zero.Eric Botcazou1-0/+4
2013-01-30re PR tree-optimization/56064 (Optimize VIEW_CONVERT_EXPR with FIXED_CST)Georg-Johann Lay1-31/+61
2013-01-21re PR tree-optimization/56051 (Wrong expression evaluation)Jakub Jelinek1-0/+12
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-08re PR middle-end/55851 (ICE in size_binop_loc, at fold-const.c:1385)Jakub Jelinek1-2/+2
2013-01-04re PR middle-end/55863 (Fails to fold (i + 2) - (i + 1) to 1)Richard Biener1-0/+7
2013-01-03re PR middle-end/55832 (ICE in fold_convert_loc, at fold-const.c:1967)Jakub Jelinek1-3/+7
2012-12-06re PR c++/55137 (Unexpected static structure initialization)Jakub Jelinek1-25/+43
2012-11-29re PR c++/53094 (constexpr vector subscripting)Marc Glisse1-0/+29
2012-11-28re PR middle-end/55266 (vector expansion: 24 movs for 4 adds)Marc Glisse1-38/+48
2012-11-26fold-const.c (const_binop): Adjust comment.Eric Botcazou1-9/+7
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+11
2012-11-17re PR tree-optimization/55236 (gcc.c-torture/execute/pr22493-1.c FAILs with -...Jakub Jelinek1-0/+11
2012-11-13re PR tree-optimization/55281 (ICE in build_int_cst_wide, at tree.c:1217 (w...Jakub Jelinek1-0/+10
2012-11-07re PR middle-end/55219 (memory explosion on nested conditional expressions)Eric Botcazou1-2/+3
2012-11-04fold-const.c (fold_unary_loc): Disable conversion optimization for void type.Marc Glisse1-1/+2
2012-10-30fold-const.c (fold_binary_op_with_conditional_arg): Handle vectors.Marc Glisse1-4/+13
2012-10-23tree-ssa-forwprop.c (forward_propagate_into_cond): Handle vectors.Marc Glisse1-0/+25
2012-10-19re PR middle-end/54945 (Too strong non-aliasing analysis?)Marek Polacek1-2/+4
2012-10-11fold-const.c (fold_unary_loc): Handle REDUC_MIN_EXPR, REDUC_MAX_EXPR and REDU...Jakub Jelinek1-0/+34
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-38/+41
2012-10-09re PR c++/54427 (Expose more vector extensions)Marc Glisse1-1/+1
2012-09-28re PR tree-optimization/54713 (error: non-trivial conversion at assignment in...Jakub Jelinek1-11/+24
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-1/+1
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-59/+22