aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-11[PR ipa/69044] Do not clone for param removal when not possibleMartin Jambor1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-16ipa-cp.c (ipa_get_indirect_edge_target_1): Use can_refer; do not speculate to...Jan Hubicka1-6/+17
2015-12-14[PR 66616] Check for thunks when adding extra constants to clonesMartin Jambor1-6/+19
2015-12-10ipa-cp.c (ipcp_cloning_candidate_p): Use node->optimize_for_size_p.Jan Hubicka1-12/+18
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+2
2015-10-20Correctly fill up cgraph_node::local.versionable flag.Martin Liska1-9/+6
2015-10-08Fix Solaris bootstrapMartin Jambor1-2/+2
2015-10-05IPA-CP Alignment lattice cleanupMartin Jambor1-65/+177
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-4/+4
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-4/+4
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-7/+2
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-06-01Change use to type-based pool allocator in ipa-prop.cMartin Liska1-20/+17
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-2/+2
2015-04-13ipa-cp.c (ipcp_driver): Relase prev_edge.Jan Hubicka1-0/+1
2015-04-06ipa-cp (set_single_call_flag): Remove too restrictive assert.Ilya Enkovich1-1/+0
2015-03-29re PR ipa/65478 (crafty performance regression)Martin Jambor1-8/+81
2015-02-19re PR ipa/65028 (450.soplex in SPEC CPU 2006 is miscompiled)Martin Jambor1-3/+2
2015-02-17Add -fipa-cp-alignmentH.J. Lu1-0/+9
2015-02-10re PR ipa/64978 (ICE: in ipcp_verify_propagated_values, at ipa-cp.c:1060)Jan Hubicka1-5/+2
2015-02-05ipa-cp.c (ipa_value_from_jfunc, [...]): Add bounds check.Jan Hubicka1-2/+4
2015-01-18re PR ipa/64378 (ICE: in inline_call, at ipa-inline-transform.c:347 with -O3 ...Jan Hubicka1-2/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-5/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22symbol_summary is used for inline_summary.Martin Liska1-4/+4
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+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-1/+2
2014-12-04ipa-prop.h (ipa_alignment): New type.Martin Jambor1-2/+167
2014-12-02re PR ipa/63814 (g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC)Martin Jambor1-43/+52
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka1-14/+8
2014-11-17ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.Jan Hubicka1-18/+46
2014-11-16* ipa-polymorphic-call.cJan Hubicka1-31/+38
2014-11-14ipa-prop.h (jump_func_type): Removed value IPA_JF_KNOWN_TYPE.Martin Jambor1-27/+5
2014-11-14ipa-prop.h (ipa_get_jf_pass_through_type_preserved): use agg_preserved flag i...Martin Jambor1-215/+606
2014-11-14ipa-cp.c (ipcp_value_source): Converted to a template class.Martin Jambor1-229/+292
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+19
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+14
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+2
2014-10-21State cleanups from jit branchDavid Malcolm1-0/+12
2014-10-05ipa-polymorphic-call.c (walk_ssa_copies): Recognize NULL pointer checks.Jan Hubicka1-2/+4