Age | Commit message (Expand) | Author | Files | Lines |
2004-12-22 | * varasm.c (force_const_mem): Call set_mem_align. | Richard Henderson | 1 | -0/+1 |
2004-12-20 | defaults.h (ASM_OUTPUT_INTERNAL_LABEL): New macro. | Mark Mitchell | 1 | -10/+20 |
2004-12-18 | re PR middle-end/15486 (-fdata-sections moves common vars to .bss) | Eric Botcazou | 1 | -11/+18 |
2004-12-09 | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 1 | -105/+56 |
2004-12-08 | re PR middle-end/17982 (stop calling assemble_external before final assembly ... | Zack Weinberg | 1 | -14/+43 |
2004-12-02 | varasm.c (make_decl_rtl): Add the missing `;'. | H.J. Lu | 1 | -1/+1 |
2004-12-02 | varasm.c (decode_reg_name): Revert change to check for zero length strings. | Andrew Pinski | 1 | -6/+13 |
2004-11-30 | varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_SMALL on TLS sy... | Alan Modra | 1 | -2/+2 |
2004-11-29 | varasm.c (default_elf_select_section_1): Only pass DECL_P decl to named_section. | Alan Modra | 1 | -16/+22 |
2004-11-29 | re PR target/9571 ([PPC] problems with 'const', -msdata=eabi and sections.) | Alan Modra | 1 | -10/+10 |
2004-11-19 | re PR target/17735 (make stops with "initializer for integer value is too com... | Paul Brook | 1 | -2/+3 |
2004-11-13 | varasm.c (output_addressed_constants): For CONST_DECLs, output the initialize... | Ziemowit Laski | 1 | -0/+4 |
2004-11-11 | varasm.c (get_named_section_flags, [...]): Make them static. | Kazu Hirata | 1 | -2/+2 |
2004-10-28 | varasm.c (function_section): If DECL is NULL_TREE, don't try to do anything e... | Zack Weinberg | 1 | -13/+21 |
2004-10-27 | varasm.c (default_stabs_asm_out_destructor): Mark symbol as unused. | Andreas Schwab | 1 | -2/+4 |
2004-10-27 | dbxout.c: Include obstack.h. | Zack Weinberg | 1 | -10/+12 |
2004-10-26 | Index: gcc/gcc/ChangeLog | Geoffrey Keating | 1 | -1/+7 |
2004-10-22 | varasm.c (get_pool_mode_for_function, [...]): Remove. | Kazu Hirata | 1 | -14/+0 |
2004-09-21 | varasm.c (default_assemble_integer): Return false for values wider than the t... | Paul Brook | 1 | -0/+3 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -3/+2 |
2004-09-15 | varasm.c (default_function_rdodata_section): Make sure to pass along a decl f... | Mark Mitchell | 1 | -1/+1 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -16/+17 |
2004-09-15 | configure.ac: Check for COMDAT support. | Mark Mitchell | 1 | -11/+35 |
2004-09-10 | output.h (unlikely_section_label): Delete declaration. | Geoffrey Keating | 1 | -7/+5 |
2004-08-31 | c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT. | Richard Kenner | 1 | -6/+3 |
2004-08-30 | c-typeck.c (build_unary_op): Don't expand ADDR_EXPR of a COMPONENT_REF to poi... | Richard Henderson | 1 | -10/+32 |
2004-08-18 | varasm.c (ecode_reg_name): Do nothing if the asmspec is empty. | Andrew Pinski | 1 | -1/+1 |
2004-08-18 | emit-rtl.c (gen_const_mem): New. | Richard Henderson | 1 | -2/+1 |
2004-08-18 | Hot/cold partitioning update patch. | Caroline Tice | 1 | -18/+57 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -7/+3 |
2004-08-17 | varasm.c (MAX_OFILE_ALIGNMENT): Move ... | David Edelsohn | 1 | -3/+0 |
2004-08-16 | c-common.c (handle_used_attribute): Set DECL_PRESERVE_P. | Devang Patel | 1 | -0/+6 |
2004-08-12 | re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections) | Jakub Jelinek | 1 | -0/+47 |
2004-08-10 | Hot/cold partitioning update, sub-patch: fix alignment problems | Caroline Tice | 1 | -7/+43 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -17/+21 |
2004-07-25 | re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas... | Niall Douglas | 1 | -2/+5 |
2004-07-25 | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -3/+3 |
2004-07-21 | c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE... | Paolo Bonzini | 1 | -2/+2 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -1/+1 |
2004-07-07 | varasm.c (assemble_variable): Use assemble_zeros for zero-initialized variables. | Jan Beulich | 1 | -3/+13 |
2004-07-07 | * varasm.c (asm_output_bss): Don't declare unless BSS_SECTION_ASM_OP. | Jan Beulich | 1 | -1/+1 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -6/+6 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -1/+1 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-05-26 | varasm.c (output_constant): Pass the minimum of the two sizes to assemble_int... | Eric Botcazou | 1 | -2/+2 |
2004-05-19 | tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this labe... | Mike Stump | 1 | -0/+1 |
2004-05-19 | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 1 | -17/+13 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -15/+34 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-19 | * varasm.c (compare_constant, case VIEW_CONVERT_EXPR): Add case. | Richard Kenner | 1 | -0/+1 |