Age | Commit message (Expand) | Author | Files | Lines |
2013-04-30 | function.h (loops_for_fn): New inline function. | Richard Biener | 1 | -4/+2 |
2013-04-23 | Display profile info in graph cfg dump | Xinliang David Li | 1 | -2/+3 |
2013-03-20 | cfgloop.c (verify_loop_structure): Streamline and avoid ICEing on corrupt loo... | Richard Biener | 1 | -1/+5 |
2013-02-15 | graph.c (start_graph_dump): Print dumpfile base as digraph label. | Steven Bosscher | 1 | -5/+10 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-12-12 | graph.c: Include sbitmap.h and cfgloop.h. | Steven Bosscher | 1 | -27/+129 |
2012-12-04 | rtl.h (print_insn_with_notes): Remove prototype. | Steven Bosscher | 1 | -39/+13 |
2012-12-03 | rtl.h (print_insn_with_notes): Prototype. | Steven Bosscher | 1 | -23/+23 |
2012-11-30 | coretypes.h (struct pretty_print_info): Make a coretype. | Steven Bosscher | 1 | -66/+58 |
2012-11-26 | invoke.texi: Remove -dv documentation. | Steven Bosscher | 1 | -354/+191 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -1/+1 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2010-11-29 | system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. | Joseph Myers | 1 | -1/+1 |
2010-11-10 | cfgloop.c (verify_loop_structure): Use %' in diagnostics. | Joseph Myers | 1 | -2/+2 |
2010-10-14 | F^C the vcg dump bug. | Tijs Wiebe Lefering | 1 | -1/+10 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -1/+1 |
2010-06-01 | fwprop.c: Make emit-rtl.h include last. | Jan Hubicka | 1 | -0/+1 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-07-16 | cfg.c (dump_reg_info): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -5/+5 |
2008-06-26 | driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual... | Kaveh R. Ghazi | 1 | -3/+3 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-05-21 | gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER... | Jan Hubicka | 1 | -3/+2 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -3/+3 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -1/+1 |
2004-10-18 | basic-block.h (reg_set_iterator): New. | Kazu Hirata | 1 | -7/+10 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -1/+2 |
2004-09-09 | gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -17/+4 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -15/+9 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -11/+11 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2004-01-13 | re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_... | Steven Bosscher | 1 | -8/+8 |
2004-01-03 | Fix messed up accidental commit. | Steven Bosscher | 1 | -17/+8 |
2003-12-30 | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 1 | -8/+17 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -5/+5 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -7/+6 |
2003-07-06 | gcc.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -35/+16 |
2003-05-20 | * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) | Matt Kraai | 1 | -2/+0 |
2003-05-13 | diagnostic.c (output_format): Add support for %m. | Zack Weinberg | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -5/+4 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -12/+13 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -13/+12 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -1/+1 |
2001-09-12 | c-common.c (c_tree_code_name): Const-ification. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-12 | gcc.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2001-02-04 | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 1 | -15/+16 |
2000-08-04 | alias.c (mark_constant_function): Use INSN_P. | Rodney Brown | 1 | -1/+1 |
2000-04-27 | rtlanal.c (dead_or_set_regno_p): Use find_regno_note. | Richard Henderson | 1 | -27/+4 |