[llvm-commits] [llvm] r48565 - /llvm/branches/ggreif/README

Gabor Greif ggreif at gmail.com
Wed Mar 19 15:55:13 PDT 2008


Author: ggreif
Date: Wed Mar 19 17:55:13 2008
New Revision: 48565

URL: http://llvm.org/viewvc/llvm-project?rev=48565&view=rev
Log:
describe what is going on here

Added:
    llvm/branches/ggreif/README

Added: llvm/branches/ggreif/README
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/README?rev=48565&view=auto

==============================================================================
--- llvm/branches/ggreif/README (added)
+++ llvm/branches/ggreif/README Wed Mar 19 17:55:13 2008
@@ -0,0 +1,23 @@
+At the moment there are branched for two projects
+here. Both are experimental. Use with caution,
+expect bugs ;-)
+
+Questions? <mailto:ggreif at gmail.com>
+
+1) Parallel "make check".
+Modelled after the successful clang "make test -jX" experiment, I am
+now bold enough to sink my teeth into the LLVM test suite.
+I have a prototype implementation, along the same lines, ready.
+
+BRANCH NAME: TBD
+
+2) <class Use> size reduction.
+After some conversation with Chris I think we are ready for a
+16 -> 12 byte size reduction of the Use class. There are some
+collateral improvements too. This project is in its conceptual phase.
+
+BRANCH NAME: use-diet
+USAGE:
+  cd llvm
+  svn switch http(s)://llvm.org/svn/llvm-project/llvm/branches/ggreif/use-diet .
+





More information about the llvm-commits mailing list