aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfganal.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+12
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-12/+13
2013-11-22add auto_vecTrevor Saunders1-4/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-48/+62
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-14/+15
2013-10-30re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener1-16/+35
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+53
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-9/+9
2013-09-06cfganal.c (control_dependences::~control_dependences): Properly free all of t...Richard Biener1-1/+1
2013-09-06basic-block.h (class control_dependences): New.Richard Biener1-0/+114
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