aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-11276/+0
2022-01-11State --sysroot option as validated once processedOlivier Hainque1-0/+1
2022-01-04Register --sysroot in the driver switches tableOlivier Hainque1-1/+3
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright dates.Jakub Jelinek1-1/+1
2021-12-29Support ld.mold linker.Martin Liska1-0/+4
2021-12-16For -foffload= suggest also 'disable' and 'default' [PR103644]Tobias Burnus1-13/+12
2021-12-01darwin, d: Support outfile substitution for libphobosIain Buclaw1-2/+4
2021-11-19Do not abort compilation when dump file is /dev/*Giuliano Belinassi1-1/+2
2021-09-20Driver: Fix bootstrap with DEFAULT_{ASSEMBLER,LINKER,DSYMUTIL}.Iain Sandoe1-3/+3
2021-09-19[PATCH] Factor out `find_a_program` helper around `find_a_file`John Ericson1-25/+34
2021-07-15driver/101383 - handle -gtoggle in driverRichard Biener1-0/+10
2021-07-12offloading: fix -foffload hintingMartin Liska1-7/+10
2021-07-09Fix build failure on Windows with older binutilsEric Botcazou1-1/+1
2021-07-05Darwin, configury : Allow for specification and detection of dsymutil.Iain Sandoe1-0/+5
2021-06-30gcc.c: Add -foffload= to display_helpTobias Burnus1-0/+1
2021-06-30gcc.c's check_offload_target_name: Fixes to inform hintsTobias Burnus1-22/+20
2021-06-29gcc.c: Silence warning in check_offload_target_nameTobias Burnus1-1/+3
2021-06-29Add 'default' to -foffload=; document that flag [PR67300]Tobias Burnus1-22/+99
2021-06-13use range based for loops to iterate over vec<>Trevor Saunders1-10/+3
2021-05-10Come up with startswith function.Martin Liska1-7/+7
2021-04-28offload-defaulted: Config option to silently ignore uninstalled offload compi...Tobias Burnus1-1/+16
2021-02-05driver: error for nonexistent linker inputs [PR 98943]Nathan Sidwell1-2/+9
2021-02-05PR target/98878 - Incorrect multilib list for riscv*-rtemsKito Cheng1-6/+21
2021-01-22driver: do not check file existence here [PR 98452]Nathan Sidwell1-34/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Fix -save-temp leaking lto files in /tmpBernd Edlinger1-1/+27
2021-01-01Update copyright dates.Jakub Jelinek1-1/+1
2020-12-11c++: Final module preparationsNathan Sidwell1-0/+1
2020-12-01driver: Don't imply -dD for -g3 -g0 [PR97989]Jakub Jelinek1-1/+1
2020-11-30Fix print_multilib_info when default arguments appear in the option list with...Kito Cheng1-6/+17
2020-11-25libsanitizer: options: Add hwasan flags and argument parsingMatthew Malcomson1-0/+25
2020-11-17MingW: Don't add suffix for nul deviceTamar Christina1-2/+2
2020-11-16Update documentation for spec filesArmin Brauns via Gcc-patches1-0/+6
2020-10-24Update check for working assembler --gdwarf-4 optionH.J. Lu1-2/+2
2020-10-23Add a if-exists-then-else built-in spec functionDouglas Rupp1-0/+25
2020-10-07debug: Pass --gdwarf-N to assembler if fixed gas is detected during configureJakub Jelinek1-4/+73
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-08-21driver: Fix several memory leaks [PR63854]Alex Coplan1-8/+52
2020-07-24[PR96230] some -dumpbase-ext fixesAlexandre Oliva1-2/+13
2020-06-05[PR95456] avoid memcpy (_, NULL, 0) in gcc.cAlexandre Oliva1-7/+7
2020-05-26do not skip validation of switch after %<optAlexandre Oliva1-9/+23
2020-05-26revamp dump and aux output namesAlexandre Oliva1-173/+765
2020-05-05Silence warning in LTO mode on VxWorksEric Botcazou1-0/+5
2020-02-24PR47785: Add support for handling Xassembler/Wa options with LTO.Prathamesh Kulkarni1-0/+29
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-1/+1
2019-11-30driver: Do not warn about ineffective `-x' option if no inputs were givenMaciej W. Rozycki1-1/+1
2019-11-12Remove last leftover usage of params* files.Martin Liska1-8/+0
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0