From 0d7f9770a7c624f5432bb77e7d3a083e86ec7c62 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 7 Nov 2004 01:03:59 +0000 Subject: [PATCH] * Add note about benchmarking programs and submitting reduced test cases * Replace llvm.org with llvm.cs.uiuc.edu llvm-svn: 17551 --- docs/OpenProjects.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index bfd4aa7b5a6..2acb7279c21 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -19,6 +19,7 @@
  • Port glibc to LLVM
  • Compile programs with the LLVM Compiler
  • Extend the LLVM intermediate representation
  • +
  • Target backend improvements
  • Miscellaneous Improvements
  • @@ -153,6 +154,27 @@ all the back-ends: CBE, llc, and lli.

    + +
    + Target backend improvements +
    + +
    + +
      +
    1. Find benchmarks either using our test results or on your own, + where LLVM code generators do not produce optimal code or simply where another + compiler produces better code. Try to minimize the test case that + demonstrates the issue. Then, either submit a bug with your testcase and + the code that LLVM produces vs. the code that it should produce, or + even better, see if you can improve the code generator and submit a + patch.
    2. +
    + +
    +
    Miscellaneous Improvements @@ -204,7 +226,7 @@ also be very rewarding.

    Many ideas for feature requests are stored in LLVM bugzilla. Just search for bugs with a "new-feature" keyword.

    + href="http://llvm.cs.uiuc.edu/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=new-feature&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=All+PRs&newqueryname=&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0=">search for bugs with a "new-feature" keyword.