summaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
Commit message (Expand)AuthorAgeFilesLines
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.hubicka2010-04-291-199/+91
* 2010-04-26 Richard Guenther <rguenther@suse.de>rguenth2010-04-261-1/+7
* * lto.h (lto_elf_file_open): Rename prototype from this ...davek2010-04-261-9/+9
* * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.hubicka2010-04-211-24/+0
* * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;hubicka2010-04-211-2/+37
* * lto.c (globalize_cross_file_statics): When function has address taken,hubicka2010-04-211-1/+2
* * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.hubicka2010-04-201-30/+12
* * opts.c (decode_options): Disable whpr incompatible passes.hubicka2010-04-191-23/+8
* 2010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>hutchinsonandy2010-01-111-1/+9
* Pass -dumpbase and -dumpdir to gcc for LTOhjl2010-01-031-3/+25
* 2009-12-15 Richard Guenther <rguenther@suse.de>rguenth2009-12-151-1/+1
* 2009-12-11 Richard Guenther <rguenther@suse.de>rguenth2009-12-111-1/+1
* 2009-11-19 Rafael Avila de Espindola <espindola@google.com>espindola2009-11-191-7/+26
* 2009-11-17 Rafael Avila de Espindola <espindola@google.com>espindola2009-11-171-5/+20
* * cgraph.c (cgraph_release_function_body): Update use ofhubicka2009-11-161-3/+13
* 2009-11-12 Rafael Avila de Espindola <espindola@google.com>espindola2009-11-121-4/+6
* 2009-10-30 Richard Guenther <rguenther@suse.de>rguenth2009-10-301-26/+26
* 2009-10-22 Richard Guenther <rguenther@suse.de>rguenth2009-10-221-57/+9
* 2009-10-22 Richard Guenther <rguenther@suse.de>rguenth2009-10-221-21/+0
* * ipa-cp.c (ipcp_write_summary, ipcp_read_summary): New functions.hubicka2009-10-221-0/+49
* 2009-10-16 Richard Guenther <rguenther@suse.de>rguenth2009-10-161-9/+1
* 2009-10-14 Richard Guenther <rguenther@suse.de>rguenth2009-10-141-1/+9
* 2009-10-09 Richard Guenther <rguenther@suse.de>rguenth2009-10-091-1/+4
* 2009-10-08 Richard Guenther <rguenther@suse.de>rguenth2009-10-081-0/+3
* * lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.jsm282009-10-071-0/+2
* * lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones hashubicka2009-10-071-5/+12
* 2009-10-05 Richard Guenther <rguenther@suse.de>rguenth2009-10-051-53/+12
* Merge lto branch into trunk.dnovillo2009-10-031-0/+2067