summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-strlen.c
Commit message (Expand)AuthorAgeFilesLines
* gcc/rsandifo2013-09-281-2/+2
* * compare-elim.c (find_comparison_dom_walker): New classlaw2013-09-181-23/+14
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* PR tree-optimization/58277jakub2013-08-301-0/+22
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-17/+35
* Add tree-ssa-strlen optimization.mpolacek2013-05-171-1/+29
* PR tree-optimization/57230jakub2013-05-131-0/+19
* PR tree-optimization/57230jakub2013-05-131-1/+1
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-23/+37
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-2/+1
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* 2013-01-07 Richard Biener <rguenther@suse.de>rguenth2013-01-071-5/+3
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-43/+38
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* 2012-08-14 Richard Guenther <rguenther@suse.de>rguenth2012-08-141-2/+2
* 2012-08-10 Richard Guenther <rguenther@suse.de>rguenth2012-08-101-10/+7
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-3/+0
* 2012-05-15 Tristan Gingold <gingold@adacore.com>gingold2012-05-151-0/+6
* * tree-ssa-strlen.c: Include expr.h.jakub2011-10-271-8/+12
* 2011-10-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>krebbel2011-10-241-8/+38
* Convert standard builtin functions from being arrays to using a functional in...meissner2011-10-111-18/+15
* PR tree-optimization/50613jakub2011-10-051-4/+8
* PR tree-optimization/50604jakub2011-10-041-1/+1
* * common.opt: Add -foptimize-strlen option.jakub2011-09-271-0/+1997