summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-12-141-1/+7
* basic-block.h (struct edge_prediction): Remove forward declaration.Laurynas Biveinis2010-12-031-1/+0
* Revert revision 164552.H.J. Lu2010-11-031-7/+1
* basic-block.h (insert_insn_end_bb_new): Delete.Eric Botcazou2010-11-021-3/+0
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-15/+5
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-0/+14
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-09-231-1/+7
* basic-block.h (alloc_aux_for_block, [...]): Delete.Nathan Froyd2010-08-101-2/+0
* re PR target/42495 (redundant memory load)Maxim Kuvyrkov2010-07-271-0/+2
* basic-block.h (single_succ_edge, [...]): Do sanity checking with ENABLE_CHECK...Jan Hubicka2010-06-081-0/+10
* tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.Jan Hubicka2010-06-051-2/+2
* basic-block.h (struct control_flow_graph): Move last_label_uid field up.Nathan Froyd2010-05-291-3/+3
* regs.h: Do not include obstack.h, basic-block.h.Steven Bosscher2010-05-231-2/+0
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-90/+1
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)Bernd Schmidt2010-04-141-0/+4
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.Steven Bosscher2010-01-031-2/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* gengtype.c (main): Handle uint64_t.Richard Guenther2009-08-271-2/+2
* basic-block.h (dump_regset, [...]): Remove duplicate prototypes.Shujing Zhao2009-07-081-2/+0
* basic-block.h (ENTRY_BLOCK, EXIT_BLOCK): Document that neither of them is sup...Bernhard Reutner-Fischer2009-06-071-1/+2
* basic-block.h (struct basic_block_def): Add discriminator field.Cary Coutant2009-06-041-0/+3
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-6/+10
* Expand from SSA.Michael Matz2009-04-261-0/+1
* tree.c (list_equal_p): New function.Jan Hubicka2009-04-251-5/+0
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-10/+5
* cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co...Laurynas Biveinis2009-04-221-1/+0
* basic-block.h (get_all_dominated_blocks): Declare.Richard Guenther2009-04-201-0/+2
* df-scan.c (persistent_obstack, [...]): Remove.Jan Hubicka2008-12-181-0/+5
* re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek2008-10-071-1/+2
* postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_for_...Jan Hubicka2008-08-311-1/+0
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-2/+0
* optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka2008-08-301-0/+1
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-0/+2
* tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop is not c...Jan Hubicka2008-08-291-2/+4
* expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail.Jan Hubicka2008-08-281-0/+2
* predict.c (always_optimize_for_size_p): New function.Jan Hubicka2008-07-291-1/+12
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-10/+10
* cfganal.c: Include vec.h and vecprim.h.Steven Bosscher2008-06-261-0/+1
* predict.c (maybe_hot_frequency_p): Break out of...Jan Hubicka2008-06-021-0/+1
* [multiple changes]Diego Novillo2008-05-161-1/+4
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-0/+7
* struct-equiv.c: Remove file.Andi Kleen2008-03-021-176/+0
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-2/+2
* basic-block.h (condjump_equiv_p): Fix comment.Bernhard Fischer2008-01-271-1/+1
* basic-block.h (struct edge_def): Pair dest_idx with goto_locus fields.Richard Guenther2008-01-071-4/+4
* ra-conflict.c: New file.Kenneth Zadeck2007-10-021-0/+15
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-2/+2
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-19/+21