aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-30coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher1-26/+8
2005-06-29re PR rtl-optimization/21956 (useless symbols in object files)Caroline Tice1-4/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-22re PR middle-end/20593 (Simple array of string access miscompiled on x86 and ...Richard Kenner1-0/+2
2005-06-07varasm.c (initialize_cold_section_name): Fix alloca buffer overflow.Richard Henderson1-24/+10
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-1/+2
2005-05-17varasm.c (struct constant_descriptor_tree): Add hash field.Jakub Jelinek1-5/+16
2005-05-16bb-reorder.c (verify_hot_cold_block_grouping): Replace internal_error with gc...Caroline Tice1-29/+24
2005-05-08configure.ac: Set ld_vers_major, ld_vers_minor and ld_vers_patch for GNU linker.Julian Brown1-5/+17
2005-05-06re PR c++/20961 (ICE on pragma weak/__attribute__((weak)))Jakub Jelinek1-1/+15
2005-04-27Correct fixes for various hot/cold partitioning concerns.Caroline Tice1-91/+110
2005-04-25re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated)J"orn Rennecke1-1/+1
2005-04-25re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jakub Jelinek1-3/+9
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-7/+7
2005-04-23* final.c, ipa-inline.c, varasm.c: Fix comment typos.Kazu Hirata1-1/+1
2005-04-22varasm.c (do_assemble_alias): Return early if TREE_ASM_WRITTEN (decl).Joseph Myers1-0/+3
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-4/+4
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-12/+9
2005-04-19* varasm.c (assemble_start_function): Remove reset of in_section.Daniel Jacobowitz1-1/+0
2005-04-13basic-block.h, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-04-12Temporary fix for partitioning problems; real fix coming soon.Caroline Tice1-8/+12
2005-04-12Revert patch from April 9.Caroline Tice1-133/+97
2005-04-09Fix problems with labels with hot/cold partitioning.Caroline Tice1-98/+134
2005-04-09dominance.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-01* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.Kazu Hirata1-1/+1
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-96/+170
2005-03-30[multiple changes]Jan Hubicka1-1/+7
2005-03-30cgraph.h (struct cgraph_node): Add alias.Richard Henderson1-1/+1
2005-03-29re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64)Jakub Jelinek1-1/+1
2005-03-29re PR middle-end/20263 (Incorrect asm for global register vars)Eric Botcazou1-1/+1
2005-03-28re PR middle-end/20635 (ICE in cgraph_mark_reachable_node)Jan Hubicka1-1/+5
2005-03-22* varasm.c (default_assemble_visibility): Remove extra ().Mike Stump1-1/+1
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