From: Chris Lattner Date: Fri, 7 Feb 2003 19:25:35 +0000 (+0000) Subject: Add notes from Vikram's email X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1b3600459f0ecb7e10acec5a65de5a15626049a7;p=oota-llvm.git Add notes from Vikram's email git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5502 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index b79c0aae92e..9126271160e 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -98,6 +98,7 @@ could use the following improvements:

program tests...

+
   @@ -111,7 +112,11 @@ If it doesn't compile, try to figure out why or report it to the llvm-bugs list. If you get the program to compile, it would be extremely useful to convert the build system to be compatible with the LLVM Programs testsuite so that we can check it -into CVS and the automated tester can use it to track progress of the compiler. +into CVS and the automated tester can use it to track progress of the +compiler.

+ +When testing a code, try running it with a variety of optimizations, and with +all the back-ends: CBE, llc, and lli.

@@ -282,6 +287,6 @@ Ideas for profile guided transformations:

Chris Lattner
-Last modified: Thu Feb 6 13:38:41 CST 2003 +Last modified: Fri Feb 7 13:24:26 CST 2003