| Commit message (Expand) | Author | Age | Files | Lines |
* | * varasm.c (compare_constant_1): For a SET_TYPE CONSTRUCTOR, | bothner | 1996-02-29 | 1 | -2/+6 |
* | * varasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP | dje | 1996-02-29 | 1 | -14/+125 |
* | (in_data_section): New function. | kenner | 1996-01-15 | 1 | -1/+7 |
* | * varasm.c (variable_section): New function. | dje | 1996-01-10 | 1 | -59/+41 |
* | ({bc_,}make_decl_rtl): Don't look at DECL_REGISTER for functions. | kenner | 1995-12-31 | 1 | -18/+20 |
* | Fix indention typo. | law | 1995-12-03 | 1 | -2/+2 |
* | (struct rtx_const): Add new field DI to union. | kenner | 1995-08-31 | 1 | -3/+11 |
* | (assemble_name, bc_assemble_integer): Call bc_emit_labelref with | kenner | 1995-07-10 | 1 | -2/+3 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (assemble_name): Disable warn_id_clash around get_identifier call. | kenner | 1995-06-08 | 1 | -0/+6 |
* | (assemble_start_function, assemble_variable): | kenner | 1995-06-01 | 1 | -2/+16 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -1/+1 |
* | Update weak symbol support | merrill | 1995-05-16 | 1 | -14/+21 |
* | Always define handle_pragma_weak, but don't do anything unless | meissner | 1995-04-18 | 1 | -4/+2 |
* | Do not give an error for __attribute__((weak)) on systems that do not support... | meissner | 1995-04-18 | 1 | -3/+0 |
* | Move pragma interface support to c-pragma.h | meissner | 1995-04-18 | 1 | -26/+9 |
* | Make weak symbols work again. | meissner | 1995-04-18 | 1 | -17/+41 |
* | attributes weak and alias | merrill | 1995-04-16 | 1 | -16/+78 |
* | (output_constant): Cast assemble_string argument to char *. | wilson | 1995-04-11 | 1 | -1/+1 |
* | (make_decl_rtl): Allow section attribute if -fno-common or variable is | kenner | 1995-04-10 | 1 | -1/+3 |
* | (copy_constant): Copy operand of ADDR_EXPR if it is a constant. | wilson | 1995-03-10 | 1 | -3/+9 |
* | (assemble_variable): Consistently use DECL_SIZE for everything. | kenner | 1995-03-10 | 1 | -9/+5 |
* | (record_constant_1): Handle NON_LVALUE_EXPR. | kenner | 1995-03-09 | 1 | -64/+73 |
* | (make_decl_rtl): Remove reference to MODIFY_ASSEMBLER_NAME. | kenner | 1995-02-23 | 1 | -4/+0 |
* | (make_decl_rtl): Call MODIFY_ASSEMBLER_NAME if defined. | kenner | 1995-02-22 | 1 | -1/+5 |
* | * varasm.c (output_constant): Strip NOP_EXPRs for SET_TYPE too, | bothner | 1995-02-21 | 1 | -5/+2 |
* | (output_constructor): Fix typo byte_size -> size. | dje | 1995-02-18 | 1 | -4/+4 |
* | * varasm.c (const_hash): Add support for SET_TYPE constructors. | bothner | 1995-02-15 | 1 | -0/+41 |
* | * varasm.c (function_section): New function. | dje | 1995-02-13 | 1 | -4/+18 |
* | Include output.h. | kenner | 1994-12-30 | 1 | -48/+46 |
* | (output_constructor): Change type of variable value to | wilson | 1994-12-29 | 1 | -1/+2 |
* | (output_constant): When eliminating conversions, treat ARRAY_TYPE like | kenner | 1994-11-22 | 1 | -2/+3 |
* | Check target endianness at run time, not compile time | ian | 1994-11-16 | 1 | -64/+71 |
* | (named_section): New argument decl, all callers changed. | dje | 1994-11-16 | 1 | -6/+15 |
* | (bc_output_constructor): Return type now rtx. | kenner | 1994-07-29 | 1 | -3/+2 |
* | (assemble_real): Handle TQFmode output. | kenner | 1994-07-11 | 1 | -0/+5 |
* | (record_constant_rtx, force_const_mem): Ensure everything is in | kenner | 1994-07-08 | 1 | -6/+27 |
* | Thu Jul 7 16:58:35 1994 Jason Merrill (jason@deneb.cygnus.com) | merrill | 1994-07-08 | 1 | -0/+1 |
* | (assemble_name): Call STRIP_NAME_ENCODING. | kenner | 1994-07-05 | 1 | -2/+4 |
* | (assemble_name): Set TREE_SYMBOL_REFERENCED on the | merrill | 1994-06-23 | 1 | -0/+3 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -13/+14 |
* | (make_decl_rtl): If section attribute is being ignored, really ignore it. | dje | 1994-06-03 | 1 | -0/+3 |
* | Use new macro AGGREGATE_TYPE_P. | bothner | 1994-04-26 | 1 | -6/+2 |
* | (copy_constant, case CONSTRUCTOR): Fix typo; copied list was placed on | kenner | 1994-04-25 | 1 | -1/+1 |
* | * varasm.c (contains_pointers_p): When examining a RECORD_TYPE, | merrill | 1994-04-13 | 1 | -1/+2 |
* | (immed_double_const): Sign-extend constants when they | wilson | 1994-04-11 | 1 | -0/+13 |
* | (assemble_variable): Likewise. | wilson | 1994-03-18 | 1 | -0/+17 |
* | (output_constant_def): Do hashing and make label even if bytecode. | kenner | 1994-03-14 | 1 | -39/+34 |
* | (output_constant): Strip off some NOP_EXPRs before further processing. | kenner | 1994-03-01 | 1 | -6/+11 |
* | (handle_pragma_weak): Depend on ASM_OUTPUT_DEF not | wilson | 1994-02-28 | 1 | -18/+5 |