aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-09IPA ICF: target and optimization flags comparison.Martin Liska1-26/+26
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22symbol_summary is used for inline_summary.Martin Liska1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-15* cgraphunit.c (analyze_functions): Always analyze targets of aliases.Jan Hubicka1-0/+1
2014-12-15cgraphunit.c (analyze_functions): Do not analyze extern inline funtions when ...Jan Hubicka1-4/+25
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-6/+4
2014-11-28cgraphunit.c (ipa_passes): Handle flag_generate_offload.Ilya Verbin1-4/+4
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-3/+3
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka1-6/+5
2014-11-17cgraphunit.c (analyze_functions): Use opt_for_fn.Jan Hubicka1-1/+1
2014-11-16passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka1-4/+3
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin1-0/+1
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-2/+18
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