aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-20varasm.c (do_assemble_alias): Restore comment describing function.Roger Sayle1-1/+5
2005-03-18re PR middle-end/20225 (ICE during GC)Jan Hubicka1-10/+15
2005-03-16re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson1-109/+143
2005-03-13* varasm.c (decl_tls_model): Check flag_shlib instead of flag_pic.Daniel Jacobowitz1-1/+1
2005-03-10value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-111/+99
2005-03-02varasm.c (named_section): Use xstrdup rather than doing it by hand.Geoffrey Keating1-7/+2
2005-03-02re PR c++/19916 (Segmentation fault in __static_initialization_and_destructio...Mark Mitchell1-55/+53
2005-01-30rtl.c (rtx_equal_p): No early exit for CONST_VECTOR.Richard Henderson1-0/+8
2005-01-16re PR target/16304 (bootstrap failure on AIX 4.3.3: cannot build strstream in...John David Anglin1-9/+65
2005-01-14re PR middle-end/18820 (ACATS c95300[123] and c980002 fail at runtime)Eric Botcazou1-0/+6
2005-01-11varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL.Alan Modra1-13/+5
2005-01-10ia64.c (ia64_in_small_data_p): Also handle the section names resulting from...Jan Beulich1-9/+20
2005-01-01re PR c/19031 (#pragma weak handling changes in 4.0.0)Richard Henderson1-1/+39
2004-12-22* varasm.c (force_const_mem): Call set_mem_align.Richard Henderson1-0/+1
2004-12-20defaults.h (ASM_OUTPUT_INTERNAL_LABEL): New macro.Mark Mitchell1-10/+20
2004-12-18re PR middle-end/15486 (-fdata-sections moves common vars to .bss)Eric Botcazou1-11/+18
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-105/+56
2004-12-08re PR middle-end/17982 (stop calling assemble_external before final assembly ...Zack Weinberg1-14/+43
2004-12-02varasm.c (make_decl_rtl): Add the missing `;'.H.J. Lu1-1/+1
2004-12-02varasm.c (decode_reg_name): Revert change to check for zero length strings.Andrew Pinski1-6/+13
2004-11-30varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_SMALL on TLS sy...Alan Modra1-2/+2
2004-11-29varasm.c (default_elf_select_section_1): Only pass DECL_P decl to named_section.Alan Modra1-16/+22
2004-11-29re PR target/9571 ([PPC] problems with 'const', -msdata=eabi and sections.)Alan Modra1-10/+10
2004-11-19re PR target/17735 (make stops with "initializer for integer value is too com...Paul Brook1-2/+3
2004-11-13varasm.c (output_addressed_constants): For CONST_DECLs, output the initialize...Ziemowit Laski1-0/+4
2004-11-11varasm.c (get_named_section_flags, [...]): Make them static.Kazu Hirata1-2/+2
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