aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-24IPA C++ refactoring fix.Martin Liska1-1/+1
2014-07-24IPA C++ refactoring 2/NMartin Liska1-11/+11
2014-07-24IPA C++ refactoring 1/NMartin Liska1-119/+114
2014-07-04re PR middle-end/61654 (ICE in release_function_body, at cgraph.c:1699)Jakub Jelinek1-0/+1
2014-07-01IPA REF alias refactoringMartin Liska1-16/+15
2014-06-27Fix for devirtualization dump functionsMartin Liska1-1/+1
2014-06-25IPA REF refactoringMartin Liska1-9/+8
2014-06-08cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before outputting a...Jan Hubicka1-1/+1
2014-06-04New callgraph wrapper function creation addedMartin Liska1-0/+36
2014-06-04Enhancement of call graph APIMartin Liska1-4/+6
2014-05-28re PR c++/47202 (Endless recursion during mangling)Jason Merrill1-0/+2
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+1
2014-05-20add dbgcnt support for devirtXinliang David Li1-1/+10
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-05-09cgraphunit.c (analyze_functions): Use correct dump file.Teresa Johnson1-1/+1
2014-04-28tree-pass.h (execute_pass_list): Adjust prototype.Richard Biener1-3/+3
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-6/+6
2014-01-30re PR c++/59645 (ICE with covariant return and volatile)Jason Merrill1-1/+11
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-1/+2
2013-12-17Time profile-based function reordering (phase 2).Martin Liska1-1/+39
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-7/+7
2013-12-06cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+6
2013-11-22add auto_vecTrevor Saunders1-3/+1
2013-11-21gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod1-0/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-5/+5
2013-11-19Small cleanups in cgraph.Bernd Schmidt1-14/+13
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek1-1/+2
2013-11-18Remove all_lto_gen_passes, replace with plain function callsBernd Schmidt1-3/+0
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-2/+2
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-17/+17
2013-10-30Split symtab_node declarations onto multiple linesDavid Malcolm1-1/+2
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-151/+151
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+4
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-14tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka1-19/+46
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-10cgraphunit.c (analyze_functions): Save input_location, set it to UNKNOWN_LOCA...Jan Hubicka1-0/+4
2013-09-08devirt-11.C: Update template.Jan Hubicka1-4/+10
2013-09-07cgraphunit.c (expand_thunk): Get body before touching arguments.Jan Hubicka1-1/+5
2013-09-05cgraphunit.c (walk_polymorphic_call_targets): Break out from ...Jan Hubicka1-62/+74
2013-09-05re PR c++/58201 (Undefined reference to `B::B(void const**)')Jan Hubicka1-0/+7
2013-08-23devirt-13.C: New testcase.Jan Hubicka1-20/+67
2013-08-22* cgraphunit.c (analyze_functions) Use update_type_inheritance_graph.Jan Hubicka1-0/+2