Age | Commit message (Expand) | Author | Files | Lines |
2005-06-02 | Index: ChangeLog | Geoffrey Keating | 1 | -0/+23 |
2005-06-02 | cgraphunit.c (cgraph_function_and_variable_visibility): Extern inline functio... | Jan Hubicka | 2 | -0/+6 |
2005-06-02 | gimplify.c (gimplify_ctx): Change the type of case_labels to VEC from VARRAY. | Kazu Hirata | 2 | -8/+17 |
2005-06-02 | c-typeck.c (build_indirect_ref): Build INDIRECT_REF with correct type. | Richard Guenther | 4 | -4/+17 |
2005-06-02 | * method.c (synthesize_method): Add addtional arg to warning call. | Nathan Sidwell | 2 | -1/+3 |
2005-06-02 | s390.c (s390_add_execute): Do not handle out-of-pool execute templates. | Ulrich Weigand | 2 | -38/+36 |
2005-06-02 | optabs.c: (expand_bool_compare_and_swap): Emit barrier after unconditional jump. | Adrian Straetling | 2 | -0/+6 |
2005-06-02 | cgraph.c (cgraph_node): Maintain master clones. | Jan Hubicka | 5 | -9/+164 |
2005-06-02 | cgraphunit.c (cgraph_function_and_variable_visibility): Fix typo in previous ... | Jan Hubicka | 2 | -1/+6 |
2005-06-02 | re PR tree-optimization/21582 ((optimisation) VRP pass could/should use non-n... | Diego Novillo | 4 | -1/+94 |
2005-06-02 | mips.h (processor_type): Remove PROCESSOR_DEFAULT, add PROCESSOR_MAX. | Eric Christopher | 4 | -186/+384 |
2005-06-02 | re PR c++/21280 (#pragma interface, templates, and "inline function used but ... | Nathan Sidwell | 14 | -31/+107 |
2005-06-02 | re PR tree-optimization/21765 (-free-vrp is undocumented.) | Diego Novillo | 2 | -0/+21 |
2005-06-02 | re PR tree-optimization/21734 (ICE: -ftree-vectorize, segfault) | Dorit Nuzman | 5 | -3/+61 |
2005-06-02 | rs6000.c (rs6000_insn_valid_within_doloop): New. | David Edelsohn | 2 | -0/+26 |
2005-06-02 | * tree-vrp.c (has_assert_expr, maybe_add_assert_expr): Remove. | Diego Novillo | 2 | -289/+4 |
2005-06-02 | cgraph.c (dump_cgraph_node): Print new flags. | Jan Hubicka | 4 | -21/+89 |
2005-06-02 | > 2005-06-02 Steven Bosscher <stevenb@suse.de> > Mostafa Hagog... | Steven Bosscher | 4 | -81/+61 |
2005-06-02 | decl.c (start_decl): Simplify specialization handling. | Nathan Sidwell | 3 | -17/+26 |
2005-06-02 | re PR c++/20350 (extern template and struct initializer and specification for... | Nathan Sidwell | 4 | -7/+36 |
2005-06-02 | local-alloc.c (update_equiv_regs): When substituting sole definition into sol... | Bernd Schmidt | 2 | -1/+8 |
2005-06-02 | re PR c++/21151 (ICE when compiling c++ PCH of class definition within templa... | Nathan Sidwell | 5 | -2/+25 |
2005-06-02 | reload1.c (reload): Undo 2005-04-20 change. | Bernd Schmidt | 2 | -11/+13 |
2005-06-02 | * config/sh/sh.h (TARGET_FPU_DOUBLE): Use MASK_SH4. | Kaz Kojima | 2 | -1/+6 |
2005-06-01 | [multiple changes] | Diego Novillo | 32 | -498/+2784 |
2005-06-02 | re PR tree-optimization/21839 (ICE for missing V_DEFS caused by salias with e... | Daniel Berlin | 3 | -1/+33 |
2005-06-02 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-06-01 | re PR middle-end/21478 (Improve initialization of sparse local arrays) | Josh Conner | 2 | -24/+33 |
2005-06-01 | intrinsic.c (add_conv): No longer take a "simplify" argument as its always gf... | Roger Sayle | 10 | -18/+236 |
2005-06-01 | rtl.texi: Remove references to NOTE_INSN_SETJMP. | Ramana Radhakrishnan | 2 | -3/+10 |
2005-06-01 | stmt.c (expand_case): Use build_int_cst. | Richard Guenther | 3 | -6/+19 |
2005-06-01 | tree.h (fold_indirect_ref_1): Export from fold-const.c. | Richard Guenther | 4 | -8/+20 |
2005-06-01 | common.opt (fjump-tables): New. | Joseph Myers | 4 | -0/+22 |
2005-06-01 | * arm.md (bunordered, bordered, bungt, bunlt, bunge, bunle, buneq) | Richard Earnshaw | 5 | -50/+478 |
2005-06-01 | Changelog: Entry for this morning's patch. | Paul Thomas | 1 | -0/+7 |
2005-06-01 | except.c (struct eh_region): Kill unused fields. | Jan Hubicka | 3 | -16/+7 |
2005-06-01 | re PR rtl-optimization/21767 (if-convert leaves invalid REG_EQUAL notes) | J"orn Rennecke | 4 | -2/+31 |
2005-06-01 | re PR c/21536 (C99 array of variable length use causes segmentation fault) | Jakub Jelinek | 4 | -26/+91 |
2005-06-01 | * fold-const.c (fold_ternary): Optimize BIT_FIELD_REF of VECTOR_CST. | Jakub Jelinek | 2 | -0/+25 |
2005-06-01 | xmmintrin.h (_mm_setzero_ps, [...]): Add __extension__. | Jakub Jelinek | 5 | -16/+39 |
2005-06-01 | emmintrin.h (_mm_castpd_ps, [...]): Use __inline instead of inline. | Jakub Jelinek | 2 | -6/+12 |
2005-06-01 | re PR fortran/21729 (ICE in gfc_typenode_for_spec) | Jakub Jelinek | 4 | -6/+95 |
2005-06-01 | fold-const.c (fold_binary): Fix types in strlen vs. | Richard Guenther | 2 | -5/+10 |
2005-06-01 | configure.ac (HAVE_AS_JSRDIRECT_RELOCS): New. | Richard Henderson | 6 | -4/+79 |
2005-06-01 | trans-expr.c (gfc_conv_variable): Clean up bracketting. | Paul Thomas | 1 | -13/+14 |
2005-06-01 | system.h (TARGET_OPTIONS, [...]): Poison. | Richard Sandiford | 10 | -454/+93 |
2005-06-01 | sh.c (multcosts): Check sh_multcost rather than sh_multcost_str. | Richard Sandiford | 4 | -35/+37 |
2005-06-01 | opts.h (cl_option_state): New structure. | Richard Sandiford | 4 | -11/+95 |
2005-06-01 | sh-protos.h (sh_pch_valid_p): Delete. | Richard Sandiford | 2 | -2/+1 |
2005-06-01 | mips-protos.h (mips_use_ins_ext_p): Remove parameter names. | Richard Sandiford | 2 | -1/+6 |