aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-wrapper.c
AgeCommit message (Expand)Author
2017-01-01 Update copyright years.Jakub Jelinek
2016-02-25gcc/Ilya Verbin
2016-02-09Handle -fdiagnostics-color in ltoTom de Vries
2016-02-08Remove -fshort-doubleBernd Schmidt
2016-02-01 gcc/Nathan Sidwell
2016-01-26 PR lto/69254Jakub Jelinek
2016-01-19Merge of HSAMartin Jambor
2016-01-04 Update copyright years.Jakub Jelinek
2015-11-28Handle flinker-output in lto-wrapperTom de Vries
2015-11-12Fix big memory leak in ix86_valid_target_attribute_pMartin Liska
2015-10-05[PR other/65021] mkoffloads -save-temps handling, and cleanup cleanupThomas Schwinge
2015-09-30Pass on the verbose flag "-v" to/in the mkoffloadsThomas Schwinge
2015-09-23Fix --enable-offload-targets/-foffload handling, pt. 1Thomas Schwinge
2015-09-142015-09-14 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2015-06-01gcc/Ilya Enkovich
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm
2015-05-04 PR target/65559Kai Tietz
2015-01-30Always pass explicit location to fatal_error.Joseph Myers
2015-01-23Make fopenacc an LTO optionTom de Vries
2015-01-23Make fopenmp an LTO optionTom de Vries
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-31 * diagnostic.c (build_message_string): Use xvasprintf.Uros Bizjak
2014-12-09gcc/Ilya Verbin
2014-11-28gcc/Ilya Verbin
2014-11-25Remove unnecessary calls to strchr.Ilya Tocar
2014-11-19gcc/Ilya Tocar
2014-11-132014-11-13 Dominique Dhumieres <dominiq@lps.ens.fr>Dominique Dhumieres
2014-11-13[PATCH 6/7] OpenMP 4.0 offloading infrastructure: option handling.Bernd Schmidt
2014-11-13[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto-wrapper.Ilya Verbin
2014-10-07 * lto-opts.c (lto_write_options): Handle -fmath-errno, -fsigned-zerosEric Botcazou
2014-06-26Part 2 of the collect-utils library, now also used for collect2.Bernd Schmidt
2014-06-26Small cleanups before making collect2 use collect-utils.Bernd Schmidt
2014-06-26Make a collect-utils library for use by tools like collect2 and lto-wrapper.Bernd Schmidt
2014-06-04 * lto-wrapper.c (fatal, fatal_perror): Remove functions. All callersBernd Schmidt
2014-05-22Create a new header lto-section-names.hBernd Schmidt
2014-04-152014-04-15 Richard Biener <rguenther@suse.de>Richard Biener
2014-03-252014-03-25 Richard Biener <rguenther@suse.de>Richard Biener
2014-03-132014-03-13 Cesar Philippidis <cesar@codesourcery.com>Cesar Philippidis
2014-03-082014-03-08 Paulo Matos <paulo@matos-sorge.com>Paulo Matos
2014-03-062014-03-06 Richard Biener <rguenther@suse.de>Richard Biener
2014-02-252014-02-25 Richard Biener <rguenther@suse.de>Richard Biener
2014-02-05 * lto-cgraph.c (asm_nodes_output): Make global.Jan Hubicka
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-202013-11-20 Richard Biener <rguenther@suse.de>Richard Biener
2013-11-04gcc/:Ian Lance Taylor
2013-09-28gcc/Richard Sandiford
2013-02-27 * opts.h: Include obstack.h.Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-27Handle OPT_SPECIAL_XXX in LTOH.J. Lu