summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* tree-pass.h (execute_pass_list): Adjust prototype.Richard Biener2014-04-281-3/+3
* Change is-a.h to support typedefs of pointersDavid Malcolm2014-04-231-6/+6
* re PR c++/59645 (ICE with covariant return and volatile)Jason Merrill2014-01-301-1/+11
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill2013-12-231-1/+2
* Time profile-based function reordering (phase 2).Martin Liska2013-12-171-1/+39
* asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo2013-12-061-7/+7
* cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo2013-12-061-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+6
* add auto_vecTrevor Saunders2013-11-221-3/+1
* gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod2013-11-211-0/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-5/+5
* Small cleanups in cgraph.Bernd Schmidt2013-11-191-14/+13
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek2013-11-191-1/+2
* Remove all_lto_gen_passes, replace with plain function callsBernd Schmidt2013-11-181-3/+0
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders2013-11-181-2/+2
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-0/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-17/+17
* Split symtab_node declarations onto multiple linesDavid Malcolm2013-10-301-1/+2
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-151/+151
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+4
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka2013-09-141-19/+46
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* cgraphunit.c (analyze_functions): Save input_location, set it to UNKNOWN_LOCA...Jan Hubicka2013-09-101-0/+4
* devirt-11.C: Update template.Jan Hubicka2013-09-081-4/+10
* cgraphunit.c (expand_thunk): Get body before touching arguments.Jan Hubicka2013-09-071-1/+5
* cgraphunit.c (walk_polymorphic_call_targets): Break out from ...Jan Hubicka2013-09-051-62/+74
* re PR c++/58201 (Undefined reference to `B::B(void const**)')Jan Hubicka2013-09-051-0/+7
* devirt-13.C: New testcase.Jan Hubicka2013-08-231-20/+67
* * cgraphunit.c (analyze_functions) Use update_type_inheritance_graph.Jan Hubicka2013-08-221-0/+2
* Makeifle-in (ipa-devirt.o): New.Jan Hubicka2013-08-191-4/+29
* cgraphunit.c (handle_alias_pairs): Reset the alias flag after the error messa...Eric Botcazou2013-08-181-5/+9
* cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka2013-08-081-0/+1
* cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka2013-08-061-0/+1
* re PR fortran/57987 (Fortran finalizers considered extern-inline by middle-end)Martin Jambor2013-08-061-3/+6
* Handwritten part of conversion of passes to C++ classesDavid Malcolm2013-08-051-3/+3
* cgraphunit.c (add_new_function): Fix logic when adding from late IPA pass.Jan Hubicka2013-08-031-60/+74
* cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka2013-08-011-1/+1
* Introduce beginnings of a pass_manager class.David Malcolm2013-07-301-8/+14
* Fix typos.Ondřej Bílka2013-07-211-1/+1
* cgraph.h (const_value_known_p): Replace by ...Jan Hubicka2013-06-191-2/+1
* Makefile.in (cgraphunit.o): Add $(CFGLOOP_H) dependency.Richard Biener2013-06-181-3/+13
* c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2013-06-111-13/+4
* class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka2013-06-051-38/+32
* re PR middle-end/57500 (Segfault in ipa_record_reference)Jan Hubicka2013-06-031-2/+5