aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-07-07Add rewrite_virtuals_into_loop_closed_ssaTom de Vries1-0/+17
2015-07-04tree-cfg.c (verify_gimple_assign_ternary): Check the first argument.Marc Glisse1-1/+15
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
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