summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR middle-end/64065 (CP2K miscompilation at -O3 -flto)Richard Biener2014-11-251-0/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-2/+2
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-5/+8
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+4
* IPA C++ refactoring 4/NMartin Liska2014-08-251-3/+3
* data-streamer.h (streamer_string_index, [...]): Remove.Richard Biener2014-08-151-5/+1
* lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener2014-08-081-24/+8
* re PR lto/62034 (ICE for big statically initialized arrays compiled with LTO)Richard Biener2014-08-061-10/+10
* lto-streamer.h (struct output_block): Remove global.Richard Biener2014-07-311-1/+0
* IPA C++ refactoring 1/NMartin Liska2014-07-241-2/+2
* vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka2014-07-111-16/+51
* IPA REF refactoringMartin Liska2014-06-251-4/+2
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-3/+4
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-4/+4
* Merge in wide-int.Kenneth Zadeck2014-05-061-13/+28
* cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou2014-04-151-0/+1
* cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou2014-04-141-2/+2
* tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.Richard Biener2014-04-031-2/+1
* re PR lto/59543 (lto1: fatal error: Cgraph edge statement index out of range)Richard Biener2014-03-191-1/+1
* re PR lto/60405 (ICE in lto1 on x86_64-linux-gnu)Richard Biener2014-03-041-8/+0
* re PR lto/59723 (ICE: in lto_output_tree, at lto-streamer-out.c:1390 when com...Richard Biener2014-02-041-22/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-2/+2
* Rename profile_status_for_function to profile_status_for_fn.David Malcolm2013-12-091-2/+2
* Rename label_to_block_map_for_function to label_to_block_map_for_fn.David Malcolm2013-12-091-2/+2
* Rename last_basic_block_for_function to last_basic_block_for_fn.David Malcolm2013-12-091-1/+1
* Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,David Malcolm2013-12-091-7/+7
* re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus2013-12-041-2/+24
* re PR middle-end/58723 (ICE in lto_output_edge, at lto-cgraph.c:300 for OpenM...Richard Biener2013-11-271-2/+10
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* lto-streamer-in.c (input function): Call cgraph_create_node if cgraph_get_nod...Uros Bizjak2013-11-151-1/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor2013-11-131-1/+2
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-3/+3
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+6
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* cgraphunit.c (expand_thunk): Get body before touching arguments.Jan Hubicka2013-09-071-2/+1
* cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka2013-08-311-6/+6
* cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka2013-08-091-4/+4
* cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka2013-08-091-5/+35
* lto-streamer-out.c (output_function): Renumber PHIs.Jan Hubicka2013-08-091-1/+13
* lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka2013-08-031-14/+21
* tree-streamer.h (streamer_tree_cache_create): Adjust prototype.Richard Biener2013-06-181-1/+1
* lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener2013-06-171-32/+117