summaryrefslogtreecommitdiff
path: root/gcc/lto-wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* common.opt (lto_partition_model): New enum.Richard Biener2014-04-151-5/+4
* lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.Richard Biener2014-03-251-0/+2
* lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.Cesar Philippidis2014-03-131-1/+1
* lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used consistentl...Paulo Matos2014-03-081-0/+3
* gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin or -fno-lto ...Richard Biener2014-03-061-0/+75
* re PR lto/60319 (wrong code (that hangs) by LTO at -Os and above on x86_64-li...Richard Biener2014-02-251-1/+20
* lto-cgraph.c (asm_nodes_output): Make global.Jan Hubicka2014-02-051-1/+10
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR target/59035 (FAIL: gcc.dg/torture/c99-contract-1.c -O2 -flto -fno-use...Richard Biener2013-11-201-0/+13
* builtins.def (ATTR_NOTHROWCALL_LEAF_LIST): Define.Ian Lance Taylor2013-11-041-0/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* opts.h: Include obstack.h.Jakub Jelinek2013-02-271-0/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Handle OPT_SPECIAL_XXX in LTOH.J. Lu2012-11-271-0/+6
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* re PR lto/50602 (ICE in tree_nrv, at tree-nrv.c:155 during large LTO build)Richard Guenther2012-05-041-0/+18
* re PR lto/51916 (FAIL: gcc.dg/lto/trans-mem-3 c_lto_trans-mem-3_0.o-c_lto_tra...Aldy Hernandez2012-01-231-1/+2
* re PR lto/51280 (ICE when lto1 does not have -fgnu-tm and object file uses TM)Aldy Hernandez2012-01-191-0/+2
* lto-wrapper.c (run_gcc): In non-parallel mode remove ltrans inputs immediatel...Richard Guenther2011-12-151-2/+13
* re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther2011-11-031-0/+196
* re PR lto/48217 (lto mishandles quotes in command line defines)Richard Guenther2011-11-031-21/+30
* re PR driver/50876 (unrecognized command line option '-Zmultiply_defined supp...Richard Guenther2011-10-281-24/+30
* lto-wrapper.c (run_gcc): Properly init/free obstack.Richard Guenther2011-10-261-4/+3
* re PR driver/41844 (lto1: warning: unknown register name: line-length-none)Richard Guenther2011-10-261-70/+108
* Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers2011-05-201-0/+12
* Check HOST_BIT_BUCKET when settting dump base/dir.H.J. Lu2011-02-011-2/+6
* lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified at the ...Jan Hubicka2011-01-051-6/+2
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-10/+0
* lto-wrapper.c (run_gcc): Fix -flto=N parsing.Richard Guenther2010-11-181-1/+1
* invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka2010-11-111-6/+14
* common.opt (combine): Remove.Richard Guenther2010-09-171-4/+2
* common.opt (fwhopr=): Update for -fwhopr=jobserverAndi Kleen2010-08-311-10/+28
* Makefile.in (READ_MD_H): New variable.Richard Sandiford2010-06-101-1/+1
* lto-wrapper.c (lto_wrapper_exit): Rename to ...Richard Guenther2010-06-021-28/+64
* lto-wrapper.c (run_gcc): With -save-temps generate a user-visible ltrans file...Richard Guenther2010-05-281-3/+11
* lto-wrapper.c (maybe_unlink_file): Ignore unlink failure for non-existant files.Richard Guenther2010-05-271-1/+4
* lto-wrapper.c (nr, [...]): Globalize.Richard Guenther2010-05-251-53/+75
* Honor $MAKE for -fwhopr=; do not honor $MAKEFLAGS, $MFLAGS.Ralf Wildenhues2010-05-231-1/+6
* invoke.texi (-fwhopr): Document new optional jobs argument.Richard Guenther2010-05-191-13/+70
* re PR lto/44143 (-fdump-tree-all for lto does not work as expected)Richard Guenther2010-05-181-225/+143
* lto-wrapper.c (run_gcc): Remove linker output from command line for LTRANS in...Richard Guenther2010-05-071-0/+13
* lto-wrapper.c (DUMPBASE_SUFFIX): Define.Richard Biener2010-05-071-3/+155
* Pass -dumpbase and -dumpdir to gcc for LTOH.J. Lu2010-01-031-3/+27
* lto-wrapper.c (lto_wrapper_exit): Don't try to delete files if being called r...Rafael Avila de Espindola2009-11-241-6/+14
* re PR driver/41637 (testsuite (-flto/-fwhopr) leaves does not clean up in /tmp)Richard Guenther2009-10-091-9/+27
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+378