summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.rsandifo2013-11-181-2/+3
|\
| * remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionstbsaunde2013-11-181-2/+2
| * * gimple.h: Reorder prototypes to match .c declaration order, and removeamacleod2013-11-171-0/+1
* | Merge in trunk.mrs2013-11-161-0/+3
|\ \ | |/
| * * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+2
| * * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
| * 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* | Merge in trunk.mrs2013-11-041-166/+169
|\ \ | |/
| * Automated part of renaming of symtab_node_base to symtab_node.dmalcolm2013-10-311-17/+17
| * Split symtab_node declarations onto multiple linesdmalcolm2013-10-301-1/+2
| * Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-151/+151
| * * tree-ssa.h: Remove all #include'samacleod2013-10-231-2/+4
* | Merge in trunk.mrs2013-10-201-2/+2
|\ \ | |/
| * gcc/rsandifo2013-09-281-2/+2
* | Merge in trunk.mrs2013-09-201-79/+139
|\ \ | |/
| * * tree-into-ssa.c (gate_into_ssa): New.hubicka2013-09-141-19/+46
| * * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
| * 2013-09-10 Jan Hubicka <jh@suse.cz>paolo2013-09-101-0/+4
| * * testsuite/g++.dg/ipa/devirt-11.C: Update template.hubicka2013-09-081-4/+10
| * * cgraphunit.c (expand_thunk): Get body before touching arguments.hubicka2013-09-071-1/+5
| * * cgraphunit.c (walk_polymorphic_call_targets): Break out from ...hubicka2013-09-051-62/+74
| * PR middle-end/58201hubicka2013-09-051-0/+7
* | Merge in trunk.mrs2013-09-041-9/+87
|\ \ | |/
| * * g++.dg/ipa/devirt-13.C: New testcase.hubicka2013-08-231-20/+67
| * * cgraphunit.c (analyze_functions) Use update_type_inheritance_graph.hubicka2013-08-221-0/+2
| * * Makeifle-in (ipa-devirt.o): New.hubicka2013-08-191-4/+29
| * * cgraphunit.c (handle_alias_pairs): Reset the alias flag after theebotcazou2013-08-181-5/+9
* | Add wide-int branch.mrs2013-08-131-1/+1
|/
* * cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.hubicka2013-08-081-0/+1
* * cgraph.c (cgraph_get_body): New function based on lto.chubicka2013-08-061-0/+1
* 2013-08-06 Martin Jambor <mjambor@suse.cz>jamborm2013-08-061-3/+6
* Handwritten part of conversion of passes to C++ classesdmalcolm2013-08-051-3/+3
* * cgraphunit.c (add_new_function): Fix logic when adding fromhubicka2013-08-031-60/+74
* * cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.hubicka2013-08-011-1/+1
* Introduce beginnings of a pass_manager class.dmalcolm2013-07-301-8/+14
* Fix typos.mrs2013-07-211-1/+1
* * cgraph.h (const_value_known_p): Replace by ...hubicka2013-06-191-2/+1
* 2013-06-18 Richard Biener <rguenther@suse.de>rguenth2013-06-181-3/+13
* * c-family/c-common.c (handle_alias_ifunc_attribute): Do not sethubicka2013-06-111-13/+4
* * class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_Phubicka2013-06-051-38/+32
* 2013-06-04 Jan Hubicka <jh@suse.cz>dje2013-06-041-2/+5
* PR middle-end/57366hubicka2013-06-011-0/+26
* * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...hubicka2013-06-011-89/+56
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-64/+53
* * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross modulehubicka2013-05-171-4/+12
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-18/+16
* PR debug/54499jakub2012-11-081-4/+4
* Function Multiversioningtmsriram2012-11-061-8/+29
* This patch implements generic type query and conversion functions,crowl2012-10-311-35/+56