summaryrefslogtreecommitdiff
path: root/docs/Statepoints.rst
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
commit327f2434da2c03824527b9c712eb1dda1e6f7717 (patch)
tree97fc5ed58bf2d50f3da014a00b6541c89615dadd /docs/Statepoints.rst
parent89f1920565a4cc1ad3a2a1dfc488464304187c32 (diff)
Add a section to Statepoint docs mentioning shared bugzilla search and standard mailing lists
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Statepoints.rst')
-rw-r--r--docs/Statepoints.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Statepoints.rst b/docs/Statepoints.rst
index f916fe4321f..db46fbf6b28 100644
--- a/docs/Statepoints.rst
+++ b/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.
+