aboutsummaryrefslogtreecommitdiff
path: root/gcc/graph.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-3/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-3/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+1
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-7/+10
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-1/+2
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-17/+4
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-15/+9
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-11/+11
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+2
2004-01-13re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_...Steven Bosscher1-8/+8
2004-01-03Fix messed up accidental commit.Steven Bosscher1-17/+8
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-8/+17
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-5/+5
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+6
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger1-35/+16
2003-05-20* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai1-2/+0
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-5/+4
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-12/+13
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-13/+12
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-1/+1
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-15/+16
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-1/+1
2000-04-27rtlanal.c (dead_or_set_regno_p): Use find_regno_note.Richard Henderson1-27/+4
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
1999-11-08cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1-3/+8
1999-10-02graph.h: New file to prototype functions exported by graph.c.Kaveh R. Ghazi1-0/+1
1999-08-20rtl.c (rtx_name): Constify a char*.Kaveh R. Ghazi1-4/+10
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-04-14graph.c (node_data): Return void.Zack Weinberg1-8/+4
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-46/+39
1999-01-11Update copyrights.Richard Henderson1-1/+1
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1-4/+4
1998-11-23Ulrich Drepper <drepper@cygnus.com>Ulrich Drepper1-0/+486