platform/upstream/qtdeclarative.git
2012-05-09 Roberto RaggiInitialize baseObject.
2012-05-09 Roberto RaggiFix function calls
2012-05-09 Roberto RaggiAdd callValue.
2012-05-09 Roberto RaggiSet the prototype delegator.
2012-05-09 Roberto RaggiRename simple2.js
2012-05-09 Roberto RaggiInline __qmljs_copy.
2012-05-09 Roberto RaggiFix instruction selections for closures.
2012-05-09 Roberto RaggiSome more progress on function calls
2012-05-09 Roberto RaggiBind the `this' object.
2012-05-09 Roberto RaggiSome progress on closures.
2012-05-09 Roberto RaggiInitial support for object literals
2012-05-08 Roberto RaggiGenerate inline code instead of calls to __qmljs_to_boo...
2012-05-08 Roberto RaggiFix typo
2012-05-08 Roberto RaggiInline a code for add,sub,mul and div.
2012-05-08 Roberto RaggiFix nx representation of call expressions.
2012-05-08 Roberto RaggiOptimized version of simple.js
2012-05-08 Roberto RaggiOptimize local arguments
2012-05-08 Roberto RaggiAdded a simple syntax checker.
2012-05-08 Roberto RaggiImprove frame instantiations.
2012-05-08 Roberto RaggiMake Context a POD value.
2012-05-08 Roberto RaggiInitialize the return address
2012-05-08 Roberto RaggiRemove the register allocator.
2012-05-07 Roberto RaggiTest function calls
2012-05-07 Roberto RaggiAdd naive support for function calls.
2012-05-07 Roberto RaggiFix the examples
2012-05-07 Roberto RaggiMove the instruction selection pass.
2012-05-07 Roberto RaggiGenerate code for print calls.
2012-05-07 Roberto RaggiSimplify liveness.
2012-05-07 Roberto RaggiCompile
2012-05-04 Roberto RaggiPut the code in namespaces.
2012-05-04 Roberto RaggiRemove boehm GC
2012-05-04 Roberto RaggiMake the simple test more interesting
2012-05-04 Roberto RaggiGenerate code for unary expressions.
2012-05-04 Roberto RaggiAdd tests for the for-statement.
2012-05-04 Roberto RaggiAdd copy instructions to the qmljs runtime
2012-05-04 Roberto RaggiUse assert instead of Q_ASSERT.
2012-05-04 Roberto RaggiSimplify instruction selections for temporaries
2012-05-04 Roberto RaggiFix relational expressions
2012-05-03 Roberto RaggiGenerate code for boolean values.
2012-05-03 Roberto RaggiAdd instruction selection for string values.
2012-05-03 Roberto RaggiInitial import