aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-01gnu-user.h (LIBLSAN_EARLY_SPEC): Define.Jakub Jelinek1-5/+12
2014-07-31* gcc.c (do_spec_1): Allocate enough space for saved_suffix.Chen Gang1-1/+1
2014-07-31cpp.texi (__SANITIZE_ADDRESS__): Updated description.Yury Gribov1-3/+4
2014-06-27Support compressed debug sectionsRainer Orth1-2/+55
2014-06-25gcc.c (set_multilib_dir): Malloc "." pointer as well.Paul Gortmaker1-4/+9
2014-06-23Revert "2014-06-23 Paul Gortmaker <paul.gortmaker@windriver.com>"Jeff Law1-1/+1
2014-06-23gcc.c (set_multilib_dir): Fix typo.Paul Gortmaker1-1/+1
2014-05-23builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.Marek Polacek1-1/+1
2014-04-30gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.Marek Polacek1-1/+1
2014-04-23re PR sanitizer/60275 ([UBSAN] Add -f[no-]sanitize-recover/-fsanitize-undefin...Jakub Jelinek1-1/+2
2014-04-17* gcc.c (used_arg): Prevent out of bound access for multilib_options.Kito Cheng1-1/+1
2014-03-26gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.Tobias Burnus1-1/+8
2014-03-23re PR rtl-optimization/60601 (profiledbootstrap fails with Ada)Eric Botcazou1-1/+1
2014-03-06gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin or -fno-lto ...Richard Biener1-1/+1
2014-02-05lto-cgraph.c (asm_nodes_output): Make global.Jan Hubicka1-2/+6
2014-01-02gnat_ugn.texi: Bump @copying's copyright year.Tobias Burnus1-2/+2
2013-12-19Improve -fuse-ld=[bfd|gold] checkH.J. Lu1-0/+43
2013-11-29re PR sanitizer/59063 (ASAN: segfault in __interceptor_clock_gettime)Jakub Jelinek1-34/+18
2013-11-22re PR sanitizer/59061 (Port leaksanitizer)Jakub Jelinek1-11/+24
2013-11-07Generally link to libgomp for -ftree-parallelize-loops=*.Thomas Schwinge1-1/+1
2013-11-06gcc.c (do_spec_1): Do not insert a space after a %* substitution unless...Nick Clifton1-3/+16
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-24/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-15/+15
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