Age | Commit message (Expand) | Author | Files | Lines |
2008-06-27 | c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-29 | xcoffout.c: #include debug.h. | Olivier Hainque | 1 | -0/+1 |
2007-08-18 | Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. | Paul Brook | 1 | -2/+3 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -6/+5 |
2005-07-03 | bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett... | Joseph Myers | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2004-12-15 | * xcoffout.c (xcoffout_declare_function): Change strncpy to memcpy. | David Edelsohn | 1 | -1/+1 |
2004-12-13 | xcoffout.c (xcoffout_declare_function): Always strip storage class encoding. | David Edelsohn | 1 | -13/+9 |
2004-10-21 | dbxout.c (asmfile): Delete. | Zack Weinberg | 1 | -4/+4 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -1/+1 |
2004-02-18 | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-13 | xcoffout.c (xcoff_assign_fundamental_type_number): Check DECL_NAME != 0 befor... | Zack Weinberg | 1 | -2/+4 |
2004-02-12 | debug.h (struct gcc_debug_hooks): Add type_decl field. | Zack Weinberg | 1 | -41/+53 |
2003-12-02 | [approved by wilson] | Ben Elliston | 1 | -1/+1 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -1/+1 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-07-06 | unroll.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -42/+19 |
2003-06-17 | dbxout.c (dbxout_source_line_counter): New global variable. | Eric Botcazou | 1 | -3/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-08-15 | dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue. | Douglas B Rupp | 1 | -1/+3 |
2002-05-19 | system.h (STRIP_NAME_ENCODING): Poison it. | Richard Henderson | 1 | -0/+1 |
2002-01-10 | varasm.c: Fix formatting. | Kazu Hirata | 1 | -11/+15 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -1/+1 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-07-17 | dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function. | Neil Booth | 1 | -12/+14 |
2001-07-15 | dbxout.c (dbxout_source_line): Make static, update prototype. | Neil Booth | 1 | -22/+17 |
2001-05-01 | dbxout.c, [...]: Always include gstab.h, not system stab.h. | Zack Weinberg | 1 | -27/+1 |
2001-04-18 | dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined, use it instead o... | Zack Weinberg | 1 | -35/+9 |
2000-11-17 | ggc.h: Delete ggc_add_string_root and ggc_mark_string. | Zack Weinberg | 1 | -4/+0 |
2000-08-29 | * xcoffout.c: Fix formatting. | Kazu Hirata | 1 | -28/+26 |
2000-07-04 | aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier. | Kaveh R. Ghazi | 1 | -8/+10 |
2000-05-06 | xcoffout.c (xcoff_current_include_file, [...]): Constify char *. | David Edelsohn | 1 | -9/+9 |
2000-02-28 | * xcoffout.c (xcoffout_begin_function): Fix typo in previous change. | Mark Mitchell | 1 | -1/+1 |
2000-02-28 | emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks. | Mark Mitchell | 1 | -10/+3 |
2000-02-26 | Fix copyrights. | Jeff Law | 1 | -1/+2 |
2000-01-17 | Update copyrights | Kaveh Ghazi | 1 | -1/+1 |
2000-01-17 | print-rtl.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-11-11 | xcoffout.c (xcoffout_source_file): Change ggc_add_root to gcc_add_string_root. | Rodney Brown | 1 | -1/+1 |
1999-11-06 | Makefile.in (dbxout.o): Depend on ggc.h. | Mark Mitchell | 1 | -0/+4 |
1999-09-28 | xcoffout.c (xcoffout_declare_function): Add documentation. | David Edelsohn | 1 | -0/+3 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -1/+1 |
1999-01-06 | More copyright fixes. Oh what fun. | Jeff Law | 1 | -1/+1 |
1998-07-01 | Fix 24 powerpc-ibm-aix4.1 gdb testsuite failures due to bad gcc debug info. | Jim Wilson | 1 | -0/+10 |
1998-06-25 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+3 |
1998-05-19 | Finish incomplete change started by Kenner. | Jim Wilson | 1 | -1/+1 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -4/+5 |
1995-12-15 | (xcoff_begin_function_line): Make static. | Richard Kenner | 1 | -5/+5 |
1995-10-29 | (xcoff_declare_function): Deal with names created via the __asm__ | Richard Kenner | 1 | -10/+13 |