| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-11-06 | re PR tree-optimization/24670 (VRP ICE in compare_name_with_value) | Diego Novillo | 4 | -2/+120 |
| 2005-11-06 | intrinsic.c (add_functions): Add ctime and fdate intrinsics. | Francois-Xavier Coudert | 10 | -2/+353 |
| 2005-11-06 | re PR target/22432 (Wrong code generation using MMX intrinsics on amd64) | Ian Lance Taylor | 4 | -8/+41 |
| 2005-11-06 | Daily bump. | GCC Administrator | 1 | -1/+1 |
| 2005-11-05 | asm-1.c: Move from gcc.dg/asm-5.c. | Richard Henderson | 11 | -3/+13 |
| 2005-11-05 | decl.c, [...]: Fix comment typos. | Kazu Hirata | 4 | -4/+9 |
| 2005-11-05 | * decl2.c, init.c, typeck.c: Fix comment typos. | Kazu Hirata | 4 | -3/+7 |
| 2005-11-05 | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 15 | -16/+25 |
| 2005-11-05 | lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ... | Sebastian Pop | 7 | -158/+254 |
| 2005-11-05 | bfin.c (n_dregs_to_save, [...]): New argument IS_INTHANDLER; all callers chan... | Bernd Schmidt | 2 | -36/+69 |
| 2005-11-05 | intrinsic.c (add_functions): Add function version of TTYNAM. | Francois-Xavier Coudert | 9 | -0/+111 |
| 2005-11-05 | 20020523-2.c: Fix path for i386-cpuid.h. | Andreas Jaeger | 2 | -1/+5 |
| 2005-11-05 | re PR rtl-optimization/23490 (Long compile time for array initializer with in... | Jan Hubicka | 7 | -26/+60 |
| 2005-11-05 | ipa-inline.c (cgraph_decide_inlining_of_small_function, [...]): Do not hold m... | Jan Hubicka | 2 | -21/+38 |
| 2005-11-05 | Daily bump. | GCC Administrator | 1 | -1/+1 |
| 2005-11-04 | re PR fortran/24636 (gfortran: STOP without stop-code too noisy, regression w... | Steven G. Kargl | 2 | -1/+6 |
| 2005-11-04 | re PR target/23424 (cris.md rtl canonicalization bug) | Hans-Peter Nilsson | 2 | -0/+21 |
| 2005-11-04 | re PR target/23424 (cris.md rtl canonicalization bug) | Hans-Peter Nilsson | 2 | -4/+13 |
| 2005-11-04 | Fix date last entry | Hans-Peter Nilsson | 1 | -1/+1 |
| 2005-11-04 | 20000609-1.c, [...]: Move from gcc.dg/. | Richard Henderson | 132 | -7/+80 |
| 2005-11-04 | invoke.texi: Document max-jump-thread-duplication-stmts PARAM. | Jeff Law | 5 | -1/+48 |
| 2005-11-04 | re PR tree-optimization/24627 (xntp miscompiled) | Diego Novillo | 4 | -3/+80 |
| 2005-11-04 | tree-scalar-evolution.c (instantiate_parameters_1, [...]): Compute the size o... | Sebastian Pop | 2 | -20/+35 |
| 2005-11-04 | tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirec... | Richard Guenther | 5 | -22/+36 |
| 2005-11-04 | Fix typo in previous commit. | Daniel Jacobowitz | 1 | -1/+1 |
| 2005-11-04 | arm.c (arm_load_pic_register): Pass extra reg to gen_pic_add_dot_plus_four an... | Paul Brook | 5 | -18/+48 |
| 2005-11-04 | arm.c (arm_init_libfuncs): Use __aeabi_idiv and __aeabi_uidiv. | Daniel Jacobowitz | 2 | -2/+10 |
| 2005-11-04 | longlong.h (add_ssaaaa): Clobber condition code register in ARM version. | Mark Mitchell | 2 | -3/+11 |
| 2005-11-04 | configure.ac: Add test for ARM TLS support. | Daniel Jacobowitz | 9 | -26/+624 |
| 2005-11-04 | lib1funcs.asm: Don't include "libunwind.S". | Daniel Jacobowitz | 5 | -33/+68 |
| 2005-11-04 | re PR c++/22487 (C++ front-end produces mis-match types in EQ_EXPR (array con... | Richard Guenther | 2 | -2/+8 |
| 2005-11-04 | unnamed-1.c: Add -msse for x86 compilation to avoid extra warnings. | Andreas Jaeger | 2 | -24/+31 |
| 2005-11-04 | re PR libfortran/22298 (libgfortran init() constructor isn't called if execut... | François-Xavier Coudert | 4 | -5/+82 |
| 2005-11-04 | re PR fortran/18452 (Fortran options induces warning for fortran that needs p... | Francois-Xavier Coudert | 5 | -9/+40 |
| 2005-11-04 | * gcc.dg/pr24615.c: Guard test with { target fpic }. | Hans-Peter Nilsson | 2 | -1/+5 |
| 2005-11-03 | rs6000.c: Include params.h | David Edelsohn | 1 | -0/+14 |
| 2005-11-03 | rs6000.c: Include params.h | David Edelsohn | 3 | -28/+8 |
| 2005-11-04 | rs6000.c (output_toc): Make "offset" HOST_WIDE_INT. | Alan Modra | 2 | -5/+10 |
| 2005-11-04 | re PR c++/19989 (Inconsistency with zero-sized arrays) | Josh Conner | 7 | -16/+97 |
| 2005-11-04 | cp-tree.h (cp_cpp_error), [...]): Take va_list* parameter. | Joseph Myers | 3 | -3/+8 |
| 2005-11-03 | re PR preprocessor/22042 (stringification BUG) | Andrew Pinski | 2 | -0/+30 |
| 2005-11-04 | Daily bump. | GCC Administrator | 1 | -1/+1 |
| 2005-11-03 | re PR c++/17964 (cpp error messages contain wrong line in C++) | Joseph Myers | 9 | -4/+90 |
| 2005-11-03 | powerpc: New directory. | Joseph Myers | 88 | -0/+80 |
| 2005-11-03 | re PR ada/23427 (latent bug with array type size check) | James E Wilson | 2 | -2/+8 |
| 2005-11-03 | dwarf2asm.c (dw2_force_const_mem): Add new parameter 'public'. | Eric Botcazou | 5 | -19/+43 |
| 2005-11-03 | re PR c++/21627 (invalid inline warning with ctor and dtor) | Mark Mitchell | 4 | -0/+48 |
| 2005-11-03 | re PR tree-optimization/24483 (ICE in ivopts) | Zdenek Dvorak | 2 | -1/+16 |
| 2005-11-03 | re PR middle-end/23155 (Gimplification failed for union cast) | Andrew Pinski | 7 | -0/+78 |
| 2005-11-03 | re PR tree-optimization/24351 (ICE in do_simple_structure_copy with some C++ ... | Daniel Berlin | 5 | -15/+245 |