aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-9/+9
2014-09-20ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.Jan Hubicka1-5/+2
2014-09-03re PR ipa/62015 (ipa-cp-clone uses a clone that is too specialized for the ca...Martin Jambor1-0/+10
2014-09-03re PR ipa/61986 (ICE on valid code at -O3 on x86_64-linux-gnu indecide_about_...Martin Jambor1-6/+10
2014-08-25IPA C++ refactoring 4/NMartin Liska1-15/+16
2014-07-24IPA C++ refactoring 1/NMartin Liska1-50/+50
2014-07-24tree-inline.h (estimate_move_cost): Add speed_p parameter.Richard Biener1-2/+2
2014-07-11ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk non-polymorp...Jan Hubicka1-0/+13
2014-07-09ipa-cp.c (devirtualization_time_bonus): Walk through aliases.Jan Hubicka1-0/+4
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-26ipa-prop.c (ipa_impossible_devirt_target): No longer static, renamed to ipa_i...Martin Jambor1-19/+3
2014-06-25IPA REF refactoringMartin Liska1-6/+3
2014-06-03re PR ipa/61160 (wrong code with -O3 (or ICE: verify_cgraph_node failed: edge...Martin Jambor1-1/+2
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-5/+5
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-3/+3
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-11/+7