summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-19[ESan] EfficiencySanitizer implementation.Denis Khalikov1-0/+19
2017-12-08[TTC-11] Embed UBSan into ASan runtimesubmit/tizen_base/20171208.084018accepted/tizen/base/20171215.171112Maxim Ostapenko1-1/+1
2017-02-06Merge branches/gcc-6-branch rev 245201.Yvan Roux1-1/+18
2017-01-09Merge branches/gcc-6-branch rev 244220.Yvan Roux1-0/+11
2016-08-22Merge branches/gcc-6-branch rev 239654.Yvan Roux1-2/+3
2016-07-11Merge branches/gcc-6-branch rev 238201.Yvan Roux1-3/+6
2016-02-19 PR driver/69805jakub1-24/+8
2016-02-12PR driver/69779: fix bogus cleanup code used by libgccjit affecting s390xdmalcolm1-2/+14
2016-02-12PR driver/69265 and 69453: improved suggestions for various misspelled optionsdmalcolm1-28/+84
2016-01-19Fix memory chunk corruption for opts_obstack (PR jit/68446)dmalcolm1-0/+1
2016-01-12Prevent "undef var" errors on gcc --help or --version with self-specshainque1-5/+38
2016-01-04gcc/jakub1-2/+2
2015-11-25Port libvtv to Solarisro1-3/+3
2015-11-15always define ENABLE_OFFLOADINGtbsaunde1-3/+1
2015-11-13[PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add additionallaw1-1/+7
2015-11-13PR driver/67613 - spell suggestions for misspelled command line optionsdmalcolm1-1/+50
2015-11-12Fix big memory leak in ix86_valid_target_attribute_pmarxin1-1/+1
2015-11-09Fix memory leaks and use a pool_allocatormarxin1-1/+4
2015-10-21Improve --help output to generate references to option aliases.msebor1-45/+45
2015-10-02Help the offload gcc driver find the right assemblertschwinge1-1/+1
2015-09-30 PR target/66870ian1-0/+4
2015-09-24Support PIE on Solarisro1-0/+2
2015-09-23Fix --enable-offload-targets/-foffload handling, pt. 2tschwinge1-4/+3
2015-09-23Fix --enable-offload-targets/-foffload handling, pt. 1tschwinge1-10/+13
2015-08-31Avoid strndup in gcc.c (PR bootstrap/67363)ro1-1/+1
2015-08-25Fix build for targets not defining EXTRA_SPECS.jsm281-0/+2
2015-08-25Support embedding the driver in-process within libgccjitdmalcolm1-21/+379
2015-08-25Expand comment on struct switchstr.jsm281-3/+8
2015-07-14Ignore -ftree-parallelize-loops={0,1} using gtvries1-2/+47
2015-07-13Fix double word typos.aldyh1-3/+3
2015-06-25Validate -pie if PIE is enabled by defaulthjl1-0/+5
2015-06-22 * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even ifebotcazou1-4/+6
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod1-1/+0
2015-05-28Add --enable-default-pie option to GCC configurehjl1-2/+47
2015-05-09 * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason1-2/+2
2015-03-10 * Makefile.def: Add libmpx.ienkovich1-0/+5
2015-02-03PR jit/64810: driver, arm, jit: configure-time default optionsdmalcolm1-46/+38
2015-01-30Always pass explicit location to fatal_error.jsm281-61/+91
2015-01-23 PR driver/64737jakub1-2/+3
2015-01-23 * diagnostic-core.h (internal_error_no_backtrace): New prototype.jakub1-2/+3
2015-01-22 * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicitjakub1-2/+5
2015-01-222015-01-22 Max Ostapenko <m.ostapenko@partner.samsung.com>chefmax1-24/+34
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.tschwinge1-2/+3
2015-01-05gcc/jakub1-2/+2
2014-12-04gcc/ChangeLog:manu1-0/+5
2014-11-26 * gcc.c (SANITIZER_SPEC): Don't error on -fsanitize=threadjakub1-1/+1
2014-11-25Remove unnecessary calls to strchr.tocarip1-11/+13
2014-11-19 PR driver/36312jakub1-1/+3
2014-11-132014-11-13 Dominique Dhumieres <dominiq@lps.ens.fr>iverbin1-4/+12
2014-11-13[PATCH 6/7] OpenMP 4.0 offloading infrastructure: option handling.kyukhin1-3/+105