summaryrefslogtreecommitdiff
path: root/gcc/cfgbuild.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.dmalcolm2013-12-091-1/+1
* Eliminate profile_status macro.dmalcolm2013-12-091-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-11/+12
* gcc/rsandifo2013-09-231-1/+1
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-4/+2
* PR middle-end/56798steven2013-04-011-1/+1
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-5/+4
* * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven2013-03-291-7/+3
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* This patch normalizes more bitmap function names.crowl2012-11-011-2/+2
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-2/+2
* 2012-10-15 Easwaran Raman <eraman@google.com>eraman2012-10-161-3/+22
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* Merge from transactional-memory branch.aldyh2011-11-081-10/+22
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-2/+1
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* * function.h (struct function): Add can_throw_non_call_exceptions bit.ebotcazou2010-05-251-2/+2
* gcc/ChangeLog:steven2010-05-221-0/+1
* PR middle-end/41360rth2009-09-161-2/+2
* PR middle-end/41360rth2009-09-161-2/+10
* * builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.rth2009-09-141-0/+9
* Squash commit of EH in gimplerth2009-09-141-57/+31
* 2009-09-02 David Daney <ddaney@caviumnetworks.com>daney2009-09-031-0/+7
* gcc/ChangeLog:aoliva2009-09-021-0/+2
* 2009-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>lauras2009-04-221-202/+0
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+2
* gcc/rsandifo2008-06-011-1/+1
* * except.c (dw2_size_of_call_site_table,hubicka2008-04-181-1/+1
* * alias.c (rtx_equal_for_memref_p): Constify.ghazi2007-08-141-5/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* * haifa-sched.c (restore_bb_notes): Clear bb field of the notesrakdver2007-06-061-3/+31
* * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead ofhubicka2007-05-211-17/+13
* PR rtl-optimization/29841ebotcazou2007-04-191-0/+5
* * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.kazu2007-01-031-3/+1
* Revert:kazu2007-01-021-1/+3
* * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.kazu2007-01-021-3/+1
* Whitespace fixupsmrs2006-05-181-10/+10
* * basic-block.h (control_flow_graph): Change the type ofkazu2006-01-111-3/+6
* 2005-12-17 Danny Berlin <dberlin@dberlin.org>zadeck2005-12-171-4/+7
* Update FSF address.kcook2005-06-251-2/+2
* * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h,kazu2005-05-261-2/+1
* * cfgbuild.c: Update comments.kazu2005-03-141-10/+27
* * basic-block.h: Update the prototypes of cached_make_edge andkazu2005-03-141-24/+19
* * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,rakdver2005-03-111-2/+2
* * cfgbuild.c (state, STATE, SET_STATE,kazu2005-03-091-19/+28
* * cfgbuild.c (find_sub_basic_blocks): Remove.kazu2005-03-071-42/+2
* * basic-block.h: Adjust the prototype for find_basic_blocks.kazu2005-02-151-4/+2
* PR middle-end/16585steven2005-01-261-14/+0