summaryrefslogtreecommitdiff
path: root/gcc/lto
Commit message (Expand)AuthorAgeFilesLines
* re PR bootstrap/43276 (lto-elf.c:388:10: error: 'EM_SPARC')Eric Botcazou2010-03-092-3/+20
* lto-elf.c (is_compatible_architecture): New static function.Eric Botcazou2010-03-032-2/+38
* re PR driver/43021 (Driver no longer handles fancy names)Richard Guenther2010-02-112-16/+20
* lto.c (O_BINARY): Define.Andy Hutchinson2010-01-113-2/+25
* re PR lto/42528 (ICE with -flto and -fsigned-char)Richard Guenther2010-01-082-1/+19
* configure.ac: Add install-html to target_list for Make-hooks.Andrew Jenner2010-01-041-0/+1
* Pass -dumpbase and -dumpdir to gcc for LTOH.J. Lu2010-01-032-3/+32
* Stop if the command line option file is missingH.J. Lu2010-01-022-0/+12
* tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.Richard Guenther2009-12-153-11/+6
* Make-lang.in ($(LTO_EXE)): Use $(LINKER).Dmitry Gorbachev2009-12-142-1/+5
* re PR lto/42037 ("grow domain error" in lto1)Richard Guenther2009-12-112-1/+6
* re PR lto/41915 (FAIL: gcc.dg/torture/builtin-math-7.c -O2 -flto execution ...Richard Guenther2009-12-112-3/+11
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-282-2/+6
* re PR bootstrap/42096 (lto.c:289:7: error: implicit declaration of function '...Rafael Avila de Espindola2009-11-194-15/+37
* lto-elf.c (lto_file_init): Add offset argument.Rafael Avila de Espindola2009-11-174-10/+38
* lto-elf.c (lto_elf_file_open): Use strtoll to parse the offset.Rafael Avila de Espindola2009-11-162-5/+14
* cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka2009-11-162-3/+17
* lto-plugin.c (write_resolution): Assume resolution_file is set.Rafael Avila de Espindola2009-11-124-6/+14
* gcc.c (process_command): Handle arguments name@offset.Richard Guenther2009-11-042-5/+56
* re PR lto/41858 (-flto -O2 crashes when many source files.)Richard Guenther2009-10-302-26/+35
* lto-streamer.h (lto_symtab_merge_cgraph_nodes): Declare.Richard Guenther2009-10-222-57/+17
* lto-streamer.h (lto_symtab_clear_resolution): Remove.Richard Biener2009-10-222-21/+7
* ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2009-10-222-0/+54
* re PR lto/41715 (VIEW_CONVERT_EXPR use for mismatched prevailing decl replace...Richard Guenther2009-10-162-9/+6
* lto-symtab.c (lto_symtab_compatible): Fold in ...Richard Guenther2009-10-142-1/+15
* re PR driver/41637 (testsuite (-flto/-fwhopr) leaves does not clean up in /tmp)Richard Guenther2009-10-093-3/+25
* lto-elf.c (init_shdr##BITS, [...]): Remove trailing "." from diagnostics.Joseph Myers2009-10-083-10/+18
* gimple.c (free_gimple_type_tables): New function.Richard Guenther2009-10-082-0/+8
* * lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.Joseph Myers2009-10-072-0/+6
* lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka2009-10-072-5/+17
* re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther2009-10-052-53/+20
* Merge lto branch into trunk.Diego Novillo2009-10-0312-0/+6861