aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfganal.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-30sparseset.h (sparseset_bit_p): Use gcc_checking_assert.Richard Biener1-6/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+8
2012-11-08re PR tree-optimization/55191 (ICE in compute_antic at tree-ssa-pre.c:2511)Steven Bosscher1-3/+5
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-28/+24
2012-10-31re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in...Steven Bosscher1-8/+8
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-15/+15
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-1/+1
2012-07-23sbitmap.h (struct int_list): Remove.Steven Bosscher1-0/+173
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-192/+6
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+12
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-05tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.Jan Hubicka1-5/+5
2010-06-04tree-into-ssa.c (mark_block_for_update): Avoid redundant call of bitmap_bit_p.Jan Hubicka1-3/+2
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-23/+23
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-06-26cfganal.c: Include vec.h and vecprim.h.Steven Bosscher1-0/+63
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-6/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-7/+223
2006-09-12* cfganal.c (compute_dominance_frontiers_1): Don't be quadratic.Jan Hubicka1-0/+2
2006-05-18Whitespace fixupsMike Stump1-18/+18
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-10/+10
2005-12-20cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck1-24/+59
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-16/+15
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-2/+4
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-1/+1
2005-03-14basic-block.h (BB_VISITED): Removed.Zdenek Dvorak1-6/+44
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-1/+1
2005-02-21cfganal.c (find_unreachable_blocks): Manually CSE load of e->dest.Jeff Law1-5/+9
2005-01-23* cfganal.c: Fix a reference to Harvey's paper.Kazu Hirata1-1/+1
2005-01-22cfganal.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-19cfganal.c (compute_dominance_frontiers_1): Replace with new algorithmDaniel Berlin1-57/+43
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-0/+1
2004-11-09cfganal.c (flow_dfs_compute_reverse_execute): Accept new argument holding las...Jeff Law1-5/+8
2004-11-08cfg.c (redirect_edge_succ_nodup): Use find_edge rather than implementing it i...Jeff Law1-3/+12
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-10-05basic-block.h: Remove the prototype for flow_preorder_transversal_compute.Kazu Hirata1-120/+0
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-82/+87
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-2/+3
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-12/+4
2004-08-19basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher1-0/+79
2004-07-16basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson1-8/+16
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-1/+1