summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 92dcc28..1dd9deb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+2010-10-28 Kevin B. Kenny <kennykb@acm.org>
+
+ [dogeen-assembler-branch]
+ * generic/tclAssembly.c:
+ * tests/assembly.test (assemble-31.*): Added jump tables.
+
2010-10-24 Kevin B. Kenny <kennykb@acm.org>
[dogeen-assembler-branch]
- * tclAssembly.c:
- * assembly.test (assemble-17.15): Reworked branch handling so that
+ * generic/tclAssembly.c:
+ * tests/assembly.test (assemble-17.15): Reworked branch handling so that
forward branches can use jump1 (jumpTrue1, jumpFalse1). Added test
cases that the forward branches will expand to jump4, jumpTrue4,
jumpFalse4 when needed.
@@ -10,10 +16,10 @@
2010-10-23 Kevin B. Kenny <kennykb@acm.org>
[dogeen-assembler-branch]
- * tclAssembly.h (removed):
+ * generic/tclAssembly.h (removed):
Removed file that was included in only one
source file.
- * tclAssembly.c: Inlined tclAssembly.h.
+ * generictclAssembly.c: Inlined tclAssembly.h.
2010-10-17 Alexandre Ferrieux <ferrieux@users.sourceforge.net>