aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-11target.c: New file.Jakub Jelinek1-0/+9
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-58/+143
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-43/+0
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-30re PR tree-optimization/58532 (bootstrap failure with BOOT_CFLAGS="-g -O3")Richard Biener1-0/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-12/+12
2013-09-27re PR middle-end/58551 (ICE with abort in OpenMP SESE region inside of some l...Jakub Jelinek1-8/+25
2013-09-13re PR libgomp/58392 (internal compiler error: in expand_GOMP_SIMD_VF, at inte...Jakub Jelinek1-3/+20
2013-09-13tree-data-ref.h (known_dependences_p): Move here ...Richard Biener1-0/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-11re PR c++/58377 (spurious "may be used uninitialized" warning with -Og)Richard Biener1-0/+1
2013-09-05re PR tree-optimization/58137 ([trunk, ICE] full unroll + AVX2 vectorization)Richard Biener1-21/+10
2013-08-31cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka1-0/+6