platform/upstream/qtdeclarative.git
2012-06-07 Roberto RaggiDelete properties
2012-06-06 Roberto RaggiResolve the library name
2012-06-06 Roberto RaggiGenerate LLVM code for the `this-expression'.
2012-06-06 Roberto RaggiDon't use increments for now.
2012-06-06 Roberto RaggiInitial work on exceptions for the AOT compiler.
2012-06-06 Roberto RaggiGenerate code for closures.
2012-06-06 Roberto RaggiWarn about unimplement assignments.
2012-06-06 Roberto RaggiLower IR::Name nodes.
2012-06-06 Roberto RaggiGenerate LLVM code for MoveMember
2012-06-06 Roberto RaggiLower subscripts
2012-06-06 Roberto RaggiLower IR::Call and IR::New
2012-06-06 Roberto RaggiGenerate LLVM code for member expressions
2012-06-06 Roberto RaggiUse O2-level inlining
2012-06-06 Roberto RaggiSplit __qmljs_add
2012-06-06 Roberto RaggiFix the targets
2012-06-06 Roberto RaggiCompile simple IR::New nodes
2012-06-06 Roberto RaggiMove the Alloca instructions at the beginning of the...
2012-06-06 Roberto RaggiFix the return value of calls.
2012-06-05 Roberto RaggiMore work on the AOT.
2012-06-05 Roberto RaggiFix code generation for IR::Call nodes.
2012-06-05 Roberto RaggiStart generating LLVM code for IR::Call nodes.
2012-06-05 Roberto RaggiLLVM code for unary expressions
2012-06-05 Roberto RaggiGenerate LLVM code for the binary expressions
2012-06-05 Roberto RaggiGenerate LLVM code for the conditional jumps.
2012-06-05 Roberto RaggiSome more work on the LLVM-based AOT compiler.
2012-06-05 Roberto RaggiMove the defnition of the QML/JS Context to qmljs_runtime.h
2012-06-04 Roberto RaggiInitial work on Object.prototype.getOwnPropertyNames.
2012-06-04 Roberto RaggiImplemented Object.prototype.isPrototypeOf
2012-06-04 Roberto RaggiNaive implementation of the Arguments object.
2012-06-04 Roberto RaggiImplemented Object.prototype.hasOwnProperty.
2012-06-04 Roberto RaggiImplemented Object.getPrototypeOf and Object.prototype...
2012-06-04 Roberto RaggiAdd special property length of the Object constructor.
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
next