aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-07re PR ipa/63580 (ICE : error: invalid argument to gimple call)Martin Liska1-0/+8
2014-11-07re PR tree-optimization/63595 (Segmentation faults inside kernel)Martin Liska1-2/+14
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+16
2014-10-29re PR ipa/63587 (ICE : tree check: expected var_decl, have result_decl in add...Martin Liska1-1/+3
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-7/+8
2014-10-21State cleanups from jit branchDavid Malcolm1-2/+18
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-16IPA ICF pass, part 3/5Martin Liska1-1/+1
2014-10-10cgraphunit.c (symbol_table::process_new_functions): Missing call for call_cgr...Martin Liska1-0/+1
2014-09-26cgraph.c (cgraph_node::release_body): New argument keep_arguments introduced.Martin Liska1-2/+3
2014-09-24Add an no_reorder attribute for LTOAndi Kleen1-26/+21
2014-09-10cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.Martin Jambor1-5/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-230/+190
2014-08-21tree-profile.c (tree_profiling): Skip external functions when doing coverage ...Jan Hubicka1-5/+0
2014-08-20cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...Jan Hubicka1-6/+6
2014-08-19re PR c/61271 (10 * possible coding error with logical not (!))Marek Polacek1-1/+1
2014-08-04IPA C++ refactoring 3/NMartin Liska1-14/+9
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-6/+4
2014-08-01[Patch] Not very subtle fix for pr61510James Greenhalgh1-1/+1
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