summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
Commit message (Expand)AuthorAgeFilesLines
* remove more ggc htabstbsaunde2014-11-201-4/+16
* use vec in lto_tree_ref_tabletbsaunde2014-11-201-16/+3
* * lto-streamer-out.c (hash_tree): Use cl_optimization_hash.hubicka2014-11-151-0/+4
* * optc-save-gen.awk: Output cl_target_option_eq,hubicka2014-11-141-0/+8
* [PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.kyukhin2014-11-131-0/+3
* [PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.kyukhin2014-11-131-0/+1
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-1/+0
* IPA ICF pass, part 3/5marxin2014-10-161-0/+1
* * lto-streamer.h (struct output_block::symbol): Change fromgerald2014-08-111-2/+2
* 2014-08-08 Richard Biener <rguenther@suse.de>rguenth2014-08-081-75/+25
* remove pointer-set.[ch]tbsaunde2014-08-071-1/+0
* convert the rest of the users of pointer_map to hash_maptbsaunde2014-08-071-1/+1
* convert many uses of pointer_map to hash_maptbsaunde2014-08-021-3/+3
* 2014-07-31 Richard Biener <rguenther@suse.de>rguenth2014-07-311-13/+0
* 2014-07-31 Richard Biener <rguenther@suse.de>rguenth2014-07-311-2/+0
* 2014-07-30 Richard Biener <rguenther@suse.de>rguenth2014-07-301-0/+1
* IPA C++ refactoring 1/Nmarxin2014-07-241-2/+2
* * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hhubicka2014-07-111-2/+5
* IPA REF refactoringmarxin2014-06-251-1/+1
* add hash_map classtbsaunde2014-06-241-4/+5
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-1/+1
* Create a new header lto-section-names.hbernds2014-05-221-6/+0
* Change is-a.h to support typedefs of pointersdmalcolm2014-04-231-4/+4
* 2014-04-15 Richard Biener <rguenther@suse.de>rguenth2014-04-151-1/+1
* * lto-cgraph.c (asm_nodes_output): Make global.hubicka2014-02-051-0/+1
* 2014-01-29 Richard Biener <rguenther@suse.de>rguenth2014-01-291-2/+2
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):olegendo2013-12-101-7/+6
* * asan.c: Remove struct tags when referring to class varpool_node.olegendo2013-12-061-2/+2
* gcc/burnus2013-12-041-1/+2
* Remove all_lto_gen_passes, replace with plain function callsbernds2013-11-181-0/+2
* Automated part of renaming of symtab_node_base to symtab_node.dmalcolm2013-10-311-9/+9
* * tree-outof-ssa.h: Remove include files.amacleod2013-10-291-2/+0
* Re-factor inclusion of tree.h.dnovillo2013-10-211-1/+1
* 2013-09-06 Richard Biener <rguenther@suse.de>rguenth2013-09-061-1/+0
* * cgraph.c (cgraph_get_body): Update call of lto_input_function_body.hubicka2013-08-311-9/+2
* * lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.hubicka2013-08-301-0/+2
* 2013-06-24 Richard Biener <rguenther@suse.de>rguenth2013-06-241-3/+3
* 2013-06-18 Richard Biener <rguenther@suse.de>rguenth2013-06-181-20/+6
* 2013-06-17 Richard Biener <rguenther@suse.de>rguenth2013-06-171-0/+9
* * lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.hubicka2013-06-121-0/+3
* 2013-06-06 Richard Biener <rguenther@suse.de>rguenth2013-06-061-10/+10
* * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...hubicka2013-06-011-1/+1
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-1/+46
* * lto-cgraph.c (output_profile_summary, input_profile_summary): Usehubicka2013-03-291-0/+1
* 2013-02-08 Richard Biener <rguenther@suse.de>rguenth2013-02-081-4/+0
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* 2013-01-07 Richard Biener <rguenther@suse.de>rguenth2013-01-071-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-28/+16