aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-27[PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_withMartin Jambor1-1/+0
2019-03-14Zero local estimated benefit for cloning extern inline functionMartin Jambor1-5/+12
2019-02-15Backport r268762Martin Liska1-1/+1
2018-05-17Check is_single_const in intersect_with_platsMartin Jambor1-1/+3
2018-03-06Backport r257877Martin Liska1-0/+18
2017-11-29Be conservative with arithmetic jmp-function typesMartin Jambor1-13/+13
2017-04-11Do not create a constprop clone for calls_comdat_local nodes (PR ipa/80212).Martin Liska1-0/+6
2017-04-03Fix numerous typos in commentsJonathan Wakely1-3/+3
2017-03-01[PR 78140] Reuse same IPA bits and VR infoMartin Jambor1-25/+24
2017-01-20Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska1-1/+1
2017-01-09[PR 78365] Prudent type handling in IPA VR-propMartin Jambor1-36/+35
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-15ipa-cp.c (class ipcp_bits_lattice): Formatting fixes.Jakub Jelinek1-204/+200
2016-12-09re PR tree-optimization/78721 (ICE on valid code at -O2 and -O3 on x86_64-lin...Kugan Vivekanandarajah1-1/+1
2016-11-13pr78268.C: New test.Kugan Vivekanandarajah1-8/+33
2016-11-10revert: ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.Kugan Vivekanandarajah1-31/+6
2016-11-09Handle unary pass-through jump functions for ipa-vrpKugan Vivekanandarajah1-6/+31
2016-11-09Fix ice in set_value_rangeKugan Vivekanandarajah1-3/+13
2016-11-06ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.Kugan Vivekanandarajah1-6/+0
2016-10-09ipa-cp.c (ipcp_alignment_lattice): Remove.Prathamesh Kulkarni1-293/+18
2016-10-03ipa-cp.c (propagate_bits_accross_jump_function): Introduce space between call...Prathamesh Kulkarni1-1/+1
2016-09-23Drop TREE_OVERFLOWKugan Vivekanandarajah1-0/+2
2016-09-23ipa-cp.c (ipcp_store_vr_results): Avoid static local var zero.Jakub Jelinek1-3/+1
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+243
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-09-02ipa-cp.c (ipcp_store_bits_results): Change option name from -fipa-cp-bit to -...Prathamesh Kulkarni1-1/+1
2016-08-26Patch for performing interprocedural bitwise constant propagation.Prathamesh Kulkarni1-0/+384
2016-07-22ipa-cp.c (determine_versionability): Do not create constprop clones, when tar...Evgeny Stupachenko1-0/+7
2016-05-23[PR 71234] Avoid valgrind warning in ipa-cpMartin Jambor1-1/+2
2016-05-18Allow constant global VAR_DECLs in constant jump functionsMartin Jambor1-1/+2
2016-05-18Indirect inlining of targets from references of global constantsMartin Jambor1-9/+17
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