aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-16varpool.c (dump_varpool_node): Dump write-only flag.Jan Hubicka1-1/+38
2014-05-06Merge in wide-int.Kenneth Zadeck1-5/+7
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+3
2014-04-30passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener1-7/+8
2014-04-29Dump the return type of functions in gimple dumpsDavid Malcolm1-0/+6
2014-04-17pass cfun to pass::executeTrevor Saunders1-70/+66
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-5/+0
2014-04-15cfg.c (dump_bb_info): Fix flags check.Teresa Johnson1-1/+1
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou1-35/+47
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-3/+3
2014-03-12re PR middle-end/60482 (Loop optimization regression)Jakub Jelinek1-2/+2
2014-02-20tree-cfg.c (replace_uses_by): Mark altered BBs before doing the substitution.Richard Biener1-6/+8