summaryrefslogtreecommitdiff
path: root/gcc/opts.c
Commit message (Expand)AuthorAgeFilesLines
* Properly set flag_pie and flag_pichjl2016-03-171-1/+6
* PR driver/69265 and 69453: improved suggestions for various misspelled optionsdmalcolm2016-02-121-6/+1
* PR lto/69254jakub2016-01-261-121/+122
* Fix memory chunk corruption for opts_obstack (PR jit/68446)dmalcolm2016-01-191-9/+5
* Merge of HSAjamborm2016-01-191-2/+29
* Update copyright years.jakub2016-01-041-1/+1
* [PATCH] Limit path splitting to loops we optimize for speedlaw2015-12-171-1/+1
* Add pass_oacc_ipavries2015-12-161-0/+10
* PR c/48088jakub2015-12-081-2/+5
* libsanitizer merge from upstream r253555, compiler part.chefmax2015-11-231-4/+1
* Extend tree-call-cdce to calls whose result is usedrsandifo2015-11-171-1/+1
* [Patch,tree-optimization]: Add new path Splitting pass on tree ssalaw2015-11-131-0/+1
* Fix big memory leak in ix86_valid_target_attribute_pmarxin2015-11-121-1/+15
* Improve --help output to generate references to option aliases.msebor2015-10-211-3/+43
* unconditionally compile most of the delay slot codetbsaunde2015-10-211-1/+1
* Support DEFPARAMENUM in params.defvries2015-10-131-6/+13
* bb-reorder: Add -freorder-blocks-algorithm= and wire it upsegher2015-10-011-1/+3
* This patch unsets -freorder-blocks-and-partition when -fprofile-usetejohnson2015-09-251-0/+10
* fdiagnostics-color=never does not disable color for some diagnosticsmanu2015-09-241-3/+4
* * common.opt (fstack-protector): Initialize to -1.law2015-08-191-0/+5
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-08-141-1/+1
* Add DWARF2_LINENO_DEBUGGING_INFO, and use it for nvptxtschwinge2015-08-141-1/+1
* Revert:dje2015-07-251-1/+1
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-07-231-1/+1
* 2015-07-15 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-151-4/+1
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...aoliva2015-06-101-1/+1
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-06-091-1/+1
* Add --enable-default-pie option to GCC configurehjl2015-05-281-0/+9
* dbgcnt: enhance behavior.marxin2015-05-181-0/+4
* * c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumentingmpolacek2015-05-071-0/+2
* Fix spurious semicolonsdmalcolm2015-04-301-1/+1
* Add -fipa-cp-alignmenthjl2015-02-171-0/+4
* * tree-sra.c (dump_dereferences_table): Avoid -Wformat-securityjakub2015-02-121-2/+2
* Always pass explicit location to fatal_error.jsm282015-01-301-2/+3
* * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,jakub2015-01-151-0/+1
* * opts.c (common_handle_option): Add support forjakub2015-01-061-1/+10
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-11 Tobias Burnus <burnus@net-b.de>burnus2014-12-111-12/+2
* gcc/ChangeLog:manu2014-12-041-3/+1
* Rename fuse-caller-savevries2014-12-031-1/+1
* PR debug/38757 continued. Handle C11, C++11 and C++14.mark2014-11-261-1/+1
* PR jit/63854: Fix memory leak within gcc_optionsdmalcolm2014-11-191-0/+8
* gccmzakirov2014-11-181-6/+13
* [PATCH 6/7] OpenMP 4.0 offloading infrastructure: option handling.kyukhin2014-11-131-0/+11
* 2014-11-12 Vladimir Makarov <vmakarov@redhat.com>vmakarov2014-11-131-0/+1
* 2014-11-13 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2014-11-131-4/+4
* Enable -fsanitize-recover for KASan.ygribov2014-10-281-1/+3
* Allow to override Asan shadow offset.ygribov2014-10-281-0/+4
* New syntax for -fsanitize-recover.ygribov2014-10-221-15/+42
* Add AutoFDO.dehao2014-10-211-38/+62