aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--LICENSE (renamed from LICENSE.txt)0
-rw-r--r--README (renamed from README.txt)2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 00000000..7f23b72d
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,8 @@
+2010-08-28: Version 0.1
+
+ Initial export.
+
+ * All tests pass, including Fannkuch&Fasta, but constglobalstructs
+ * Relooping of Fannkuch is complete, fasta has one left
+ * Emscriptened Fannkuch is 37X slower than gcc -O2 on C++ source
+
diff --git a/LICENSE.txt b/LICENSE
index 501678a8..501678a8 100644
--- a/LICENSE.txt
+++ b/LICENSE
diff --git a/README.txt b/README
index 45bcaa89..eb8c1fa3 100644
--- a/README.txt
+++ b/README
@@ -2,5 +2,5 @@ Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can
See LICENSE.txt for copyright and redistribution.
-See http://code.google.com/p/emscripten/ for project info.
+See http://code.google.com/p/emscripten/ for project info, getting started, FAQ, etc.