www: Add website for the LLVM bugtracker use

llvm-svn: 132678
diff --git a/polly/www/bugs.html b/polly/www/bugs.html
new file mode 100644
index 0000000..53f51b5
--- /dev/null
+++ b/polly/www/bugs.html
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  <title>Polly - Bugs</title>
+  <link type="text/css" rel="stylesheet" href="menu.css" />
+  <link type="text/css" rel="stylesheet" href="content.css" />
+</head>
+<body>
+
+<!--#include virtual="menu.html.incl"-->
+
+<div id="content">
+
+<h1>Bugs in Polly</h1>
+
+Polly uses the LLVM bug tracking system.
+
+<h3>File a  Bug</h3>
+
+To report a bug go to the LLVM Bugzilla <a href="http://llvm.org/bugs/"
+>website</a>
+select "File a Bug", chose "Projects" and select the component "Polly". To go
+directly to the corresponding page
+follow this <a
+href="http://llvm.org/bugs/enter_bug.cgi?product=Projects&component=Polly">link</a>.
+New bug reports will automatically be sent to the Polly development mailing list.
+
+
+<h3>Open Bugs</h3>
+A list of the <a
+href="http://llvm.org/bugs/buglist.cgi?query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=Polly&product=Projects">open
+bugs</a> in Polly is also available.
+
+</div>
+</body>
+</html>