platform/upstream/qtdeclarative.git
12 years agoAdd tests for the for-statement.
Roberto Raggi [Fri, 4 May 2012 11:13:32 +0000 (13:13 +0200)]
Add tests for the for-statement.

12 years agoAdd copy instructions to the qmljs runtime
Roberto Raggi [Fri, 4 May 2012 11:03:14 +0000 (13:03 +0200)]
Add copy instructions to the qmljs runtime

12 years agoUse assert instead of Q_ASSERT.
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.

12 years agoSimplify instruction selections for temporaries
Roberto Raggi [Fri, 4 May 2012 09:01:16 +0000 (11:01 +0200)]
Simplify instruction selections for temporaries

12 years agoFix relational expressions
Roberto Raggi [Fri, 4 May 2012 08:44:28 +0000 (10:44 +0200)]
Fix relational expressions

12 years agoGenerate code for boolean values.
Roberto Raggi [Thu, 3 May 2012 16:06:23 +0000 (18:06 +0200)]
Generate code for boolean values.

12 years agoAdd instruction selection for string values.
Roberto Raggi [Thu, 3 May 2012 15:57:00 +0000 (17:57 +0200)]
Add instruction selection for string values.

12 years agoInitial import
Roberto Raggi [Mon, 16 Apr 2012 19:23:25 +0000 (21:23 +0200)]
Initial import