aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-strlen.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-25re PR tree-optimization/57742 (memset(malloc(n),0,n) -> calloc(n,1))Marc Glisse1-0/+2
2014-06-24re PR tree-optimization/57742 (memset(malloc(n),0,n) -> calloc(n,1))Marc Glisse1-0/+85
2014-06-24add hash_map classTrevor Saunders1-36/+16
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-9/+10
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-29/+29
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+7
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-7/+4
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-6/+6
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-5/+5
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+7
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-23/+14
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-30re PR tree-optimization/58277 (wrong code at -O3)Jakub Jelinek1-0/+22
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+35
2013-05-17Add tree-ssa-strlen optimization.Marek Polacek1-1/+29
2013-05-13re PR tree-optimization/57230 (tree-ssa-strlen incorrectly optimizes a strlen...Jakub Jelinek1-0/+19
2013-05-13re PR tree-optimization/57230 (tree-ssa-strlen incorrectly optimizes a strlen...Jakub Jelinek1-1/+1
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-23/+37
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-07re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Richard Biener1-5/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-43/+38
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-2/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-10/+7
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-3/+0
2012-05-15tree-ssa-strlen.c (get_string_length): Convert lhs if needed.Tristan Gingold1-0/+6
2011-10-27tree-ssa-strlen.c: Include expr.h.Jakub Jelinek1-8/+12
2011-10-24tree-ssa-strlen.c (get_string_length): Change assertion to STPCPY.Andreas Krebbel1-8/+38
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-18/+15
2011-10-05re PR tree-optimization/50613 (ICE: tree check: expected ssa_name, have addr_...Jakub Jelinek1-4/+8
2011-10-04re PR middle-end/50604 (verify_gimple failed: type mismatch in binary express...Jakub Jelinek1-1/+1
2011-09-27common.opt: Add -foptimize-strlen option.Jakub Jelinek1-0/+1997