[llvm-commits] [dragonegg] r136214 - /dragonegg/trunk/TODO
Duncan Sands
baldrick at free.fr
Wed Jul 27 03:17:09 PDT 2011
Author: baldrick
Date: Wed Jul 27 05:17:09 2011
New Revision: 136214
URL: http://llvm.org/viewvc/llvm-project?rev=136214&view=rev
Log:
Random TODO items.
Modified:
dragonegg/trunk/TODO
Modified: dragonegg/trunk/TODO
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/TODO?rev=136214&r1=136213&r2=136214&view=diff
==============================================================================
--- dragonegg/trunk/TODO (original)
+++ dragonegg/trunk/TODO Wed Jul 27 05:17:09 2011
@@ -36,6 +36,27 @@
gcc). Instead, either try to get ABI info from the gcc hooks (which may mean
translating RTL) or reuse the clang code.
+Testing
+-------
+
+Add nightly testers that build using dragonegg.
+
+Move the old FrontendXYZ tests from LLVM to dragonegg.
+
+Add a "compilator" lit test mode that compiles everything it is
+pointed at using gcc and dragonegg, and generates "fail" if gcc
+compiles something but dragonegg doesn't (and vice versa). Point
+the compilator at the gcc and clang testsuites. Have some buildbots
+that do this.
+
+Make the dragonegg testsuite public. Have some buildbots run it.
+
+Have the dragonegg self-host script also check that "make check"
+is working fine after LLVM is built.
+
+Have the dragonegg buildbots use a proper buildbot script rather than
+just handing everything off to the dragonegg self-host script.
+
Code quality
------------
More information about the llvm-commits
mailing list