summaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
Commit message (Expand)AuthorAgeFilesLines
* Require wi::to_wide for treesrsandifo2017-10-101-3/+4
* Allow non-wi <op> wirsandifo2017-10-091-3/+3
* 2017-06-19 Richard Biener <rguenther@suse.de>rguenth2017-06-191-1/+6
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesmsebor2017-06-161-1/+1
* 2017-05-23 Jan Hubicka <hubicka@ucw.cz>hubicka2017-06-041-1/+1
* Introduce symtab_node::dump_{asm_,}name functions.marxin2017-05-231-54/+36
* * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hhubicka2017-05-221-1/+1
* * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,hubicka2017-05-191-2/+2
* Add default value for last argument of dump functions.marxin2017-05-161-20/+18
* Remove ipa_update_after_lto_readjamborm2017-05-031-11/+0
* Use call_summary in ipa-prop and ipa-cpjamborm2017-05-031-49/+21
* 2017-03-09 Richard Biener <rguenther@suse.de>rguenth2017-03-091-1/+2
* [PR 78140] Reuse same IPA bits and VR infojamborm2017-03-011-100/+281
* [PR 79579] Avoid segfault on NULL ipa_edge_args_vectorjamborm2017-02-211-1/+1
* [PR 79375] Avoid passing NULL by referencejamborm2017-02-081-9/+12
* Fix memory leaks in IPA CP (PR ipa/79337).marxin2017-02-031-32/+0
* Call symbol_summary<>::release instead of ~symbol_summary (PR ipa/79285).marxin2017-01-311-1/+1
* [PR 79198] Call ipa-prop func summary destructorjamborm2017-01-241-0/+3
* Fix compute_complex_assign_jump_funcjamborm2017-01-231-52/+16
* [PR 79108] Put ipa_node_params to GC memoryjamborm2017-01-231-45/+56
* [PR 78365] Prudent type handling in IPA VR-propjamborm2017-01-091-4/+10
* Update copyright years.jakub2017-01-011-1/+1
* 2016-11-25 Richard Biener <rguenther@suse.de>rguenth2016-11-251-21/+29
* Add SET_DECL_MODErsandifo2016-11-181-1/+1
* gcc/testsuite/ChangeLog:kugan2016-11-131-12/+81
* 2016-11-10 Kugan Vivekanandarajah <kuganv@linaro.org>kugan2016-11-101-77/+12
* Handle unary pass-through jump functions for ipa-vrpkugan2016-11-091-12/+77
* Fix ice in set_value_rangekugan2016-11-091-1/+4
* ADDR_EXPR and nonnullkugan2016-10-211-0/+8
* Use get/set_ptr_nonnull in ipa-vrpkugan2016-10-171-16/+41
* 2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922016-10-091-0/+3
* * tree-ssa.c (target_for_debug_bind, verify_phi_args,jakub2016-10-091-2/+2
* 2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922016-10-091-169/+60
* Fix ipa-vrp convert value_rangekugan2016-09-271-6/+16
* Add IPA VRPkugan2016-09-201-6/+173
* Add inline functions for various bitwise operations.jason2016-09-161-1/+1
* Patch for performing interprocedural bitwise constant propagation.prathamesh34922016-08-261-4/+159
* 2016-08-09 Richard Biener <rguenther@suse.de>rguenth2016-08-091-1/+1
* Allow constant global VAR_DECLs in constant jump functionsjamborm2016-05-181-1/+4
* Const parameters are always unmodifiedjamborm2016-05-181-0/+5
* Indirect inlining of targets from references of global constantsjamborm2016-05-181-21/+158
* Respect --param ipa-max-agg-items=0jamborm2016-05-181-0/+3
* 2016-03-29 Richard Biener <rguenther@suse.de>rguenth2016-03-291-2/+2
* gcc/ChangeLog:kugan2016-01-221-3/+0
* Update copyright years.jakub2016-01-041-1/+1
* * ipa-cp.c (ipa_get_indirect_edge_target_1): Use can_refer; do nothubicka2015-12-161-4/+8
* Add an asssert and testcase for PR 68064jamborm2015-12-111-0/+1
* 2015-12-10 Jeff Law <law@redhat.com>law2015-12-101-5/+6
* Fix memory leaks in IPA.marxin2015-11-091-5/+15
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-8/+22