Age | Commit message (Expand) | Author | Files | Lines |
2002-03-14 | Add --param max-unrolled-insns=<n> support | Michael Meissner | 1 | -0/+5 |
2002-03-11 | Makefile.in: Update. | Neil Booth | 1 | -361/+17 |
2002-03-07 | invoke.texi: Add documentation for -mabi=no-altivec. | Aldy Hernandez | 1 | -1/+5 |
2002-03-05 | This is the documentation for -### that I forgot to add when -### was | Ira Ruben | 1 | -1/+7 |
2002-03-05 | toplev.c (documented_lang_options): Document more language-specific options. | Geoffrey Keating | 1 | -31/+29 |
2002-03-04 | texinfo.tex: Update to version 2002-03-01.06. | Joseph Myers | 1 | -4/+4 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -9/+1 |
2002-03-02 | Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss. | Kaveh R. Ghazi | 1 | -0/+14 |
2002-02-28 | basic-block.h (BB_REACHABLE): Renumber. | Jan Hubicka | 1 | -24/+27 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 1 | -86/+7 |
2002-02-25 | gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to link with sh... | Alexandre Oliva | 1 | -9/+20 |
2002-02-23 | * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM. | Neil Booth | 1 | -3/+8 |
2002-02-23 | contribute.texi, [...]: Remove trailing whitespace. | Joseph Myers | 1 | -8/+8 |
2002-02-20 | cppinit.c (init_dependency_output): Take deps output file from -o if none giv... | Neil Booth | 1 | -18/+32 |
2002-02-19 | invoke.texi: explicitly list the style guidelines that -Weffc++ checks for. | Ryan T. Sammartino | 1 | -4/+38 |
2002-02-09 | Contribute sh64-elf. | Alexandre Oliva | 1 | -0/+3 |
2002-02-08 | * doc/invoke.texi (RS/6000 and PowerPC Options): Fix typo. | David Edelsohn | 1 | -1/+1 |
2002-02-06 | Implement using "base addresses" in insn operands as default. | Hans-Peter Nilsson | 1 | -1/+15 |
2002-01-27 | invoke.texi (-fdump-translation-unit): Revert this patch: 2001-10-21 Craig Ro... | Craig Rodrigues | 1 | -1/+10 |
2002-01-23 | elf.h: New file. | Bob Wilson | 1 | -0/+192 |
2002-01-21 | Remove workaround for register stack overwrite bug in mmix. | Hans-Peter Nilsson | 1 | -11/+1 |
2002-01-16 | invoke.texi: Change the dump file name of block reordering pass from 28.bbro ... | Kazu Hirata | 1 | -1/+4 |
2002-01-14 | extend.texi: Move documentation of X86 built-in functions here. | Joseph Myers | 1 | -219/+2 |
2002-01-14 | invoke.texi (Xstormy16 Options): Add xstormy16 option. | Geoffrey Keating | 1 | -0/+17 |
2002-01-12 | * doc/invoke.texi: Update Alpha options. | Richard Henderson | 1 | -17/+70 |
2002-01-12 | * doc/invoke.texi: Update i386 built-in function lists. | Richard Henderson | 1 | -316/+174 |
2002-01-11 | invoke.texi: Avoid overfull hboxes. | Joseph Myers | 1 | -4/+28 |
2002-01-10 | * doc/invoke.texi: Document PDP-11 options. | Joseph Myers | 1 | -0/+115 |
2002-01-10 | Added __attribute__((deprecated)) patches. | Ira Ruben | 1 | -1/+9 |
2002-01-08 | invoke.texi: Markup gcc as @command. | Gerald Pfeifer | 1 | -2/+3 |
2002-01-07 | gcc.texi, [...]: Update copyright and last update dates. | Joseph Myers | 1 | -2/+2 |
2002-01-07 | avr.c (avr_mcu_types): Add new MCU types. | Marek Michalkiewicz | 1 | -3/+4 |
2002-01-05 | invoke.texi (Option Summary): Document -mbranch-predict, -mreg-stack-fill-bug... | Hans-Peter Nilsson | 1 | -2/+15 |
2002-01-04 | * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu. | Roland McGrath | 1 | -0/+5 |
2002-01-03 | re PR c/5226 (-mthreads not available in gcc 3.0.3 but still in doc) | Craig Rodrigues | 1 | -9/+8 |
2002-01-02 | re PR c++/5089 (-Wold-style-cast warns about cast to void) | Nathan Sidwell | 1 | -4/+4 |
2001-12-18 | att.h (ASM_FILE_START): Use asm_dialect. | Jan Hubicka | 1 | -4/+5 |
2001-12-17 | Separate user and internals manuals. | Joseph Myers | 1 | -36/+7 |
2001-12-14 | i386.c (ix86_fpmath, [...]): New. | Jan Hubicka | 1 | -2/+46 |
2001-12-13 | predict.c (estimate_probability): Reorganize opcode heuristics. | Jan Hubicka | 1 | -5/+12 |
2001-12-12 | regrename.c (copyprop_hardreg_forward): New optimization. | Richard Henderson | 1 | -1/+7 |
2001-12-09 | Trivial updates to last patch. | Richard Kenner | 1 | -2/+2 |
2001-12-09 | t-vms (EXTRA_PARTS): Append $(VMS_EXTRA_PARTS) Add rules for building [vp]crt0.o | Douglas B Rupp | 1 | -0/+17 |
2001-12-09 | cpp.texi, [...]: Use American spelling. | Joseph Myers | 1 | -10/+10 |
2001-12-06 | final.c (count_basic_block, [...]): Kill. | Jan Hubicka | 1 | -75/+1 |
2001-12-05 | attribs.c (handle_no_check_memory_usage_atribute): Deleted. | Richard Kenner | 1 | -70/+0 |
2001-12-05 | vmsdbg.h, [...]: Add documentation and minor cleanups. | Richard Kenner | 1 | -3/+9 |
2001-12-04 | Doc update for -maix-struct-return patch | Zack Weinberg | 1 | -0/+10 |
2001-11-25 | c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New. | Joseph Myers | 1 | -0/+8 |
2001-11-22 | (in m32rx patch): Replace "." with "@." when preceeded by a capital letter | Nick Clifton | 1 | -2/+2 |