aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-06tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of set_loop_copy and ...Richard Biener1-5/+7
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek1-147/+234
2014-01-09re PR tree-optimization/59715 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-2/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-14/+14
2013-12-09Eliminate last_basic_block macro.David Malcolm1-8/+11
2013-12-09Eliminate profile_status macro.David Malcolm1-2/+2
2013-12-09Eliminate label_to_block_map macro.David Malcolm1-2/+3
2013-12-09Eliminate basic_block_info macro.David Malcolm1-4/+6
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-10/+12
2013-12-09Eliminate SET_BASIC_BLOCK macro.David Malcolm1-1/+1
2013-12-09Rename profile_status_for_function to profile_status_for_fn.David Malcolm1-1/+1
2013-12-09Rename label_to_block_map_for_function to label_to_block_map_for_fn.David Malcolm1-2/+2
2013-12-09Rename last_basic_block_for_function to last_basic_block_for_fn.David Malcolm1-1/+1
2013-12-09Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,David Malcolm1-7/+5
2013-11-29re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener1-1/+1
2013-11-29re PR middle-end/59338 (error: position plus size exceeds size of referenced ...Richard Biener1-13/+3
2013-11-27Don't create out-of-bounds BIT_FIELD_REF.Tom de Vries1-4/+25
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+7
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-2/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-38/+45