| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 2002-03-21 | 1 | -2/+3 |
* | Makefile.in (debug.o): Depend on debug.h. | Kaveh R. Ghazi | 2002-03-12 | 1 | -1/+1 |
* | predict.c: Fix formatting. | Kazu Hirata | 2002-01-22 | 1 | -6/+6 |
* | diagnostic.c (warn_deprecated_use): Rework to lower indentation. | Richard Kenner | 2002-01-12 | 1 | -1/+2 |
* | * sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL. | Richard Kenner | 2001-11-18 | 1 | -3/+3 |
* | dbxout.c (dbxout_symbol_location): Update call of alter_subreg. | Jan Hubicka | 2001-11-14 | 1 | -1/+1 |
* | unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning. | Kaveh R. Ghazi | 2001-11-11 | 1 | -1/+1 |
* | ChangeLog.2, [...]: Fix spelling errors and typos. | Joseph Myers | 2001-10-29 | 1 | -1/+1 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -7/+7 |
* | calls.c: Fix formatting. | Kazu Hirata | 2001-10-10 | 1 | -1/+1 |
* | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 2001-09-13 | 1 | -2/+2 |
* | alias.c (clear_reg_alias_info): Use K&R format definition. | Richard Kenner | 2001-09-10 | 1 | -7/+8 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | dbxout.c (dbxout_global_decl): New. | Neil Booth | 2001-07-22 | 1 | -21/+53 |
* | * dbxout.c, sdbout.c, varasm.c: Revert most recent patch. | Neil Booth | 2001-07-22 | 1 | -53/+21 |
* | dbxout.c (dbxout_global_decl): New. | Neil Booth | 2001-07-21 | 1 | -21/+53 |
* | Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. | Neil Booth | 2001-07-19 | 1 | -3/+8 |
* | Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. | Neil Booth | 2001-07-19 | 1 | -1/+31 |
* | dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function. | Neil Booth | 2001-07-17 | 1 | -17/+39 |
* | output.h (sdb_begin_function_line): Restore as an extern variable. | Neil Booth | 2001-07-16 | 1 | -1/+1 |
* | dbxout.c (dbxout_source_line): Make static, update prototype. | Neil Booth | 2001-07-15 | 1 | -27/+50 |
* | Makefile.in (final.o): Depend on debug.h. | Neil Booth | 2001-07-12 | 1 | -6/+10 |
* | Makefile.in (c-lex.o): Wrap long lines. | Neil Booth | 2001-07-11 | 1 | -6/+14 |
* | Makefile.in (toplev.o, [...]): Depend on debug.h, wrap long lines. | Neil Booth | 2001-07-10 | 1 | -5/+12 |
* | dbxout.c, [...]: Always include gstab.h, not system stab.h. | Zack Weinberg | 2001-05-01 | 1 | -15/+0 |
* | Use byte offsets in SUBREGs instead of words. | Jakub Jelinek | 2001-04-03 | 1 | -8/+4 |
* | sdbout.c: #include ggc.h. | Richard Kenner | 2001-03-21 | 1 | -24/+33 |
* | sdbout.c (sdbout_symbol): Use DECL_RTL_SET_P, SET_DECL_RTL. | Mark Mitchell | 2001-03-15 | 1 | -3/+5 |
* | sdbout.c (sdbout_one_type): Skip types with indeterminate size. | Laurynas Biveinis | 2001-01-29 | 1 | -6/+8 |
* | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 2001-01-28 | 1 | -3/+2 |
* | * sdbout.c (PUT_SDB_DEF): Fix after last bogus change. | Michael Sokolov | 2001-01-21 | 1 | -5/+0 |
* | gcse.c (set_hash_table_size): Now unsigned. | Richard Kenner | 2000-10-20 | 1 | -9/+10 |
* | Remove obstacks. | Mark Mitchell | 2000-10-13 | 1 | -1/+1 |
* | sdbout.c (PUT_SDB_DEF, [...]): Replace ASM_OUTPUT_LABELREF with assemble_name. | J"orn Rennecke | 2000-09-18 | 1 | -3/+8 |
* | defaults.h: Provide default definitions for... | Zack Weinberg | 2000-09-11 | 1 | -34/+0 |
* | sdbout.c (struct sdb_file): NAME now const. | Richard Kenner | 2000-06-06 | 1 | -3/+3 |
* | * Rework fields used to describe positions of bitfields and | Richard Kenner | 2000-03-25 | 1 | -4/+1 |
* | tree.h (COMPLETE_TYPE_P): New macro. | Nathan Sidwell | 2000-03-21 | 1 | -2/+2 |
* | sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else" warning. | Andreas Jaeger | 2000-03-20 | 1 | -10/+11 |
* | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 2000-03-17 | 1 | -21/+23 |
* | emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks. | Mark Mitchell | 2000-02-28 | 1 | -13/+4 |
* | c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | Richard Kenner | 2000-02-19 | 1 | -1/+2 |
* | reload.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-17 | 1 | -14/+14 |
* | Makefile.in (toplev.o): Depend on regs.h. | Kaveh R. Ghazi | 2000-01-11 | 1 | -0/+1 |
* | Makefile.in (optabs.o): Depend on real.h | Kaveh R. Ghazi | 2000-01-10 | 1 | -2/+4 |
* | elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around assignment used a... | Kaveh R. Ghazi | 2000-01-09 | 1 | -3/+3 |
* | builtins.c (expand_builtin_strlen): Initialize variable `icode'. | Kaveh R. Ghazi | 2000-01-04 | 1 | -2/+2 |
* | output.h (current_function_is_leaf, [...]): Declare. | John Wehle | 1999-04-18 | 1 | -1/+1 |
* | sdbout.c (sdbout_symbol): Do not call build_pointer_type, build one on the fl... | Jeffrey A Law | 1999-03-27 | 1 | -1/+6 |
* | sdbout.c (syms.h): Don't include on Interix. | Mumit Khan | 1999-03-22 | 1 | -1/+1 |