summaryrefslogtreecommitdiff
path: root/gcc/cfganal.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+12
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.David Malcolm2013-12-091-12/+13
* add auto_vecTrevor Saunders2013-11-221-4/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-48/+62
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-14/+15
* re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener2013-10-301-16/+35
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-0/+53
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-9/+9
* cfganal.c (control_dependences::~control_dependences): Properly free all of t...Richard Biener2013-09-061-1/+1
* basic-block.h (class control_dependences): New.Richard Biener2013-09-061-0/+114
* sparseset.h (sparseset_bit_p): Use gcc_checking_assert.Richard Biener2013-01-301-6/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-9/+8
* re PR tree-optimization/55191 (ICE in compute_antic at tree-ssa-pre.c:2511)Steven Bosscher2012-11-081-3/+5
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-28/+24
* re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in...Steven Bosscher2012-10-311-8/+8
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-15/+15
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-1/+1
* sbitmap.h (struct int_list): Remove.Steven Bosscher2012-07-231-0/+173
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-192/+6
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-0/+12
* Remove doubled up words.Mike Stump2011-04-101-1/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers.Jan Hubicka2010-06-051-5/+5
* tree-into-ssa.c (mark_block_for_update): Avoid redundant call of bitmap_bit_p.Jan Hubicka2010-06-041-3/+2
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-0/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-23/+23
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* cfganal.c: Include vec.h and vecprim.h.Steven Bosscher2008-06-261-0/+63
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-6/+6
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-7/+223
* * cfganal.c (compute_dominance_frontiers_1): Don't be quadratic.Jan Hubicka2006-09-121-0/+2
* Whitespace fixupsMike Stump2006-05-181-18/+18
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-10/+10
* cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck2005-12-201-24/+59
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-16/+15
* bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston2005-07-191-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata2005-06-071-2/+4
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-1/+1
* basic-block.h (BB_VISITED): Removed.Zdenek Dvorak2005-03-141-6/+44
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-1/+1