summaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* 2014-08-08 Richard Biener <rguenther@suse.de>rguenth2014-08-081-3/+2
* convert many uses of pointer_map to hash_maptbsaunde2014-08-021-14/+9
* add a hash_set based on hash_tabletbsaunde2014-08-021-4/+3
* 2014-07-31 Richard Biener <rguenther@suse.de>rguenth2014-07-311-4/+4
* IPA C++ refactoring 2/Nmarxin2014-07-241-3/+3
* IPA C++ refactoring 1/Nmarxin2014-07-241-19/+19
* * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hhubicka2014-07-111-2/+2
* IPA REF refactoringmarxin2014-06-251-25/+23
* * varpool.c (dump_varpool_node): Dump used_by_single_function.hubicka2014-06-241-0/+2
* * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini priorityhubicka2014-06-231-4/+4
* * cgraph.h (struct symtab_node): Add field in_init_priority_hashhubicka2014-06-201-0/+8
* * c-family/c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.hubicka2014-06-151-0/+2
* * symtab.c (section_hash): New hash.hubicka2014-06-121-11/+11
* * varasm.c (set_implicit_section): New function.hubicka2014-06-111-10/+10
* * symtab.c (dump_symtab_base): Update dumping.hubicka2014-06-091-7/+55
* * tree-core.h (tree_decl_with_vis): Replace comdat_group byhubicka2014-05-241-20/+79
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-1/+1
* * varpool.c (dump_varpool_node): Dump write-only flag.hubicka2014-05-161-0/+2
* gcc/rsandifo2014-05-061-4/+3
* Change is-a.h to support typedefs of pointersdmalcolm2014-04-231-10/+10
* PR ipa/59626hubicka2014-04-041-0/+6
* 2014-04-04 Martin Jambor <mjambor@suse.cz>jamborm2014-04-041-1/+1
* 2014-03-25 Martin Jambor <mjambor@suse.cz>jamborm2014-03-251-0/+4
* PR ipa/59469hubicka2014-02-071-6/+4
* * lto-cgraph.c (asm_nodes_output): Make global.hubicka2014-02-051-1/+3
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR c++/41090jason2013-12-231-0/+2
* * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):olegendo2013-12-101-2/+2
* * asan.c: Remove struct tags when referring to class varpool_node.olegendo2013-12-061-7/+7
* * cgraphunit.c: Remove struct tags when referring to classolegendo2013-12-061-3/+3
* Reverted:kyukhin2013-11-291-2/+0
* * gimple.h: Remove all includes.amacleod2013-11-221-4/+5
* * cgraph.h (varpool_node): Add need_bounds_init field.kyukhin2013-11-201-0/+2
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* Time profiler introduced.marxin2013-11-111-0/+5
* Automated part of renaming of symtab_node_base to symtab_node.dmalcolm2013-10-311-25/+25
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-139/+139
* * tree-outof-ssa.h: Remove include files.amacleod2013-10-291-0/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-2/+1
* gcc/rsandifo2013-09-281-2/+3
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* * lto-cgraph.c: Include ipa-utils.h.hubicka2013-09-101-2/+35
* * cgraph.c (cgraph_resolve_speculation): Cut frequency tohubicka2013-08-091-0/+13
* * cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculativehubicka2013-08-091-2/+21
* * cgraph.c (cgraph_get_body): New function based on lto.chubicka2013-08-061-2/+11
* Handwritten part of conversion of passes to C++ classesdmalcolm2013-08-051-1/+1
* * lto-cgraph.c (compute_ltrans_boundary): Add abstract origins intohubicka2013-08-031-0/+14
* * cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.hubicka2013-08-011-2/+0
* Introduce beginnings of a pass_manager class.dmalcolm2013-07-301-2/+5
* * cgraph.c (release_function_body): Break out from ...hubicka2013-07-251-9/+2