aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+4
2014-08-25IPA C++ refactoring 4/NMartin Liska1-3/+3
2014-08-15data-streamer.h (streamer_string_index, [...]): Remove.Richard Biener1-5/+1
2014-08-08lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener1-24/+8
2014-08-06re PR lto/62034 (ICE for big statically initialized arrays compiled with LTO)Richard Biener1-10/+10
2014-07-31lto-streamer.h (struct output_block): Remove global.Richard Biener1-1/+0
2014-07-24IPA C++ refactoring 1/NMartin Liska1-2/+2
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka1-16/+51
2014-06-25IPA REF refactoringMartin Liska1-4/+2
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-3/+4
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-4/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-13/+28
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou1-0/+1
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-2/+2
2014-04-03tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.Richard Biener1-2/+1
2014-03-19re PR lto/59543 (lto1: fatal error: Cgraph edge statement index out of range)Richard Biener1-1/+1
2014-03-04re PR lto/60405 (ICE in lto1 on x86_64-linux-gnu)Richard Biener1-8/+0
2014-02-04re PR lto/59723 (ICE: in lto_output_tree, at lto-streamer-out.c:1390 when com...Richard Biener1-22/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-2/+2
2013-12-09Rename profile_status_for_function to profile_status_for_fn.David Malcolm1-2/+2
2013-12-09Rename label_to_block_map_for_function to label_to_block_map_for_fn.David Malcolm1-2/+2
2013-12-09Rename last_basic_block_for_function to last_basic_block_for_fn.David Malcolm1-1/+1
2013-12-09Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION,David Malcolm1-7/+7
2013-12-04re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus1-2/+24
2013-11-27re PR middle-end/58723 (ICE in lto_output_edge, at lto-cgraph.c:300 for OpenM...Richard Biener1-2/+10
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-15lto-streamer-in.c (input function): Call cgraph_create_node if cgraph_get_nod...Uros Bizjak1-1/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor1-1/+2
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-3/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+6
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-07cgraphunit.c (expand_thunk): Get body before touching arguments.Jan Hubicka1-2/+1
2013-08-31cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka1-6/+6
2013-08-09cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka1-4/+4
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-5/+35
2013-08-09lto-streamer-out.c (output_function): Renumber PHIs.Jan Hubicka1-1/+13
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka1-14/+21
2013-06-18tree-streamer.h (streamer_tree_cache_create): Adjust prototype.Richard Biener1-1/+1
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-32/+117
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-3/+3
2013-04-29This patch fixes PR bootstrap/57077.Teresa Johnson1-2/+2
2013-04-26Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.Richard Biener1-0/+54
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-6/+16
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-2/+2