summaryrefslogtreecommitdiff
path: root/gcc/lto
Commit message (Expand)AuthorAgeFilesLines
* 2010-09-03 Richard Guenther <rguenther@suse.de>rguenth2010-09-032-2/+8
* * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.hubicka2010-08-212-12/+27
* Replace has_analyzed_clone with has_analyzed_clone_p.hjl2010-08-202-1/+7
* * lto.c (has_analyzed_clone_p): New functionhubicka2010-08-202-28/+55
* gcc/froydnj2010-08-202-3/+7
* * Make-lang.in (lto.o): Add dependency to splay-tree.hak2010-07-282-1/+5
* * coretypes.h (struct cl_option_handlers): Declare.jsm282010-07-272-4/+9
* * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,jsm282010-07-272-4/+34
* Move changelogs to correct filesak2010-07-231-0/+12
* gcc:ak2010-07-232-36/+197
* 2010-07-10 Andi Kleen <ak@linux.intel.com>ak2010-07-235-73/+45
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-085-0/+12
* * lto-elf.c (ELFOSABI_NONE, ELFOSABI_LINUX): Define if not defined.jakub2010-07-072-3/+34
* * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation ofhubicka2010-07-052-8/+94
* * cgraphunit.c (init_cgraph): Only initialize dump file if it is not ...hubicka2010-07-042-0/+11
* * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,hubicka2010-07-031-4/+4
* 2010-06-13 Richard Guenther <rguenther@suse.de>rguenth2010-06-132-1/+9
* 2010-06-09 Kai Tietz <kai.tietz@onevision.com>ktietz2010-06-093-7/+14
* gcc/ada:lauras2010-06-082-4/+12
* * common.opt (fira-verbose): Use Var.jsm282010-06-072-11/+6
* 2010-06-04 Richard Guenther <rguenther@suse.de>rguenth2010-06-042-0/+7
* * cgraph.h (cgraph_dump_file): Declare.hubicka2010-05-302-0/+33
* * cgraph.h (struct varpool_node_set_def,hubicka2010-05-292-145/+110
* gcc/ChangeLog:steven2010-05-292-1/+5
* * final.c (rest_of_clean_state): Use %m in errors instead ofjsm282010-05-284-25/+17
* 2010-05-28 Richard Guenther <rguenther@suse.de>rguenth2010-05-282-177/+58
* * diagnostic-core.h: New. Contents moved from diagnostic.h andjsm282010-05-273-4/+10
* PR lto/44230ebotcazou2010-05-275-4/+48
* * lto-lang.c: Do not include expr.h.steven2010-05-262-1/+4
* 2010-05-24 Richard Guenther <rguenther@suse.de>rguenth2010-05-242-0/+12
* 2010-05-22 Richard Guenther <rguenther@suse.de>rguenth2010-05-222-1/+6
* * gcc.dg/lto/ipareference2_0.c: New file.hubicka2010-05-192-22/+109
* * cgraph.c (cgraph_create_virtual_clone): Only checkhubicka2010-05-172-4/+8
* * lto.c (lto_materialize_function): Announce function whenhubicka2010-05-172-19/+12
* * lto.c (materialize_cgraph): Revert my previous patch.hubicka2010-05-122-3/+4
* 2010-05-11 Kai Tietz <kai.tietz@onevision.com>ktietz2010-05-113-3/+9
* * lto.c (lto_fixup_decls): Remove global var decls freeing here.hubicka2010-05-112-2/+8
* * lto-symtab.c (lto_symtab_free): New function.hubicka2010-05-112-19/+24
* 2010-05-11 Kai Tietz <kai.tietz@onevision.com>ktietz2010-05-114-3/+27
* ChangeLog:steven2010-05-076-1/+1447
* 2010-05-07 Richard Guenther <rguenther@suse.de>rguenth2010-05-073-3/+11
* 2010-05-07 Richard Guenther <rguenther@suse.de>rguenth2010-05-072-187/+27
* Add argument kind to lto_handle_option.hjl2010-05-062-1/+6
* * cgraphbuild.c (record_reference_ctx): Add varpool_node.hubicka2010-05-062-14/+28
* * lto-cgraph.c (output_varpool): Forward declare; work on encoder.hubicka2010-05-052-1/+5
* * lto.c (get_filename_for_set): Look for cgraph node and if none found, usehubicka2010-04-302-44/+50
* * lto-cgraph.c (lto_output_varpool_node): Always output constant poolhubicka2010-04-302-2/+10
* * gengtype.c (open_base_files): Add lto-streamer.hhubicka2010-04-293-9/+52
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.hubicka2010-04-292-199/+102
* ChangeLog:davek2010-04-274-2/+1266