aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Eliminate SET_BASIC_BLOCK macro.David Malcolm1-1/+0
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-1/+1
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-5/+5
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-6/+4
2013-11-19Eliminate n_edges macroDavid Malcolm1-2/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-2/+1
2013-11-15basic-block.h (has_abnormal_or_eh_outgoing_edge): Renamed from has_abnormal_o...Jeff Law1-2/+2
2013-11-14basic-block.h (has_abnormal_outgoing_edge_p): Moved here from...Jeff Law1-0/+15
2013-11-06gimple.h (block_in_transaction): Move to basic-block.h and rename.Andrew MacLeod1-0/+8
2013-10-30re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener1-0/+2
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-3/+1
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+1
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-09-06basic-block.h (class control_dependences): New.Richard Biener1-0/+17
2013-08-31* basic-block.h (apply_scale): Make scale parmeter gcov_type.Jan Hubicka1-1/+1
2013-08-31This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson1-0/+2
2013-06-06re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson1-0/+1
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