aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-strlen.c
AgeCommit message (Expand)AuthorFilesLines
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