Age | Commit message (Expand) | Author | Files | Lines |
2004-02-09 | [multiple changes] | Arnaud Charlet | 29 | -1040/+1456 |
2004-02-09 | * call.c, parser.c, tree.c: Fix comment typos. | Kazu Hirata | 4 | -5/+9 |
2004-02-09 | fold-const.c (fold): Use the original type conversion tree code rather than c... | Roger Sayle | 4 | -12/+33 |
2004-02-09 | * src/types.c (pointer): POWERPC64 has 8 byte pointers. | Alan Modra | 2 | -1/+3 |
2004-02-09 | [multiple changes] | Arnaud Charlet | 8 | -38/+128 |
2004-02-09 | MAINTAINERS: Add myself to write-after-approval. | Paolo Bonzini | 2 | -0/+5 |
2004-02-09 | re PR libstdc++/14072 (basic_ios::imbue leaves dangling pointers) | Paolo Carlini | 4 | -1/+238 |
2004-02-08 | parse.y (resolve_qualified_expression_name): In case of inaccessible class do... | Per Bothner | 2 | -1/+13 |
2004-02-09 | crossconfig.m4: Don't enable _GLIBCXX_USE_LFS on *-uclinux*. | Bernardo Innocenti | 3 | -2/+19 |
2004-02-09 | ffi.c (ffi_prep_args64): Correct long double handling. | Alan Modra | 5 | -19/+48 |
2004-02-09 | m68k.c, m68k.md (SGS, [...]): Remove code to support SGS assembler. | Bernardo Innocenti | 7 | -460/+189 |
2004-02-09 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2004-02-09 | m68k.h (REGISTER_NAMES): Prefix each name with REGISTER_PREFIX. | Bernardo Innocenti | 1 | -3/+20 |
2004-02-09 | m68k.h (REGISTER_NAMES): Prefix each name with REGISTER_PREFIX. | Andreas Schwab | 7 | -106/+75 |
2004-02-08 | Fixed a typo in ChangeLog. | Kazu Hirata | 1 | -1/+2 |
2004-02-08 | target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null. | Kazu Hirata | 23 | -51/+21 |
2004-02-08 | ByteBuffer.java (shiftDown): New helper method. | Per Bothner | 13 | -548/+489 |
2004-02-08 | README.Portability: Change "ISO C89" to "ISO C90". | Joseph Myers | 5 | -7/+16 |
2004-02-08 | real.c (encode_ibm_extended): Normalize the input value before converting it ... | Richard Sandiford | 5 | -4/+40 |
2004-02-08 | c-objc-common.c (): Fix a typo in a warning. | Kazu Hirata | 4 | -31/+41 |
2004-02-08 | * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC. | Eric Botcazou | 2 | -1/+7 |
2004-02-08 | re PR libstdc++/14026 (std::uncaught_exception is true although there are no ... | Richard Henderson | 3 | -3/+46 |
2004-02-08 | * include/x86_64-signal.h: Fix typo. | Andreas Jaeger | 2 | -1/+5 |
2004-02-08 | i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Add volatile qualifier to _regs. | Diego Novillo | 1 | -1/+1 |
2004-02-08 | i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Add volatile qualifier to _regs. | Diego Novillo | 1 | -0/+1 |
2004-02-08 | basic_string.tcc (assign(const _CharT*, size_type)): When working in place re... | Paolo Carlini | 2 | -0/+7 |
2004-02-08 | * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit. | Eric Botcazou | 2 | -8/+24 |
2004-02-08 | i386-signal.h (MAKE_THROW_FRAME): Add volatile qualifier to _regs. | Diego Novillo | 2 | -1/+6 |
2004-02-08 | ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu... | Alan Modra | 4 | -82/+110 |
2004-02-08 | * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data. | Jan Hubicka | 2 | -1/+4 |
2004-02-08 | Remove trailing whitespace (see ChangeLog for longwinded description). | Bernardo Innocenti | 65 | -3434/+3470 |
2004-02-07 | * function.c (assign_parms): Fix formatting. | David Edelsohn | 2 | -1/+6 |
2004-02-08 | default.h (PROMOTE_PROTOTYPES): Remove. | Kazu Hirata | 7 | -50/+30 |
2004-02-08 | system.h (SHARED_SECTION_ASM_OP): Poison. | Kazu Hirata | 4 | -17/+8 |
2004-02-08 | c-common.c (shadow_warning): Delete. | Zack Weinberg | 19 | -167/+157 |
2004-02-08 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2004-02-07 | Makefile.in, [...]: Use the top level mkinstalldirs, not the one in the gcc s... | Nathanael Nerode | 8 | -133/+32 |
2004-02-07 | re PR middle-end/13696 (enum not useable as array index?) | Roger Sayle | 4 | -277/+450 |
2004-02-07 | genrecog.c (find_operand): add extra argument stop. | Jan Hubicka | 2 | -8/+28 |
2004-02-07 | config.gcc: Don't mention MAX_LONG_TYPE_SIZE. | Kazu Hirata | 26 | -100/+24 |
2004-02-07 | re PR bootstrap/13990 (build fails because of wrong use of gen_rtx_NE) | Stephane Carrez | 2 | -2/+15 |
2004-02-07 | var-tracking.c (vt_add_function_parameters): Surround checkings by #ifdef ENA... | Josef Zlomek | 2 | -0/+9 |
2004-02-07 | fold-const.c (negate_expr_p, [...]): Optimize -(A+B) into either (-A)-B or (-... | Roger Sayle | 2 | -13/+68 |
2004-02-07 | c-ppoutput.c, [...]: Update copyright. | Kazu Hirata | 15 | -13/+25 |
2004-02-07 | * c-ppoutput.c, var-tracking.c: Fix comment typos. | Kazu Hirata | 3 | -4/+8 |
2004-02-06 | Fix compile error with old glibc verisons. | James E Wilson | 2 | -0/+11 |
2004-02-07 | tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change to FLOAT_LIB_COMPARE_... | Kazu Hirata | 2 | -1/+6 |
2004-02-07 | * src/types.c: Use 16 byte long double for POWERPC64. | Alan Modra | 2 | -1/+5 |
2004-02-07 | t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c. | Alan Modra | 6 | -14/+100 |
2004-02-07 | builtins.c (expand_builtin_signbit): Use extract_bit_field instead of gen_hig... | Roger Sayle | 2 | -22/+30 |