summaryrefslogtreecommitdiff
path: root/gcc/graph.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-3/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-1/+1
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-7/+10
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-1/+2
* gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-091-17/+4
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-15/+9
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-11/+11
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+2
* re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_...Steven Bosscher2004-01-131-8/+8
* Fix messed up accidental commit.Steven Bosscher2004-01-031-17/+8
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-8/+17
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-5/+5
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-7/+6
* gcc.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-35/+16
* * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai2003-05-201-2/+0
* diagnostic.c (output_format): Add support for %m.Zack Weinberg2003-05-131-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-5/+4
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-12/+13
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-13/+12
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-1/+1
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-1/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-15/+16
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-1/+1
* rtlanal.c (dead_or_set_regno_p): Use find_regno_note.Richard Henderson2000-04-271-27/+4
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-6/+6
* cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1999-11-081-3/+8
* graph.h: New file to prototype functions exported by graph.c.Kaveh R. Ghazi1999-10-021-0/+1
* rtl.c (rtx_name): Constify a char*.Kaveh R. Ghazi1999-08-201-4/+10
* Include function.h in most files.Bernd Schmidt1999-08-091-0/+1
* graph.c (node_data): Return void.Zack Weinberg1999-04-141-8/+4
* Flow rewrite to use basic block structures and edge lists.Richard Henderson1999-02-251-46/+39
* Update copyrights.Richard Henderson1999-01-111-1/+1
* basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1999-01-111-4/+4
* Ulrich Drepper <drepper@cygnus.com>Ulrich Drepper1998-11-231-0/+486