summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2018-01-031-1/+1
* * asan.c (create_cond_insert_point): Maintain profile.hubicka2017-11-031-4/+1
* * asan.c (create_cond_insert_point): Do not update edge count.hubicka2017-10-191-2/+9
* * asan.c (asan_emit_stack_protection): Update.hubicka2017-06-291-3/+2
* 2017-05-23 Jan Hubicka <hubicka@ucw.cz>hubicka2017-06-041-12/+3
* Update copyright years.jakub2017-01-011-1/+1
* Update copyright years.jakub2016-01-041-1/+1
* PR middle-end/66353mpolacek2015-07-111-0/+17
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-2/+0
* Update copyright years.jakub2015-01-051-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-67/+0
* 2014-10-22 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-221-171/+3
* Add AutoFDO.dehao2014-10-211-0/+2
* 2014-10-21 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-211-117/+4
* 2014-10-20 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-201-39/+1
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+6
* control_flow_insn_p takes an insndmalcolm2014-09-081-1/+1
* Convert set_block_for_insn from a macro to an inline functiondmalcolm2014-09-051-2/+0
* inside_basic_block_p requires a const rtx_insn *dmalcolm2014-08-281-1/+1
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingdmalcolm2014-08-261-12/+6
* Tighten up params of create_basic_block_structuredmalcolm2014-08-261-2/+2
* Convert edge_def.insns.r to rtx_insn *dmalcolm2014-08-251-1/+1
* Remove BB_FOOTER scaffoldingdmalcolm2014-08-251-3/+2
* loop-unroll.c: Use rtx_insn (also touches basic-block.h)dmalcolm2014-08-221-1/+1
* cfgcleanup.c: Use rtx_insn (also touches basic-block.h and ifcvt.c)dmalcolm2014-08-211-3/+3
* get_last_bb_insn returns an rtx_insndmalcolm2014-08-201-1/+1
* Convert various rtx to rtx_note *dmalcolm2014-08-191-1/+2
* bb_note returns a rtx_note *dmalcolm2014-08-191-1/+1
* Replace BB_HEAD et al macros with functionsdmalcolm2014-08-191-11/+15
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsdmalcolm2014-08-181-4/+11
* Support mode toggle.chrbr2014-07-021-0/+3
* 2014-04-29 Richard Biener <rguenther@suse.de>rguenth2014-04-291-0/+3
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Put back typedef for gcov_working_set_t/gcov_bucket_typehjl2013-12-101-1/+1
* * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):olegendo2013-12-101-7/+7
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-3/+0
* Eliminate FOR_EACH_BB_REVERSE macro.dmalcolm2013-12-091-2/+0
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-2/+0
* Eliminate last_basic_block macro.dmalcolm2013-12-091-3/+0
* Eliminate profile_status macro.dmalcolm2013-12-091-1/+0
* Eliminate label_to_block_map macro.dmalcolm2013-12-091-1/+0
* Eliminate basic_block_info macro.dmalcolm2013-12-091-1/+0
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-2/+0
* Eliminate SET_BASIC_BLOCK macro.dmalcolm2013-12-091-1/+0
* Rename profile_status_for_function to profile_status_for_fn.dmalcolm2013-12-091-1/+1
* Rename label_to_block_map_for_function to label_to_block_map_for_fn.dmalcolm2013-12-091-1/+1
* Rename last_basic_block_for_function to last_basic_block_for_fn.dmalcolm2013-12-091-1/+1
* Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,dmalcolm2013-12-091-5/+5
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-6/+4
* Eliminate n_edges macrodmalcolm2013-11-191-2/+1