aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)Author
2017-04-11Do not create a constprop clone for calls_comdat_local nodes (PR ipa/80212).marxin
2017-04-03Fix numerous typos in commentsredi
2017-03-01[PR 78140] Reuse same IPA bits and VR infojamborm
2017-01-20Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).marxin
2017-01-09[PR 78365] Prudent type handling in IPA VR-propjamborm
2017-01-01 Update copyright years.jakub
2016-12-15 * ipa-cp.c (class ipcp_bits_lattice): Formatting fixes.jakub
2016-12-09gcc/testsuite/ChangeLog:kugan
2016-11-13gcc/testsuite/ChangeLog:kugan
2016-11-102016-11-10 Kugan Vivekanandarajah <kuganv@linaro.org>kugan
2016-11-09Handle unary pass-through jump functions for ipa-vrpkugan
2016-11-09Fix ice in set_value_rangekugan
2016-11-062016-11-06 Kugan Vivekanandarajah <kuganv@linaro.org>kugan
2016-10-092016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2016-10-032016-10-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2016-09-23Drop TREE_OVERFLOWkugan
2016-09-23 * ipa-cp.c (ipcp_store_vr_results): Avoid static localjakub
2016-09-20Add IPA VRPkugan
2016-09-16 Add inline functions for various bitwise operations.jason
2016-09-022016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2016-08-26Patch for performing interprocedural bitwise constant propagation.prathamesh3492
2016-07-222016-07-22 Evgeny Stupachenko <evstupac@gmail.com>iverbin
2016-05-23[PR 71234] Avoid valgrind warning in ipa-cpjamborm
2016-05-18Allow constant global VAR_DECLs in constant jump functionsjamborm
2016-05-18Indirect inlining of targets from references of global constantsjamborm
2016-01-11[PR ipa/69044] Do not clone for param removal when not possiblejamborm
2016-01-04 Update copyright years.jakub
2015-12-16 * ipa-cp.c (ipa_get_indirect_edge_target_1): Use can_refer; do nothubicka
2015-12-14[PR 66616] Check for thunks when adding extra constants to clonesjamborm
2015-12-10 * ipa-cp.c (ipcp_cloning_candidate_p): Use node->optimize_for_size_p.hubicka
2015-11-08Merge of the scalar-storage-order branch.ebotcazou
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-28[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw
2015-10-20Correctly fill up cgraph_node::local.versionable flag.marxin
2015-10-08Fix Solaris bootstrapjamborm
2015-10-05IPA-CP Alignment lattice cleanupjamborm
2015-09-16Share memory blocks between pool allocatorsmiyuki
2015-07-16Add new object_allocator and clean-up allocator usage.marxin
2015-07-13Fix double word typos.aldyh
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-252015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-01Change use to type-based pool allocator in ipa-prop.cmarxin
2015-05-09 * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason
2015-04-13 * ipa-cp.c (ipcp_driver): Relase prev_edge.hubicka
2015-04-06 * ipa-cp (set_single_call_flag): Remove tooienkovich