aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)Author
2001-08-06 * varasm.c (output_constant_def_contents): Use for the length of adanglin
2001-08-02 * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) inhpenner
2001-07-26 * varasm.c (assemble_variable): Create DECL_RTL before settingrth
2001-07-17 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL andro
2001-05-17 * except.h (protect_cleanup_actions): Remove it.mmitchel
2001-05-13 2001-05-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl
2001-04-28 * flow.c (propagate_block_delete_insn): Handle deletion of ADDR_VEClaw
2001-04-11 * collect2.c (is_ctor_dtor): Always use '_' in the file fn names,jason
2001-03-26 * varasm.c (make_decl_rtl): Don't append var_labelno discriminatorjakub
2001-03-23Re-add missing debug info for weak aliases.wilson
2001-03-20 * tree.c (set_decl_assembler_name): Set DECL_ASSEMBLER_NAME formmitchel
2001-03-15 * varasm.c (assemble_variable): Use DECL_RTL_SET_P.mmitchel
2001-03-15 * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not themmitchel
2001-03-14 * tree.h (DECL_RTL): Allocate RTL lazily.mmitchel
2001-03-02 * print-rtl.c (print_rtx): Cast enums to int for comparison.danglin
2001-02-23 * varasm.c (output_constant): Recompute CODE after lang-specific fn.kenner
2001-02-04 * cppinit.c (BC): New macro.mmitchel
2001-01-28 * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi
2001-01-23 * varasm.c (UNIQUE_SECTION): Move default implementation ...rth
2001-01-15 * varasm.c (make_decl_rtl): Fix typo in last change.mmitchel
2001-01-12Revert:mrs
2001-01-10 * output.h (make_function_rtl): Remove prototype.mmitchel
2001-01-06 * varasm.c (assemble_name): Ensure we output the stripped name.mrs
2001-01-052001-01-05 Jeffrey Oldham <oldham@codesourcery.com>oldham
2001-01-05 * c-decl.c (finish_struct): Detect flexible array membersrth
2001-01-04 * varasm.c (output_constructor): Use HOST_WIDE_INT for sizes.kenner
2001-01-04 * c-decl.c (grokdeclarator): Give zero-length arrays size zero.rth
2000-12-29* varasm.c (output_constant_def): Don't ENCODE_SECTION_INFOaoliva
2000-12-282000-12-28 Jeffrey Oldham <oldham@codesourcery.com>oldham
2000-12-22 * Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo.ghazi
2000-12-21* varasm.c (output_addressed_constants): Use language specificcchavva
2000-11-23* final.c (output_addr_const) [LABEL_REF]: Simplify.aoliva
2000-11-22 * varasm.c (record_constant): Pad the constructedrth
2000-11-19 * c-decl.c (grokdeclarator): Support flexible array members.rth
2000-11-19Warning fixes:ghazi
2000-11-17 * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack
2000-11-17 * stringpool.c: New file.zack
2000-11-14 * varasm.c (struct deferred_string): New structure.jakub
2000-11-14 * varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_tablejakub
2000-11-13* varasm.c (struct constant_descriptor): Put CONTENTS inside arearnsha
2000-11-03 * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.cjsm28
2000-10-13 Remove obstacks.mmitchel
2000-09-25Callers gcc-toplev:hp
2000-09-25Changes add TABs on either or both sides, covering start of line,hp
2000-09-11 * varasm.c (make_decl_rtl): Restore leading star onzack
2000-08-30 * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.gkm
2000-08-30 * expr.c (store_constructor): Allow variable bounds of array type.kenner
2000-08-29top level:zack
2000-08-24 * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,gkm
2000-08-04 * alias.c (mark_constant_function): Use INSN_P.law