lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot bb thres...
[gcc.git] / gcc / fold-const.c
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)
2012-03-06 Richard Guentherfold-const.c (build_fold_addr_expr_with_type_loc):...
2012-02-24 Richard Guentherre PR middle-end/52355 (address difference between...
2012-02-20 Jakub Jelinekre PR tree-optimization/52286 (wrong code bug)
2012-01-04 Richard Guentherre PR middle-end/51750 (FAIL: 25_algorithms/heap/moveab...
2012-01-03 Richard Guentherre PR c/51730 (autoconf 2.60 through 2.67 stdbool.h...
2011-12-23 Richard HendersonDelete VEC_EXTRACT_EVEN/ODD_EXPR.
2011-12-23 Jakub JelinekDelete VEC_INTERLEAVE_*_EXPR.
2011-12-13 Richard HendersonRevert two unintended commits
2011-12-13 Richard HendersonDelete VEC_INTERLEAVE_*_EXPR.
2011-12-03 Jakub Jelinekfold-const.c (fold_unary_loc): Fold VEC_UNPACK_LO_EXPR...
2011-11-22 Jakub Jelinekre PR tree-optimization/51074 (No constant folding...
2011-11-18 Uros Bizjakre PR tree-optimization/51118 (ICE: tree check: expecte...
2011-11-11 Jakub Jelinekre PR tree-optimization/51074 (No constant folding...
2011-10-23 Eric Botcazoure PR tree-optimization/44683 (Optimization bug with...
2011-10-21 Kai Tietzbranch-cost1.c: New test.
2011-10-17 Kai Tietzfold-const.c (simple_operand_p_2): New function.
2011-10-10 Richard Guentherre PR middle-end/50195 (Linking time error with -fast...
2011-10-07 Richard Hendersonre PR other/49752 (Non-existing struct `tree_type'...
2011-10-06 Richard Guentherfold-const.c (fold_ternary_loc): Also fold non-constant...
2011-10-04 Jakub Jelinekfold-const.c (fold_unary_loc): Don't optimize POINTER_P...
2011-09-30 Jakub Jelinekre PR tree-optimization/46309 (optimization a==3||a==1)
2011-09-28 Richard Guentherre PR middle-end/50460 (__builtin___strcpy_chk/__builti...
2011-09-05 Richard Guentherrevert: fold-const.c (extract_muldiv_1): Remove bogus...
2011-08-31 Richard Guentherfold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_S...
2011-08-29 Artjoms Sinkarovs20011-08-29 Artjoms Sinkarovs <artyom.shinkaroff...
2011-08-24 Richard Guentherfold-const.c (fold_comparison): Fold &a < &a + 4 even...
2011-08-18 Paolo Carlinire PR tree-optimization/49963 (ICE: in abs_hwi, at...
2011-08-17 Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-08-15 Richard Guentherre PR tree-optimization/50082 (-Wstrict-overflow mishan...
2011-08-12 Uros Bizjakbuiltins.def (BUILT_IN_ICEIL{,F,L}, [...]): New builtin...
2011-08-03 Richard Guentherre PR middle-end/49958 (fold performs invalid association)
2011-08-02 Paolo Carlinire PR bootstrap/49914 (call to abs(long long) in gcc...
2011-07-27 Aldy Hernandezparams.h (ALLOW_STORE_DATA_RACES): New.
2011-07-21 Kai TietzChangeLog gcc/
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
next