summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
Commit message (Expand)AuthorAgeFilesLines
* re PR sanitizer/59063 (ASAN: segfault in __interceptor_clock_gettime)Jakub Jelinek2013-11-291-34/+18
* re PR sanitizer/59061 (Port leaksanitizer)Jakub Jelinek2013-11-221-11/+24
* Generally link to libgomp for -ftree-parallelize-loops=*.Thomas Schwinge2013-11-071-1/+1
* gcc.c (do_spec_1): Do not insert a space after a %* substitution unless...Nick Clifton2013-11-061-3/+16
* Makefile.def (target_modules): Remove libmudflapJeff Law2013-10-261-24/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-15/+15
* Merge ubsan into trunk.Marek Polacek2013-08-301-24/+91
* Commit the vtable verification feature.Caroline Tice2013-08-061-1/+11
* gcc.c (SANITIZER_SPEC): Reject -fsanitize=address -fsanitize=thread linking.Jakub Jelinek2013-05-171-1/+2
* cfgexpand.c (record_or_union_type_has_array_p): New function.Han Shen2013-05-071-1/+1
* Use -z ignore instead of --as-needed on SolarisRainer Orth2013-04-151-1/+2
* common.opt: Add -gdwarf.Senthil Kumar Selvaraj2013-04-101-1/+1
* re PR lto/50293 (-flto fails if GCC is installed in directory with space in p...Joey Ye2013-03-061-4/+55
* re PR sanitizer/55374 ([asan] -static-libasan -static-libstdc++ doesn't work)Jakub Jelinek2013-02-051-9/+34
* re PR sanitizer/55374 ([asan] -static-libasan -static-libstdc++ doesn't work)Jakub Jelinek2013-01-301-2/+9
* Makefile.in (s-mlib): New argument MULTILIB_REUSE.Terry Guo2013-01-131-2/+17
* Update copyright years in gcc/Richard Sandiford2013-01-101-4/+1
* 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