summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* varasm.c (output_constant): Limit error to expanding conversions.DJ Delorie2005-10-071-1/+1
* re PR middle-end/23125 (OpenBSD's zic.c causes g++ but not gcc to segfault)Andrew Pinski2005-10-041-3/+9
* varasm.c (output_constant): Do not abort on conversions to union types betwee...Eric Botcazou2005-09-181-2/+5
* varasm.c (output_constant): Do not abort on VIEW_CONVERT_EXPRs between differ...Eric Botcazou2005-09-171-2/+3
* gimplify.c, [...]: Fix comment typos.Kazu Hirata2005-09-061-1/+1
* varasm.c (output_constant): Let the target resolve conversions of addresses t...DJ Delorie2005-09-011-1/+35
* * varasm.c (decode_reg_name): Skip empty aqdditional register names.J"orn Rennecke2005-08-171-1/+2
* output.h (enum section_category): Export from varasm.cJan Hubicka2005-07-311-40/+0
* re PR c++/22003 (-freorder-blocks-and-partition and thunks)Steven Bosscher2005-07-271-5/+10
* re PR debug/21828 (debug info omitted for uninitialized variables)Mark Mitchell2005-07-221-2/+5
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-45/+67
* * varasm.c (assemble_variable): Fix format specifier thinko.Gabriel Dos Reis2005-07-031-1/+1
* c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers2005-07-031-4/+4
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-25/+25
* coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher2005-06-301-26/+8
* re PR rtl-optimization/21956 (useless symbols in object files)Caroline Tice2005-06-291-4/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR middle-end/20593 (Simple array of string access miscompiled on x86 and ...Richard Kenner2005-06-221-0/+2
* varasm.c (initialize_cold_section_name): Fix alloca buffer overflow.Richard Henderson2005-06-071-24/+10
* common.opt (-Wattributes): New.DJ Delorie2005-05-251-1/+2
* varasm.c (struct constant_descriptor_tree): Add hash field.Jakub Jelinek2005-05-171-5/+16
* bb-reorder.c (verify_hot_cold_block_grouping): Replace internal_error with gc...Caroline Tice2005-05-161-29/+24
* configure.ac: Set ld_vers_major, ld_vers_minor and ld_vers_patch for GNU linker.Julian Brown2005-05-081-5/+17
* re PR c++/20961 (ICE on pragma weak/__attribute__((weak)))Jakub Jelinek2005-05-061-1/+15
* Correct fixes for various hot/cold partitioning concerns.Caroline Tice2005-04-271-91/+110
* re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated)J"orn Rennecke2005-04-251-1/+1
* re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jakub Jelinek2005-04-251-3/+9
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-7/+7
* * final.c, ipa-inline.c, varasm.c: Fix comment typos.Kazu Hirata2005-04-231-1/+1
* varasm.c (do_assemble_alias): Return early if TREE_ASM_WRITTEN (decl).Joseph Myers2005-04-221-0/+3
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-4/+4
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-12/+9
* * varasm.c (assemble_start_function): Remove reset of in_section.Daniel Jacobowitz2005-04-191-1/+0
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2005-04-131-2/+2
* Temporary fix for partitioning problems; real fix coming soon.Caroline Tice2005-04-121-8/+12
* Revert patch from April 9.Caroline Tice2005-04-121-133/+97
* Fix problems with labels with hot/cold partitioning.Caroline Tice2005-04-091-98/+134
* dominance.c, [...]: Fix comment typos.Kazu Hirata2005-04-091-1/+1
* * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-96/+170
* [multiple changes]Jan Hubicka2005-03-301-1/+7
* cgraph.h (struct cgraph_node): Add alias.Richard Henderson2005-03-301-1/+1
* re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64)Jakub Jelinek2005-03-291-1/+1
* re PR middle-end/20263 (Incorrect asm for global register vars)Eric Botcazou2005-03-291-1/+1
* re PR middle-end/20635 (ICE in cgraph_mark_reachable_node)Jan Hubicka2005-03-281-1/+5
* * varasm.c (default_assemble_visibility): Remove extra ().Mike Stump2005-03-221-1/+1
* varasm.c (do_assemble_alias): Restore comment describing function.Roger Sayle2005-03-201-1/+5
* re PR middle-end/20225 (ICE during GC)Jan Hubicka2005-03-181-10/+15
* re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson2005-03-161-109/+143