aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-27lto: no sub-make when --jobserver-auth= is missingMartin Liska1-1/+5
2020-10-23LTO: check that make command worksMartin Liska1-0/+24
2020-10-20lto-wrapper: Fix -save-temps filename commitTobias Burnus1-1/+1
2020-10-20collect-utils.c, lto-wrapper + mkoffload: Improve -save-temps filenameTobias Burnus1-4/+9
2020-10-13lto-wrapper: Use nontemp filename with -save-tempsTobias Burnus1-1/+1
2020-10-13lto-wrapper: Use nontemp filename with -save-tempsTobias Burnus1-3/+7
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-9/+2
2020-07-27LTO: Add -fcf-protection=checkH.J. Lu1-7/+32
2020-07-14LTO: pick up -fcf-protection flag for the link stepMatthias Klose1-3/+41
2020-06-23handle dumpbase in offloading, adjust testsuiteAlexandre Oliva1-2/+11
2020-06-12Fix few -Wformat-diag warnings.Martin Liška1-6/+6
2020-05-26revamp dump and aux output namesAlexandre Oliva1-85/+72
2020-05-07lto-wrapper: split arguments of getenv ("MAKE").Martin Liska1-9/+18
2020-05-05Provide warning for missing jobserver.Martin Liska1-14/+25
2020-03-13Do not strcat to result of getenv.Martin Liska1-1/+2
2020-03-02Fix typo in C++ standard version.Martin Liska1-1/+1
2020-02-24PR47785: Add support for handling Xassembler/Wa options with LTO.Prathamesh Kulkarni1-32/+71
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-18re PR lto/92972 (gcc/lto-wrapper.c:443: identical branches ?)Jakub Jelinek1-4/+5
2019-09-11lto-opts.c (lto_write_options): Stream -g when debug is enabled.Richard Biener1-0/+6
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska1-1/+1
2019-08-23Make -flto=jobserver parallel again.Martin Liska1-3/+9
2019-08-13Automatically detect GNU jobserver with -flto.Martin Liska1-1/+1
2019-08-12re PR driver/91130 (-MF clashes with -flto on aarch64)Richard Biener1-7/+3
2019-08-09Add -flto=auto option value.Martin Liska1-10/+8
2019-08-08Fix file descriptor existence of MinGW.Martin Liska1-2/+2
2019-08-07PR driver/91130 Use CL_DRIVER when handling of COLLECT_GCC_OPTIONS in lto-wra...Richard Earnshaw1-2/+2
2019-08-02Properly detect working jobserver in gcc driver.Martin Liska1-1/+1
2019-07-30Deduce automatically number of cores for -flto option.Martin Liska1-7/+160
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-13/+14
2019-05-07re PR lto/90369 (error: could not unlink output file)Richard Biener1-2/+3
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska1-2/+2
2019-04-03re PR lto/89896 (-flto=4 is confused by presence of 'all.c' in a local direct...Richard Biener1-1/+3
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-23LTO-wrapper, don't pre-link early debug objects.Iain Sandoe1-85/+50
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm1-0/+1
2018-08-30re PR lto/86517 (relocation R_X86_64_32 against `.rodata.str1.1' can not be u...Jan Hubicka1-10/+73
2018-08-17Merge Ignore and Deprecated in .opt files.Martin Liska1-4/+2
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-0/+3
2018-08-09diagnostics: add line numbers to source (PR other/84889)David Malcolm1-0/+3
2018-07-26Add linker_output as prefix for LTO temps (PR lto/86548).Martin Liska1-1/+13
2018-05-30lto-wrapper.c (debug_objcopy): Add rename parameter; pass it down to simple_o...Jan Hubicka1-3/+18
2018-05-02[lto] Add "could not find mkoffload" error message to lto-wrapperTom de Vries1-32/+34
2018-04-30lto-wrapper.c (ltrans_priorities): New static var.Jan Hubicka1-1/+27
2018-04-12re PR target/85238 (lto-wrapper: fatal error: simple_object_copy_lto_debug_s...Eric Botcazou1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-4/+0
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener1-4/+175
2017-07-10re PR bootstrap/80838 (PGO/LTO bootstrapped compiler 5% slower than pure PGO ...Jan Hubicka1-16/+84