expmed.c (struct init_expmed_rtl): Change all fields but pow2 and cint from struct...
[gcc.git] / gcc / fold-const.c
2014-06-25 Trevor Saundersfix checking=fold
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-17 Thomas Schwinge[PR middle-end/61508] fold-const.c:14863:55: error...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-28 Richard Bienerre PR middle-end/61045 (Wrong constant folding)
2014-05-27 Eric Botcazoufold-const.c (fold_comparison): Clean up and extend...
2014-05-16 Eric Botcazoufold-const (fold_unary_loc): New case.
2014-05-15 Jakub Jelinekre PR middle-end/61158 (negative shift at fold-const...
2014-05-13 Richard Sandifordfold-const.c (optimize_bit_field_compare): Use wi:...
2014-05-11 Richard Sandifordre PR c/61136 (ice in tree_nop_conversion)
2014-05-09 Kenneth Zadeckre PR middle-end/61111 (Infinite recursion between...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-05 Richard Bienerre PR middle-end/61010 (Infinite recursion in fold)
2014-04-14 Richard Bienerre PR tree-optimization/55022 (air.f90 is miscompliled...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-04 Marek PolacekImplement -fsanitize=signed-integer-overflow.
2013-11-27 Bernd Edlinger2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-27 Kenneth Zadeckc90-const-expr-8.c: Look for overflow on INT_MIN % -1.
2013-11-27 Tom de VriesDon't create out-of-bounds BIT_FIELD_REF.
2013-11-26 Bernd EdlingerRemove parameter keep_aligning from get_inner_reference.
2013-11-25 Andrew MacLeodre PR bootstrap/59260 (fold-const.c:14871:5: error...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-20 Kenneth Zadeckcuintp.c (UI_From_gnu): Use tree_to_shwi.
2013-11-20 Richard Sandifordfold-const.c (fold_binary_loc): Use unsigned rather...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19 Kenneth Zadecktree.c (int_fits_type_p): Change GET_MODE_BITSIZE to...
2013-11-18 Richard Sandifordcuintp.c (UI_From_gnu): Use tree_to_shwi rather than...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-15 Richard Sandiforddwarf2out.c (gen_enumeration_type_die): Remove unnecess...
2013-11-15 Eric Botcazou* fold-const.c (fold_binary_loc) <comparisons>: Reuse...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-08 Diego NovilloRe-factor tree.h - Part 1.
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.
next