vbsl.c: New file.
[gcc.git] / gcc / basic-block.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...
2012-01-09 Richard Sandifordsched-int.h (bb_note): Move to...
2011-08-27 Bernd Schmidtrtl.texi (simple_return): Document.
2011-07-28 Bernd Schmidtrtlanal.c (tablejump_p): False for returns.
2011-07-23 Richard Hendersonbb-reorder: Split EH edges crossing partitions.
2011-05-29 Jan Hubickalto-streamer-out.c (pack_ts_fixed_cst_value_fields...
2011-04-07 Eric Botcazoubasic-block.h (force_nonfallthru): Move to...
2011-04-07 Tom de Vriesre PR target/43920 (Choosing conditional execution...
2011-03-26 Eric Botcazoubasic-block.h (fixup_abnormal_edges): Adjust prototype.
2010-12-14 Bernd Schmidtre PR rtl-optimization/44374 (Hoist same instructions...
2010-12-03 Laurynas Biveinisbasic-block.h (struct edge_prediction): Remove forward...
2010-11-03 H.J. LuRevert revision 164552.
2010-11-02 Eric Botcazoubasic-block.h (insert_insn_end_bb_new): Delete.
2010-10-21 Nathan Froydbasic-block.h (single_succ_edge): Use gcc_checking_assert.
2010-10-21 Nathan Froydbasic-block.h (find_fallthru_edge): Define.
2010-09-23 Bernd Schmidtre PR rtl-optimization/44374 (Hoist same instructions...
2010-08-10 Nathan Froydbasic-block.h (alloc_aux_for_block, [...]): Delete.
2010-07-27 Maxim Kuvyrkovre PR target/42495 (redundant memory load)
2010-06-08 Jan Hubickabasic-block.h (single_succ_edge, [...]): Do sanity...
next