aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-19Eliminate n_edges macroDavid Malcolm1-1/+2
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-4/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+5
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-10/+10
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-3/+3
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-2/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-31tree-cfg.c (assert_unreachable_fallthru_edge_p): New function.Jakub Jelinek1-0/+44
2013-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-1/+2
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+66
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+10
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-93/+4