]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-strlen.c
Share memory blocks between pool allocators
[thirdparty/gcc.git] / gcc / tree-ssa-strlen.c
2015-09-16  Mikhail MaltsevShare memory blocks between pool allocators
2015-07-16  Martin LiskaAdd new object_allocator and clean-up allocator usage.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25  Richard Sandifordhash-map-traits.h (simple_hashmap_traits::key_type...
2015-06-25  Richard Sandifordtree-hash-traits.h (tree_decl_hash): New class.
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-06-01  Martin LiskaChange use to type-based pool allocator in
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-08  Jakub Jelinekre PR tree-optimization/63989 (tree-ssa-strlen.c doesn...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-01  Jakub Jelinekgimple.h (gimple_build_assign_stat): Remove prototype.
2014-11-29  Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-21  Jakub Jelinekre PR tree-optimization/61773 (ICE in tree-ssa-strlen...
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-19  Jakub Jelinekgimple.h (gimple_build_assign_with_ops): Add unary...
2014-11-17  Ilya Enkovichtree-ssa-strlen.c: include ipa-chkp.h, cgraph.h, ipa...
2014-11-14  Teresa Johnsonre PR tree-optimization/63841 (Incorrect strlen optimiz...
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-07-09  Trevor Saundersremove has_execute
2014-06-25  Marc Glissere PR tree-optimization/57742 (memset(malloc(n),0,n...
2014-06-24  Marc Glissere PR tree-optimization/57742 (memset(malloc(n),0,n...
2014-06-24  Trevor Saundersadd hash_map class
2014-06-24  Trevor SaundersRemove a layer of indirection from hash_table
2014-05-06  Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17  Trevor Saunderspass cfun to pass::execute
2014-04-17  Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17  Trevor Saundersremove has_gate
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.