summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* opt-functions.awk (static_var): Update comment.Joseph Myers2010-09-301-2/+5
* common.opt (fsplit-stack): New option.Ian Lance Taylor2010-09-271-1/+12
* opts-common.c (prune_options): Make static.Joseph Myers2010-09-221-14/+18
* common.opt (-assemble, [...]): New.Joseph Myers2010-09-221-395/+12
* common.opt (combine): Remove.Richard Guenther2010-09-171-87/+14
* options.texi (SeparateAlias): Document.Joseph Myers2010-09-031-11/+1
* re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers2010-09-021-1/+6
* Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers2010-08-221-13/+18
* gcc.c (spec_function): Add remove-outfile.Jack Howarth2010-08-171-0/+23
* options.texi (NoDriverArg): Document.Joseph Myers2010-08-161-2/+2
* common.opt: Add driver options.Joseph Myers2010-08-161-563/+480
* gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and -MMD.Joseph Myers2010-08-121-2/+2
* alpha.h (SWITCH_TAKES_ARG): Define.Joseph Myers2010-08-031-4/+1
* darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers2010-07-281-7/+0
* re PR lto/43071 (ICE: SIGSEGV with -fwhopr -fcompare-debug)Richard Guenther2010-07-231-0/+1
* collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.Joseph Myers2010-06-261-18/+4
* gcc.c (n_switches_alloc, [...]): New.Joseph Myers2010-06-261-281/+224
* pa.h (MODIFY_TARGET_NAME): Remove.Joseph Myers2010-06-251-69/+0
* gcc.c (translate_options): Don't mention +e in comment.Joseph Myers2010-06-251-17/+1
* gcc.c (cc1_options, [...]): Use find-plugindir spec function to add the -iplu...Matthias Klose2010-06-051-4/+22
* darwin-driver.c (darwin_default_min_version): UseJoseph Myers2010-06-041-46/+46
* invoke.texi: Mention -fdump-ada-spec.Arnaud Charlet2010-06-011-6/+5
* gcc.c: Include diagnostic.h.Joseph Myers2010-05-281-154/+46
* * gcc.c (error, warning, inform): Remove duplicate ": " in output.Joseph Myers2010-05-281-3/+3
* re PR driver/15303 (When gcc sees an unrecognized option, the exit status ind...Joseph Myers2010-05-281-123/+164
* invoke.texi (-fwhopr): Document new optional jobs argument.Richard Guenther2010-05-191-1/+1
* re PR lto/44143 (-fdump-tree-all for lto does not work as expected)Richard Guenther2010-05-181-6/+0
* gcc.c (execute): For -### don't quote arguments that contain just alphanumeri...Jakub Jelinek2010-05-111-5/+14
* gcc.c (store_arg): Handle temporary file deletion for joined arguments.Richard Guenther2010-05-091-1/+9
* gcc.c (store_arg): Revert last change.Richard Guenther2010-05-091-18/+18
* re PR lto/43857 (-fresolution causes an ICE)Richard Guenther2010-05-071-18/+19
* gcc.c (main): Search for liblto_plugin.so with mode R_OK.Matthias Klose2010-04-181-1/+1
* gcc.c (cc1_options): Handle -iplugindir before processing the cc1 spec.Matthias Klose2010-04-121-0/+20
* re PR driver/42485 (-V switch broken)Manuel López-Ibáñez2010-04-081-88/+2
* re PR driver/41594 (-static-libstdc++ is not recognized as valid by the gcc d...Iain Sandoe2010-04-071-2/+4
* re PR driver/43021 (Driver no longer handles fancy names)Richard Guenther2010-02-111-7/+22
* gcc.c (process_command): Move lang_specific_driver before setting cc_libexec_...Andrew Haley2010-01-211-6/+6
* re PR translation/39521 (specs diagnostics translation problems)Shujing Zhao2010-01-141-2/+2
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2010-01-091-1/+1
* re PR driver/42442 (-march=native doesn't apply to multiple files)Jakub Jelinek2010-01-041-6/+17
* Pass -m* and -v to -plugin-optH.J. Lu2010-01-031-0/+2
* Pass -dumpbase and -dumpdir to gcc for LTOH.J. Lu2010-01-031-2/+4
* configure.ac (--with-specs): New option.Nathan Sidwell2009-12-141-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-8/+8
* gcc.c (process_command): Handle arguments name@offset.Richard Guenther2009-11-041-10/+22
* re PR driver/11810 (gcc -pipe -ox.o -c x.c writes erroneous x.o on compile e...Mark Mitchell2009-11-041-2/+8
* common.opt (fuse-linker-plugin): New option.Rafael Avila de Espindola2009-10-281-5/+5
* gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION): Add -E.Pascal Obry2009-10-141-4/+5
* * gcc.c (main): Remove trailing "." from diagnostics.Joseph Myers2009-10-081-2/+2
* lto-plugin.c (add_input_library): New.Rafael Avila de Espindola2009-10-081-0/+1