summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-strlen.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Change use to type-based pool allocator inMartin Liska2015-06-011-6/+4
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-2/+14
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* re PR tree-optimization/63989 (tree-ssa-strlen.c doesn't handle constant poin...Jakub Jelinek2015-01-081-13/+129
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-5/+3
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-1/+1
* re PR tree-optimization/61773 (ICE in tree-ssa-strlen.c:417)Jakub Jelinek2014-11-211-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-6/+7
* gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek2014-11-191-1/+1
* tree-ssa-strlen.c: include ipa-chkp.h, cgraph.h, ipa-ref.h, plugin-api.h.Ilya Enkovich2014-11-171-19/+113
* re PR tree-optimization/63841 (Incorrect strlen optimization after complete u...Teresa Johnson2014-11-141-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* remove has_executeTrevor Saunders2014-07-091-1/+0
* re PR tree-optimization/57742 (memset(malloc(n),0,n) -> calloc(n,1))Marc Glisse2014-06-251-0/+2
* re PR tree-optimization/57742 (memset(malloc(n),0,n) -> calloc(n,1))Marc Glisse2014-06-241-0/+85
* add hash_map classTrevor Saunders2014-06-241-36/+16
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-9/+10
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-29/+29
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-7/+1
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+7
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford2013-11-181-7/+4
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-6/+6
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-1/+1
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-5/+5
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-1/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+7
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders2013-09-171-23/+14
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR tree-optimization/58277 (wrong code at -O3)Jakub Jelinek2013-08-301-0/+22
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-17/+35
* Add tree-ssa-strlen optimization.Marek Polacek2013-05-171-1/+29
* re PR tree-optimization/57230 (tree-ssa-strlen incorrectly optimizes a strlen...Jakub Jelinek2013-05-131-0/+19
* re PR tree-optimization/57230 (tree-ssa-strlen incorrectly optimizes a strlen...Jakub Jelinek2013-05-131-1/+1
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-23/+37
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* 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