Delete obsolete definition of MEMORY_MOVE_COST in AArch64.
[gcc.git] / gcc / tree-ssa-strlen.c
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandifordc-common.c (convert_vector_to_pointer_for_subscript...
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-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-21 Diego NovilloRe-factor inclusion of tree.h.
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-18 Trevor Saunderscompare-elim.c (find_comparison_dom_walker): New class
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-08-30 Jakub Jelinekre PR tree-optimization/58277 (wrong code at -O3)
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-05-17 Marek PolacekAdd tree-ssa-strlen optimization.
2013-05-13 Jakub Jelinekre PR tree-optimization/57230 (tree-ssa-strlen incorrec...
2013-05-13 Jakub Jelinekre PR tree-optimization/57230 (tree-ssa-strlen incorrec...
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-07 Richard Bienerre PR tree-optimization/55890 (calling a builtin func...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-10 Richard Guenthertree-ssa-pre.c (pretemp, [...]): Remove.
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-05-15 Tristan Gingoldtree-ssa-strlen.c (get_string_length): Convert lhs...
2011-10-27 Jakub Jelinektree-ssa-strlen.c: Include expr.h.
2011-10-24 Andreas Krebbeltree-ssa-strlen.c (get_string_length): Change assertion...
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-10-05 Jakub Jelinekre PR tree-optimization/50613 (ICE: tree check: expecte...
2011-10-04 Jakub Jelinekre PR middle-end/50604 (verify_gimple failed: type...
2011-09-27 Jakub Jelinekcommon.opt: Add -foptimize-strlen option.