summaryrefslogtreecommitdiff
path: root/gcc/cfganal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cfganal.c (find_unreachable_blocks): Manually CSE load of e->dest.Jeff Law2005-02-211-5/+9
* * cfganal.c: Fix a reference to Harvey's paper.Kazu Hirata2005-01-231-1/+1
* cfganal.c, [...]: Update copyright.Kazu Hirata2005-01-221-1/+1
* cfganal.c (compute_dominance_frontiers_1): Replace with new algorithmDaniel Berlin2005-01-191-57/+43
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-0/+1
* cfganal.c (flow_dfs_compute_reverse_execute): Accept new argument holding las...Jeff Law2004-11-091-5/+8
* cfg.c (redirect_edge_succ_nodup): Use find_edge rather than implementing it i...Jeff Law2004-11-081-3/+12
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* basic-block.h: Remove the prototype for flow_preorder_transversal_compute.Kazu Hirata2004-10-051-120/+0
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-82/+87
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-2/+3
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-12/+4
* basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher2004-08-191-0/+79
* basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson2004-07-161-8/+16
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-1/+1
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-1/+1
* basic-block.h (could_fall_through): Declare.J"orn Rennecke2004-06-141-1/+26
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-164/+15
* c-ppoutput.c, [...]: Update copyright.Kazu Hirata2004-02-071-1/+1
* * cfganal.c (flow_call_edges_add): Never split a libcall block.Ulrich Weigand2004-02-061-1/+14
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-13/+13
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-17/+13
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-2/+2
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* caller-save.c: Convert to ISO C90.Andreas Jaeger2003-06-221-74/+38
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-1/+1
* cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU flag befo...Josef Zlomek2003-01-151-3/+7
* * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.Richard Henderson2003-01-071-5/+6
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* cfganal.c (dfs_enumerate_from): Use PARAMS.John David Anglin2002-10-111-1/+1
* Fix comment typo.Richard Henderson2002-09-271-1/+1
* re PR rtl-optimization/7520 (internal compiler error in verify_local_live_at_...Richard Henderson2002-09-271-2/+26
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-5/+5
* Index: ChangeLogGeoffrey Keating2002-08-051-1/+0