Age | Commit message (Expand) | Author | Files | Lines |
2018-01-31 | re PR c/84100 (Function __attribute__((optimize(align-loops=32))) gives spuri... | Jakub Jelinek | 1 | -4/+4 |
2018-01-18 | Add ability to remap file names in __FILE__, etc (PR other/70268) | Boris Kolpackov | 1 | -1/+5 |
2018-01-15 | re PR middle-end/82694 (Linux kernel miscompiled since r250765) | Jakub Jelinek | 1 | -2/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-12 | [SFN] Introduce -gstatement-frontiers option, enable debug markers | Alexandre Oliva | 1 | -0/+4 |
2017-12-08 | re PR tree-optimization/83323 (186.crafty miscompares) | Michael Matz | 1 | -6/+2 |
2017-12-07 | re PR tree-optimization/81303 (410.bwaves regression caused by r249919) | Bin Cheng | 1 | -2/+2 |
2017-12-07 | Add unroll and jam pass | Michael Matz | 1 | -0/+4 |
2017-12-01 | Delete obsolete DWARF1 references. | Jim Wilson | 1 | -1/+1 |
2017-11-22 | re PR c++/60336 (empty struct value is passed differently in C and C++) | Marek Polacek | 1 | -1/+1 |
2017-10-29 | Emit a no longer supported warning for gcoff* options. | James E Wilson | 1 | -0/+16 |
2017-10-29 | Delete obsolete SDB debug info support. | James E Wilson | 1 | -5/+1 |
2017-10-27 | Extend ipa-pure-const pass to propagate malloc attribute. | Prathamesh Kulkarni | 1 | -0/+4 |
2017-10-23 | common.opt (gcolumn-info): Enable by default. | Jakub Jelinek | 1 | -1/+1 |
2017-10-20 | Add generic part for Intel CET enabling. The spec is available at | Igor Tsimbalist | 1 | -0/+23 |
2017-10-12 | PR c/82301 - Updated test case g++.dg/ext/attr-ifunc-1.C (and others) in r253... | Martin Sebor | 1 | -0/+4 |
2017-10-07 | invoke.texi (Wsuggest-attribute=cold): Document. | Jan Hubicka | 1 | -0/+4 |
2017-09-21 | enable handling of -gno- command-line options as negated prefixes | Alexandre Oliva | 1 | -25/+13 |
2017-09-19 | common.opt (-fstack-clash-protection): New option. | Jeff Law | 1 | -1/+6 |
2017-09-15 | common.opt (Wcast-align=strict): New warning option. | Bernd Edlinger | 1 | -0/+4 |
2017-09-12 | Add -static-pie to GCC driver to create static PIE | H.J. Lu | 1 | -3/+10 |
2017-09-06 | asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8... | Wish Wu | 1 | -4/+7 |
2017-08-22 | common.opt (feliminate-dwarf2-dups): Ignore. | Richard Biener | 1 | -2/+2 |
2017-08-01 | Remove flag_tree_vectorize | James Greenhalgh | 1 | -3/+4 |
2017-07-25 | c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent... | Torsten Duwe | 1 | -0/+11 |
2017-06-28 | Introduce IntegerRange for options (PR driver/79659). | Martin Liska | 1 | -4/+4 |
2017-06-13 | Implement no_sanitize function attribute | Martin Liska | 1 | -1/+1 |
2017-06-05 | invoke.texi: Document the -fprofile-abs-path option. | Bernd Edlinger | 1 | -0/+4 |
2017-05-08 | PR c++/80178 - parameter passing for uncopyable classes | Jason Merrill | 1 | -0/+4 |
2017-05-03 | Fix typo in common.opt | David Malcolm | 1 | -1/+1 |
2017-05-02 | common.opt (fstrict-overflow): Alias negative to fwrapv. | Richard Biener | 1 | -2/+2 |
2017-05-02 | Fix 2 typos in documentation (PR other/80589). | Martin Liska | 1 | -1/+1 |
2017-02-28 | Introduce =<number> for couple of options. | Martin Liska | 1 | -3/+3 |
2017-02-28 | Add tabulars for options with enum values. | Martin Liska | 1 | -6/+7 |
2017-02-21 | [PATCH] Properly deprecate -fipa-cp-alignment | Martin Jambor | 1 | -2/+2 |
2017-02-18 | common.opt (gno-column-info, [...]): New options. | Jakub Jelinek | 1 | -0/+8 |
2017-01-17 | re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) | Jakub Jelinek | 1 | -0/+3 |
2017-01-16 | re PR driver/49726 (-g0 file.S -g does not produce debug info) | Jakub Jelinek | 1 | -18/+18 |
2017-01-09 | re PR translation/79019 (translatable string typo in cif-code.def:141) | Jakub Jelinek | 1 | -1/+1 |
2017-01-07 | [-fcompare-debug] var tracking options are not optimization options | Alexandre Oliva | 1 | -4/+4 |
2017-01-05 | common.opt (fvect-cost-model): Remove RejectNegative flag... | Jakub Jelinek | 1 | -5/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-20 | [Patch] Turn -fexcess-precision=fast on when in -ffast-math | James Greenhalgh | 1 | -1/+1 |
2016-12-15 | Introduce selftest::locate_file | David Malcolm | 1 | -3/+3 |
2016-11-24 | common.opt (flimit-function-alignment): New. | Bernd Schmidt | 1 | -0/+3 |
2016-11-23 | [Patch 5/17] Add -fpermitted-flt-eval-methods=[c11|ts-18661-3] | James Greenhalgh | 1 | -0/+15 |
2016-11-17 | common.opt (ftree-loop-if-convert-stores): Mark as preserved for backward com... | Richard Biener | 1 | -2/+2 |
2016-11-14 | Introduce -fprofile-update=prefer-atomic | Martin Liska | 1 | -1/+4 |
2016-11-09 | common.opt (flag_evaluation_order): Remove. | Richard Biener | 1 | -4/+0 |
2016-11-07 | Introduce -fsanitize-address-use-after-scope | Martin Liska | 1 | -0/+3 |