platform/upstream/qtdeclarative.git
2012-10-02 Simon HausmannImplement callActivationProperty, mov with target as...
2012-10-02 Simon HausmannFix generation of multiple functions
2012-10-02 Simon HausmannFix stupid off-by-one in address calculation of tempora...
2012-10-02 Simon HausmannSimplified function call helpers
2012-10-02 Simon HausmannProspective jump support
2012-10-01 Simon HausmannImplement basic name lookup
2012-10-01 Simon HausmannImplement simple value storage
2012-10-01 Simon HausmannFix ret argumet passing
2012-10-01 Simon Hausmanncleanup, squash
2012-10-01 Simon HausmannCall helper
2012-10-01 Simon Hausmanncorrect temp handling
2012-10-01 Simon HausmannCleanups, some rudimentary stubs so that "return 42...
2012-09-26 Simon HausmannFix code ownership
2012-09-23 Simon HausmannAdd udis86 support
2012-09-23 Simon HausmannInitial import of MASM
2012-09-20 laknollFix division operation
2012-09-19 laknollProper NaN boxing for Value
2012-06-26 Roberto RaggiInitial work on `eval'.
2012-06-26 Roberto RaggiDo not try to optimize the `global object'.
2012-06-26 Roberto RaggiRemove dead code.
2012-06-26 Roberto RaggiReduce the number of register-to-register copies.
2012-06-13 Roberto RaggiRemember the value of the last executed expression...
2012-06-13 Roberto RaggiAdd support for global, eval and function code.
2012-06-13 Roberto RaggiRemove specialized version of __qmljs_set
2012-06-13 Roberto RaggiRemove dead code
2012-06-12 Aaron KennedyFix bug in jump logic
2012-06-12 Aaron KennedyBegin to implement moth vm
2012-06-12 Roberto RaggiImplemented Function.prototype.apply
2012-06-12 Roberto RaggiFix possible crash when executing invalid code.
2012-06-11 Aaron KennedyAdd skeleton moth vme
2012-06-11 Roberto RaggiKeep alive the exception handler block.
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
next