aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Merge ubsan into trunk.Marek Polacek1-24/+91
2013-08-06Commit the vtable verification feature.Caroline Tice1-1/+11
2013-05-17gcc.c (SANITIZER_SPEC): Reject -fsanitize=address -fsanitize=thread linking.Jakub Jelinek1-1/+2
2013-05-07cfgexpand.c (record_or_union_type_has_array_p): New function.Han Shen1-1/+1
2013-04-15Use -z ignore instead of --as-needed on SolarisRainer Orth1-1/+2
2013-04-10common.opt: Add -gdwarf.Senthil Kumar Selvaraj1-1/+1
2013-03-06re PR lto/50293 (-flto fails if GCC is installed in directory with space in p...Joey Ye1-4/+55
2013-02-05re PR sanitizer/55374 ([asan] -static-libasan -static-libstdc++ doesn't work)Jakub Jelinek1-9/+34
2013-01-30re PR sanitizer/55374 ([asan] -static-libasan -static-libstdc++ doesn't work)Jakub Jelinek1-2/+9
2013-01-13Makefile.in (s-mlib): New argument MULTILIB_REUSE.Terry Guo1-2/+17
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+1
2013-01-07Support -fuse-ld=bfd and -fuse-ld=goldNick Clifton1-1/+2
2013-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2012-11-22builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.Dmitry Vyukov1-0/+10
2012-11-22Issue an error for -static with fsanitize=addressH.J. Lu1-1/+1
2012-11-22Add STATIC_LIBASAN_LIBS for -static-libasanH.J. Lu1-2/+9
2012-11-21common.opt: Change faddress-sanitizer to fsanitize=address.Wei Mi1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-69/+64
2012-11-17Add -static-libasan option to the GCC driverH.J. Lu1-1/+10
2012-11-14invoke.texi: Document -print-multiarch.Matthias Klose1-12/+70
2012-11-12Import the asan runtime library into GCC treeWei Mi1-0/+1
2012-11-08re PR driver/54789 (Error in GCC driver when defining GCC_COMPARE_DEBUG)Dmitry Gorbachev1-10/+4
2012-11-06common.opt (gno-split-dwarf, [...]): New switches.Sterling Augustine1-4/+43
2012-10-042012-10-03 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-12/+26
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-09-03common.opt (--no-sysroot-suffix): New driver option.Joseph Myers1-0/+3
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-07-27Invoke GCC_DRIVER_HOST_INITIALIZATION after diagnostic_initializeRyan Mansfield1-5/+6
2012-06-01Allow --specs options.Christian Bruel1-50/+72
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-22gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir.Steven Drake1-0/+9
2012-05-04gcc.c (eval_spec_function): Finalize/restore the current string obstack state...Olivier Hainque1-0/+17
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth1-5/+1
2012-02-28document gcc --help=commonBernhard Reutner-Fischer1-1/+1
2012-02-13gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.Eric Botcazou1-1/+7
2012-02-08re PR driver/48524 (spec language does not cover switches with separated form)Magnus Granberg1-0/+15
2012-02-07gcc.c (main): Don't look for lto-wrapper or lto-wrapper or LTOPLUGINSONAME if...Jakub Jelinek1-22/+33
2012-01-26gcc.c (add_sysrooted_prefix): Remove trailing dir separator from system root.Matthias Klose1-1/+9
2012-01-24re PR driver/47249 (ICE in common_handle_option, at opts.c:1695 with unknown ...Jakub Jelinek1-0/+2
2012-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-11/+0
2011-10-26re PR driver/46617 (String concatenation fools extraction for translation.)Paolo Carlini1-1/+1
2011-09-29Use urandom in gcc.c tooAndi Kleen1-6/+16
2011-08-04gcc.c (self_spec): New variable.Jakub Jelinek1-42/+54
2011-07-22re PR c++/49756 (g++ ICE)Jakub Jelinek1-0/+4
2011-07-07gcc.c (%[Spec]): Don't document.Joseph Myers1-58/+10
2011-07-07re PR libmudflap/49550 (Many libmudflap tests fail on Solaris 11/x86)Rainer Orth1-1/+1
2011-06-28common.opt (in_lto_p): New Variable entry.Joseph Myers1-2/+11
2011-05-31* gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.Alexandre Oliva1-1/+1
2011-05-11install.texi (Configuration): Document --with-linker-hash-style.Satoru Takabayashi1-1/+12