summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Roberto Raggi [Fri, 4 May 2012 13:12:37 +0000 (15:12 +0200)]
Remove boehm GC
Roberto Raggi [Fri, 4 May 2012 11:48:57 +0000 (13:48 +0200)]
Make the simple test more interesting
Roberto Raggi [Fri, 4 May 2012 11:43:22 +0000 (13:43 +0200)]
Generate code for unary expressions.
Roberto Raggi [Fri, 4 May 2012 11:13:32 +0000 (13:13 +0200)]
Add tests for the for-statement.
Roberto Raggi [Fri, 4 May 2012 11:03:14 +0000 (13:03 +0200)]
Add copy instructions to the qmljs runtime
Roberto Raggi [Fri, 4 May 2012 10:18:59 +0000 (12:18 +0200)]
Use assert instead of Q_ASSERT.
That is, at least for now we want the asserts also in release.
Roberto Raggi [Fri, 4 May 2012 09:01:16 +0000 (11:01 +0200)]
Simplify instruction selections for temporaries
Roberto Raggi [Fri, 4 May 2012 08:44:28 +0000 (10:44 +0200)]
Fix relational expressions
Roberto Raggi [Thu, 3 May 2012 16:06:23 +0000 (18:06 +0200)]
Generate code for boolean values.
Roberto Raggi [Thu, 3 May 2012 15:57:00 +0000 (17:57 +0200)]
Add instruction selection for string values.
Roberto Raggi [Mon, 16 Apr 2012 19:23:25 +0000 (21:23 +0200)]
Initial import