OSDN Git Service

2000-07-21 Alexandre Petit-Bianco <apbianco@cygnus.com>
[pf3gnuchains/gcc-fork.git] / gcc / varasm.c
2000-06-22 nathan * varasm.c (constant_descriptor): Make contents unsign...
2000-06-09 zacktoplevel:
2000-06-01 kenner * alias.c (get_alias_set): Don't call language-specifi...
2000-06-01 kenner * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-25 aph2000-05-25 Andrew MacLeod <amacleod@cygnus.com>
2000-05-22 zack * varasm.c (eh_frame_section): Revert change to argume...
2000-05-20 zacktop level:
2000-05-16 rth * varasm.c (output_constant_pool): Abort instea...
2000-05-09 zacktop level:
2000-05-05 law * varasm.c (asm_emit_uninitialised): Use 0...
2000-05-04 jason * simplify-rtx.c (simplify_ternary_operation...
2000-05-03 jason * cppexp.c (op_t): Make an int.
2000-05-03 kenner * expr.c (expand_expr, case COMPONENT_REF): Don't...
2000-04-28 rth * varasm.c (record_constant_1): Record the...
2000-04-15 kenner * varasm.c (assemble_variable): Add cast to remove...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-17 kenner * Clean up usages of TREE_INT_CST_LOW.
2000-03-09 jason * varasm.c (make_decl_rtl): Skip initial '...
2000-03-07 ghazi * rtl.h (rtunion_def): Constify member `rtstr'.
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-03-07 jasonoops
2000-03-07 jason * cpphash.c (collect_expansion): Also catch...
2000-03-04 jason * dwarf2out.c (dwarf2out_frame_debug): Add...
2000-03-02 kenner * varasm.c (output_constant): Strip off a CONVERT_EXPR to
2000-02-21 mmitchel * varasm.c (initializer_constant_valid_p): Call
2000-02-20 kenner * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-02-19 kenner * bitmap.c (bitmap_operation): Avoid using -1 for...
2000-02-10 kenner * combine.c (make_extraction, force_to_mode): Avoid...
2000-01-17 ghazi * toplev.c: PROTO -> PARAMS.
2000-01-14 ghazi * varasm.c (asm_output_bss): Mark parameters...
2000-01-05 nickcAdd support for generating unique sections for unitiali...
2000-01-05 law * cse.c (cse_insn): Missing cast added.
2000-01-04 ghazi * builtins.c (expand_builtin_strlen): Initialize varia...
1999-12-20 cruxcurrent_function -> cfun
1999-11-22 aph1999-11-22 Andrew Haley <aph@cygnus.com>
1999-11-21 geoffk* varasm.c (output_constructor): Solve problem with...
1999-11-18 law * varasm.c (output_constructor) Solved problem...
1999-11-03 rth * varasm.c (decode_rtx_const): Use XSTR to...
1999-11-01 ghazi * output.h (assemble_end_function, assemble_des...
1999-11-01 kennerFri Oct 29 15:25:07 1999 Arnaud Charlet <charlet...
1999-10-03 ghazi * print-tree.c (print_node, indent_to): Remove redunda...
1999-09-25 nickcTidy up assemble_variable()'s handling of uninitialised...
1999-09-23 rth * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
1999-09-16 rth * emit-rtl.c (free_emit_status): Don't check...
1999-09-14 ghazi * c-pragma.c (handle_pragma_token): Wrap variabl...
1999-09-09 mmitchel * function.h (free_after_compilation): Remove decl...
1999-09-09 rth * combine.c (SUBST): Break out to a real functi...
1999-09-07 mmitchel * emit-rtl.c (free_emit_status): Take decl as a parameter.
1999-09-07 lawMerge in gcc2-ss-010999
1999-09-05 mmitchel * Makefile.in (tree.o): Depend on ggc.h.
1999-09-05 mmitchel * c-decl.c (struct language_function): Renamed from...
1999-09-04 cruxChange memory mangement and constant pool handling...
1999-09-02 law * varasm.c (mark_constant_pool): When marking...
1999-09-02 geoffk* flags.h: New variables align_loops, align_loops_log,
1999-08-31 zack1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover...
1999-08-25 ghaziWarning fixes:
1999-08-20 ghazi * rtl.h (rtx_format): Constify a char*.
1999-08-10 ghazi * output.h (assemble_name): Constify a char*.
1999-08-02 rthJakub Jelinek <jj@ultra.linux.cz>
1999-07-31 cruxBackport of GC branch patches part 1: kill eh status...
1999-06-18 nickcUse ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTP...
1999-06-09 lawh
1999-06-07 law * varasm.c (assemble_start_function): Remove...
1999-05-27 law * varasm.c (STRIP_NAME_ENCODING): Remove defaul...
1999-05-20 mmitchel * expr.h (lang_expand_constant): Declare.
1999-05-09 burleyAdd some transitive closure
1999-05-08 rth * varasm.c (output_constant): Do nothing if...
1999-03-28 rth* varasm.c (output_constant_pool): Always mark the...
1999-03-19 ghaziWarning fixes:
1999-02-26 law * c-pragma.c (add_weak); Delete. Moved into...
1999-02-22 burleyfix -fsyntax-only ICEs
1999-02-08 vmakarovMon Feb 9 18:57:45 1999 Vladimir N. Makarov <vmakaro...
1999-01-27 lawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-23 ghazi * final.c (bb_str): Qualify a char* with the...
1999-01-21 vmakarovThu Jan 21 14:13:31 1999 Vladimir N. Makarov <vmakaro...
1999-01-19 mmitchel * rtl.h (rtx_def): Update documentation.
1999-01-18 ghazi * cpplib.c (special_symbol): Qualify a char...
1999-01-18 ghaziWarning fixes:
1998-12-14 amacleod * output.h (force_data_section): New prototype.
1998-10-13 ghaziWarning fixes:
1998-10-13 jason * mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS): Call ASM_GLOBA...
1998-10-03 jason * varasm.c (assemble_start_function, assemble_variable...
1998-10-01 nickcAdd support for #pragma pack(push,<n>) and #pragma...
1998-09-28 clm * flags.h: Add flag_data_sections.
1998-09-02 nickcChange HANDLE_PRAGMA macro so that it will work with...
1998-08-31 brolleyMon Aug 31 15:42:18 1998 Dave Brolley <brolley@cygnus...
1998-07-06 law * print-rtl.c (print_rtx): Display the real...
1998-06-25 mmitchel * invoke.texi (-fstrict-aliasing): Document.
1998-06-23 clmRemove reference to warn_bss_align.
1998-06-22 clmMon Jun 22 11:10:00 1998 Catherine Moore <clm@cygnus...
1998-06-22 ghaziWarning fixes:
1998-06-19 law * varasm.c (assemble_start_function): Add weak_...
1998-06-18 ghaziWarning fixes:
1998-06-08 ghaziWarning fixes:
1998-06-01 clm * config/sh/sh.h (MAX_OFILE_ALIGNMENT): Define.
1998-05-17 law * i386.h (ALIGN_DFmode): Delete.
1998-05-13 wilsonPatch to fix g++.other/local1.C.
1998-05-11 law * varasm.c (assemble_variable): Compute the...
1998-05-11 wilsonFix stabs debug info bug reported by Stu Grossman.
next