Age | Commit message (Expand) | Author | Files | Lines |
2005-05-08 | configure.ac: Set ld_vers_major, ld_vers_minor and ld_vers_patch for GNU linker. | Julian Brown | 1 | -5/+17 |
2005-05-06 | re PR c++/20961 (ICE on pragma weak/__attribute__((weak))) | Jakub Jelinek | 1 | -1/+15 |
2005-04-27 | Correct fixes for various hot/cold partitioning concerns. | Caroline Tice | 1 | -91/+110 |
2005-04-25 | re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated) | J"orn Rennecke | 1 | -1/+1 |
2005-04-25 | re PR middle-end/20991 (ICE in cgraph_mark_reachable_node) | Jakub Jelinek | 1 | -3/+9 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -7/+7 |
2005-04-23 | * final.c, ipa-inline.c, varasm.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-04-22 | varasm.c (do_assemble_alias): Return early if TREE_ASM_WRITTEN (decl). | Joseph Myers | 1 | -0/+3 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -4/+4 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -12/+9 |
2005-04-19 | * varasm.c (assemble_start_function): Remove reset of in_section. | Daniel Jacobowitz | 1 | -1/+0 |
2005-04-13 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-04-12 | Temporary fix for partitioning problems; real fix coming soon. | Caroline Tice | 1 | -8/+12 |
2005-04-12 | Revert patch from April 9. | Caroline Tice | 1 | -133/+97 |
2005-04-09 | Fix problems with labels with hot/cold partitioning. | Caroline Tice | 1 | -98/+134 |
2005-04-09 | dominance.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-04-01 | * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-04-01 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-03-31 | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 1 | -96/+170 |
2005-03-30 | [multiple changes] | Jan Hubicka | 1 | -1/+7 |
2005-03-30 | cgraph.h (struct cgraph_node): Add alias. | Richard Henderson | 1 | -1/+1 |
2005-03-29 | re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64) | Jakub Jelinek | 1 | -1/+1 |
2005-03-29 | re PR middle-end/20263 (Incorrect asm for global register vars) | Eric Botcazou | 1 | -1/+1 |
2005-03-28 | re PR middle-end/20635 (ICE in cgraph_mark_reachable_node) | Jan Hubicka | 1 | -1/+5 |
2005-03-22 | * varasm.c (default_assemble_visibility): Remove extra (). | Mike Stump | 1 | -1/+1 |
2005-03-20 | varasm.c (do_assemble_alias): Restore comment describing function. | Roger Sayle | 1 | -1/+5 |
2005-03-18 | re PR middle-end/20225 (ICE during GC) | Jan Hubicka | 1 | -10/+15 |
2005-03-16 | re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila... | Richard Henderson | 1 | -109/+143 |
2005-03-13 | * varasm.c (decl_tls_model): Check flag_shlib instead of flag_pic. | Daniel Jacobowitz | 1 | -1/+1 |
2005-03-10 | value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -111/+99 |
2005-03-02 | varasm.c (named_section): Use xstrdup rather than doing it by hand. | Geoffrey Keating | 1 | -7/+2 |
2005-03-02 | re PR c++/19916 (Segmentation fault in __static_initialization_and_destructio... | Mark Mitchell | 1 | -55/+53 |
2005-01-30 | rtl.c (rtx_equal_p): No early exit for CONST_VECTOR. | Richard Henderson | 1 | -0/+8 |
2005-01-16 | re PR target/16304 (bootstrap failure on AIX 4.3.3: cannot build strstream in... | John David Anglin | 1 | -9/+65 |
2005-01-14 | re PR middle-end/18820 (ACATS c95300[123] and c980002 fail at runtime) | Eric Botcazou | 1 | -0/+6 |
2005-01-11 | varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL. | Alan Modra | 1 | -13/+5 |
2005-01-10 | ia64.c (ia64_in_small_data_p): Also handle the section names resulting from... | Jan Beulich | 1 | -9/+20 |
2005-01-01 | re PR c/19031 (#pragma weak handling changes in 4.0.0) | Richard Henderson | 1 | -1/+39 |
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 |