Age | Commit message (Expand) | Author | Files | Lines |
2000-07-23 | * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab. | George Helffrich | 1 | -1/+1 |
2000-06-28 | dbxout.c (dbxout_symbol, [...]): Use DECL_CONTEXT, not DECL_FIELD_CONTEXT. | Raja R Harinath | 1 | -2/+2 |
2000-06-25 | Vector support: type node creation & debugging support | Bernd Schmidt | 1 | -0/+3 |
2000-06-08 | dbxout.c (dbxout_type_fields): Don't segfault on fields with incomplete types. | Jakub Jelinek | 1 | -0/+1 |
2000-04-14 | dbxout.c (dbxout_type, [...]): Don't call print_int_cst_octal with something ... | Richard Kenner | 1 | -2/+6 |
2000-04-04 | dbxout.c (CONTIN): If it doesn't have to do anything... | Zack Weinberg | 1 | -1/+1 |
2000-03-25 | * Rework fields used to describe positions of bitfields and | Richard Kenner | 1 | -5/+2 |
2000-03-21 | tree.h (COMPLETE_TYPE_P): New macro. | Nathan Sidwell | 1 | -6/+6 |
2000-03-17 | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 1 | -43/+48 |
2000-03-08 | dbxout.c (dbxout_parms): When correcting for promoted big-endian parameters... | Clinton Popetz | 1 | -1/+3 |
2000-03-07 | rtl.h (rtunion_def): Constify member `rtstr'. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-03-07 | tree.h (INT_CST_LT, [...]): Remove unneeded casts. | Richard Kenner | 1 | -1/+1 |
2000-02-29 | Fix prototype for dbxout_symbol_location. | Martin v. Löwis | 1 | -1/+1 |
2000-02-29 | c-decl.c (current_function_decl): Move to toplev.c. | Martin v. Löwis | 1 | -25/+45 |
2000-02-28 | emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks. | Mark Mitchell | 1 | -16/+2 |
2000-02-25 | Copyright fixes. | Jeff Law | 1 | -1/+2 |
2000-01-14 | cccp.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -20/+20 |
1999-11-25 | c-common.c (check_format_info): Don't call a variadic function with a non-lit... | Kaveh R. Ghazi | 1 | -1/+1 |
1999-11-11 | Fix gdb testsuite failures caused by Kenner's bulk merge from gcc2. | Jim Wilson | 1 | -1/+9 |
1999-11-06 | Makefile.in (dbxout.o): Depend on ggc.h. | Mark Mitchell | 1 | -0/+3 |
1999-10-31 | [multiple changes] | Richard Kenner | 1 | -22/+66 |
1999-10-26 | dbxout.c (lastfile, [...]): Constify a char*. | Kaveh R. Ghazi | 1 | -29/+28 |
1999-09-23 | builtins.c, [...]: Include tm_p.h. | Richard Henderson | 1 | -0/+1 |
1999-09-03 | dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero. | Richard Henderson | 1 | -2/+1 |
1999-08-31 | Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o. | Kaveh R. Ghazi | 1 | -2/+0 |
1999-04-18 | output.h (current_function_is_leaf, [...]): Declare. | John Wehle | 1 | -2/+2 |
1999-03-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -5/+5 |
1999-02-24 | Fix cross compiler build failure in dbxout.c. | Jim Wilson | 1 | -2/+4 |
1998-12-08 | * dbxout.c: If USG is defined use gstab.h, even if HAVE_STAB_H is set. | Kaveh R. Ghazi | 1 | -3/+3 |
1998-11-09 | [multiple changes] | Jeff Law | 1 | -1/+1 |
1998-07-23 | Fix stabs bug with C array ranges. | Jim Wilson | 1 | -2/+12 |
1998-06-30 | decl2.c (lang_decode_option): Remove warn_template_debugging. | Benjamin Kosnik | 1 | -6/+0 |
1998-06-29 | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1 | -1/+1 |
1998-06-29 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-06-04 | dbxout.c (dbxout_type): Output arrays of bits as if they were bitstrings for ... | Dave Brolley | 1 | -0/+14 |
1998-05-23 | m68k.h: Declare more functions used in macros. | Andreas Schwab | 1 | -0/+4 |
1998-05-19 | Warning Fixes: | Kaveh R. Ghazi | 1 | -0/+1 |
1998-05-18 | Undid previous delta to dbxout.c | Nick Clifton | 1 | -1/+15 |
1998-05-18 | Use TREE_ARG to compute the type of a function parameter passed in memory. | Nick Clifton | 1 | -1/+1 |
1998-05-18 | dwarfout.h, [...]: New files. | Robert Lipe | 1 | -0/+1 |
1998-05-16 | dbxout.c (dbxout_parms): If mode of type of parameter living in memory doesn'... | Doug Evans | 1 | -0/+9 |
1998-05-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -7/+7 |
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1 | -4/+6 |
1998-04-24 | dbxout.c (dbxout_type): Fix typo. | Jeffrey A Law | 1 | -5/+12 |
1998-04-24 | dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC appropriately. | Jeff Law | 1 | -25/+58 |
1998-03-25 | Fix warnings from Kaveh R. Ghazi | Michael Meissner | 1 | -2/+6 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -15/+1 |
1998-03-18 | dbxout.c (dbxout_function_end): Fix last change. | Richard Henderson | 1 | -2/+2 |
1998-03-18 | Fix more warnings... | Kaveh R. Ghazi | 1 | -3/+6 |
1998-03-11 | dbxout.c (dbxout_type_methods): Only treat TYPE_METHODS as a TREE_VEC if that... | Mark Mitchell | 1 | -1/+1 |