aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-29This patch fixes PR bootstrap/57077.Teresa Johnson1-2/+12
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-0/+5
2013-04-03This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson1-10/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-29/+23
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-4/+4
2012-10-31re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in...Steven Bosscher1-0/+1
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-0/+1
2012-10-09* basic-block. (profile_record): New struct, moved from passes.c.Steven Bosscher1-0/+31
2012-09-28basic-block.h (RDIV): Define.Jan Hubicka1-4/+39
2012-09-19Integrate lexical block into source_location.Dehao Chen1-2/+1
2012-09-04Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson1-0/+14
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