aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-14Ignore -ftree-parallelize-loops={0,1} using gtTom de Vries1-2/+47
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-06-25Validate -pie if PIE is enabled by defaultH.J. Lu1-0/+5
2015-06-22gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if -fdump-a...Pierre-Marie de Rodat1-4/+6
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu1-2/+47
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-2/+2
2015-03-10Makefile.def: Add libmpx.Ilya Enkovich1-0/+5
2015-02-03PR jit/64810: driver, arm, jit: configure-time default optionsDavid Malcolm1-46/+38
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-61/+91
2015-01-23re PR driver/64737 (gcc -v print extra blank line)Jakub Jelinek1-2/+3
2015-01-23diagnostic-core.h (internal_error_no_backtrace): New prototype.Jakub Jelinek1-2/+3
2015-01-22gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit for !TARGET_LIBC_PRO...Rainer Orth1-2/+5
2015-01-22re PR driver/64690 (-freport-bug issue with comments)Max Ostapenko1-24/+34
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-2/+3
2015-01-05gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2014-12-04diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez1-0/+5
2014-11-26gcc.c (SANITIZER_SPEC): Don't error on -fsanitize=thread without -pie or -sha...Jakub Jelinek1-1/+1
2014-11-25Remove unnecessary calls to strchr.Ilya Tocar1-11/+13
2014-11-19re PR driver/36312 (should refuse to overwrite input file with output file)Manuel López-Ibáñez1-1/+3
2014-11-13re PR bootstrap/63853 (The use of strchrnul breaks bootstrap on x86_64-apple-...Dominique d'Humieres1-4/+12
2014-11-13[PATCH 6/7] OpenMP 4.0 offloading infrastructure: option handling.Bernd Schmidt1-3/+105
2014-11-13[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto-wrapper.Ilya Verbin1-11/+39
2014-11-11re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon1-7/+14
2014-11-05Revert revision 217149 because it breaks Ada:Manuel López-Ibáñez1-12/+7
2014-11-05re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon1-7/+12
2014-10-22re PR lto/63603 (Linking with -fno-lto still invokes LTO)Richard Biener1-1/+1
2014-10-03Fix build breakage on darwin introduced by me in r215861David Malcolm1-2/+2
2014-10-03gcc.c: Split up the driver's "main" into smaller functionsDavid Malcolm1-35/+201
2014-09-26Fix -freport-bug patch.Thomas Schwinge1-3/+13
2014-09-26common.opt: New option.Jakub Jelinek1-36/+347
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