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