aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-24predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor1-2/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-5/+10
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-7/+4
2012-07-25Fix typo in comment in basic-block.hDodji Seketeli1-1/+1
2012-07-23sbitmap.h (struct int_list): Remove.Steven Bosscher1-0/+6
2012-07-20basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher1-3/+8
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-95/+30
2012-07-11basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher1-4/+4
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-28/+24
2012-06-29system.h (IFCVT_EXTRA_FIELDS): Poison.Steven Bosscher1-5/+0
2012-05-31re PR tree-optimization/52558 (write introduction incorrect wrt the C++11 mem...Aldy Hernandez1-0/+1
2012-05-21gimple.h (gimple_set_in_transaction): Remove.Aldy Hernandez1-1/+6
2012-05-08basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...Michael Matz1-11/+16
2012-05-03basic-block.h (struct rtl_bb_info, [...]): Move in front of basic_block_def.Michael Matz1-24/+28
2012-03-29cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther1-3/+0
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+1
2012-01-09sched-int.h (bb_note): Move to...Richard Sandiford1-0/+1
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-1/+1
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt1-0/+1
2011-07-23bb-reorder: Split EH edges crossing partitions.Richard Henderson1-17/+22
2011-05-29lto-streamer-out.c (pack_ts_fixed_cst_value_fields, [...]): Use enum and vari...Jan Hubicka1-1/+2
2011-04-07basic-block.h (force_nonfallthru): Move to...Eric Botcazou1-1/+0
2011-04-07re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries1-1/+4
2011-03-26basic-block.h (fixup_abnormal_edges): Adjust prototype.Eric Botcazou1-1/+1
2010-12-14re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-1/+7
2010-12-03basic-block.h (struct edge_prediction): Remove forward declaration.Laurynas Biveinis1-1/+0
2010-11-03Revert revision 164552.H.J. Lu1-7/+1
2010-11-02basic-block.h (insert_insn_end_bb_new): Delete.Eric Botcazou1-3/+0
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-15/+5
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-0/+14
2010-09-23re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-1/+7
2010-08-10basic-block.h (alloc_aux_for_block, [...]): Delete.Nathan Froyd1-2/+0
2010-07-27re PR target/42495 (redundant memory load)Maxim Kuvyrkov1-0/+2
2010-06-08basic-block.h (single_succ_edge, [...]): Do sanity checking with ENABLE_CHECK...Jan Hubicka1-0/+10
2010-06-05tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.Jan Hubicka1-2/+2
2010-05-29basic-block.h (struct control_flow_graph): Move last_label_uid field up.Nathan Froyd1-3/+3
2010-05-23regs.h: Do not include obstack.h, basic-block.h.Steven Bosscher1-2/+0
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-90/+1
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-14re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)Bernd Schmidt1-0/+4
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-03postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.Steven Bosscher1-2/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-08-27gengtype.c (main): Handle uint64_t.Richard Guenther1-2/+2
2009-07-08basic-block.h (dump_regset, [...]): Remove duplicate prototypes.Shujing Zhao1-2/+0
2009-06-07basic-block.h (ENTRY_BLOCK, EXIT_BLOCK): Document that neither of them is sup...Bernhard Reutner-Fischer1-1/+2
2009-06-04basic-block.h (struct basic_block_def): Add discriminator field.Cary Coutant1-0/+3
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-6/+10
2009-04-26Expand from SSA.Michael Matz1-0/+1
2009-04-25tree.c (list_equal_p): New function.Jan Hubicka1-5/+0