summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* Support -fuse-ld=bfd and -fuse-ld=goldNick Clifton2013-01-071-1/+2
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2013-01-031-2/+2
* builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.Dmitry Vyukov2012-11-221-0/+10
* Issue an error for -static with fsanitize=addressH.J. Lu2012-11-221-1/+1
* Add STATIC_LIBASAN_LIBS for -static-libasanH.J. Lu2012-11-221-2/+9
* common.opt: Change faddress-sanitizer to fsanitize=address.Wei Mi2012-11-211-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-69/+64
* Add -static-libasan option to the GCC driverH.J. Lu2012-11-171-1/+10
* invoke.texi: Document -print-multiarch.Matthias Klose2012-11-141-12/+70
* Import the asan runtime library into GCC treeWei Mi2012-11-121-0/+1
* re PR driver/54789 (Error in GCC driver when defining GCC_COMPARE_DEBUG)Dmitry Gorbachev2012-11-081-10/+4
* common.opt (gno-split-dwarf, [...]): New switches.Sterling Augustine2012-11-061-4/+43
* 2012-10-03 Tobias Burnus <burnus@net-b.de>Tobias Burnus2012-10-041-12/+26
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1
* common.opt (--no-sysroot-suffix): New driver option.Joseph Myers2012-09-031-0/+3
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1/+1
* Invoke GCC_DRIVER_HOST_INITIALIZATION after diagnostic_initializeRyan Mansfield2012-07-271-5/+6
* Allow --specs options.Christian Bruel2012-06-011-50/+72
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir.Steven Drake2012-05-221-0/+9
* gcc.c (eval_spec_function): Finalize/restore the current string obstack state...Olivier Hainque2012-05-041-0/+17
* Remove obsolete IRIX 6.5 supportRainer Orth2012-03-141-5/+1
* document gcc --help=commonBernhard Reutner-Fischer2012-02-281-1/+1
* gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.Eric Botcazou2012-02-131-1/+7
* re PR driver/48524 (spec language does not cover switches with separated form)Magnus Granberg2012-02-081-0/+15
* gcc.c (main): Don't look for lto-wrapper or lto-wrapper or LTOPLUGINSONAME if...Jakub Jelinek2012-02-071-22/+33
* gcc.c (add_sysrooted_prefix): Remove trailing dir separator from system root.Matthias Klose2012-01-261-1/+9
* re PR driver/47249 (ICE in common_handle_option, at opts.c:1695 with unknown ...Jakub Jelinek2012-01-241-0/+2
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2012-01-011-2/+2
* re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther2011-11-031-11/+0
* re PR driver/46617 (String concatenation fools extraction for translation.)Paolo Carlini2011-10-261-1/+1
* Use urandom in gcc.c tooAndi Kleen2011-09-291-6/+16
* gcc.c (self_spec): New variable.Jakub Jelinek2011-08-041-42/+54
* re PR c++/49756 (g++ ICE)Jakub Jelinek2011-07-221-0/+4
* gcc.c (%[Spec]): Don't document.Joseph Myers2011-07-071-58/+10
* re PR libmudflap/49550 (Many libmudflap tests fail on Solaris 11/x86)Rainer Orth2011-07-071-1/+1
* common.opt (in_lto_p): New Variable entry.Joseph Myers2011-06-281-2/+11
* * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.Alexandre Oliva2011-05-311-1/+1
* install.texi (Configuration): Document --with-linker-hash-style.Satoru Takabayashi2011-05-111-1/+12
* remove useless if-before-free testsJim Meyering2011-04-201-10/+5
* opts.h (cl_option): Add comments to fields.Joseph Myers2011-03-311-1/+1
* Changelog c-family/Kai Tietz2011-03-251-14/+15
* gcc.c (driver_unknown_option_callback): Only permit and save unknown -Wno- op...Joseph Myers2011-03-221-7/+17
* re PR driver/46944 (gcc should accept -fuse-linker-plugin only if linker hand...Rainer Orth2011-03-161-13/+30
* opts-common.c (decode_cmdline_option): Print empty string argument as "" in d...Jie Zhang2011-02-231-2/+14
* re PR driver/47787 (GCC with -flto combines preprocessed C sources)Jakub Jelinek2011-02-181-1/+1
* re PR driver/47390 (Linking with -export-dynamic broken)Joseph Myers2011-02-171-0/+1
* re PR driver/45731 (Header missing for assembler option help.)Joseph Myers2011-02-121-1/+1
* gcc.c (driver_handle_option): Concatenate the argument to -F with the switch.Iain Sandoe2011-02-121-0/+5
* re PR driver/47678 (missing error message for -I)Joseph Myers2011-02-111-0/+4