aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-28varasm.c (function_section): If DECL is NULL_TREE, don't try to do anything e...Zack Weinberg1-13/+21
2004-10-27varasm.c (default_stabs_asm_out_destructor): Mark symbol as unused.Andreas Schwab1-2/+4
2004-10-27dbxout.c: Include obstack.h.Zack Weinberg1-10/+12
2004-10-26Index: gcc/gcc/ChangeLogGeoffrey Keating1-1/+7
2004-10-22varasm.c (get_pool_mode_for_function, [...]): Remove.Kazu Hirata1-14/+0
2004-09-21varasm.c (default_assemble_integer): Return false for values wider than the t...Paul Brook1-0/+3
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-3/+2
2004-09-15varasm.c (default_function_rdodata_section): Make sure to pass along a decl f...Mark Mitchell1-1/+1
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-16/+17
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell1-11/+35
2004-09-10output.h (unlikely_section_label): Delete declaration.Geoffrey Keating1-7/+5
2004-08-31c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.Richard Kenner1-6/+3
2004-08-30c-typeck.c (build_unary_op): Don't expand ADDR_EXPR of a COMPONENT_REF to poi...Richard Henderson1-10/+32
2004-08-18varasm.c (ecode_reg_name): Do nothing if the asmspec is empty.Andrew Pinski1-1/+1
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson1-2/+1
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-18/+57
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-7/+3
2004-08-17varasm.c (MAX_OFILE_ALIGNMENT): Move ...David Edelsohn1-3/+0
2004-08-16c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.Devang Patel1-0/+6
2004-08-12re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections)Jakub Jelinek1-0/+47
2004-08-10Hot/cold partitioning update, sub-patch: fix alignment problemsCaroline Tice1-7/+43
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-17/+21
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-2/+5
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-3/+3
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini1-2/+2
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-1/+1
2004-07-07varasm.c (assemble_variable): Use assemble_zeros for zero-initialized variables.Jan Beulich1-3/+13
2004-07-07* varasm.c (asm_output_bss): Don't declare unless BSS_SECTION_ASM_OP.Jan Beulich1-1/+1
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-6/+6
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-1/+1
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-05-26varasm.c (output_constant): Pass the minimum of the two sizes to assemble_int...Eric Botcazou1-2/+2
2004-05-19tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this labe...Mike Stump1-0/+1
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-17/+13
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-15/+34
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-19* varasm.c (compare_constant, case VIEW_CONVERT_EXPR): Add case.Richard Kenner1-0/+1
2004-04-13varasm.c (unlikely_text_section): Use assemble_align instead of ASM_OUTPUT_AL...Richard Henderson1-1/+4
2004-04-10varasm.c (text_section): Use TEXT_SECTION_ASM_OP and ASM_OUTPUT_ALIGN instead...Andrew Pinski1-9/+10
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-8/+63
2004-04-04re PR c++/14804 ([unit-at-a-time] initializing const data with reinterpret_ca...Mark Mitchell1-2/+4
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-7/+7
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-17/+17
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-10/+10
2004-03-12Enabled linkonce support for Darwin.Matt Austern1-4/+17
2004-02-23Remove -fwritable-strings.Zack Weinberg1-27/+8
2004-02-17c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-08system.h (SHARED_SECTION_ASM_OP): Poison.Kazu Hirata1-10/+1
2004-02-03* varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.Richard Henderson1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1