aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)Author
1998-07-06print-rtl.c (print_rtx): Display the real-value equivalent of a const_double ...Richard Henderson
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell
1998-06-23Remove reference to warn_bss_align.Catherine Moore
1998-06-22varasm.c (assemble_variable): Emit alignment warning.Catherine Moore
1998-06-22Warning fixes:Kaveh R. Ghazi
1998-06-19varasm.c (assemble_start_function): Add weak_global_object_name.Jason Merrill
1998-06-18Warning fixes:Kaveh R. Ghazi
1998-06-08Warning fixes:Kaveh R. Ghazi
1998-06-01sh.h (MAX_OFILE_ALIGNMENT): Define.Catherine Moore
1998-05-17i386.h (ALIGN_DFmode): Delete.John Wehle
1998-05-13Patch to fix g++.other/local1.C.Jim Wilson
1998-05-11varasm.c (assemble_variable): Compute the alignment of the data earlier so th...John Wehle
1998-05-11Fix stabs debug info bug reported by Stu Grossman.Jim Wilson
1998-05-06toplev.h: New file.Robert Lipe
1998-04-16varasm.c (asm_output_bss): Add prototype.Jeff Law
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law
1998-04-01varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_NAME for a entity in a lo...Mark Mitchell
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi
1998-03-12aManfred Hollstein
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein
1998-02-28Fix warious warnings:Kaveh R. Ghazi
1998-02-18varasm.c (output_constant_pool): Fix dumb thinko in last change.Jeffrey A Law
1998-02-18tree.h (merge_machine_{type,decl}_attributes): Declare.Brendan Kehoe
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law
1998-01-17varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary.David S. Miller
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson
1997-12-06Merge from gcc-2.8Jeff Law
1997-11-13patch from paul eggert to fix -0.0/0.0 confusion that breaks glibcPaul Eggert
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law
1997-09-22combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...David S. Miller
1997-09-10dwarf2 EH supportJason Merrill
1997-08-29Fix C++ template instantiation back end core dump.Jim Wilson
1997-08-02(make_function_rtl, make_decl_rtl): Add a prefix when flag_prefix_function_na...Richard Kenner
1997-08-02(compare_constant_1, case STRING_CST): Compare TYPE_MODE.Richard Kenner
1997-07-19xJason Merrill
1997-07-14(assemble_variable): If low part of size doesn't fit in an int,Richard Kenner
1997-06-09(assemble_end_function): Switch back to function section afterRichard Kenner
1997-04-30xJason Merrill
1997-01-30(TRAMPOLINE_ALIGNMENT): Provide default.Richard Kenner
1997-01-29(force_const_mem): Set MARK instead of clearing it.Richard Kenner
1997-01-24Garbage collect constant pool entries and don't output unnecessary onesIan Lance Taylor
1997-01-18(const_hash): Treat NON_LVALUE_EXPR like CONVERT_EXPR.Richard Kenner
1997-01-14Copy a CONST_INT rtx in force_const_memIan Lance Taylor
1997-01-14Add support for new target macro CONSTANT_AFTER_FUNCTION_PIan Lance Taylor
1996-12-13Call ASM_OUTPUT_POOL_EPILOGUE after outputting the constant poolIan Lance Taylor
1996-12-13Check CONSTANT_POOL_BEFORE_FUNCTION to control placement of constantIan Lance Taylor
1996-12-09xJason Merrill