Age | Commit message (Expand) | Author | Files | Lines |
2001-10-28 | * doc/extend.texi, doc/invoke.texi: Fix spelling. | Joseph Myers | 2 | -4/+4 |
2001-10-28 | * doc/gcc.texi: Document use of "dependent" and American spelling. | Joseph Myers | 1 | -0/+2 |
2001-10-28 | alpha.md, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-25 | md.texi (movMM): Clarify semantics of storing into a non-paradoxical SUBREG. | Jeffrey A Law | 1 | -1/+3 |
2001-10-25 | gcc.texi (G++ and GCC): Mention Ada front end. | Geert Bosch | 3 | -16/+87 |
2001-10-23 | c-common.c (warn_div_by_zero): New. | Neil Booth | 1 | -7/+17 |
2001-10-23 | i386.c (override_options): Default to minimum stack alignment when optimizing... | Alexandre Oliva | 1 | -9/+10 |
2001-10-23 | gcc.texi (Sending Patches): Remove. | Joseph Myers | 1 | -119/+3 |
2001-10-22 | target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame... | Stan Shebs | 1 | -9/+18 |
2001-10-22 | re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit') | Craig Rodrigues | 1 | -10/+1 |
2001-10-20 | fix spelling typo | Nick Clifton | 1 | -88/+88 |
2001-10-20 | basic-block.h (find_sub_basic_blocks): Use sbitmap parameter. | Jan Hubicka | 1 | -1/+7 |
2001-10-19 | * doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation | Janis Johnson | 1 | -0/+12 |
2001-10-18 | Fix the typo for real now. | Alexandre Oliva | 1 | -1/+1 |
2001-10-18 | attribs.c (handle_noinline_attribute): New function. | Alexandre Oliva | 1 | -7/+21 |
2001-10-17 | config.gcc: Update c4x and i370 for C front end-specific dependencies. | Neil Booth | 1 | -4/+5 |
2001-10-17 | c-tree.texi: Eliminate duplicated word. | Matt Kraai | 5 | -7/+7 |
2001-10-14 | c-pragma.h (cpp_register_pragma_space): Remove. | Neil Booth | 1 | -21/+10 |
2001-10-11 | * doc/c-tree.texi (Expression trees): Add VTABLE_REF. | Richard Henderson | 1 | -0/+12 |
2001-10-11 | config.gcc: Add cris-*-aout, cris-*-elf, cris-*-none, cris-*-linux* cases. | Hans-Peter Nilsson | 2 | -0/+186 |
2001-10-11 | * doc/contrib.texi: Add note about CRIS port to my entry. | Hans-Peter Nilsson | 1 | -1/+1 |
2001-10-11 | c-parse.in (asm_operand): Allow named operands. | Richard Henderson | 2 | -6/+42 |
2001-10-10 | c-tree.texi, [...]: Consistently use "nonzero" instead of "non-zero". | Joseph Myers | 7 | -47/+47 |
2001-10-09 | * doc/gcc.texi: Document preference for "nonzero" over "non-zero". | Joseph Myers | 1 | -0/+1 |
2001-10-09 | c-common.c: Fix comment typos. | Kazu Hirata | 6 | -11/+11 |
2001-10-08 | cppmacro.c (_cpp_create_definition): Leave comments off. | Neil Booth | 1 | -9/+5 |
2001-10-08 | c-decl.c (grokfield): Make sure the only unnamed fields we're allowing are ei... | DJ Delorie | 1 | -0/+42 |
2001-10-07 | acinclude.m4: Fix spelling error of "separate" as "seperate". | Joseph Myers | 1 | -1/+1 |
2001-10-07 | c-tree.texi, tm.texi: Consistently put NULL and NULL_TREE inside @code. | Joseph Myers | 2 | -8/+8 |
2001-10-07 | gcc.texi: Document consistent style of "32-bit", "Objective-C", and "@code{NU... | Joseph Myers | 1 | -0/+3 |
2001-10-06 | * doc/cppinternals.texi: Update. | Neil Booth | 1 | -49/+63 |
2001-10-05 | * doc/cppinternals.texi: Update. | Neil Booth | 1 | -46/+107 |
2001-10-05 | * doc/cppinternals.texi: Update. | Neil Booth | 1 | -9/+134 |
2001-10-04 | * doc/cppinternals.texi: Update. | Neil Booth | 1 | -117/+308 |
2001-10-02 | Fix some problems with previous checkin | Bernd Schmidt | 2 | -8/+8 |
2001-10-02 | invoke.texi (i386 Options): Document x86-64 options. | Jan Hubicka | 1 | -6/+34 |
2001-10-02 | rs6000.h (enum processor_type): Add support for 7400 (G4) and 7450. | Dale Johannesen | 1 | -3/+5 |
2001-09-29 | Documentation for vector extensions | Bernd Schmidt | 2 | -0/+449 |
2001-09-29 | * doc/invoke.texi (Optimize Options): Revert an accidental checkin. | Jan Hubicka | 1 | -12/+1 |
2001-09-29 | * doc/invoke.texi (Optimize Options): Delete spurious @table. | Hans-Peter Nilsson | 1 | -1/+0 |
2001-09-28 | i386-protos.h (ix86_setup_incoming_varargs, [...]): Declare. | Jan Hubicka | 1 | -1/+13 |
2001-09-27 | * doc/cppinternals.texi: Update. | Neil Booth | 1 | -53/+133 |
2001-09-25 | install.texi (Specific, [...]): Document. | Janis Johnson | 1 | -0/+27 |
2001-09-24 | c-lex.c (cb_def_pragma): Update. | Neil Booth | 1 | -4/+4 |
2001-09-24 | install.texi (Final install): Request additional information in mail about su... | Janis Johnson | 1 | -0/+5 |
2001-09-24 | install.texi: Markup fixes. | Rainer Orth | 1 | -45/+48 |
2001-09-21 | tree.def (FDESC_EXPR): New. | Richard Henderson | 1 | -0/+18 |
2001-09-21 | Table-driven attributes. | Joseph Myers | 3 | -99/+127 |
2001-09-21 | integrate.c (allocate_initial_values): New function. | J"orn Rennecke | 1 | -0/+20 |
2001-09-20 | c-typeck.c (really_start_incremental_init): Discriminate between zero-length ... | DJ Delorie | 1 | -8/+8 |