platform/upstream/qtdeclarative.git
12 years agoFix function calls
Roberto Raggi [Wed, 9 May 2012 15:04:25 +0000 (17:04 +0200)]
Fix function calls

12 years agoAdd callValue.
Roberto Raggi [Wed, 9 May 2012 13:47:55 +0000 (15:47 +0200)]
Add callValue.

12 years agoSet the prototype delegator.
Roberto Raggi [Wed, 9 May 2012 13:06:30 +0000 (15:06 +0200)]
Set the prototype delegator.

12 years agoRename simple2.js
Roberto Raggi [Wed, 9 May 2012 12:34:36 +0000 (14:34 +0200)]
Rename simple2.js

12 years agoInline __qmljs_copy.
Roberto Raggi [Wed, 9 May 2012 12:30:59 +0000 (14:30 +0200)]
Inline __qmljs_copy.

12 years agoFix instruction selections for closures.
Roberto Raggi [Wed, 9 May 2012 11:51:44 +0000 (13:51 +0200)]
Fix instruction selections for closures.

12 years agoSome more progress on function calls
Roberto Raggi [Wed, 9 May 2012 11:30:22 +0000 (13:30 +0200)]
Some more progress on function calls

12 years agoBind the `this' object.
Roberto Raggi [Wed, 9 May 2012 10:00:30 +0000 (12:00 +0200)]
Bind the `this' object.

12 years agoSome progress on closures.
Roberto Raggi [Wed, 9 May 2012 09:28:57 +0000 (11:28 +0200)]
Some progress on closures.

12 years agoInitial support for object literals
Roberto Raggi [Wed, 9 May 2012 09:04:57 +0000 (11:04 +0200)]
Initial support for object literals

12 years agoGenerate inline code instead of calls to __qmljs_to_boolean.
Roberto Raggi [Tue, 8 May 2012 16:43:02 +0000 (18:43 +0200)]
Generate inline code instead of calls to __qmljs_to_boolean.

12 years agoFix typo
Roberto Raggi [Tue, 8 May 2012 15:31:16 +0000 (17:31 +0200)]
Fix typo

12 years agoInline a code for add,sub,mul and div.
Roberto Raggi [Tue, 8 May 2012 14:49:16 +0000 (16:49 +0200)]
Inline a code for add,sub,mul and div.

12 years agoFix nx representation of call expressions.
Roberto Raggi [Tue, 8 May 2012 12:54:05 +0000 (14:54 +0200)]
Fix nx representation of call expressions.

12 years agoOptimized version of simple.js
Roberto Raggi [Tue, 8 May 2012 12:29:01 +0000 (14:29 +0200)]
Optimized version of simple.js

12 years agoOptimize local arguments
Roberto Raggi [Tue, 8 May 2012 12:28:32 +0000 (14:28 +0200)]
Optimize local arguments

12 years agoAdded a simple syntax checker.
Roberto Raggi [Tue, 8 May 2012 11:21:52 +0000 (13:21 +0200)]
Added a simple syntax checker.

12 years agoImprove frame instantiations.
Roberto Raggi [Tue, 8 May 2012 09:13:02 +0000 (11:13 +0200)]
Improve frame instantiations.

12 years agoMake Context a POD value.
Roberto Raggi [Tue, 8 May 2012 08:34:57 +0000 (10:34 +0200)]
Make Context a POD value.

12 years agoInitialize the return address
Roberto Raggi [Tue, 8 May 2012 08:32:33 +0000 (10:32 +0200)]
Initialize the return address

12 years agoRemove the register allocator.
Roberto Raggi [Tue, 8 May 2012 06:58:17 +0000 (08:58 +0200)]
Remove the register allocator.

It needs to be done in a different way

12 years agoTest function calls
Roberto Raggi [Mon, 7 May 2012 15:50:19 +0000 (17:50 +0200)]
Test function calls

12 years agoAdd naive support for function calls.
Roberto Raggi [Mon, 7 May 2012 14:05:05 +0000 (16:05 +0200)]
Add naive support for function calls.

12 years agoFix the examples
Roberto Raggi [Mon, 7 May 2012 12:49:27 +0000 (14:49 +0200)]
Fix the examples

12 years agoMove the instruction selection pass.
Roberto Raggi [Mon, 7 May 2012 12:46:37 +0000 (14:46 +0200)]
Move the instruction selection pass.

12 years agoGenerate code for print calls.
Roberto Raggi [Mon, 7 May 2012 12:14:43 +0000 (14:14 +0200)]
Generate code for print calls.

12 years agoSimplify liveness.
Roberto Raggi [Mon, 7 May 2012 08:45:58 +0000 (10:45 +0200)]
Simplify liveness.

12 years agoCompile
Roberto Raggi [Fri, 4 May 2012 18:22:04 +0000 (20:22 +0200)]
Compile

12 years agoPut the code in namespaces.
Roberto Raggi [Fri, 4 May 2012 13:28:04 +0000 (15:28 +0200)]
Put the code in namespaces.

12 years agoRemove boehm GC
Roberto Raggi [Fri, 4 May 2012 13:12:37 +0000 (15:12 +0200)]
Remove boehm GC

12 years agoMake the simple test more interesting
Roberto Raggi [Fri, 4 May 2012 11:48:57 +0000 (13:48 +0200)]
Make the simple test more interesting

12 years agoGenerate code for unary expressions.
Roberto Raggi [Fri, 4 May 2012 11:43:22 +0000 (13:43 +0200)]
Generate code for unary expressions.

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