aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-wrapper.c
AgeCommit message (Expand)AuthorFilesLines
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