Daily bump.
[gcc.git] / gcc / basic-block.h
2021-01-04 Jakub JelinekUpdate copyright years.
2020-01-01 Jakub JelinekUpdate copyright years.
2019-07-18 Richard SandifordMake ifcvt clean up dead comparisons
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-01-10 Martin LiskaClean up partitioning in try_optimize_cfg (PR bootstrap...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-03 Jan Hubickaasan.c (create_cond_insert_point): Maintain profile.
2017-10-19 Jan Hubickaasan.c (create_cond_insert_point): Do not update edge...
2017-06-29 Jan Hubickaasan.c (asan_emit_stack_protection): Update.
2017-06-04 Jan Hubickai386.c (make_resolver_func): Update.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-01-04 Jakub JelinekUpdate copyright years.
2015-07-11 Marek Polacekre PR middle-end/66353 (Missing bb_has_abnormal_call_pr...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-22 Andrew MacLeodcfgbuild.h: New.
2014-10-21 Dehao ChenAdd AutoFDO.
2014-10-21 Andrew MacLeodcfg.h: New.
2014-10-20 Andrew MacLeodcfgrtl.h: New.
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-09-08 David Malcolmcontrol_flow_insn_p takes an insn
2014-09-05 David MalcolmConvert set_block_for_insn from a macro to an inline...
2014-08-28 David Malcolminside_basic_block_p requires a const rtx_insn *
2014-08-26 David MalcolmRemove BB_HEAD, BB_END, BB_HEADER scaffolding
2014-08-26 David MalcolmTighten up params of create_basic_block_structure
2014-08-25 David MalcolmConvert edge_def.insns.r to rtx_insn *
2014-08-25 David MalcolmRemove BB_FOOTER scaffolding
2014-08-22 David Malcolmloop-unroll.c: Use rtx_insn (also touches basic-block.h)
2014-08-21 David Malcolmcfgcleanup.c: Use rtx_insn (also touches basic-block...
2014-08-20 David Malcolmget_last_bb_insn returns an rtx_insn
2014-08-19 David MalcolmConvert various rtx to rtx_note *
2014-08-19 David Malcolmbb_note returns a rtx_note *
2014-08-19 David MalcolmReplace BB_HEAD et al macros with functions
2014-08-18 David MalcolmSplit BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants
2014-07-02 Christian BruelSupport mode toggle.
2014-04-29 Richard Bienerdominance.c (free_dominance_info): Add overload with...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-10 H.J. LuPut back typedef for gcov_working_set_t/gcov_bucket_type
2013-12-10 Oleg Endocgraph.h (cgraph_node_set_iterator, [...]): Remove...
2013-12-09 David MalcolmEliminate FOR_ALL_BB macro.
2013-12-09 David MalcolmEliminate FOR_EACH_BB_REVERSE macro.
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09 David MalcolmEliminate last_basic_block macro.
2013-12-09 David MalcolmEliminate profile_status macro.
2013-12-09 David MalcolmEliminate label_to_block_map macro.
2013-12-09 David MalcolmEliminate basic_block_info macro.
2013-12-09 David MalcolmEliminate BASIC_BLOCK macro.
2013-12-09 David MalcolmEliminate SET_BASIC_BLOCK macro.
2013-12-09 David MalcolmRename profile_status_for_function to profile_status_fo...
2013-12-09 David MalcolmRename label_to_block_map_for_function to label_to_bloc...
2013-12-09 David MalcolmRename last_basic_block_for_function to last_basic_bloc...
2013-12-09 David MalcolmRename macros (basic_block_info_for_function, BASIC_BLO...
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 David MalcolmEliminate n_edges macro
2013-11-19 David MalcolmEliminate n_basic_blocks macro
2013-11-15 Jeff Lawbasic-block.h (has_abnormal_or_eh_outgoing_edge): Renam...
2013-11-14 Jeff Lawbasic-block.h (has_abnormal_outgoing_edge_p): Moved...
2013-11-06 Andrew MacLeodgimple.h (block_in_transaction): Move to basic-block...
2013-10-30 Richard Bienerre PR rtl-optimization/57100 (ICE: in pre_and_rev_post_...
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-02 Andrew MacLeodtree-flow.h: Remove some prototypes.
2013-09-30 Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-06 Richard Bienerbasic-block.h (class control_dependences): New.
2013-08-31 Jan Hubicka* basic-block.h (apply_scale): Make scale parmeter...
2013-08-31 Teresa JohnsonThis patch sanitizes the partitioning to address issues...
2013-06-06 Teresa Johnsonre PR c++/53743 (ICE when compiling firefox with PGO...
2013-04-29 Teresa JohnsonThis patch fixes PR bootstrap/57077.
2013-04-08 Teresa JohnsonFirst phase of unifying the computation of profile...
2013-04-03 Teresa JohnsonThis patch enables the gcov-dump tool to optionally...
2013-03-29 Lawrence CrowlAdd uniform debug dump function names.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-10-31 Steven Bosscherre PR tree-optimization/55018 (CDDCE pass is too aggres...
2012-10-16 Joern Renneckeloop-doloop.c (doloop_modify): Pass doloop_end pattern...
2012-10-09 Steven Bosscher* basic-block. (profile_record): New struct, moved...
2012-09-28 Jan Hubickabasic-block.h (RDIV): Define.
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-09-04 Teresa JohnsonEnhances the gcov program summary by adding a histogram...
2012-08-24 Martin Jamborpredict.c (maybe_hot_frequency_p): New parameter fun.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-13 Richard Guentherbasic-block.h (struct basic_block): Remove loop_depth...
2012-07-25 Dodji SeketeliFix typo in comment in basic-block.h
2012-07-23 Steven Bosschersbitmap.h (struct int_list): Remove.
2012-07-20 Steven Bosscherbasic-block.h (BB_FLAGS_TO_PRESERVE): New define.
2012-07-17 Steven Bosscherdumpfile.h (TDF_COMMENT): New define.
2012-07-11 Steven Bosscherbasic-block.h (struct edge_def): Use basic_block instea...
2012-07-08 Steven Bosscherbasic-block.h: Re-group most prototypes per file.
2012-06-29 Steven Bosschersystem.h (IFCVT_EXTRA_FIELDS): Poison.
2012-05-31 Aldy Hernandezre PR tree-optimization/52558 (write introduction incor...
2012-05-21 Aldy Hernandezgimple.h (gimple_set_in_transaction): Remove.
2012-05-08 Michael Matzbasic-block.h (struct rtl_bb_info): Remove visited...
2012-05-03 Michael Matzbasic-block.h (struct rtl_bb_info, [...]): Move in...
2012-03-29 Richard Guenthercgraph.h (cgraph_materialize_all_clones): Remove.
2012-03-28 Richard Guentherloop-init.c (loop_optimizer_init): If loops are preserv...
next