| Commit message (Expand) | Author | Age | Files | Lines |
* | emmintrin.h (_mm_castpd_ps, [...]): Use __inline instead of inline. | Jakub Jelinek | 2005-06-01 | 2 | -6/+12 |
* | re PR fortran/21729 (ICE in gfc_typenode_for_spec) | Jakub Jelinek | 2005-06-01 | 4 | -6/+95 |
* | fold-const.c (fold_binary): Fix types in strlen vs. | Richard Guenther | 2005-06-01 | 2 | -5/+10 |
* | configure.ac (HAVE_AS_JSRDIRECT_RELOCS): New. | Richard Henderson | 2005-06-01 | 6 | -4/+79 |
* | trans-expr.c (gfc_conv_variable): Clean up bracketting. | Paul Thomas | 2005-06-01 | 1 | -13/+14 |
* | system.h (TARGET_OPTIONS, [...]): Poison. | Richard Sandiford | 2005-06-01 | 10 | -454/+93 |
* | sh.c (multcosts): Check sh_multcost rather than sh_multcost_str. | Richard Sandiford | 2005-06-01 | 4 | -35/+37 |
* | opts.h (cl_option_state): New structure. | Richard Sandiford | 2005-06-01 | 4 | -11/+95 |
* | sh-protos.h (sh_pch_valid_p): Delete. | Richard Sandiford | 2005-06-01 | 2 | -2/+1 |
* | mips-protos.h (mips_use_ins_ext_p): Remove parameter names. | Richard Sandiford | 2005-06-01 | 2 | -1/+6 |
* | re PR rtl-optimization/21138 (wrong code in sixtrack for -fmodulo-sched) | Mostafa Hagog | 2005-06-01 | 2 | -0/+5 |
* | gcse.c (compute_transp, [...]): Use MEM_READONLY_P. | Mostafa Hagog | 2005-06-01 | 2 | -38/+50 |
* | re PR fortran/20883 (unassigned integer used as format) | Feng Wang | 2005-06-01 | 5 | -3/+19 |
* | re PR target/21854 (irix6.5 bootstrap fails due to warning in mips.c) | David Billinghurst | 2005-06-01 | 2 | -0/+6 |
* | errors.h (warning, [...]): Add printf attribute. | Kaveh R. Ghazi | 2005-06-01 | 3 | -5/+11 |
* | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 2005-06-01 | 60 | -103/+123 |
* | * config/i386/cygming.h (NO_PROFILE_COUNTERS): Define. | Danny Smith | 2005-06-01 | 2 | -0/+8 |
* | Index: ChangeLog | Geoffrey Keating | 2005-06-01 | 5 | -3/+151 |
* | c-objc-common.c (c_tree_printer): Check flag before hashtable. | Daniel Berlin | 2005-06-01 | 9 | -11/+132 |
* | configure.ac: Add --enable-secureplt. | Alan Modra | 2005-06-01 | 14 | -43/+385 |
* | expr.c (convert_move): When a partial_int requires multiple conversion steps... | DJ Delorie | 2005-05-31 | 5 | -6/+68 |
* | Daily bump. | GCC Administrator | 2005-06-01 | 1 | -1/+1 |
* | re PR tree-optimization/21817 (ICE in for_each_index, at tree-ssa-loop-im.c:200) | Zdenek Dvorak | 2005-05-31 | 4 | -0/+23 |
* | loop.c (loop_invariant_p, [...]): Revert last change. | Pat Haugen | 2005-05-31 | 2 | -4/+7 |
* | re PR c++/21165 (bogus error on a user-defined conversion in a template) | Nathan Sidwell | 2005-05-31 | 4 | -1/+23 |
* | char_initialiser_actual.f90: Test character initialisers as actual arguments. | Paul Thomas | 2005-05-31 | 4 | -0/+95 |
* | re PR fortran/18109 (ICE with explicit array of strings) | Paul Thomas | 2005-05-31 | 3 | -5/+41 |
* | [multiple changes] | Andrew Pinski | 2005-05-31 | 4 | -2/+37 |
* | re PR tree-optimization/21732 (-ftree-dump-all-details hangs during *.c.t24.c... | Andrew Pinski | 2005-05-31 | 2 | -3/+18 |
* | re PR testsuite/20772 (x86 tests should run on both i?86 and x86_64) | Andreas Jaeger | 2005-05-31 | 59 | -64/+98 |
* | tree-cfg.c (verify_expr): Add checking for COND_EXPR's conditional expression. | Andrew Pinski | 2005-05-31 | 2 | -0/+10 |
* | tm.texi (TARGET_GET_PCH_VALIDITY, [...]): Tweak the documentation to make it ... | Richard Sandiford | 2005-05-31 | 6 | -86/+63 |
* | fold-const.c (extract_array_ref): Handle more cases, do some useful canonical... | Jeff Law | 2005-05-31 | 4 | -12/+62 |
* | * sv.po: Update. | Joseph Myers | 2005-05-31 | 2 | -29/+12 |
* | install.texi (sparc-sun-solaris2*): Update note about Sun bug 4910101. | Eric Botcazou | 2005-05-31 | 2 | -6/+8 |
* | install.texi (sparc-sun-solaris2.7): Document bootstrap failure with Sun Work... | Eric Botcazou | 2005-05-31 | 2 | -0/+16 |
* | Daily bump. | GCC Administrator | 2005-05-31 | 1 | -1/+1 |
* | loop.c (loop_invariant_p, [...]): Use regs_invalidated_by_call instead of cal... | Pat Haugen | 2005-05-30 | 2 | -2/+9 |
* | gfortran.h (GFC_STD_LEGACY): New "standard" macro. | Roger Sayle | 2005-05-30 | 6 | -12/+51 |
* | re PR middle-end/21743 (Enable __builtin_clog) | Paolo Carlini | 2005-05-30 | 3 | -3/+9 |
* | re PR middle-end/21743 (Enable __builtin_clog) | Paolo Carlini | 2005-05-30 | 3 | -20/+28 |
* | re PR fortran/16939 (Pointers not passed as subroutine arguments) | Paul Thomas | 2005-05-30 | 1 | -0/+11 |
* | re PR fortran/16939 (Pointers not passed as subroutine arguments) | Paul Thomas | 2005-05-30 | 1 | -0/+17 |
* | re PR c/20303 ([4.0 only] Can't push more than 16 nested visibility) | H.J. Lu | 2005-05-30 | 3 | -12/+24 |
* | re PR rtl-optimization/15422 (fmod loop exposes non-efficient code generation... | Roger Sayle | 2005-05-30 | 2 | -8/+52 |
* | Fix typo | Mark Mitchell | 2005-05-30 | 1 | -0/+1 |
* | Fix typo | Mark Mitchell | 2005-05-30 | 1 | -1/+1 |
* | re PR c++/21784 (Using vs builtin names) | Mark Mitchell | 2005-05-30 | 4 | -9/+35 |
* | * operators.def, optimize.c: Update copyright. | Kazu Hirata | 2005-05-30 | 3 | -2/+6 |
* | * trans-expr.c: Fix comment typos. | Kazu Hirata | 2005-05-30 | 2 | -2/+4 |