| Commit message (Expand) | Author | Age | Files | Lines |
* | PR debug/21828 | mmitchel | 2005-07-22 | 1 | -2/+5 |
* | Make CONSTRUCTOR use VEC to store initializers. | giovannibajo | 2005-07-20 | 1 | -45/+67 |
* | * varasm.c (assemble_variable): Fix format specifier thinko. | gdr | 2005-07-03 | 1 | -1/+1 |
* | * c-common.h (GCC_DIAG_STYLE): Define. | jsm28 | 2005-07-03 | 1 | -4/+4 |
* | 2005-07-02 Zack Weinberg <zack@codesourcery.com> | jsm28 | 2005-07-02 | 1 | -25/+25 |
* | * coretypes.h (tls_model): Add TLS_MODEL_NONE as 0. | steven | 2005-06-30 | 1 | -26/+8 |
* | 2005-06-29 Caroline Tice <ctice@apple.com> | ctice | 2005-06-29 | 1 | -4/+4 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | 2005-06-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | pinskia | 2005-06-22 | 1 | -0/+2 |
* | * varasm.c (initialize_cold_section_name): Fix alloca buffer overflow. | rth | 2005-06-08 | 1 | -24/+10 |
* | * common.opt (-Wattributes): New. Default true. | dj | 2005-05-25 | 1 | -1/+2 |
* | * varasm.c (struct constant_descriptor_tree): Add hash field. | jakub | 2005-05-17 | 1 | -5/+16 |
* | 2005-05-16 Caroline Tice <ctice@apple.com> | ctice | 2005-05-16 | 1 | -29/+24 |
* | * configure.ac: Set ld_vers_major, ld_vers_minor and ld_vers_patch for | jules | 2005-05-08 | 1 | -5/+17 |
* | PR c++/20961 | jakub | 2005-05-06 | 1 | -1/+15 |
* | Correct fixes for various hot/cold partitioning concerns. | ctice | 2005-04-27 | 1 | -91/+110 |
* | 2005-04-25 J"orn Rennecke <joern.rennecke@st.com> | amylaar | 2005-04-25 | 1 | -1/+1 |
* | PR middle-end/20991 | jakub | 2005-04-24 | 1 | -3/+9 |
* | * diagnostic.c (warning): Accept parameter to classify warning option. | dj | 2005-04-23 | 1 | -7/+7 |
* | * final.c, ipa-inline.c, varasm.c: Fix comment typos. | kazu | 2005-04-23 | 1 | -1/+1 |
* | * varasm.c (do_assemble_alias): Return early if TREE_ASM_WRITTEN | jsm28 | 2005-04-22 | 1 | -0/+3 |
* | * alias.c (true_dependence): Remove 'abort' from comments. Use | nathan | 2005-04-21 | 1 | -4/+4 |
* | * vec.h: Update API to separate allocation mechanism from type. | nathan | 2005-04-21 | 1 | -12/+9 |
* | * varasm.c (assemble_start_function): Remove reset of in_section. | drow | 2005-04-19 | 1 | -1/+0 |
* | * basic-block.h, tree-ssa-uncprop.c, varasm.c, | kazu | 2005-04-13 | 1 | -2/+2 |
* | Temporary fix for partitioning problems; real fix coming soon. | ctice | 2005-04-12 | 1 | -8/+12 |
* | Revert patch from April 9. | ctice | 2005-04-12 | 1 | -133/+97 |
* | Fix problems with labels with hot/cold partitioning. | ctice | 2005-04-09 | 1 | -98/+134 |
* | * dominance.c, gthr-win32.h, reg-stack.c, tree-ssa-copy.c, | kazu | 2005-04-09 | 1 | -1/+1 |
* | * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos. | kazu | 2005-04-01 | 1 | -1/+1 |
* | * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c, | kazu | 2005-04-01 | 1 | -1/+1 |
* | Fix problems with hot/cold partitioning optimization. | ctice | 2005-03-31 | 1 | -96/+170 |
* | 2005-03-31 Jan Hubicka <jh@suse.cz> | hubicka | 2005-03-30 | 1 | -1/+7 |
* | * cgraph.h (struct cgraph_node): Add alias. | rth | 2005-03-30 | 1 | -1/+1 |
* | PR middle-end/20622 | jakub | 2005-03-29 | 1 | -1/+1 |
* | PR middle-end/20263 | ebotcazou | 2005-03-29 | 1 | -1/+1 |
* | PR middle-end/20635 | hubicka | 2005-03-28 | 1 | -1/+5 |
* | * varasm.c (default_assemble_visibility): Remove extra (). | mrs | 2005-03-22 | 1 | -1/+1 |
* | * varasm.c (do_assemble_alias): Restore comment describing function. | sayle | 2005-03-20 | 1 | -1/+5 |
* | PR middle-end/20225 | hubicka | 2005-03-18 | 1 | -10/+15 |
* | PR middle-end/15700 | rth | 2005-03-16 | 1 | -109/+143 |
* | * varasm.c (decl_tls_model): Check flag_shlib instead of flag_pic. | drow | 2005-03-13 | 1 | -1/+1 |
* | * value-prof.c (rtl_find_values_to_profile): Use gcc_assert and | nathan | 2005-03-10 | 1 | -111/+99 |
* | * varasm.c (named_section): Use xstrdup rather than doing it by | geoffk | 2005-03-02 | 1 | -7/+2 |
* | PR c++/19916 | mmitchel | 2005-03-02 | 1 | -55/+53 |
* | * rtl.c (rtx_equal_p): No early exit for CONST_VECTOR. | rth | 2005-01-30 | 1 | -0/+8 |
* | PR target/16304 | danglin | 2005-01-16 | 1 | -9/+65 |
* | PR middle-end/18820 | ebotcazou | 2005-01-14 | 1 | -0/+6 |
* | * varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL. | amodra | 2005-01-11 | 1 | -13/+5 |
* | gcc/ | jbeulich | 2005-01-10 | 1 | -9/+20 |