aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-01gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.Eric Botcazou1-11/+12
2015-04-27stor-layout.c (self_referential_component_ref_p): New predicate.Eric Botcazou1-1/+5
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener1-2/+2
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+8
2015-04-17Add gimple_find_sub_bbsTom de Vries1-100/+162
2015-03-26re PR middle-end/65555 (ICE: verify_gimple failed (LHS in noreturn call))Richard Biener1-1/+3
2015-03-24re PR middle-end/65517 (ICE: in get_loop_body, at cfgloop.c:856)Richard Biener1-0/+7
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-1/+2
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-5/+1
2015-03-12tree-cfg.c (gimple_split_block): Remove loop finding stmt to split on.Richard Biener1-19/+8
2015-02-13re PR tree-optimization/65002 (ICE: Segmentation fault)Ilya Enkovich1-1/+1
2015-01-16re PR middle-end/64353 (ICE: in execute_todo, at passes.c:1986)Ilya Enkovich1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+13
2015-01-12re PR tree-optimization/64357 (ICE at -Os on x86_64-linux-gnu in check_loop_c...Richard Biener1-2/+4
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12re PR tree-optimization/64280 (ICE in replace_uses_by, at tree-cfg.c:1789)Richard Biener1-1/+2
2014-12-06extend jump thread for finite state automataJames Greenhalgh1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-25Add verify_seseTom de Vries1-0/+58
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-182/+225
2014-11-19Allow the front-end to create calls with a static chainRichard Henderson1-15/+7
2014-11-17tree-chkp-opt.c (chkp_get_nobnd_fndecl): New.Ilya Enkovich1-0/+40
2014-11-15tree-cfg.c (replace_loop_annotate_in_block): New function extracted from...Eric Botcazou1-34/+54
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence1-32/+0
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+2
2014-10-28Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence1-1/+0
2014-10-27[Vectorizer] Make REDUC_xxx_EXPR tree codes produce a scalar resultAlan Lawrence1-3/+12
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-3/+7
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-16re PR tree-optimization/63168 (loop header copying fails - not vectorized: la...Richard Biener1-2/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-4/+5
2014-09-22gimplify.c (gimplify_init_constructor): Do not leave non-GIMPLE vector constr...Richard Biener1-0/+12
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-12/+10
2014-08-29tree-cfg.c (verify_gimple_assign_unary): Do not allow NON_LVALUE_EXPR in gimple.Richard Biener1-1/+0
2014-08-25Convert edge_def.insns.r to rtx_insn *David Malcolm1-0/+14
2014-08-20re PR lto/60449 (Merging function DECLs discards leaf attribute which causes ...Martin Jambor1-26/+36
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-44/+35
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-27/+23
2014-07-24IPA C++ refactoring 2/NMartin Liska1-2/+2
2014-07-24IPA C++ refactoring 1/NMartin Liska1-2/+2
2014-07-09remove has_executeTrevor Saunders1-5/+0
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou1-0/+30
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-4/+5
2014-06-06* tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.Eric Botcazou1-2/+5
2014-06-03tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in the same l...Dehao Chen1-2/+5
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-16tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.Dehao Chen1-0/+6
2014-05-16Revert r209902 "Dump the return type of functions in gimple dumps"David Malcolm1-6/+0