Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.
[gcc.git] / gcc / ipa-prop.h
2018-10-17 Aldy Hernandezbitmap.c (bitmap_head::dump): New.
2018-06-08 Martin LiskaConvert IPA CP to symbol_summary.
2018-06-08 Martin LiskaRename get methods in symbol-summary.h to get_create.
2018-05-16 Martin JamborRemove unused function ipa_free_edge_args_substructures
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-21 Richard Sandifordpoly_int: build_ref_for_offset
2017-11-28 Prathamesh Kulkarni[PR 82808] Use proper result types for arithmetic jump...
2017-11-09 Martin JamborMoving parameter manipulation into its own file
2017-05-03 Martin JamborRemove ipa_update_after_lto_read
2017-05-03 Martin JamborUse call_summary in ipa-prop and ipa-cp
2017-03-01 Martin Jambor[PR 78140] Reuse same IPA bits and VR info
2017-02-03 Martin LiskaFix memory leaks in IPA CP (PR ipa/79337).
2017-01-23 Martin Jambor[PR 79108] Put ipa_node_params to GC memory
2017-01-09 Martin Jambor[PR 78365] Prudent type handling in IPA VR-prop
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-09 Kugan VivekanandarajahFix ice in set_value_range
2016-10-09 Prathamesh Kulkarniipa-cp.c (ipcp_alignment_lattice): Remove.
2016-09-20 Kugan VivekanandarajahAdd IPA VRP
2016-08-26 Prathamesh KulkarniPatch for performing interprocedural bitwise constant...
2016-05-18 Martin JamborIndirect inlining of targets from references of global...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-09 Martin LiskaFix memory leaks in IPA.
2015-11-08 Eric BotcazouMerge of the scalar-storage-order branch.
2015-10-20 Martin LiskaCorrectly fill up cgraph_node::local.versionable flag.
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-07-16 Martin LiskaAdd new object_allocator and clean-up allocator usage.
2015-07-16 Martin JamborGive struct param_aa_atatus and struct func_body_info...
2015-07-15 Paolo BonziniLimit AA walking when inlining analysis examines parameters
2015-07-13 Aldy HernandezFix double word typos.
2015-06-01 Martin LiskaChange use to type-based pool allocator in ipa-prop.c
2015-03-29 Martin Jamborre PR ipa/65478 (crafty performance regression)
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-22 Martin Liskasymbol_summary is used for inline_summary.
2014-12-22 Martin Liskaipa-prop uses symbol_summary class.
2014-12-04 Martin Jamboripa-prop.h (ipa_alignment): New type.
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-17 Jan Hubickaipa-cp.c (ipa_get_indirect_edge_target_1): Handle specu...
2014-11-14 Jan Hubickaipa-prop.h (ipa_known_type_data): Remove.
2014-11-14 Martin Jamboripa-prop.h (jump_func_type): Removed value IPA_JF_KNOWN...
2014-11-14 Martin Jamboripa-prop.h (ipa_get_jf_pass_through_type_preserved...
2014-11-14 Martin Jamboripa-cp.c (ipcp_value_source): Converted to a template...
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-21 David MalcolmState cleanups from jit branch
2014-10-02 Jan Hubickaipa-prop.h (ipa_get_controlled_uses): Add hack to avoid...
2014-09-26 Jan Hubickaipa-prop.c (ipa_intraprocedural_devirtualization):...
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-01 Martin LiskaIPA ICF pass 1/N
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-06-26 Martin Jamboripa-prop.c (ipa_impossible_devirt_target): No longer...
2014-05-23 Martin Jamborre PR tree-optimization/53787 (Possible IPA-SRA / IPA...
2014-02-19 Jan Hubickaipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-10 Oleg Endocgraph.h (cgraph_node_set_iterator, [...]): Remove...
2013-11-22 Aldy Hernandezipa.c (symtab_remove_unreachable_nodes): Fix up comment...
2013-10-29 Andrew MacLeodtree-outof-ssa.h: Remove include files.
2013-10-21 Diego NovilloRe-factor inclusion of tree.h.
2013-08-27 Martin Jamboripa-prop.h (ipa_pass_through_data): New field type_pres...
2013-08-03 Jan Hubickaipa-cp.c (gather_context_independent_values): Use ipa_g...
2013-07-21 Ondřej BílkaFix typos.
2013-05-13 Martin Jamborre PR middle-end/42371 (dead code not eliminated during...
2013-05-02 Martin Jamborre PR middle-end/56988 (ipa-cp incorrectly propagates...
2013-04-19 Martin Jamborre PR tree-optimization/56718 (Early inlining prevents...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-21 Martin Jamboripa-prop.h (struct ipa_node_params): Rename clone_for_a...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-07 Martin Jamborre PR tree-optimization/53787 (Possible IPA-SRA / IPA...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-13 Jan Hubickatree-pass.h (write_summary, [...]): Remove set and...
2012-08-11 Martin Jamborre PR fortran/48636 (Enable more inlining with -O2...
2012-08-09 Martin Jamborcgraph.h (cgraph_indirect_call_info): Field anc_offse...
2012-06-03 Martin Jamboripa-prop.h (ipa_get_jf_known_type_offset): New function.
2011-11-15 Maxim Kuvyrkovipa-cp.c (ipa_value_from_jfunc): Make global.
2011-09-23 Martin Jamboripa-prop.h (jump_func_type): Updated comments.
2011-09-22 Jan Hubickaipa-inline-transform.c (inline_call): Always update...
2011-09-03 Martin Jamboripa-prop.h (ipa_jump_func_t): New typedef.
2011-09-02 Martin Jamboripa-prop.h (ipa_node_params): Removed fields called_wit...
2011-09-02 Martin Jamborcgraph.h (cgraph_indirect_call_info): Removed field...
2011-07-18 Martin Jamboripa-prop.h: Include alloc-pool.h, all sorts of updates...
2011-05-13 Martin Jamboripa-prop.c (ipa_cst_from_jfunc): New function.
2011-04-24 Jan Hubickaipa-prop.c (ipa_propagate_indirect_call_infos): Remove...
2011-04-22 Jan Hubickagengtype.c (open_base_files): Add ipa-inline.h include.
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-12-15 Martin Jamborre PR tree-optimization/46053 (g++.dg/torture/pr45699...
2010-12-09 Martin Jamboripa-prop.h (struct ipa_parm_adjustment): New field...
2010-09-14 Martin Jambortree-sra.c (build_ref_for_offset): Loc made a parameter.
2010-09-09 Martin Jamborre PR tree-optimization/44972 (ICE: in load_assign_lhs_...
2010-08-05 Martin Jamboripa-prop.h (enum ipa_lattice_type): Changed comments.
2010-07-22 Martin Jamboripa-prop.h (struct ipa_node_params): Updated comment.
2010-06-25 Martin Jamboripa-prop.h (struct ipa_param_descriptor): Removed the...
2010-05-19 Martin Jamboripa-prop.c (ipa_print_node_jump_functions): Print jump...
2010-05-17 Jan Hubickaipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
2010-05-17 Martin Jamborcgraph.h (cgraph_indirect_call_info): New fields anc_of...
2010-04-28 Martin Jamborcgraph.h (struct cgraph_node): New field indirect_calls.
2010-04-26 Nathan Froydcfgloop.h (struct loop): Move can_be_parallel field up.
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-03-08 Martin Jamboripa-prop.h (struct ipa_param_descriptor): Removed the...
2009-12-01 Martin Jamborcgraph.h (struct cgraph_edge): Reorder fields.
2009-11-18 Martin Jamboripa-prop.h (struct ipa_param_call_note): New field...
2009-10-22 Jan Hubickaipa-cp.c (ipcp_write_summary, [...]): New functions.
next