aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)Author
2013-05-17 * gcc.c (SANITIZER_SPEC): Reject -fsanitize=address -fsanitize=threadJakub Jelinek
2013-03-062013-03-06 Joey Ye <joey.ye@arm.com>Joey Ye
2013-02-05 PR sanitizer/55374Jakub Jelinek
2013-01-30 PR sanitizer/55374Jakub Jelinek
2013-01-132013-01-13 Terry Guo <terry.guo@arm.com>Terry Guo
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-07Support -fuse-ld=bfd and -fuse-ld=goldNick Clifton
2013-01-03 * gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2012-11-222012-11-22 Dmitry Vyukov <dvyukov@google.com>Dmitry Vyukov
2012-11-22Issue an error for -static with fsanitize=addressH.J. Lu
2012-11-22Add STATIC_LIBASAN_LIBS for -static-libasanH.J. Lu
2012-11-21 * common.opt: Change faddress-sanitizer to fsanitize=address.Wei Mi
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-17Add -static-libasan option to the GCC driverH.J. Lu
2012-11-142012-11-14 Matthias Klose <doko@ubuntu.com>Matthias Klose
2012-11-12Import the asan runtime library into GCC treeWei Mi
2012-11-08 PR driver/54789Dmitry Gorbachev
2012-11-06gcc/ChangeLogSterling Augustine
2012-10-042012-10-03 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2012-09-11Remove unnecessary VEC function overloads.Diego Novillo
2012-09-03 * common.opt (--no-sysroot-suffix): New driver option.Joseph Myers
2012-08-15Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).Diego Novillo
2012-07-27Invoke GCC_DRIVER_HOST_INITIALIZATION after diagnostic_initializeRyan Mansfield
2012-06-01Allow --specs options.Christian Bruel
2012-05-29 * LANGUAGES: Fix typos.Joseph Myers
2012-05-222012-05-22 Steven Drake <sbd@NetBSD.org>Steven Drake
2012-05-04 * gcc.c (eval_spec_function): Finalize/restore the current stringOlivier Hainque
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth
2012-02-28document gcc --help=commonBernhard Reutner-Fischer
2012-02-13gcc/Eric Botcazou
2012-02-082012-02-08 Magnus Granberg <zorry@gentoo.org>Magnus Granberg
2012-02-07 * gcc.c (main): Don't look for lto-wrapper or lto-wrapperJakub Jelinek
2012-01-262012-01-27 Matthias Klose <doko@ubuntu.com>Matthias Klose
2012-01-24 PR driver/47249Jakub Jelinek
2012-01-01gcc/Jakub Jelinek
2011-11-032011-11-03 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-10-262011-10-25 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2011-09-29Use urandom in gcc.c tooAndi Kleen
2011-08-04 * gcc.c (self_spec): New variable.Jakub Jelinek
2011-07-22 PR c++/49756Jakub Jelinek
2011-07-07 * gcc.c (%[Spec]): Don't document.Joseph Myers
2011-07-07 gcc:Rainer Orth
2011-06-28 * common.opt (in_lto_p): New Variable entry.Joseph Myers
2011-05-31* gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.Alexandre Oliva
2011-05-112011-05-11 Satoru Takabayashi <satorux@google.com>Satoru Takabayashi
2011-04-20remove useless if-before-free testsJim Meyering
2011-03-31 * opts.h (cl_option): Add comments to fields. Add bit-fields forJoseph Myers
2011-03-25Changelog c-family/Kai Tietz
2011-03-22 * gcc.c (driver_unknown_option_callback): Only permit and saveJoseph Myers
2011-03-16 PR lto/46944Rainer Orth