platform/upstream/qtdeclarative.git
2012-06-11 Roberto RaggiRemove dead code.
2012-06-11 Roberto RaggiFix make llvm_runtime
2012-06-11 Aaron KennedyAdd moth skeleton
2012-06-11 Aaron KennedyMake IR types stricter
2012-06-11 Roberto RaggiImport crypto.js from the V8 benchmark tests
2012-06-11 Roberto RaggiCheck addresses associated with basic blocks
2012-06-11 Roberto RaggiImprove support for the assignment operators.
2012-06-11 Roberto RaggiFix the code generator
2012-06-11 Roberto RaggiIncrease the size of the code cache.
2012-06-08 Aaron KennedyShortcut more constant conditionals
2012-06-08 Aaron KennedyTrim unreachable blocks
2012-06-08 Aaron KennedyFast track true and false conditionals.
2012-06-08 Roberto RaggiImprove ex to nx conversion.
2012-06-08 Roberto RaggiIncrementally update the control flow graph.
2012-06-08 Roberto RaggiRemove useless calls to BasicBlock::isTerminated()
2012-06-08 Roberto RaggiEnsure the block created by the labelled statement...
2012-06-08 Roberto RaggiAdd support for labelled statements.
2012-06-08 Roberto RaggiRemove dead code
2012-06-08 Roberto RaggiEnsure that basic blocks are terminated.
2012-06-08 Aaron KennedyRemove dead code
2012-06-07 Roberto RaggiAdd dummy functions for the assignment operators.
2012-06-07 Roberto RaggiImport the ARM macro assembler from the mono project.
2012-06-07 Roberto RaggiFix LLVM code generation for unary expressions
2012-06-07 Roberto RaggiGenerate LLVM code for constructor calls
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.
next