summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
Commit message (Expand)AuthorAgeFilesLines
* dominance.c (free_dominance_info): Add overload with function parameter.Richard Biener2014-04-291-0/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Put back typedef for gcov_working_set_t/gcov_bucket_typeH.J. Lu2013-12-101-1/+1
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-7/+7
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-3/+0
* Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm2013-12-091-2/+0
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+0
* Eliminate last_basic_block macro.David Malcolm2013-12-091-3/+0
* Eliminate profile_status macro.David Malcolm2013-12-091-1/+0
* Eliminate label_to_block_map macro.David Malcolm2013-12-091-1/+0
* Eliminate basic_block_info macro.David Malcolm2013-12-091-1/+0
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-2/+0
* Eliminate SET_BASIC_BLOCK macro.David Malcolm2013-12-091-1/+0
* Rename profile_status_for_function to profile_status_for_fn.David Malcolm2013-12-091-1/+1
* Rename label_to_block_map_for_function to label_to_block_map_for_fn.David Malcolm2013-12-091-1/+1
* Rename last_basic_block_for_function to last_basic_block_for_fn.David Malcolm2013-12-091-1/+1
* Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,David Malcolm2013-12-091-5/+5
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-6/+4
* Eliminate n_edges macroDavid Malcolm2013-11-191-2/+1
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-2/+1
* basic-block.h (has_abnormal_or_eh_outgoing_edge): Renamed from has_abnormal_o...Jeff Law2013-11-151-2/+2
* basic-block.h (has_abnormal_outgoing_edge_p): Moved here from...Jeff Law2013-11-141-0/+15
* gimple.h (block_in_transaction): Move to basic-block.h and rename.Andrew MacLeod2013-11-061-0/+8
* re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener2013-10-301-0/+2
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-3/+1
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-0/+1
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-6/+6
* basic-block.h (class control_dependences): New.Richard Biener2013-09-061-0/+17
* * basic-block.h (apply_scale): Make scale parmeter gcov_type.Jan Hubicka2013-08-311-1/+1
* This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson2013-08-311-0/+2
* re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson2013-06-061-0/+1
* This patch fixes PR bootstrap/57077.Teresa Johnson2013-04-291-2/+12
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-0/+5
* This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson2013-04-031-10/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-29/+23
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-4/+4
* re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in...Steven Bosscher2012-10-311-0/+1
* loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke2012-10-161-0/+1
* * basic-block. (profile_record): New struct, moved from passes.c.Steven Bosscher2012-10-091-0/+31
* basic-block.h (RDIV): Define.Jan Hubicka2012-09-281-4/+39
* Integrate lexical block into source_location.Dehao Chen2012-09-191-2/+1
* Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson2012-09-041-0/+14
* predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor2012-08-241-2/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-5/+10
* basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther2012-08-131-7/+4
* Fix typo in comment in basic-block.hDodji Seketeli2012-07-251-1/+1