aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-13pr78268.C: New test.Kugan Vivekanandarajah1-12/+81
2016-11-10revert: ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.Kugan Vivekanandarajah1-77/+12
2016-11-09Handle unary pass-through jump functions for ipa-vrpKugan Vivekanandarajah1-12/+77
2016-11-09Fix ice in set_value_rangeKugan Vivekanandarajah1-1/+4
2016-10-21ADDR_EXPR and nonnullKugan Vivekanandarajah1-0/+8
2016-10-17Use get/set_ptr_nonnull in ipa-vrpKugan Vivekanandarajah1-16/+41
2016-10-09ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of (*i...Prathamesh Kulkarni1-0/+3
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-2/+2
2016-10-09ipa-cp.c (ipcp_alignment_lattice): Remove.Prathamesh Kulkarni1-169/+60
2016-09-27Fix ipa-vrp convert value_rangeKugan Vivekanandarajah1-6/+16
2016-09-20Add IPA VRPKugan Vivekanandarajah1-6/+173
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-08-26Patch for performing interprocedural bitwise constant propagation.Prathamesh Kulkarni1-4/+159
2016-08-09re PR target/68273 (Wrong code on mips/mipsel due to (invalid?) peeking at al...Richard Biener1-1/+1
2016-05-18Allow constant global VAR_DECLs in constant jump functionsMartin Jambor1-1/+4
2016-05-18Const parameters are always unmodifiedMartin Jambor1-0/+5
2016-05-18Indirect inlining of targets from references of global constantsMartin Jambor1-21/+158
2016-05-18Respect --param ipa-max-agg-items=0Martin Jambor1-0/+3
2016-03-29re PR middle-end/70424 (Pointer derived from integer gets reduced alignment)Richard Biener1-2/+2
2016-01-22ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.Kugan Vivekanandarajah1-3/+0
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-4/+8
2015-12-11Add an asssert and testcase for PR 68064Martin Jambor1-0/+1
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-5/+6
2015-11-09Fix memory leaks in IPA.Martin Liska1-5/+15
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-8/+22
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-12/+11
2015-10-20Correctly fill up cgraph_node::local.versionable flag.Martin Liska1-0/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-27/+27
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-1/+1
2015-07-16re PR ipa/66896 (ipa-prop.c:2479 runtime error: member call on null pointer o...Martin Liska1-4/+8
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-1/+1
2015-07-16Give struct param_aa_atatus and struct func_body_info an ipa_ prefix.Martin Jambor1-32/+33
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-2/+0
2015-07-15Limit AA walking when inlining analysis examines parametersPaolo Bonzini1-74/+11
2015-07-13Fix double word typos.Aldy Hernandez1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-19/+5
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-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in ipa-prop.cMartin Liska1-12/+8
2015-06-01Change use to type-based pool allocator in ipa-prop.c.Martin Liska1-16/+7
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-04-12re PR middle-end/65743 (LTO+FDO build of Firefox crashes at startup)Jan Hubicka1-3/+23
2015-03-30re PR ipa/65610 (Compare debug failure with -g3 -fsanitize=undefined -fno-san...Jakub Jelinek1-12/+2
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-2/+2
2015-02-13re PR ipa/65028 (450.soplex in SPEC CPU 2006 is miscompiled)Jan Hubicka1-9/+15
2015-02-04ipa-prop.c (update_indirect_edges_after_inlining): By more careful about not ...Jan Hubicka1-1/+2