| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up assemble_variable()'s handling of uninitialised varaibles. | nickc | 1999-09-25 | 1 | -65/+108 |
* | * builtins.c, dbxout.c, varasm.c: Include tm_p.h. | rth | 1999-09-23 | 1 | -1/+1 |
* | * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT. | rth | 1999-09-16 | 1 | -10/+7 |
* | * c-pragma.c (handle_pragma_token): Wrap variables `name' and | ghazi | 1999-09-14 | 1 | -0/+5 |
* | * function.h (free_after_compilation): Remove decl parameter. | mmitchel | 1999-09-09 | 1 | -5/+3 |
* | * combine.c (SUBST): Break out to a real function do_SUBST. | rth | 1999-09-09 | 1 | -32/+62 |
* | * emit-rtl.c (free_emit_status): Take decl as a parameter. | mmitchel | 1999-09-07 | 1 | -4/+13 |
* | Merge in gcc2-ss-010999 | law | 1999-09-07 | 1 | -2/+1 |
* | * Makefile.in (tree.o): Depend on ggc.h. | mmitchel | 1999-09-05 | 1 | -0/+25 |
* | * c-decl.c (struct language_function): Renamed from struct c_function. | mmitchel | 1999-09-05 | 1 | -0/+16 |
* | Change memory mangement and constant pool handling for nested functions to ma... | crux | 1999-09-04 | 1 | -135/+112 |
* | * varasm.c (mark_constant_pool): When marking indirect references, | law | 1999-09-02 | 1 | -2/+2 |
* | * flags.h: New variables align_loops, align_loops_log, | geoffk | 1999-09-02 | 1 | -0/+13 |
* | 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-08-31 | 1 | -0/+3 |
* | Warning fixes: | ghazi | 1999-08-25 | 1 | -2/+4 |
* | * rtl.h (rtx_format): Constify a char*. | ghazi | 1999-08-20 | 1 | -1/+1 |
* | * output.h (assemble_name): Constify a char*. | ghazi | 1999-08-10 | 1 | -5/+6 |
* | Jakub Jelinek <jj@ultra.linux.cz> | rth | 1999-08-02 | 1 | -0/+3 |
* | Backport of GC branch patches part 1: kill eh status saving. | crux | 1999-07-31 | 1 | -1/+0 |
* | Use ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTPUT_DEF, if it is defined. | nickc | 1999-06-18 | 1 | -0/+4 |
* | h | law | 1999-06-09 | 1 | -1/+1 |
* | * varasm.c (assemble_start_function): Remove the function | law | 1999-06-07 | 1 | -7/+49 |
* | * varasm.c (STRIP_NAME_ENCODING): Remove default definition. | law | 1999-05-27 | 1 | -8/+0 |
* | * expr.h (lang_expand_constant): Declare. | mmitchel | 1999-05-20 | 1 | -0/+7 |
* | Add some transitive closure | burley | 1999-05-09 | 1 | -0/+27 |
* | * varasm.c (output_constant): Do nothing if -fsyntax-only. | rth | 1999-05-08 | 1 | -1/+1 |
* | * varasm.c (output_constant_pool): Always mark the constant pool. | rth | 1999-03-28 | 1 | -2/+1 |
* | Warning fixes: | ghazi | 1999-03-19 | 1 | -3/+3 |
* | * c-pragma.c (add_weak); Delete. Moved into... | law | 1999-02-26 | 1 | -0/+28 |
* | fix -fsyntax-only ICEs | burley | 1999-02-22 | 1 | -1/+18 |
* | Mon Feb 9 18:57:45 1999 Vladimir N. Makarov <vmakarov@cygnus.com> | vmakarov | 1999-02-08 | 1 | -1/+5 |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | law | 1999-01-27 | 1 | -0/+5 |
* | * final.c (bb_str): Qualify a char* with the keyword `const'. | ghazi | 1999-01-23 | 1 | -1/+1 |
* | Thu Jan 21 14:13:31 1999 Vladimir N. Makarov <vmakarov@cygnus.com> | vmakarov | 1999-01-21 | 1 | -1/+1 |
* | * rtl.h (rtx_def): Update documentation. | mmitchel | 1999-01-19 | 1 | -3/+3 |
* | * cpplib.c (special_symbol): Qualify a char* with the `const' keyword. | ghazi | 1999-01-18 | 1 | -7/+7 |
* | Warning fixes: | ghazi | 1999-01-18 | 1 | -4/+6 |
* | * output.h (force_data_section): New prototype. | amacleod | 1998-12-14 | 1 | -0/+9 |
* | Warning fixes: | ghazi | 1998-10-13 | 1 | -5/+5 |
* | * mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS): Call ASM_GLOBALIZE_LABEL. | jason | 1998-10-13 | 1 | -4/+6 |
* | * varasm.c (assemble_start_function, assemble_variable, weak_finish, | jason | 1998-10-03 | 1 | -6/+4 |
* | Add support for #pragma pack(push,<n>) and #pragma pack(pop). | nickc | 1998-10-01 | 1 | -46/+4 |
* | * flags.h: Add flag_data_sections. | clm | 1998-09-28 | 1 | -1/+3 |
* | Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB. | nickc | 1998-09-02 | 1 | -2/+2 |
* | Mon Aug 31 15:42:18 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-08-31 | 1 | -0/+2 |
* | * print-rtl.c (print_rtx): Display the real-value equivalent of | law | 1998-07-06 | 1 | -0/+2 |
* | * invoke.texi (-fstrict-aliasing): Document. | mmitchel | 1998-06-25 | 1 | -3/+2 |
* | Remove reference to warn_bss_align. | clm | 1998-06-23 | 1 | -1/+1 |
* | Mon Jun 22 11:10:00 1998 Catherine Moore <clm@cygnus.com> | clm | 1998-06-22 | 1 | -1/+7 |
* | Warning fixes: | ghazi | 1998-06-22 | 1 | -8/+9 |