Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-06-01 | re PR rtl-optimization/21138 (wrong code in sixtrack for -fmodulo-sched) | Mostafa Hagog | 2 | -0/+5 |
2005-06-01 | gcse.c (compute_transp, [...]): Use MEM_READONLY_P. | Mostafa Hagog | 2 | -38/+50 |
2005-06-01 | re PR fortran/20883 (unassigned integer used as format) | Feng Wang | 5 | -3/+19 |
2005-06-01 | re PR target/21854 (irix6.5 bootstrap fails due to warning in mips.c) | David Billinghurst | 2 | -0/+6 |
2005-06-01 | errors.h (warning, [...]): Add printf attribute. | Kaveh R. Ghazi | 3 | -5/+11 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 60 | -103/+123 |
2005-06-01 | * config/i386/cygming.h (NO_PROFILE_COUNTERS): Define. | Danny Smith | 2 | -0/+8 |
2005-06-01 | Index: ChangeLog | Geoffrey Keating | 5 | -3/+151 |
2005-06-01 | c-objc-common.c (c_tree_printer): Check flag before hashtable. | Daniel Berlin | 9 | -11/+132 |
2005-06-01 | configure.ac: Add --enable-secureplt. | Alan Modra | 14 | -43/+385 |
2005-05-31 | expr.c (convert_move): When a partial_int requires multiple conversion steps... | DJ Delorie | 5 | -6/+68 |
2005-06-01 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-05-31 | re PR tree-optimization/21817 (ICE in for_each_index, at tree-ssa-loop-im.c:200) | Zdenek Dvorak | 4 | -0/+23 |
2005-05-31 | loop.c (loop_invariant_p, [...]): Revert last change. | Pat Haugen | 2 | -4/+7 |
2005-05-31 | re PR c++/21165 (bogus error on a user-defined conversion in a template) | Nathan Sidwell | 4 | -1/+23 |
2005-05-31 | char_initialiser_actual.f90: Test character initialisers as actual arguments. | Paul Thomas | 4 | -0/+95 |
2005-05-31 | re PR fortran/18109 (ICE with explicit array of strings) | Paul Thomas | 3 | -5/+41 |
2005-05-31 | [multiple changes] | Andrew Pinski | 4 | -2/+37 |
2005-05-31 | re PR tree-optimization/21732 (-ftree-dump-all-details hangs during *.c.t24.c... | Andrew Pinski | 2 | -3/+18 |
2005-05-31 | re PR testsuite/20772 (x86 tests should run on both i?86 and x86_64) | Andreas Jaeger | 59 | -64/+98 |
2005-05-31 | tree-cfg.c (verify_expr): Add checking for COND_EXPR's conditional expression. | Andrew Pinski | 2 | -0/+10 |
2005-05-31 | tm.texi (TARGET_GET_PCH_VALIDITY, [...]): Tweak the documentation to make it ... | Richard Sandiford | 6 | -86/+63 |
2005-05-31 | fold-const.c (extract_array_ref): Handle more cases, do some useful canonical... | Jeff Law | 4 | -12/+62 |
2005-05-31 | * sv.po: Update. | Joseph Myers | 2 | -29/+12 |
2005-05-31 | install.texi (sparc-sun-solaris2*): Update note about Sun bug 4910101. | Eric Botcazou | 2 | -6/+8 |
2005-05-31 | install.texi (sparc-sun-solaris2.7): Document bootstrap failure with Sun Work... | Eric Botcazou | 2 | -0/+16 |
2005-05-31 | Daily bump. | GCC Administrator | 1 | -1/+1 |