re PR c++/29234 (Call to operator() of temporary object wrongly parsed)
[gcc.git] / gcc / fold-const.c
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-21 Marek Polacekre PR middle-end/58809 (ICE with complex variable in...
2013-10-21 Bernd EdlingerFix volatile issues in optimize_bit_field_compare.
2013-10-21 Richard Bienerre PR tree-optimization/58794 (ICE in set_lattice_value...
2013-10-21 Richard Bienerre PR middle-end/58742 (pointer arithmetic simplification)
2013-10-09 Marc Glissere PR c/20318 (RFE: add attribute to specify that a...
2013-10-03 Marc Glissere PR c++/19476 (Missed null checking elimination with...
2013-09-30 Jakub Jelinekre PR middle-end/58564 (possible wrong code bug at...
2013-09-30 Jakub Jelinekre PR middle-end/58564 (possible wrong code bug at...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-24 Richard Bienerre PR tree-optimization/58513 (*var and MEM[(const...
2013-09-17 Kyrylo Tkachovre PR tree-optimization/58088 (ICE in gcc.c)
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-11 Jakub Jelinekre PR middle-end/58385 (likely wrong code bug)
2013-09-03 Richard Bienerre PR tree-optimization/57656 (Wrong constant folding)
2013-08-30 Richard Bienerfold-const.c (fold_single_bit_test): Fix overflow test.
2013-08-23 Marc Glissere PR other/57324 (Undefined behavior issues found...
2013-07-06 Jakub Jelinekre PR target/29776 (result of ffs/clz/ctz/popcount...
2013-06-13 Marc Glissefold-const.c (negate_expr_p): Handle VECTOR_CST.
2013-06-13 Bin Chengfold-const.c (operand_equal_p): Consider NOP_EXPR and...
2013-06-11 Jan Hubickac-common.c (handle_alias_ifunc_attribute): Do not set...
2013-05-27 Richard Bienerrevert: re PR rtl-optimization/57381 (array of volatile...
2013-05-23 Richard Bienerre PR rtl-optimization/57381 (array of volatile pointer...
2013-05-17 Jakub Jelinekre PR tree-optimization/57051 (Optimization regression...
2013-05-16 Marc Glissere PR middle-end/57286 (infinite recursion in fold...
2013-05-14 Marc Glissefold-const.c (fold_negate_expr): Handle vectors.
2013-05-14 Marc Glissere PR bootstrap/57266 (comparison between signed and...
2013-05-13 Marc Glissetree-vect-generic.c (uniform_vector_p): Move ...
2013-05-10 Marc Glissestor-layout.c (element_precision): New function.
2013-05-06 Marc Glissetree.c (integer_all_onesp): Test that both components...
2013-04-26 Jakub Jelinekre PR tree-optimization/57051 (Optimization regression...
2013-04-12 Jakub Jelinekre PR tree-optimization/56918 (incorrect auto-vectoriza...
2013-04-12 Marc Glissefold-const.c (const_binop): Handle vector shifts by...
2013-04-11 Jakub Jelinekre PR tree-optimization/56899 (Wrong constant folding)
2013-04-03 Marc Glissere PR tree-optimization/56790 (VEC_COND_EXPR not consta...
2013-03-21 Marc Glissetree.h (VECTOR_TYPE_P): New macro.
2013-03-20 Marc Glissere PR tree-optimization/56355 (abs and multiplication)
2013-03-18 Jakub Jelinekre PR tree-optimization/56635 (internal compiler error...
2013-02-26 Jakub Jelinekre PR tree-optimization/56448 (cc1 hangs on volatile...
2013-02-08 Jakub Jelinekre PR tree-optimization/56250 (Wrong constant folding...
2013-02-01 Eric Botcazoufold-const.c (make_range_step): Bail out if the range...
2013-01-30 Georg-Johann Layre PR tree-optimization/56064 (Optimize VIEW_CONVERT_EX...
2013-01-21 Jakub Jelinekre PR tree-optimization/56051 (Wrong expression evaluation)
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-08 Jakub Jelinekre PR middle-end/55851 (ICE in size_binop_loc, at fold...
2013-01-04 Richard Bienerre PR middle-end/55863 (Fails to fold (i + 2) - (i...
2013-01-03 Jakub Jelinekre PR middle-end/55832 (ICE in fold_convert_loc, at...
2012-12-06 Jakub Jelinekre PR c++/55137 (Unexpected static structure initializa...
2012-11-29 Marc Glissere PR c++/53094 (constexpr vector subscripting)
2012-11-28 Marc Glissere PR middle-end/55266 (vector expansion: 24 movs for...
2012-11-26 Eric Botcazoufold-const.c (const_binop): Adjust comment.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-17 Jakub Jelinekre PR tree-optimization/55236 (gcc.c-torture/execute...
2012-11-13 Jakub Jelinekre PR tree-optimization/55281 (ICE in build_int_cst_wi...
2012-11-07 Eric Botcazoure PR middle-end/55219 (memory explosion on nested...
2012-11-04 Marc Glissefold-const.c (fold_unary_loc): Disable conversion optim...
2012-10-30 Marc Glissefold-const.c (fold_binary_op_with_conditional_arg)...
2012-10-23 Marc Glissetree-ssa-forwprop.c (forward_propagate_into_cond):...
2012-10-19 Marek Polacekre PR middle-end/54945 (Too strong non-aliasing analysis?)
2012-10-11 Jakub Jelinekfold-const.c (fold_unary_loc): Handle REDUC_MIN_EXPR...
2012-10-09 Lawrence CrowlChange more non-GTY hash tables to use the new type...
2012-10-09 Marc Glissere PR c++/54427 (Expose more vector extensions)
2012-09-28 Jakub Jelinekre PR tree-optimization/54713 (error: non-trivial conve...
2012-09-27 Dehao Chentree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
2012-09-24 Lawrence CrowlFinish conversion of uses of double_int to the new...
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-09-19 Bin Cheng* fold-const.c (fold_truth_andor) Remove duplicated...
2012-09-14 Marc Glissere PR c++/54427 (Expose more vector extensions)
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-09-03 Marc Glissefold-const.c (fold_ternary_loc): Constant-propagate...
2012-08-21 Marc Glissefold-const.c (fold_ternary_loc): Detect identity permut...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-10 Richard Guentherre PR middle-end/54219 (__builtin_shuffle mask reversed)
2012-08-09 Richard Guenthertree.h (SSA_VAR_P): Simplify.
2012-08-02 Marc Glissere PR tree-optimization/53805 (combine_comparisons...
2012-07-25 Eric Botcazouexpr.c (expand_expr_real_1): Do not expand operand...
2012-07-10 Richard HendersonAdd VEC_WIDEN_MULT_EVEN/ODD_EXPR
2012-06-27 Richard HendersonAdd MULT_HIGHPART_EXPR
2012-06-02 Kenneth Zadeck2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>
2012-06-01 Eric Botcazoure PR tree-optimization/53501 (scev introduces signed...
2012-05-30 Richard Guentherre PR tree-optimization/53501 (scev introduces signed...
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-25 Thomas Schwingefold-const.c (optimize_bit_field_compare): Abort early...
2012-05-21 Jakub Jelinekre PR tree-optimization/53410 (ICE in build_int_cst_wid...
2012-05-10 Richard Guenthercuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.
2012-05-08 Richard Guentherfold-const.c (fold_binary_loc): Fold (X * CST1) & CST2...
2012-05-03 Martin Jamborbuiltins.c (get_object_alignment_1): Return whether...
2012-05-02 Richard Guenthertree.c (valid_constant_size_p): New function.
2012-04-21 Richard SandifordInstall right version, sigh.
2012-04-21 Richard Sandifordfold-const.c (fold_checksum_tree): Fix VECTOR_CST case.
2012-04-20 Bill Schmidtre PR rtl-optimization/44214 (Compiler does not optimiz...
2012-04-16 Richard Guentherre PR tree-optimization/52975 (Ofast produces not optim...
2012-04-11 Bernd Schmidtfold-const.c (fold_unary_loc): Use GET_MODE_PRECISION...
2012-03-27 Richard Guentherre PR middle-end/52720 (internal compiler error: in...
2012-03-22 Richard Guentherre PR tree-optimization/52666 (FAIL: scal-to-vec1.c)
2012-03-16 Richard Guentherfold-const.c (native_interpret_expr): Also support...
2012-03-16 Richard Guentherre PR middle-end/52584 (Fails to constant fold vector...
2012-03-16 Richard Guenthertree.h (TREE_VECTOR_CST_ELTS): Remove.
2012-03-14 Richard Guentherre PR middle-end/52578 (Fails to fold another size...
2012-03-13 Richard Guentherre PR middle-end/52134 (Does not fold (x * 4) & -4)
next