platform/upstream/qtdeclarative.git
2013-04-05 Lars KnollMove arguments out of ExecutionContext and into CallContext
2013-04-05 Lars KnollMove activation out of ExecutionContext
2013-04-05 Lars KnollDon't create new Objects in the current scope
2013-04-05 Lars KnollMove function pointer from ExecutionContext to CallContext
2013-04-05 Lars KnollRemove unused methods
2013-04-05 Lars KnollMove locals from ExecutionContext to CallContext
2013-04-05 Lars KnollSplit out the Context for With/Catch into their own...
2013-04-05 Lars KnollIntroduce different context types
2013-04-05 Lars KnollClean up the property lookup code
2013-04-04 Lars KnollCreate some execution contexts on the stack again
2013-04-04 Simon HausmannRemove stray backslash
2013-04-03 Lars KnollDon't include internal headers in qv4v8.h
2013-04-03 Lars KnollSpeed up Context creation and handling
2013-04-02 Lars KnollDefine MODULE_VERSION so it builds against latest qtbase
2013-04-02 Lars KnollSome further fixes to the v8 API
2013-04-02 Lars KnollImplement v8::StackFrame and v8::StackTrace
2013-04-01 Simon HausmannSpeed up regexp creation through caching
2013-04-01 Simon HausmannChanged RegExp to be garbage collected instead of refer...
2013-04-01 Simon HausmannFix license headers
2013-04-01 Simon HausmannFix memory allocation of executable code
2013-03-23 Simon HausmannFix ch12/12.2/12.2.1/12.2.1-21-s
2013-03-23 Simon HausmannImplement fast argument lookups also for outter scopes
2013-03-23 Simon HausmannFix regression from commit 96ef0e4010b1be01a7b89c136ae9...
2013-03-21 Simon HausmannFix identifier lookups when mixing variables and arguments
2013-03-21 Simon HausmannImprove readability of disassembly
2013-03-21 Simon HausmannFix shadowing of arguments through local variables
2013-03-21 Simon HausmannFix random crashes in leaf functions
2013-03-21 Tor Arne VestbøMove V4 IR into its own V4IR namespace to avoid clash...
2013-03-21 Tor Arne VestbøPop stack instead of pushing in platformLeaveStandardSt...
2013-03-21 Lars Knollv8 api: Correctly set up the prototype property for...
2013-03-21 Simon HausmannFix crash with v8-bench.js
2013-03-20 Erik VerbruggenFix module operation to conform to IEEE 754 arithmic.
2013-03-20 Erik VerbruggenDistinguish better between a FunctionDecl and a Functio...
2013-03-20 Erik VerbruggenFix Number.prototype.toFixed.
2013-03-20 Erik VerbruggenFix a edge case in String.lastIndexOf.
2013-03-20 Erik VerbruggenMark test as passing after qtdeclarative change.
2013-03-19 Erik VerbruggenMark more tests as passing after qtdeclarative change.
2013-03-18 Erik VerbruggenCheck if "use strict" has no escaped chars.
2013-03-18 Erik VerbruggenFix function declaration best-practice check.
2013-03-18 Erik VerbruggenBuild fixes for Windows.
2013-03-18 Erik VerbruggenFixes to run the test suite on Windown.
2013-03-18 Erik VerbruggenMoved TemporaryAssignment into its own header.
2013-03-18 Erik VerbruggenHandle best-practice conditional function declaration.
2013-03-15 Lars KnollFix initialization of call contexts
2013-03-14 Lars Knollrename qmljs_math to qv4math
2013-03-14 Lars KnollRename qmljs_runtime to qv4runtime
2013-03-14 Lars KnollRename qmljs_value.* to qv4value.*
2013-03-14 Lars KnollMake ExecutionContext garbage collected
2013-03-14 Lars KnollSome more optimisations to the memory manager
2013-03-14 Lars KnollRemove the parent pointer from ExecutionContext
2013-03-14 Lars KnollMove all context management methods into the ExecutionE...
2013-03-14 Lars KnollRename qmljs_engine.* to qv4engine.*
2013-03-14 Lars KnollRename qmljs_environment.* to qv4context.*
2013-03-14 Lars KnollOptimise put and defineOwnProperty a bit
2013-03-14 Lars KnollRemove unused method
2013-03-14 Lars KnollRemove unused variable
2013-03-13 Lars KnollImplement another method in the v8 API
2013-03-13 Lars KnollMessage is refcounted
2013-03-13 Lars KnollCatch some more exceptions in the v8 API
2013-03-13 Lars KnollRemove some debug output
2013-03-13 Lars KnollCleanup and unify context creation
2013-03-13 Lars KnollPass the current context to evalCall
2013-03-13 Tor Arne VestbøFix a few warnings
2013-03-13 Lars KnollBe conservative and assume that functions need activation
2013-03-13 Lars KnollRemove unused method
2013-03-13 Lars KnollAdd valgrind support to our garbage collector
2013-03-12 Erik VerbruggenAdd debugging function to dump Value contents.
2013-03-12 Erik VerbruggenMoved temp compression to codegen to use for all backends.
2013-03-12 Erik VerbruggenAdded the constant propagation optimization.
2013-03-12 Erik VerbruggenFix & re-enable Temp compression for the interpreter.
2013-03-12 Simon HausmannFix crash when calling Object.create(null)
2013-03-12 Simon HausmannAdd support for ARM exception unwinding
2013-03-12 Simon HausmannMake it possible to debug exception handling with libunwind
2013-03-11 Erik VerbruggenInline the two most common parameter fetch cases.
2013-03-11 Erik VerbruggenMark asm math functions as const.
2013-03-11 Lars KnollCatch more exceptions in the v8 API layer
2013-03-11 Lars KnollWrite properties back to the qml Object
2013-03-11 Lars KnollAdd a proper constructor to v8::FunctionTemplate
2013-03-11 Lars KnollProperly mark objects at the beginning of a chunk
2013-03-10 Lars KnollFix v8::Persistent
2013-03-09 Lars KnollAdd exception handling support to the v8 API
2013-03-08 Simon HausmannImplement more missing bits & pieces including a fake...
2013-03-08 Simon HausmannFix name lookup for named function expressions
2013-03-08 Simon HausmannImplemented a whole more API...
2013-03-08 Simon HausmannImplemented invocation callback on FunctionTemplate
2013-03-08 Simon HausmannImplemented v8::Arguments
2013-03-08 Simon HausmannImplemented Template::Set
2013-03-08 Simon HausmannMinor API change for easier implementation
2013-03-08 Simon HausmannVarious fixes
2013-03-08 Simon HausmannRemaining implementation of ObjectTemplate
2013-03-08 Simon HausmannFirst implementation of ObjectTemplate::SetAccessor
2013-03-08 Erik VerbruggenFix use/def for exception var.
2013-03-08 Erik VerbruggenFix liveness analysis.
2013-03-08 Erik VerbruggenFix MSVC build.
2013-03-08 Erik VerbruggenCompile fixes for MSVC.
2013-03-07 Erik Verbruggen"Fix" llvm build.
2013-03-07 Simon HausmannFix exception handling on Mac OS X
2013-03-07 Erik VerbruggenSimple but effective dead-assignment removal.
2013-03-07 Lars KnollFix String::get and start using it
2013-03-07 Lars KnollAnd use the vtbl methods for delete as well.
next