summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* * cgraphunit.c (expand_thunk): Get body before touching arguments.hubicka2013-09-071-2/+1
* * cgraph.c (cgraph_get_body): Update call of lto_input_function_body.hubicka2013-08-311-6/+6
* * cgraph.c (cgraph_resolve_speculation): Cut frequency tohubicka2013-08-091-4/+4
* * cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculativehubicka2013-08-091-5/+35
* * lto-streamer-out.c (output_function): Renumber PHIs.hubicka2013-08-091-1/+13
* * lto-cgraph.c (compute_ltrans_boundary): Add abstract origins intohubicka2013-08-031-14/+21
* 2013-06-18 Richard Biener <rguenther@suse.de>rguenth2013-06-181-1/+1
* 2013-06-17 Richard Biener <rguenther@suse.de>rguenth2013-06-171-32/+117
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-3/+3
* This patch fixes PR bootstrap/57077. Certain new uses of apply_probabilitytejohnson2013-04-291-2/+2
* 2013-04-26 Richard Biener <rguenther@suse.de>rguenth2013-04-261-0/+54
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-6/+16
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-2/+2
* * data-streamer-in.c (streamer_read_gcov_count): New function.hubicka2013-03-281-1/+1
* 2013-02-08 Richard Biener <rguenther@suse.de>rguenth2013-02-081-29/+16
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-4/+2
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-37/+35
* 2012-10-18 Richard Guenther <rguenther@suse.de>rguenth2012-10-181-2/+2
* 2012-10-10 Richard Biener <rguenther@suse.de>rguenth2012-10-101-30/+14
* 2012-09-28 Richard Guenther <rguenther@suse.de>rguenth2012-09-281-17/+0
* 2012-09-20 Martin Jambor <mjambor@suse.cz>jamborm2012-09-201-1/+0
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-1/+1
* 2012-07-30 Richard Guenther <rguenther@suse.de>rguenth2012-07-301-3/+3
* Tidy some include usage + dependenciesrth2012-07-241-1/+0
* * opts.c (common_handle_option): Do not set steven2012-07-231-1/+0
* gcc/steven2012-07-161-1/+0
* PR middle-end/53590ebotcazou2012-06-151-0/+1
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* 2012-05-22 Richard Guenther <rguenther@suse.de>rguenth2012-05-221-1/+1
* * cgraphunit.c (handle_alias_pairs): Declare; free alias_pairshubicka2012-05-191-48/+0
* * basic-block.h (struct rtl_bb_info, struct gimple_bb_info): Movematz2012-05-031-3/+0
* * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.matz2012-05-021-1/+1
* * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.chubicka2012-04-301-1/+1
* * cgraph.h (symtab_node_base): Add next and previous pointers.hubicka2012-04-161-2/+2
* 2011-12-14 Richard Guenther <rguenther@suse.de>rguenth2011-12-141-0/+27
* * lto-streamer-out.c (write_symbol): Use proper 64-bit host type.ebotcazou2011-12-131-4/+4
* 2011-10-12 Lawrence Crowl <crowl@google.com>dnovillo2011-10-131-34/+47
* 2011-10-12 Gabriel Charette <gchare@google.com>dnovillo2011-10-131-4/+13
* * lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.hubicka2011-10-041-2/+7
* Split out LTO's writing of top level asm nodes in preparation of extendingjbeulich2011-09-301-0/+41
* PR lto/50165matz2011-08-261-4/+5
* * data-streamer.h (streamer_write_zero): Rename from output_zero.dnovillo2011-08-121-66/+67
* * tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers):dnovillo2011-08-111-29/+109
* rebasednovillo2011-08-081-1548/+8
* dwarf2: Extract cfi creation to a new pass.rth2011-07-081-8/+0
* * tree.h (TYPE_ARTIFICIAL): New flag.ebotcazou2011-07-021-1/+4
* * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.dnovillo2011-06-061-14/+34