Age | Commit message (Expand) | Author | Files | Lines |
2020-12-01 | driver: Don't imply -dD for -g3 -g0 [PR97989] | Jakub Jelinek | 1 | -1/+1 |
2020-11-30 | Fix print_multilib_info when default arguments appear in the option list with... | Kito Cheng | 1 | -6/+17 |
2020-11-25 | libsanitizer: options: Add hwasan flags and argument parsing | Matthew Malcomson | 1 | -0/+25 |
2020-11-17 | MingW: Don't add suffix for nul device | Tamar Christina | 1 | -2/+2 |
2020-11-16 | Update documentation for spec files | Armin Brauns via Gcc-patches | 1 | -0/+6 |
2020-10-24 | Update check for working assembler --gdwarf-4 option | H.J. Lu | 1 | -2/+2 |
2020-10-23 | Add a if-exists-then-else built-in spec function | Douglas Rupp | 1 | -0/+25 |
2020-10-07 | debug: Pass --gdwarf-N to assembler if fixed gas is detected during configure | Jakub Jelinek | 1 | -4/+73 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-08-21 | driver: Fix several memory leaks [PR63854] | Alex Coplan | 1 | -8/+52 |
2020-07-24 | [PR96230] some -dumpbase-ext fixes | Alexandre Oliva | 1 | -2/+13 |
2020-06-05 | [PR95456] avoid memcpy (_, NULL, 0) in gcc.c | Alexandre Oliva | 1 | -7/+7 |
2020-05-26 | do not skip validation of switch after %<opt | Alexandre Oliva | 1 | -9/+23 |
2020-05-26 | revamp dump and aux output names | Alexandre Oliva | 1 | -173/+765 |
2020-05-05 | Silence warning in LTO mode on VxWorks | Eric Botcazou | 1 | -0/+5 |
2020-02-24 | PR47785: Add support for handling Xassembler/Wa options with LTO. | Prathamesh Kulkarni | 1 | -0/+29 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2019-11-30 | driver: Do not warn about ineffective `-x' option if no inputs were given | Maciej W. Rozycki | 1 | -1/+1 |
2019-11-12 | Remove last leftover usage of params* files. | Martin Liska | 1 | -8/+0 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-10-10 | pretty-print: support URL escape sequences (PR 87488) | David Malcolm | 1 | -0/+5 |
2019-08-08 | Fix file descriptor existence of MinGW. | Martin Liska | 1 | -2/+2 |
2019-08-02 | Properly detect working jobserver in gcc driver. | Martin Liska | 1 | -0/+42 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+2 |
2019-07-03 | Add zstd support for LTO bytecode compression. | Martin Liska | 1 | -0/+5 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -3/+3 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -6/+9 |
2019-05-13 | [PATCH] A couple of driver cleanups | Nathan Sidwell | 1 | -5/+5 |
2019-05-02 | Postpone print of --help=* option. | Martin Liska | 1 | -3/+2 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -10/+11 |
2019-02-18 | Support if statement in !GCC$ builtin directive. | Martin Liska | 1 | -5/+5 |
2019-01-16 | Extend locations where to seach for Fortran pre-include. | Martin Liska | 1 | -20/+83 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2018-11-27 | Support simd function declarations via a pre-include. | Martin Liska | 1 | -0/+19 |
2018-11-15 | Machine-readable diagnostic output (PR other/19165) | David Malcolm | 1 | -0/+5 |
2018-10-28 | Add D front-end, libphobos library, and D2 testsuite. | Iain Buclaw | 1 | -0/+1 |
2018-09-20 | Fix and document -r option | Allan Sandfeld Jensen | 1 | -9/+9 |
2018-09-11 | * gcc.c (load_specs, execute, run_attempt): Use %qs not '%s'. | Nathan Sidwell | 1 | -5/+5 |
2018-09-11 | [driver] Use regular error routines | Nathan Sidwell | 1 | -37/+21 |
2018-09-09 | [PATCH] internalize a driver fn | Nathan Sidwell | 1 | -0/+1 |
2018-07-31 | Improve specs processing to allow %* in function arguments | Olivier Hainque | 1 | -22/+29 |
2018-07-31 | Add support for -nolibc | Olivier Hainque | 1 | -1/+1 |
2018-07-31 | getenv_spec_function to prepend / to value for undef var | Olivier Hainque | 1 | -2/+13 |
2018-07-05 | Revert | Jakub Jelinek | 1 | -1/+1 |
2018-07-04 | re PR sanitizer/84250 (Symbol collision when using both Address and Undefined... | Maxim Ostapenko | 1 | -1/+1 |
2018-06-28 | Come up with new --completion option. | Martin Liska | 1 | -0/+15 |
2018-06-28 | Makefile.in: Add opt-suggestions.o. | Martin Liska | 1 | -111/+3 |
2018-06-12 | gcc.c: Document new %@{...} sequence. | Eric Botcazou | 1 | -113/+130 |