aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-wrapper.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-22Create a new header lto-section-names.hBernd Schmidt1-7/+1
2014-04-15common.opt (lto_partition_model): New enum.Richard Biener1-5/+4
2014-03-25lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.Richard Biener1-0/+2
2014-03-13lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.Cesar Philippidis1-1/+1
2014-03-08lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used consistentl...Paulo Matos1-0/+3
2014-03-06gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin or -fno-lto ...Richard Biener1-0/+75
2014-02-25re PR lto/60319 (wrong code (that hangs) by LTO at -Os and above on x86_64-li...Richard Biener1-1/+20
2014-02-05lto-cgraph.c (asm_nodes_output): Make global.Jan Hubicka1-1/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-20re PR target/59035 (FAIL: gcc.dg/torture/c99-contract-1.c -O2 -flto -fno-use...Richard Biener1-0/+13
2013-11-04builtins.def (ATTR_NOTHROWCALL_LEAF_LIST): Define.Ian Lance Taylor1-0/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-02-27opts.h: Include obstack.h.Jakub Jelinek1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-27Handle OPT_SPECIAL_XXX in LTOH.J. Lu1-0/+6
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-04re PR lto/50602 (ICE in tree_nrv, at tree-nrv.c:155 during large LTO build)Richard Guenther1-0/+18
2012-01-23re PR lto/51916 (FAIL: gcc.dg/lto/trans-mem-3 c_lto_trans-mem-3_0.o-c_lto_tra...Aldy Hernandez1-1/+2
2012-01-19re PR lto/51280 (ICE when lto1 does not have -fgnu-tm and object file uses TM)Aldy Hernandez1-0/+2
2011-12-15lto-wrapper.c (run_gcc): In non-parallel mode remove ltrans inputs immediatel...Richard Guenther1-2/+13
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-0/+196
2011-11-03re PR lto/48217 (lto mishandles quotes in command line defines)Richard Guenther1-21/+30
2011-10-28re PR driver/50876 (unrecognized command line option '-Zmultiply_defined supp...Richard Guenther1-24/+30
2011-10-26lto-wrapper.c (run_gcc): Properly init/free obstack.Richard Guenther1-4/+3
2011-10-26re PR driver/41844 (lto1: warning: unknown register name: line-length-none)Richard Guenther1-70/+108
2011-05-20Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers1-0/+12
2011-02-01Check HOST_BIT_BUCKET when settting dump base/dir.H.J. Lu1-2/+6
2011-01-05lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified at the ...Jan Hubicka1-6/+2
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-10/+0