summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2014-12-04 18:33:28 +0000
committerPhilip Reames <listmail@philipreames.com>2014-12-04 18:33:28 +0000
commit8333152bb893407c79edd1e1ad81f1369aa7d2e5 (patch)
tree52a923e240784721aff8b2d3d27ad5a49b866a80 /llvm/docs
parent5ae2050420fa002580e42bc8619acb15363fa53d (diff)
downloadbcm5719-llvm-8333152bb893407c79edd1e1ad81f1369aa7d2e5.tar.gz
bcm5719-llvm-8333152bb893407c79edd1e1ad81f1369aa7d2e5.zip
Add a section to Statepoint docs mentioning shared bugzilla search and standard mailing lists
llvm-svn: 223374
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Statepoints.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/Statepoints.rst b/llvm/docs/Statepoints.rst
index f916fe4321f..db46fbf6b28 100644
--- a/llvm/docs/Statepoints.rst
+++ b/llvm/docs/Statepoints.rst
@@ -205,3 +205,7 @@ By construction, this property will be upheld by the optimizer if correctly esta
The existing IR Verifier pass has been extended to check most of the local restrictions on the intrinsics mentioned in their respective documentation. The current implementation in LLVM does not check the key relocation invariant, but this is ongoing work on developing such a verifier. Please ask on llvmdev if you're interested in experimenting with the current version.
+Bugs and Enhancements
+=====================
+Currently known bugs and enhancements under consideration can be tracked by performing a `bugzilla search <http://llvm.org/bugs/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_ for [Statepoint] in the summary field. When filing new bugs, please use this tag so that interested parties see the newly filed bug. As with most LLVM features, design discussions take place on `llvmdev <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_, and patches should be sent to `llvm-commits <http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits>`_ for review.
+
OpenPOWER on IntegriCloud