aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
1994-07-11(assemble_real): Handle TQFmode output.Richard Kenner1-0/+5
1994-07-08(record_constant_rtx, force_const_mem): Ensure everything is inRichard Kenner1-6/+27
1994-07-08varasm.c (assemble_variable): Do set TREE_ASM_WRITTEN on erroneous incomplete...Jason Merrill1-0/+1
1994-07-04(assemble_name): Call STRIP_NAME_ENCODING.Richard Kenner1-2/+4
1994-06-23(assemble_name): Set TREE_SYMBOL_REFERENCED on theJason Merrill1-0/+3
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-13/+14
1994-06-03(make_decl_rtl): If section attribute is being ignored, really ignore it.Doug Evans1-0/+3
1994-04-26Use new macro AGGREGATE_TYPE_P.Per Bothner1-6/+2
1994-04-25(copy_constant, case CONSTRUCTOR): Fix typo; copied list was placed onRichard Kenner1-1/+1
1994-04-13varasm.c (contains_pointers_p): When examining a RECORD_TYPE, only look at th...Jason Merrill1-1/+2
1994-04-11(immed_double_const): Sign-extend constants when theyJim Wilson1-0/+13
1994-03-18(assemble_variable): Likewise.Jim Wilson1-0/+17
1994-03-14(output_constant_def): Do hashing and make label even if bytecode.Richard Kenner1-39/+34
1994-03-01(output_constant): Strip off some NOP_EXPRs before further processing.Richard Kenner1-6/+11
1994-02-27(handle_pragma_weak): Depend on ASM_OUTPUT_DEF not SET_ASM_OP when defining it.Jim Wilson1-18/+5
1994-02-27(make_decl_rtl): Initialize NAME and abort if not reset.Richard Kenner1-1/+4
1994-02-17(IN_NAMED_SECTION): New macro.Doug Evans1-27/+77
1994-01-10(make_decl_rtl): Call globalize_reg, not init_reg_sets_1.Richard Kenner1-4/+4
1993-12-16cp-decl.c (flag_conserve_space): New language specific flag to tell the compi...Mike Stump1-0/+1
1993-11-04(assemble_variable): Set DECL_IN_TEXT_SECTION somewhat earlier.Richard Stallman1-4/+6
1993-11-04(assemble_variable): Set DECL_IN_TEXT_SECTION.Richard Stallman1-0/+4
1993-10-24(assemble_variable): Set last_assemble_variable_decl.Richard Stallman1-0/+10
1993-10-21(output_constructor): Fix previous change:Richard Stallman1-8/+54
1993-10-20(output_constructor): Add support for non-zero lower array bound.Richard Kenner1-1/+6
1993-10-20(size_directive_output): New variable.Richard Stallman1-0/+5
1993-10-19(immed_double_const): Clarify tombstone comment.Richard Kenner1-1/+1
1993-10-11(enum pragma_state): Defined.Richard Stallman1-0/+16
1993-10-05(decode_rtx_const, case CONST_DOUBLE): Only use mode of X if it is notRichard Kenner1-1/+2
1993-10-04(bc_output_ascii): New function.Richard Stallman1-4/+20
1993-10-04(output_constant_def): Remove last change; no longer needed.Richard Kenner1-3/+0
1993-10-03(output_constant_def): Copy string as well as string node whenRichard Kenner1-0/+3
1993-10-02(make_decl_rtl): Set TREE_SIDE_EFFECTS on global if -fvolatile-global.Richard Kenner1-3/+10
1993-09-27(assemble_string): Put braces around ASM_OUTPUT_ASCII.Richard Stallman1-1/+3
1993-09-23(handle_pragma_weak): Test HANDLE_PRAGMA_WEAKRichard Stallman1-0/+5
1993-09-22(bc_assemble_integer): Make definition static.Richard Stallman1-1/+1
1993-09-22bytecode fixesJan Brittenson1-2/+10
1993-09-22(output_constructor): Use the type given by the constructor expression only i...Kresten Krab Thorup1-1/+5
1993-09-21bytecodeJan Brittenson1-81/+473
1993-09-14(immed_double_const, immed_real_const_1): Don't touchJim Wilson1-6/+6
1993-09-13(output_constructor): Handle index value inRichard Stallman1-4/+16
1993-08-09(assembler_variable): For XCOFF_DEBUG, restore sectionJim Wilson1-1/+20
1993-08-09(contains_pointers_p): New function.Richard Stallman1-1/+40
1993-07-28(assemble_variable): Flag_no_common applies only ifJim Wilson1-2/+3
1993-07-27(assemble_variable): For array whose size comes from the initializer, determi...Richard Stallman1-0/+17
1993-07-23(output_constant_def_contents): New function.Richard Stallman1-59/+149
1993-07-18(assemble_variable): Move debugging output calls to after section has been se...Richard Stallman1-21/+64
1993-06-26Include ctype.h.Richard Stallman1-0/+2
1993-06-03(immed_real_const_1): Check explicitly for NaNs.Richard Stallman1-1/+5
1993-05-20(assemble_constant_align): New function.Richard Stallman1-0/+18
1993-05-06(record_constant): Properly make the header of a structRichard Kenner1-5/+8