summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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