summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-strlen.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Richard Biener2013-01-071-5/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-43/+38
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-2/+2
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-10/+7
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-3/+0
* tree-ssa-strlen.c (get_string_length): Convert lhs if needed.Tristan Gingold2012-05-151-0/+6
* tree-ssa-strlen.c: Include expr.h.Jakub Jelinek2011-10-271-8/+12
* tree-ssa-strlen.c (get_string_length): Change assertion to STPCPY.Andreas Krebbel2011-10-241-8/+38
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-18/+15
* re PR tree-optimization/50613 (ICE: tree check: expected ssa_name, have addr_...Jakub Jelinek2011-10-051-4/+8
* re PR middle-end/50604 (verify_gimple failed: type mismatch in binary express...Jakub Jelinek2011-10-041-1/+1
* common.opt: Add -foptimize-strlen option.Jakub Jelinek2011-09-271-0/+1997