aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-wrapper.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-06lto-wrapper.c (merge_and_complain): Do not merge fexceptions...Jan Hubicka1-52/+4
2017-06-30* lto-wrapper.c (copy_file) Close both file descriptors beforeSylvestre Ledru1-0/+2
2017-05-02common.opt (fstrict-overflow): Alias negative to fwrapv.Richard Biener1-2/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-02-25re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...Ilya Verbin1-61/+105
2016-02-09Handle -fdiagnostics-color in ltoTom de Vries1-0/+31
2016-02-08Remove -fshort-doubleBernd Schmidt1-3/+0
2016-02-01nvptx.c (PTX_GANG_DEFAULT): New.Nathan Sidwell1-1/+15
2016-01-26re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift...Jakub Jelinek1-0/+11
2016-01-19Merge of HSAMartin Jambor1-2/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-28Handle flinker-output in lto-wrapperTom de Vries1-1/+4
2015-11-12Fix big memory leak in ix86_valid_target_attribute_pMartin Liska1-1/+1
2015-10-05[PR other/65021] mkoffloads -save-temps handling, and cleanup cleanupThomas Schwinge1-0/+2
2015-09-30Pass on the verbose flag "-v" to/in the mkoffloadsThomas Schwinge1-0/+2
2015-09-23Fix --enable-offload-targets/-foffload handling, pt. 1Thomas Schwinge1-0/+4
2015-09-14lto-wrapper.c (merge_and_complain): Add OPT_fdiagnostics_show_caret...Chung-Lin Tang1-0/+8
2015-06-01re PR target/65527 (ICE: in expand_builtin_with_bounds, at builtins.c:7120 wi...Ilya Enkovich1-0/+2
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-7/+7
2015-05-04re PR lto/65559 (lto1.exe: internal compiler error: in read_cgraph_and_symbol...Kai Tietz1-1/+1
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-13/+20
2015-01-23Make fopenacc an LTO optionTom de Vries1-0/+2
2015-01-23Make fopenmp an LTO optionTom de Vries1-0/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31diagnostic.c (build_message_string): Use xvasprintf.Uros Bizjak1-1/+1
2014-12-09lto-wrapper.c (compile_offload_image): Start processing in_argv from 0 instea...Ilya Verbin1-14/+34
2014-11-28lto-wrapper.c (run_gcc): Set have_lto and have_offload if at least one file c...Ilya Verbin1-6/+7
2014-11-25Remove unnecessary calls to strchr.Ilya Tocar1-1/+1
2014-11-19collect2.c (main): Don't call fatal_error before diagnostic_initialize.Ilya Tocar1-3/+3
2014-11-13re PR bootstrap/63853 (The use of strchrnul breaks bootstrap on x86_64-apple-...Dominique d'Humieres1-3/+9
2014-11-13[PATCH 6/7] OpenMP 4.0 offloading infrastructure: option handling.Bernd Schmidt1-135/+294
2014-11-13[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto-wrapper.Ilya Verbin1-0/+270
2014-10-07lto-opts.c (lto_write_options): Handle -fmath-errno, -fsigned-zeros and -ftra...Eric Botcazou1-1/+10
2014-06-26Part 2 of the collect-utils library, now also used for collect2.Bernd Schmidt1-6/+8
2014-06-26Small cleanups before making collect2 use collect-utils.Bernd Schmidt1-4/+4
2014-06-26Make a collect-utils library for use by tools like collect2 and lto-wrapper.Bernd Schmidt1-153/+18
2014-06-04lto-wrapper.c (fatal, [...]): Remove functions.Bernd Schmidt1-53/+19