aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-wrapper.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-18lto-wrapper.c (run_gcc): Fix -flto=N parsing.Richard Guenther1-1/+1
2010-11-11invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka1-6/+14
2010-09-17common.opt (combine): Remove.Richard Guenther1-4/+2
2010-08-31common.opt (fwhopr=): Update for -fwhopr=jobserverAndi Kleen1-10/+28
2010-06-10Makefile.in (READ_MD_H): New variable.Richard Sandiford1-1/+1
2010-06-02lto-wrapper.c (lto_wrapper_exit): Rename to ...Richard Guenther1-28/+64
2010-05-28lto-wrapper.c (run_gcc): With -save-temps generate a user-visible ltrans file...Richard Guenther1-3/+11
2010-05-27lto-wrapper.c (maybe_unlink_file): Ignore unlink failure for non-existant files.Richard Guenther1-1/+4
2010-05-25lto-wrapper.c (nr, [...]): Globalize.Richard Guenther1-53/+75
2010-05-23Honor $MAKE for -fwhopr=; do not honor $MAKEFLAGS, $MFLAGS.Ralf Wildenhues1-1/+6
2010-05-19invoke.texi (-fwhopr): Document new optional jobs argument.Richard Guenther1-13/+70
2010-05-18re PR lto/44143 (-fdump-tree-all for lto does not work as expected)Richard Guenther1-225/+143
2010-05-07lto-wrapper.c (run_gcc): Remove linker output from command line for LTRANS in...Richard Guenther1-0/+13
2010-05-07lto-wrapper.c (DUMPBASE_SUFFIX): Define.Richard Biener1-3/+155
2010-01-03Pass -dumpbase and -dumpdir to gcc for LTOH.J. Lu1-3/+27
2009-11-24lto-wrapper.c (lto_wrapper_exit): Don't try to delete files if being called r...Rafael Avila de Espindola1-6/+14
2009-10-09re PR driver/41637 (testsuite (-flto/-fwhopr) leaves does not clean up in /tmp)Richard Guenther1-9/+27
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+378