summaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesmsebor2017-06-161-4/+3
* 2017-05-23 Jan Hubicka <hubicka@ucw.cz>hubicka2017-06-041-68/+80
* Introduce symtab_node::dump_{asm_,}name functions.marxin2017-05-231-30/+21
* Move symtab_node::dump_table to symbol_table::dumpmarxin2017-05-231-1/+1
* * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,hubicka2017-05-231-8/+8
* * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hhubicka2017-05-221-1/+1
* Add default value for last argument of dump functions.marxin2017-05-161-3/+3
* * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;hubicka2017-05-041-14/+14
* Remove ipa_update_after_lto_readjamborm2017-05-031-4/+0
* * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.hubicka2017-04-281-9/+14
* * ipa-cp.c (estimate_local_effects): Convert sreal to int.hubicka2017-04-261-1/+1
* Do not create a constprop clone for calls_comdat_local nodes (PR ipa/80212).marxin2017-04-111-0/+6
* Fix numerous typos in commentsredi2017-04-031-3/+3
* [PR 78140] Reuse same IPA bits and VR infojamborm2017-03-011-25/+24
* Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).marxin2017-01-201-1/+1
* [PR 78365] Prudent type handling in IPA VR-propjamborm2017-01-091-36/+35
* Update copyright years.jakub2017-01-011-1/+1
* * ipa-cp.c (class ipcp_bits_lattice): Formatting fixes.jakub2016-12-151-204/+200
* gcc/testsuite/ChangeLog:kugan2016-12-091-1/+1
* gcc/testsuite/ChangeLog:kugan2016-11-131-8/+33
* 2016-11-10 Kugan Vivekanandarajah <kuganv@linaro.org>kugan2016-11-101-31/+6
* Handle unary pass-through jump functions for ipa-vrpkugan2016-11-091-6/+31
* Fix ice in set_value_rangekugan2016-11-091-3/+13
* 2016-11-06 Kugan Vivekanandarajah <kuganv@linaro.org>kugan2016-11-061-6/+0
* 2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922016-10-091-293/+18
* 2016-10-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922016-10-031-1/+1
* Drop TREE_OVERFLOWkugan2016-09-231-0/+2
* * ipa-cp.c (ipcp_store_vr_results): Avoid static localjakub2016-09-231-3/+1
* Add IPA VRPkugan2016-09-201-0/+243
* Add inline functions for various bitwise operations.jason2016-09-161-1/+1
* 2016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922016-09-021-1/+1
* Patch for performing interprocedural bitwise constant propagation.prathamesh34922016-08-261-0/+384
* 2016-07-22 Evgeny Stupachenko <evstupac@gmail.com>iverbin2016-07-221-0/+7
* [PR 71234] Avoid valgrind warning in ipa-cpjamborm2016-05-231-1/+2
* Allow constant global VAR_DECLs in constant jump functionsjamborm2016-05-181-1/+2
* Indirect inlining of targets from references of global constantsjamborm2016-05-181-9/+17
* [PR ipa/69044] Do not clone for param removal when not possiblejamborm2016-01-111-1/+2
* Update copyright years.jakub2016-01-041-1/+1
* * ipa-cp.c (ipa_get_indirect_edge_target_1): Use can_refer; do nothubicka2015-12-161-6/+17
* [PR 66616] Check for thunks when adding extra constants to clonesjamborm2015-12-141-6/+19
* * ipa-cp.c (ipcp_cloning_candidate_p): Use node->optimize_for_size_p.hubicka2015-12-101-12/+18
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-3/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-10/+8
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-3/+2
* Correctly fill up cgraph_node::local.versionable flag.marxin2015-10-201-9/+6
* Fix Solaris bootstrapjamborm2015-10-081-2/+2
* IPA-CP Alignment lattice cleanupjamborm2015-10-051-65/+177
* Share memory blocks between pool allocatorsmiyuki2015-09-161-4/+4
* Add new object_allocator and clean-up allocator usage.marxin2015-07-161-4/+4