| Commit message (Expand) | Author | Age | Files | Lines |
* | (TRAMPOLINE_ALIGNMENT): Provide default. | Richard Kenner | 1997-01-30 | 1 | -1/+5 |
* | (force_const_mem): Set MARK instead of clearing it. | Richard Kenner | 1997-01-29 | 1 | -3/+7 |
* | Garbage collect constant pool entries and don't output unnecessary ones | Ian Lance Taylor | 1997-01-24 | 1 | -0/+96 |
* | (const_hash): Treat NON_LVALUE_EXPR like CONVERT_EXPR. | Richard Kenner | 1997-01-18 | 1 | -140/+188 |
* | Copy a CONST_INT rtx in force_const_mem | Ian Lance Taylor | 1997-01-14 | 1 | -8/+14 |
* | Add support for new target macro CONSTANT_AFTER_FUNCTION_P | Ian Lance Taylor | 1997-01-14 | 1 | -4/+45 |
* | Call ASM_OUTPUT_POOL_EPILOGUE after outputting the constant pool | Ian Lance Taylor | 1996-12-13 | 1 | -0/+4 |
* | Check CONSTANT_POOL_BEFORE_FUNCTION to control placement of constant | Ian Lance Taylor | 1996-12-13 | 1 | -1/+14 |
* | x | Jason Merrill | 1996-12-09 | 1 | -40/+18 |
* | x | Jason Merrill | 1996-11-20 | 1 | -2/+2 |
* | x | Jason Merrill | 1996-11-15 | 1 | -0/+10 |
* | x | Jason Merrill | 1996-11-11 | 1 | -2/+10 |
* | x | Jason Merrill | 1996-11-09 | 1 | -14/+24 |
* | (make_decl_rtl,assemble_variable): Allow named sections for | Richard Kenner | 1996-10-28 | 1 | -13/+3 |
* | (bss_section): Delete unused parameters. | Jim Wilson | 1996-10-07 | 1 | -1/+1 |
* | (copy_constant, case COMPLEX_CST): Add new arg, TYPE, to call to build_complex. | Richard Kenner | 1996-09-29 | 1 | -1/+2 |
* | (assemble_variable): Fix setting of first_global_object_name. | Jason Merrill | 1996-09-18 | 1 | -10/+66 |
* | (decode_addr_const, output_constant_def): Allow INTEGER_CST. | Richard Kenner | 1996-07-23 | 1 | -3/+1 |
* | install EH code | Mike Stump | 1996-07-23 | 1 | -0/+21 |
* | Fix formatting. | Richard Kenner | 1996-07-20 | 1 | -1/+1 |
* | formatting tweaks | Mike Stump | 1996-07-03 | 1 | -15/+16 |
* | (asm_output_aligned_bss): Don't emit a skip of size 0. | Jason Merrill | 1996-06-18 | 1 | -1/+1 |
* | * varasm.c (output_constructor): Handle RANGE_EXPR in array index. | Per Bothner | 1996-06-05 | 1 | -1/+20 |
* | (make_decl_rtl): Don't update DECL_ASSEMBLER_NAME for | Jason Merrill | 1996-06-05 | 1 | -1/+0 |
* | (assemble_variable): Only treat vars with DECL_COMMON | Jason Merrill | 1996-06-04 | 1 | -1/+1 |
* | varasm.c (asm_output_bss): New argument DECL. | Doug Evans | 1996-05-24 | 1 | -5/+19 |
* | varasm.c (function_section): Delete flag_function_sections support. | Doug Evans | 1996-05-16 | 1 | -23/+17 |
* | varasm.c (assemble_variable): ASM_DECLARE_OBJECT_NAME needn't consider byteco... | Doug Evans | 1996-05-10 | 1 | -11/+15 |
* | (make_decl_rtl): Update DECL_ASSEMBLER_NAME for local | Jason Merrill | 1996-05-07 | 1 | -2/+2 |
* | (named_section): Accept any decl. | Doug Evans | 1996-05-06 | 1 | -1/+3 |
* | -fno-common change | Jason Merrill | 1996-05-06 | 1 | -9/+1 |
* | (assemble_trampoline_template): No such function if no | Richard Kenner | 1996-04-16 | 1 | -0/+2 |
* | flags.h (flag_function_sections): Declare. | Jeff Law | 1996-04-15 | 1 | -1/+25 |
* | varasm.c (compare_constant_1): For a SET_TYPE CONSTRUCTOR, first extract and ... | Per Bothner | 1996-02-29 | 1 | -2/+6 |
* | varasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP is defined. | Doug Evans | 1996-02-29 | 1 | -14/+125 |
* | (in_data_section): New function. | Richard Kenner | 1996-01-15 | 1 | -1/+7 |
* | varasm.c (variable_section): New function. | Doug Evans | 1996-01-10 | 1 | -59/+41 |
* | ({bc_,}make_decl_rtl): Don't look at DECL_REGISTER for functions. | Richard Kenner | 1995-12-31 | 1 | -18/+20 |
* | Fix indention typo. | Jeff Law | 1995-12-02 | 1 | -2/+2 |
* | (struct rtx_const): Add new field DI to union. | Richard Kenner | 1995-08-31 | 1 | -3/+11 |
* | (assemble_name, bc_assemble_integer): Call bc_emit_labelref with | Richard Kenner | 1995-07-10 | 1 | -2/+3 |
* | Update FSF address. | Richard Kenner | 1995-06-15 | 1 | -1/+2 |
* | (assemble_name): Disable warn_id_clash around get_identifier call. | Richard Kenner | 1995-06-08 | 1 | -0/+6 |
* | (assemble_start_function, assemble_variable): | Richard Kenner | 1995-05-31 | 1 | -2/+16 |
* | Fix typos in comments. | Richard Kenner | 1995-05-16 | 1 | -1/+1 |
* | Update weak symbol support | Jason Merrill | 1995-05-16 | 1 | -14/+21 |
* | Always define handle_pragma_weak, but don't do anything unless | Michael Meissner | 1995-04-18 | 1 | -4/+2 |
* | Do not give an error for __attribute__((weak)) on systems that do not support... | Michael Meissner | 1995-04-18 | 1 | -3/+0 |
* | Move pragma interface support to c-pragma.h | Michael Meissner | 1995-04-18 | 1 | -26/+9 |
* | Make weak symbols work again. | Michael Meissner | 1995-04-18 | 1 | -17/+41 |