aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)Author
2015-03-23backport: re PR ipa/64813 (23_containers/unordered_map/requirements/explicit_...Yvan Roux
2015-03-23backport: re PR ipa/63587 (ICE : tree check: expected var_decl, have result_d...Yvan Roux
2015-03-10backport: re PR ipa/64896 (ICE in get_address_mode, at rtlanal.c:5442)Yvan Roux
2014-10-01re PR c++/63306 (ICE: Segmentation fault in analyze_functions())Jakub Jelinek
2014-09-12re PR middle-end/61654 (ICE in release_function_body, at cgraph.c:1699)Martin Jambor
2014-09-01re PR c/61271 (10 * possible coding error with logical not (!))Marek Polacek
2014-07-04re PR middle-end/61654 (ICE in release_function_body, at cgraph.c:1699)Jakub Jelinek
2014-01-30re PR c++/59645 (ICE with covariant return and volatile)Jason Merrill
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill
2013-12-17Time profile-based function reordering (phase 2).Martin Liska
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo
2013-12-06cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-22add auto_vecTrevor Saunders
2013-11-21gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Small cleanups in cgraph.Bernd Schmidt
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek
2013-11-18Remove all_lto_gen_passes, replace with plain function callsBernd Schmidt
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm
2013-10-30Split symtab_node declarations onto multiple linesDavid Malcolm
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-14tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-09-10cgraphunit.c (analyze_functions): Save input_location, set it to UNKNOWN_LOCA...Jan Hubicka
2013-09-08devirt-11.C: Update template.Jan Hubicka
2013-09-07cgraphunit.c (expand_thunk): Get body before touching arguments.Jan Hubicka
2013-09-05cgraphunit.c (walk_polymorphic_call_targets): Break out from ...Jan Hubicka
2013-09-05re PR c++/58201 (Undefined reference to `B::B(void const**)')Jan Hubicka
2013-08-23devirt-13.C: New testcase.Jan Hubicka
2013-08-22* cgraphunit.c (analyze_functions) Use update_type_inheritance_graph.Jan Hubicka
2013-08-19Makeifle-in (ipa-devirt.o): New.Jan Hubicka
2013-08-18cgraphunit.c (handle_alias_pairs): Reset the alias flag after the error messa...Eric Botcazou
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka
2013-08-06re PR fortran/57987 (Fortran finalizers considered extern-inline by middle-end)Martin Jambor
2013-08-05Handwritten part of conversion of passes to C++ classesDavid Malcolm
2013-08-03cgraphunit.c (add_new_function): Fix logic when adding from late IPA pass.Jan Hubicka
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm
2013-07-21Fix typos.Ondřej Bílka