platform/upstream/qtdeclarative.git
2012-06-04 Roberto RaggiInitial work on the RegExp object
2012-06-04 Roberto RaggiInitial work on the Object prototype
2012-06-04 Roberto RaggiInitial work on [[HasProperty]]
2012-06-04 Roberto RaggiReimplemented Array using std::deque as container.
2012-06-04 Roberto RaggiFix default size for the bucket tables
2012-06-04 Roberto RaggiInline comparisons
2012-06-01 Roberto RaggiFix the pro file
2012-05-31 Roberto RaggiInitial work on the LLVM-based AOT compiler.
2012-05-31 Roberto RaggiGeneralized instruction selection.
2012-05-30 Roberto RaggiUse `assert' instead of Q_ASSERT.
2012-05-30 Roberto RaggiGenerate cx-instructions for releational expressionsa.
2012-05-29 Roberto RaggiTests
2012-05-28 Roberto RaggiFix Array.prototype.concat
2012-05-28 Roberto RaggiFix [[construct] and Object.prototype.toString
2012-05-28 Roberto RaggiImplement instanceof
2012-05-28 Roberto RaggiNaive support for switch statements
2012-05-25 Roberto RaggiOops
2012-05-25 Roberto RaggiFix the initialization of the ECMA library.
2012-05-25 Roberto RaggiRefactored Object
2012-05-25 Roberto RaggiPropagate exceptions
2012-05-24 Roberto RaggiThrow exceptions in the ecma library
2012-05-23 Roberto RaggiThrow exceptions
2012-05-21 Roberto RaggiInitialize functionPrototype.
2012-05-21 Roberto RaggiImplemented Array.prototype.reduceRight
2012-05-21 Roberto RaggiImplemented Array.prototype.reduce
2012-05-21 Roberto RaggiImplemented Array.prototype.filter
2012-05-21 Roberto RaggiImplement Array.prototype.map
2012-05-21 Roberto RaggiAdd non generatic implementation of Array.prototype...
2012-05-21 Roberto RaggiAdd non generic version of Array.prototype.every
2012-05-21 Roberto RaggiInitial work on Array.prototype.forEach.
2012-05-21 Roberto RaggiMore work on the Array prototype.
2012-05-21 Roberto RaggiSet the prototype of script and native functions.
2012-05-21 Roberto RaggiTest the Function.prototype.call
2012-05-21 Roberto RaggiInitial work on the Function prototype.
2012-05-21 Roberto RaggiImplement Array.prototype.slice
2012-05-21 Roberto RaggiImplement Array.prototype.splice
2012-05-21 Roberto RaggiImplement Array.prototype.sort
2012-05-21 Roberto RaggiMade the ArrayPrototype an ArrayObject.
2012-05-21 Roberto RaggiRemove debug
2012-05-21 Roberto RaggiImprove the Array prototype
2012-05-21 Roberto RaggiFix constructor calls
2012-05-21 Roberto RaggiSimple test app for the Array object.
2012-05-21 Roberto RaggiFix prototypes and implemented isel for constructValue.
2012-05-21 Roberto RaggiInitial support for Array objects.
2012-05-18 Roberto RaggiInitial support for inplace assignments.
2012-05-18 Roberto RaggiImport Array from QtScript classic.
2012-05-18 Roberto RaggiInline common cases.
2012-05-18 Roberto RaggiImprove [[DefaultValue]]
2012-05-18 Roberto RaggiImprove the Number prototype.
2012-05-18 Roberto RaggiImprove the Boolean prototype.
2012-05-18 Roberto RaggiImprove the Number prototype.
2012-05-18 Roberto RaggiImplemented the ecma Date object.
2012-05-18 Roberto RaggiSome refactoring and some initial work on the Date...
2012-05-16 Roberto RaggiSimplified the compiler.
2012-05-16 Roberto RaggiStore the locals in %r15.
2012-05-16 Roberto RaggiRefactored the stack frames.
2012-05-16 Roberto Raggicheckpoint
2012-05-15 Roberto RaggiAdd the Boolean Object.
2012-05-15 Roberto RaggiRemove String::get()
2012-05-15 Roberto RaggiCleanup function prototypes.
2012-05-15 Roberto RaggiAdd methods to allocate JS entities.
2012-05-15 Roberto RaggiCreate the activation only when needed.
2012-05-15 Roberto RaggiUse %rbp to index the local variables.
2012-05-14 Roberto RaggiSkip TEMPs with negative index.
2012-05-14 Roberto RaggiFix the activation.
2012-05-14 Roberto RaggiInitial implementation of the Math Object.
2012-05-14 Roberto RaggiIntroduce the ExecutionEngine.
2012-05-14 Roberto RaggiFix typo
2012-05-14 Roberto RaggiInitial work on the Number object.
2012-05-14 Roberto RaggiInitial work on the String object.
2012-05-14 Roberto RaggiStore the actual arguments in TEMPs with negative indices.
2012-05-14 Roberto RaggiDo a quick scan of the global code.
2012-05-14 Roberto RaggiFix nested functions
2012-05-10 Roberto RaggiFix constructors and some work on the String prototype.
2012-05-10 Roberto RaggiAdd the String object constructor.
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
next