]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fold-const.c
switch from gimple to gimple*
[thirdparty/gcc.git] / gcc / fold-const.c
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-09-18  Richard Bienerre PR tree-optimization/66142 (Loop is not vectorized...
2015-09-17  Richard SandifordSplit up optabs.[hc]
2015-09-16  Richard Bienerre PR middle-end/67271 (ICE with -O1,2,3 on darwin14...
2015-09-16  Richard Bienerre PR middle-end/67442 (GCC 5.2.0 on x86_64 creates...
2015-09-08  Alan Lawrence[fold-const.c] Fix bigendian HFmode in native_interpret...
2015-09-03  Naveen H.Sre PR tree-optimization/67351 (Missed optimisation...
2015-08-31  Marc GlisseMove some comparison simplifications to match.pd
2015-08-31  Marc GlisseMove some complex simplifications to match.pd
2015-08-26  Naveen H.Sfold-const.c (fold_binary_loc): Move Optimize root...
2015-08-21  Naveen H.Sfold-const.c (fold_binary_loc): Move sqrt(x)*sqrt(x...
2015-08-17  David Sherwoodarm.c (neon_element_bits): Replace call to GET_MODE_BIT...
2015-07-31  Richard Bienerfold-const.c (fold_binary_loc): Remove X ^ C1 == C2...
2015-07-28  David Sherwoodarm.c (neon_element_bits, [...]): Call GET_MODE_INNER...
2015-07-28  Richard Bienerfold-const.c (fold_comparison): Remove equality folding...
2015-07-24  Gary Funckre PR middle-end/66984 (ICE: fold_binary changes type...
2015-07-24  Richard Bienerfold-const.c (fold_binary_loc): Move simplifying of...
2015-07-24  Richard Bienerfold-const.c (maybe_canonicalize_comparison_1): Move...
2015-07-24  Richard Bienergenmatch.c (add_operator): Allow SSA_NAME as predicate.
2015-07-23  Richard Bienergeneric-match-head.c: Include cgraph.h.
2015-07-17  Marek Polacekfold-const.c (fold_binary_loc): Move A - (A & B) into...
2015-07-16  Richard Bienerfold-const.c (fold_widened_comparison): Remove.
2015-07-15  Richard Bienerfold-const.c (fold_binary_loc): Move bool_var != 0...
2015-07-10  Richard Bienerfold-const.c (distribute_bit_expr): Remove.
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-09  Trevor Saundersreduce conditional compilation for LOAD_EXTEND_OP
2015-07-08  Richard Bienerfold-const.c (fold_widened_comparison): Fix inverted...
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-07  Richard Bienerfold-const.c (fold_binary_loc): Move (X & C2) << C1...
2015-07-03  Richard Bienerfold-const.c (fold_mathfn_compare): Remove.
2015-07-03  Richard Bienerfold-const.c (fold_binary_loc): Move (T)ptr & CST foldi...
2015-07-02  Richard Bienerbuiltins.c (get_pointer_alignment_1): Handle POINTER_PL...
2015-07-01  Richard Bienerfold-const.c (fold_comparison): Move X - Y CMP 0 -...
2015-07-01  Richard Bienerfold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and...
2015-06-30  Richard Bienerfold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x...
2015-06-30  Richard Bienerfold-const.c (fold_unary_loc): Move abs(abs(x)) ->...
2015-06-30  Marek Polacekfold-const.c (fold_binary_loc): Move ~X | X folding ...
2015-06-30  Richard Bienertarget-insns.def (canonicalize_funcptr_for_compare...
2015-06-29  Marek Polacekfold-const.c (fold_binary_loc): Move X - (X / Y) *...
2015-06-29  Richard Bienergenmatch.c (add_operator): Treat ADDR_EXPR as atom.
2015-06-26  Richard Bienerfold-const.c (fold_binary_loc): Remove -A CMP -B -...
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25  Richard Sandifordhash-table.h: Update comments.
2015-06-25  Richard Bienerfold-const.c (fold_binary_loc): Move simplification...
2015-06-22  Mikhail MaltsevUse std::swap instead of manual swaps.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-26  Richard Bienerfold-const.c (fold_binary_loc): Move X % -Y -> X %...
2015-05-26  Marc Glissematch.pd (swapped_tcc_comparison): New operator list.
2015-05-22  Marc Glissere PR other/63387 (Optimize pairs of isnan() calls...
2015-05-19  Mikhail MaltsevUse std::swap instead of explicit swaps
2015-04-17  Tom de VriesHandle internal_fn in operand_equal_p
2015-03-12  Richard Bienerre PR ipa/65270 (issues with merging memory accesses...
2015-03-09  Richard Bienerre PR ipa/65270 (issues with merging memory accesses...
2015-03-04  Eric Botcazoufold-const.c (round_up_loc): Cast divisor to signed...
2015-03-03  Eric Botcazoufold-const.c (round_up_loc): Cast divisor to HOST_WIDE_...
2015-02-12  Jakub Jelinekre PR tree-optimization/65014 (ice with error: type...
2015-01-22  Eric Botcazou* fold-const.c (const_binop): Add early return for...
2015-01-22  Trevor Saundersmake fold ignore decl_with_vis.symtab_node
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-15  Marek Polacekre PR middle-end/64292 (FAIL: g++.dg/torture/pr60474...
2014-12-12  Marek Polacekre PR middle-end/64274 ([ARM] gcc.target/arm/fixed...
2014-12-12  Marc Glissereal.h (HONOR_SNANS, [...]): Replace macros with 3...
2014-12-11  Marek Polacekfold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_...
2014-12-10  Marc Glissereal.h (HONOR_NANS): Replace macro with 3 overloaded...
2014-12-09  Richard Bienerre PR tree-optimization/64199 (ICE: tree check: expecte...
2014-12-07  Jan Hubickasymtab.c (symtab_node::equal_address_to): New function.
2014-12-04  Marek Polacekre PR middle-end/56917 (-ftrapv detects a overflow...
2014-12-03  Richard Bienerbuiltins.c (fold_builtin_fpclassify): Change to take...
2014-12-01  Richard Bienerfold-const.c (const_binop): Handle POINTER_PLUS_EXPR.
2014-12-01  Richard Bienerre PR tree-optimization/64126 (FAIL: gcc.dg/pr37289...
2014-11-27  Richard Bienerre PR middle-end/64088 (ICE: in fold_abs_const, at...
2014-11-26  Richard Bienerfold-const.h (const_unop): Declare.
2014-11-21  Mark WielaardPR debug/38757 gcc does not emit DW_LANG_C99.
2014-11-21  Alan LawrenceRevert: Workaround following [PATCH] Pul all constants...
2014-11-19  Marek Polacekre PR middle-end/63879 (ICE compiling Linux Kernel...
2014-11-18  Marc Glissetree.c (element_mode, [...]): New functions.
2014-11-14  Marek Polacekfold-const.c (fold_negate_expr): Don't fold INTEGER_CST...
2014-11-14  Richard Bienermatch.pd: Implement more binary patterns exercised...
2014-11-13  Alan LawrenceRemove VEC_RSHIFT_EXPR tree code, now unused
2014-11-13  Richard Bienermatch.pd: Add tcc_comparison...
2014-11-13  Marek Polacektree.h (TYPE_OVERFLOW_SANITIZED): Define.
2014-11-13  Richard Bienermatch.pd: Implement conditional expression patterns.
2014-11-12  Marek Polacekfold-const.c (fold_binary_loc): Don't fold if the resul...
2014-11-12  Richard Bienermatch.pd: Implement simple complex operations cancelling.
2014-11-11  Richard Bienertree-core.h (pedantic_lvalues): Remove.
2014-11-11  Richard Bienermatch.pd: Implement patterns from associate_plusminus...
2014-11-09  Richard Bienermatch.pd: Add patterns convering two conversions in...
2014-11-07  Richard Bienerre PR tree-optimization/63605 (wrong code at -O3 on...
2014-11-07  Richard Bienermatch.pd: Add patterns for POINTER_PLUS_EXPR associatio...
2014-11-06  Richard Bienermatch.pd: Implement bitwise binary and unary simplifica...
2014-11-03  Richard Bienermatch.pd: Add two abs patterns.
2014-11-03  Marc Glissere PR tree-optimization/63666 (FAIL: gcc.dg/vect/pr4575...
2014-10-30  Richard Bienermatch.pd: Implement more patterns that simplify to...
2014-10-29  Richard Bienermatch.pd: Implement a first set of conversion patterns.
2014-10-29  Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
next