aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphclones.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-30[PR 77333] Fixup fntypes of gimple calls of clonesMartin Jambor1-4/+5
2017-01-20Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska1-6/+38
2016-05-18ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c...Jan Hubicka1-26/+28
2016-05-16ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic on esti...Jan Hubicka1-2/+0
2016-05-08cgraph.c (thunk_adjust): Export.Jan Hubicka1-0/+1
2016-05-03cgraph.c (symbol_table::create_edge): Set inline_failed.Jan Hubicka1-0/+1
2016-03-29re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka1-7/+1
2016-01-11[PR ipa/66616] Copy can_change_signature flag to artificial thunksMartin Jambor1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04* ipa-inline.c (can_inline_edge_p) Use merged_comdat.Jan Hubicka1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-18/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+5
2015-10-20Correctly fill up cgraph_node::local.versionable flag.Martin Liska1-3/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-2/+2
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+3
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-02lto-cgraph.c (lto_output_node, [...]): Stream split_part.Jan Hubicka1-2/+3
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka1-0/+2
2015-02-20cgraph.h (clone_function_name_1): Declare.Bernd Schmidt1-6/+16
2015-02-18re PR ipa/65087 (r220742 causes: ICE: in ipcp_verify_propagated_values, at ip...Jakub Jelinek1-2/+3
2015-02-16re PR ipa/64963 (IPA Cloning/Splitting does not copy function section attribu...Jakub Jelinek1-1/+4
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-1/+1
2014-12-08PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm1-2/+2
2014-12-05cgraph.h (cgraph_node): New method expand_all_artificial_thunks.Martin Jambor1-11/+31
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-3/+4
2014-11-16passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka1-2/+2
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-15re PR lto/62026 (Crash in lto_get_decl_name_mapping)Jan Hubicka1-0/+3
2014-10-03cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTORJan Hubicka1-0/+1
2014-10-02cgraphclones.c (build_function_type_skip_args): Do not make new type variant ...Jan Hubicka1-17/+1
2014-09-24Add an no_reorder attribute for LTOAndi Kleen1-0/+2
2014-09-10cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.Martin Jambor1-3/+1
2014-09-10re PR middle-end/61654 (ICE in release_function_body, at cgraph.c:1699)Martin Jambor1-0/+21
2014-08-25IPA C++ refactoring 4/NMartin Liska1-104/+108
2014-08-18re PR ipa/61800 (ICE: Segmentation fault during Firefox build)Ilya Enkovich1-1/+1
2014-08-06re PR ipa/61393 ([trans-mem] O3 optimization level constant propagation problem)Martin Jambor1-0/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-157/+143
2014-06-27re PR ipa/61160 (wrong code with -O3 (or ICE: verify_cgraph_node failed: edge...Martin Jambor1-40/+26