summaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-14/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-12/+11
* Correctly fill up cgraph_node::local.versionable flag.marxin2015-10-201-0/+1
* switch from gimple to gimple*tbsaunde2015-09-201-27/+27
* Share memory blocks between pool allocatorsmiyuki2015-09-161-1/+1
* Fix PR ipa/66896.marxin2015-07-161-4/+8
* Add new object_allocator and clean-up allocator usage.marxin2015-07-161-1/+1
* Give struct param_aa_atatus and struct func_body_info an ipa_ prefix.jamborm2015-07-161-32/+33
* * gimple-pretty-print.h: Don't include pretty-print.h.amacleod2015-07-151-2/+0
* Limit AA walking when inlining analysis examines parametersjamborm2015-07-151-74/+11
* Fix double word typos.aldyh2015-07-131-2/+2
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-19/+5
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Change use to type-based pool allocator in ipa-prop.cmarxin2015-06-011-12/+8
* Change use to type-based pool allocator in ipa-prop.c.marxin2015-06-011-16/+7
* * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason2015-05-091-1/+1
* PR ipa/65743hubicka2015-04-121-3/+23