| Commit message (Expand) | Author | Age | Files | Lines |
* | install.texi (--with-libiconv-prefix): Document. | Craig Rodrigues | 2002-03-08 | 1 | -0/+4 |
* | * doc/sourcebuild.texi: Fix typo. | Michael Y. Brukman | 2002-03-08 | 1 | -1/+1 |
* | defaults.h (MODE_HAS_NANS, [...]): New. | Richard Sandiford | 2002-03-07 | 1 | -0/+49 |
* | invoke.texi: Add documentation for -mabi=no-altivec. | Aldy Hernandez | 2002-03-07 | 1 | -1/+5 |
* | This is the documentation for -### that I forgot to add when -### was | Ira Ruben | 2002-03-05 | 1 | -1/+7 |
* | toplev.c (documented_lang_options): Document more language-specific options. | Geoffrey Keating | 2002-03-05 | 1 | -31/+29 |
* | texinfo.tex: Update to version 2002-03-01.06. | Joseph Myers | 2002-03-04 | 2 | -158/+178 |
* | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 2002-03-03 | 2 | -27/+6 |
* | 1750a.h, [...] (BITS_PER_WORD): Delete. | Kaveh R. Ghazi | 2002-03-03 | 1 | -1/+2 |
* | i386.h (ix86_expand_prologue): Do not emit pic register load if "internal" vi... | Richard Henderson | 2002-03-02 | 1 | -0/+25 |
* | varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_S... | Richard Henderson | 2002-03-02 | 1 | -9/+15 |
* | a29k.h, [...]: (BITS_PER_UNIT): Delete. | Kaveh R. Ghazi | 2002-03-03 | 1 | -1/+1 |
* | Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss. | Kaveh R. Ghazi | 2002-03-02 | 1 | -0/+14 |
* | tm.texi (ASM_WEAKEN_DECL): Document. | Alan Modra | 2002-03-01 | 1 | -7/+18 |
* | rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition to take ptr_extend i... | Steve Ellcey | 2002-02-28 | 1 | -5/+21 |
* | basic-block.h (BB_REACHABLE): Renumber. | Jan Hubicka | 2002-02-28 | 1 | -24/+27 |
* | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 2002-02-27 | 7 | -168/+44 |
* | cpplex.c (_cpp_lex_token): Handle directives in macro arguments. | Neil Booth | 2002-02-27 | 1 | -0/+44 |
* | cpp.texi: Clarify documentation of relationship between #line and #include. | Zack Weinberg | 2002-02-27 | 1 | -1/+37 |
* | attribs.c (c_common_attribute_table): Add visibility. | Jakub Jelinek | 2002-02-26 | 1 | -1/+14 |
* | Set version numbers for mainline | Mark Mitchell | 2002-02-26 | 1 | -2/+2 |
* | gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to link with sh... | Alexandre Oliva | 2002-02-25 | 1 | -9/+20 |
* | sparc.c (const64_high_operand): Zero-extend operands of SPARC_SETHI_P. | Alexandre Oliva | 2002-02-25 | 1 | -0/+11 |
* | * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM. | Neil Booth | 2002-02-23 | 2 | -7/+16 |
* | contribute.texi, [...]: Remove trailing whitespace. | Joseph Myers | 2002-02-23 | 9 | -53/+53 |
* | attr-alwaysinline.c: New. | Aldy Hernandez | 2002-02-22 | 1 | -5/+15 |
* | * doc/extend.texi: Fix some more overfull hboxes. | Joseph Myers | 2002-02-21 | 1 | -147/+294 |
* | * doc/extend.texi: Avoid or reduce overfull hboxes. | Joseph Myers | 2002-02-20 | 1 | -76/+140 |
* | cppinit.c (init_dependency_output): Take deps output file from -o if none giv... | Neil Booth | 2002-02-20 | 2 | -29/+59 |
* | * doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo. | Gaute B Strokkenes | 2002-02-19 | 1 | -2/+2 |
* | * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo. | Gaute B Strokkenes | 2002-02-19 | 1 | -3/+3 |
* | invoke.texi: explicitly list the style guidelines that -Weffc++ checks for. | Ryan T. Sammartino | 2002-02-19 | 1 | -4/+38 |
* | * doc/rtl.texi (Constants): Close @code tag. | Bryce McKinlay | 2002-02-19 | 1 | -1/+1 |
* | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 2002-02-19 | 2 | -3/+33 |
* | Explain why empty strings should not be marked for translation. | Philipp Thomas | 2002-02-17 | 1 | -3/+11 |
* | Contribute sh64-elf. | Alexandre Oliva | 2002-02-09 | 2 | -0/+19 |
* | hooks.c: New file. | Alexandre Oliva | 2002-02-09 | 1 | -0/+15 |
* | * doc/invoke.texi (RS/6000 and PowerPC Options): Fix typo. | David Edelsohn | 2002-02-08 | 1 | -1/+1 |
* | Implement using "base addresses" in insn operands as default. | Hans-Peter Nilsson | 2002-02-06 | 1 | -1/+15 |
* | target.h (struct gcc_target): Added ms_bitfield_layout_p. | Alexandre Oliva | 2002-02-05 | 1 | -2/+16 |
* | extend.texi: Warn about unsupported usage of altivec builtins. | Aldy Hernandez | 2002-02-04 | 1 | -0/+5 |
* | PR c/4475, c++/3780: | Jakub Jelinek | 2002-02-04 | 1 | -1/+2 |
* | cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | Neil Booth | 2002-02-02 | 1 | -10/+0 |
* | install.texi (avr): Update outdated URL. | Craig Rodrigues | 2002-02-01 | 1 | -1/+1 |
* | rtlanal.c (subreg_regno_offset): Do not use SUBREG_REGNO_OFFSET. | Kazu Hirata | 2002-01-31 | 1 | -19/+0 |
* | Fix markup last change. | Richard Henderson | 2002-01-29 | 1 | -1/+1 |
* | expr.c (force_operand): Ignore flag_pic for detecting pic address loads. | Richard Henderson | 2002-01-29 | 1 | -1/+2 |
* | * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory. | Geoffrey Keating | 2002-01-29 | 1 | -8/+10 |
* | builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace BT_FN_VOID_PTR_VAR. | Paul Koning | 2002-01-28 | 1 | -1/+1 |
* | invoke.texi (-fdump-translation-unit): Revert this patch: 2001-10-21 Craig Ro... | Craig Rodrigues | 2002-01-27 | 1 | -1/+10 |