aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.h
AgeCommit message (Expand)Author
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez
2018-06-08Convert IPA CP to symbol_summary.Martin Liska
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska
2018-05-16Remove unused function ipa_free_edge_args_substructuresMartin Jambor
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: build_ref_for_offsetRichard Sandiford
2017-11-28[PR 82808] Use proper result types for arithmetic jump functionsPrathamesh Kulkarni
2017-11-09Moving parameter manipulation into its own fileMartin Jambor
2017-05-03Remove ipa_update_after_lto_readMartin Jambor
2017-05-03Use call_summary in ipa-prop and ipa-cpMartin Jambor
2017-03-01[PR 78140] Reuse same IPA bits and VR infoMartin Jambor
2017-02-03Fix memory leaks in IPA CP (PR ipa/79337).Martin Liska
2017-01-23[PR 79108] Put ipa_node_params to GC memoryMartin Jambor
2017-01-09[PR 78365] Prudent type handling in IPA VR-propMartin Jambor
2017-01-01Update copyright years.Jakub Jelinek
2016-11-09Fix ice in set_value_rangeKugan Vivekanandarajah
2016-10-09ipa-cp.c (ipcp_alignment_lattice): Remove.Prathamesh Kulkarni
2016-09-20Add IPA VRPKugan Vivekanandarajah
2016-08-26Patch for performing interprocedural bitwise constant propagation.Prathamesh Kulkarni
2016-05-18Indirect inlining of targets from references of global constantsMartin Jambor
2016-01-04Update copyright years.Jakub Jelinek
2015-11-09Fix memory leaks in IPA.Martin Liska
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou
2015-10-20Correctly fill up cgraph_node::local.versionable flag.Martin Liska
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska
2015-07-16Give struct param_aa_atatus and struct func_body_info an ipa_ prefix.Martin Jambor
2015-07-15Limit AA walking when inlining analysis examines parametersPaolo Bonzini
2015-07-13Fix double word typos.Aldy Hernandez
2015-06-01Change use to type-based pool allocator in ipa-prop.cMartin Liska
2015-03-29re PR ipa/65478 (crafty performance regression)Martin Jambor
2015-01-05Update copyright years.Jakub Jelinek
2014-12-22symbol_summary is used for inline_summary.Martin Liska
2014-12-22ipa-prop uses symbol_summary class.Martin Liska
2014-12-04ipa-prop.h (ipa_alignment): New type.Martin Jambor
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-17ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.Jan Hubicka
2014-11-14ipa-prop.h (ipa_known_type_data): Remove.Jan Hubicka
2014-11-14ipa-prop.h (jump_func_type): Removed value IPA_JF_KNOWN_TYPE.Martin Jambor
2014-11-14ipa-prop.h (ipa_get_jf_pass_through_type_preserved): use agg_preserved flag i...Martin Jambor
2014-11-14ipa-cp.c (ipcp_value_source): Converted to a template class.Martin Jambor
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-21State cleanups from jit branchDavid Malcolm
2014-10-02ipa-prop.h (ipa_get_controlled_uses): Add hack to avoid ICE when speculation ...Jan Hubicka
2014-09-26ipa-prop.c (ipa_intraprocedural_devirtualization): Remove.Jan Hubicka
2014-08-25IPA C++ refactoring 4/NMartin Liska
2014-08-01IPA ICF pass 1/NMartin Liska
2014-07-24IPA C++ refactoring 1/NMartin Liska
2014-06-26ipa-prop.c (ipa_impossible_devirt_target): No longer static, renamed to ipa_i...Martin Jambor
2014-05-23re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor