summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-strlen.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-11/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-10/+9
* remove many typedefstbsaunde2015-10-011-50/+50
* switch from gimple to gimple*tbsaunde2015-09-201-24/+24
* Share memory blocks between pool allocatorsmiyuki2015-09-161-2/+1
* Add new object_allocator and clean-up allocator usage.marxin2015-07-161-1/+2
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-19/+5
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-5/+2
* gcc/rsandifo2015-06-251-14/+2
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-7/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Change use to type-based pool allocator inmarxin2015-06-011-6/+4
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-2/+14
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+11
* PR tree-optimization/63989jakub2015-01-081-13/+129
* Update copyright years.jakub2015-01-051-1/+1
* * gimple.h (gimple_build_assign_stat): Remove prototype.jakub2014-12-011-5/+3
* * gimple-expr.h (create_tmp_var_raw, create_tmp_var,jakub2014-11-291-1/+1
* PR tree-optimization/61773jakub2014-11-211-1/+1
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-6/+7
* * gimple.h (gimple_build_assign_with_ops): Add unary arg overload.jakub2014-11-191-1/+1
* gcc/ienkovich2014-11-171-19/+113
* 2014-11-13 Teresa Johnson <tejohnson@google.com>tejohnson2014-11-141-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+11
* remove has_executetbsaunde2014-07-091-1/+0
* 2014-06-25 Marc Glisse <marc.glisse@inria.fr>glisse2014-06-251-0/+2
* 2014-06-24 Marc Glisse <marc.glisse@inria.fr>glisse2014-06-241-0/+85
* add hash_map classtbsaunde2014-06-241-36/+16
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-9/+10
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
* pass cfun to pass::executetbsaunde2014-04-171-29/+29
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-7/+1
* remove has_gatetbsaunde2014-04-171-1/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+7
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+3
* gcc/c-family/rsandifo2013-11-181-7/+4
* gcc/ada/rsandifo2013-11-181-6/+6
* gcc/c-family/rsandifo2013-11-181-1/+1
* gcc/ada/rsandifo2013-11-181-5/+5
* gcc/ada/rsandifo2013-11-181-1/+1
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+2
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+7
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* gcc/rsandifo2013-09-281-2/+2
* * compare-elim.c (find_comparison_dom_walker): New classlaw2013-09-181-23/+14