platform/upstream/qtdeclarative.git
2012-10-08 Simon HausmannFix array subscript write: add missing context pointer...
2012-10-08 Simon HausmannUse posix_memalign to ensure assert(!(code & 15))
2012-10-08 Simon HausmannImplement executalble memory using mmap
2012-10-08 Simon HausmannFix non-release builds
2012-10-07 Simon HausmannAdd missing return
2012-10-07 Simon HausmannImplement missing movs
2012-10-07 Simon Hausmannimplement visitExp
2012-10-07 Simon HausmannImplement construct property/value
2012-10-07 Simon HausmannImplement call value and property
2012-10-07 Simon HausmannPort remaining code to better function call mechanism
2012-10-07 Simon HausmannFix closure init
2012-10-05 Simon HausmannSimplify more function calls
2012-10-05 Simon Hausmannfurther call simplification
2012-10-05 Simon HausmannSimpler approach to function calls
2012-10-05 Simon HausmannSimplify passing temps as method arguments
2012-10-05 Simon HausmannA bit more inplace assignment implemented
2012-10-05 Simon HausmannGenerate the code for copying the argments earlier...
2012-10-04 Simon HausmannImplement constructActivationProperty
2012-10-04 Simon HausmannImplement mov unop
2012-10-04 Simon HausmannImplement binop mov
2012-10-04 Simon HausmannImplement mov as string
2012-10-04 Simon HausmannSprinkle a few more notImplemented()
2012-10-04 Simon HausmannImplement more of cjump
2012-10-04 Simon HausmannAdd missing returns
2012-10-04 Simon HausmannFix argument addressing to be in the right order
2012-10-04 Simon HausmannFix move temp -> temp
2012-10-04 Simon HausmannImplemented part of visitCJump
2012-10-02 Simon HausmannCleanup
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...
next