Age | Commit message (Expand) | Author | Files | Lines |
2003-03-15 | varasm.c (struct rtx_const): Change type of un.addr member to struct holding ... | Ulrich Weigand | 1 | -5/+9 |
2003-03-14 | re PR rtl-optimization/6871 (const objects shouldn't be moved to .bss) | Jason Merrill | 1 | -0/+2 |
2003-03-09 | varasm.c (make_decl_one_only): Use declare_weak(). | Franz Sirl | 1 | -1/+1 |
2003-02-02 | * varasm.c (asm_output_aligned_bss): Declare as possibly unused. | Andreas Schwab | 1 | -2/+2 |
2003-02-01 | flags.h (flag_volatile): Remove declaration. | Richard Sandiford | 1 | -8/+0 |
2003-01-11 | varasm.c (struct constant_descriptor_rtx): Remove unused `label' field. | Geoffrey Keating | 1 | -4/+1 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -11/+12 |
2002-12-24 | regmove.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2002-12-20 | c-pretty-print.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2002-12-19 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -34/+31 |
2002-12-11 | tree.h (MODULE_LOCAL_P): Kill. | Richard Henderson | 1 | -1/+1 |
2002-12-09 | target.h (gcc_target): Add cannot_force_const_mem. | Richard Henderson | 1 | -0/+4 |
2002-11-26 | c-common.c (handle_visibility_attribute): Accept "default". | Richard Henderson | 1 | -12/+39 |
2002-11-26 | varasm.c (output_constant_pool): For pool constants in mergeable section ensu... | Jakub Jelinek | 1 | -0/+7 |
2002-11-26 | varasm.c (default_exception_section): Move to... | Jakub Jelinek | 1 | -14/+0 |
2002-11-14 | varasm.c (output_addressed_constants): Clear reloc if both operands contain l... | Jakub Jelinek | 1 | -3/+12 |
2002-10-30 | re PR c++/8333 (c++ emits double .globals for symbols [ regression from 3.0.4 ]) | Mark Mitchell | 1 | -1/+0 |
2002-10-24 | * varasm.c (struct rtx_const): Array size 16 for V16QImode. | Igor Shevlyakov | 1 | -2/+2 |
2002-10-22 | output.h (SECTION_NOTYPE): Define. | Alan Modra | 1 | -11/+28 |
2002-10-11 | decl.c (typename_hash): Use htab_hash_pointer. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-10-02 | re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95) | Roger Sayle | 1 | -0/+2 |
2002-09-27 | extend.texi (tls_model): Document. | Jakub Jelinek | 1 | -0/+46 |
2002-09-27 | LANGUAGES: Follow spelling conventions. | Kazu Hirata | 1 | -5/+5 |
2002-09-20 | real.c (real_hash): New. | Richard Henderson | 1 | -64/+110 |
2002-09-08 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-09-08 | varasm.c (default_assemble_visibility): Rename from assemble_visibility. | Alan Modra | 1 | -1/+1 |
2002-09-07 | varasm.c (decode_rtx_const): Don't check undefined field for CONST_VECTOR. | Igor Shevlyakov | 1 | -1/+1 |
2002-09-07 | tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe. | Alan Modra | 1 | -1/+1 |
2002-09-04 | Fix struct rtx_const so veclo and vechi don't share storage. | Dale Johannesen | 1 | -6/+8 |
2002-09-04 | target-def.h (TARGET_HAVE_SRODATA_SECTION): New macro. | David Edelsohn | 1 | -0/+10 |
2002-09-03 | varasm.c (default_section_type_flags): Append _1 to name with shlib parameter. | David Edelsohn | 1 | -12/+60 |
2002-08-21 | alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk. | Kaveh R. Ghazi | 1 | -12/+18 |
2002-08-14 | m68k.c (m68k_output_function_prologue, [...]): Delete versions for DPX2/MOTOR... | Kaveh R. Ghazi | 1 | -1/+0 |
2002-08-04 | Index: ChangeLog | Geoffrey Keating | 1 | -4/+2 |
2002-08-01 | varasm.c (asm_emit_uninitialized): Return false if global BSS and ASM_EMIT_BS... | David Edelsohn | 1 | -19/+14 |
2002-08-01 | output.h (DECL_READONLY_SECTION): Remove. | H.J. Lu | 1 | -2/+21 |
2002-08-01 | varasm.c (assemble_visibility): Strip name encoding. | Jakub Jelinek | 1 | -1/+2 |
2002-07-29 | varasm.c (assemble_variable): Narrow test for uninitialized without BSS targe... | David Edelsohn | 1 | -1/+3 |
2002-06-26 | * varasm.c: Include real.h before output.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-06-10 | varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR. | Jakub Jelinek | 1 | -0/+3 |
2002-06-06 | varasm.c (make_decl_rtl): Fix comment for removed halfpic.c. | Eric Christopher | 1 | -10/+13 |
2002-06-04 | * varasm.c (mark_constants): Handle RTX format 'B'. | Jason Thorpe | 1 | -0/+1 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -582/+180 |
2002-05-31 | target.h: Fix formatting. | Kazu Hirata | 1 | -11/+11 |
2002-05-31 | *** empty log message *** | Alan Lehotsky | 1 | -5/+10 |
2002-05-28 | varasm.c (default_binds_local_p): Check TREE_PUBLIC before DECL_EXTERNAL. | Richard Henderson | 1 | -4/+4 |
2002-05-24 | varasm.c (asm_output_bss): Always output one byte. | Richard Henderson | 1 | -1/+1 |
2002-05-23 | varasm.c (make_decl_rtl): Don't allow weak variables to be placed in common. | Mark Mitchell | 1 | -0/+4 |
2002-05-22 | varasm.c (default_section_type_flags): Check for VAR_DECL before using DECL_T... | Richard Henderson | 1 | -1/+1 |