platform/upstream/qtdeclarative.git
2013-03-05 Lars KnollMake a V8 hello world actually work.
2013-03-05 Simon HausmannImplement v8::Script::Run()
2013-03-05 Simon HausmannMove function execution into a little ExecutionEngine...
2013-03-05 Simon HausmannInitial v8'ish API wrappers for QML integration
2013-03-05 Simon HausmannAdd support for associating external resources with...
2013-03-05 Simon HausmannRemove unused wtf inclusion from qv4managed.h
2013-03-05 Simon HausmannRename qv4ir_p.h to qv4jsir_p.h to avoid conflict with...
2013-03-05 Simon HausmannCleanup unwind handler
2013-03-04 Simon HausmannCleanup: Rename __builtin_delete_exception_handler
2013-03-04 Simon HausmannCleanup: Get rid of manual unwind stack
2013-03-04 Erik VerbruggenFix IR control flow after a throw statement.
2013-03-04 Erik VerbruggenFix off-by-one in assertion for argc/args in calls.
2013-03-04 Lars KnollOptimise array construction
2013-03-04 Lars KnollSmall optimisation for string concatenation
2013-03-04 Erik VerbruggenDo not re-use temp for both parameter and result.
2013-03-04 Erik VerbruggenMoved isNegative(double) into another header.
2013-03-04 Erik VerbruggenRemove shared subexpressions from the function's IR...
2013-03-04 Erik VerbruggenFix warning about unused parameter.
2013-03-03 Simon HausmannImplement JavaScript exceptions using C++ exceptions
2013-03-03 Lars KnollFix builtin_define_property
2013-03-03 Simon HausmannFix crashes on ia32 with array literals
2013-03-03 Lars KnollMore efficient initialization of array literals
2013-03-03 Lars KnollSkip some really slow tests
2013-03-03 Lars KnollMinor optimisation: Avoid some function calls
2013-03-02 Simon HausmannFix crashes on ia32
2013-03-01 Erik VerbruggenImplemented DaylightSavingTA for Windows.
2013-03-01 Lars KnollSave some overhead in builtin_define_property
2013-03-01 Lars KnollDon't spend all the time in gc in some cases
2013-02-27 Simon Hausmann[masm] Fix build on ARM
2013-02-27 Simon HausmannTool to generate FDE and CIE tables using libdwarf
2013-02-27 Erik VerbruggenEnable DW2 unwind helper on MacOS.
2013-02-27 Erik VerbruggenFix null-unwind helper compilation.
2013-02-27 Erik VerbruggenDo not generate udis86 files when udis86 is disabled.
2013-02-27 Erik VerbruggenAdd class to help the platform unwind JIT code.
2013-02-27 Erik VerbruggenFix warning about unused parameter.
2013-02-27 Erik VerbruggenAdd overloaded destructor to suppress warning on MSVC.
2013-02-27 Erik VerbruggenApparently MSVC needs EH enabled for SJLJ.
2013-02-27 Erik VerbruggenIgnore by-produces of builds on Windows.
2013-02-27 Erik VerbruggenReplace STL function that MS deprecated.
2013-02-27 Erik VerbruggenMark throwing functions as no-return.
2013-02-27 Erik VerbruggenAdd ToS retrieval and register saving for MSVC.
2013-02-27 Erik VerbruggenFix declaration linkage type to be the same as the...
2013-02-27 Simon HausmannFix crypto.js on arm
2013-02-26 Simon Hausmann[masm] Prepare local stack frame for new upcoming excep...
2013-02-26 Simon HausmannFix build with clang
2013-02-26 Simon HausmannFix failing assertion when running the test suite
2013-02-25 Simon Hausmann[masm] Implement sign text using cross-arch masm api
2013-02-25 Lars KnollSome smaller optimisations
2013-02-25 Lars KnollSmall cleanup
2013-02-25 Lars KnollFix the sameValue algorithm when comparing ints to...
2013-02-25 Lars KnollFix inline assembly version of ushr
2013-02-25 Lars KnollStore 0 constants as integers, not as doubles
2013-02-21 Simon HausmannFix use of CPU(X86_64) to determine 64-bit architecture
2013-02-20 Simon HausmannPort __qmljs_get_thisobject to new calling convention
2013-02-19 Simon Hausmann[masm] Fix function name replacement in disassembly...
2013-02-19 Simon Hausmann[masm] Fix writing of return value on arm
2013-02-19 Simon Hausmann[masm] Fix function return on arm
2013-02-19 Simon Hausmann[masm] Cleanup argument handling
2013-02-19 Simon Hausmann[masm] Support inline ops on architectures without...
2013-02-19 Simon Hausmann[masm] Fix typo on register assignment
2013-02-19 Simon Hausmann[masm] Fix incorrect stack pointer adjustment when...
2013-02-16 Lars KnollMinor cleanup
2013-02-15 Lars Knollreference locals in outer functions by index
2013-02-15 Lars KnollRetain the proper nesting structure in the VM:Function...
2013-02-15 Simon HausmannFix multiple variable assignments
2013-02-15 Simon HausmannPort the remaining functions called from masm to pass...
2013-02-15 Simon Hausmann[masm] Save guard const reference method calls
2013-02-15 Simon HausmannDon't assert when running into the JS debugger statement
2013-02-15 Laszlo PappAdd the mandatory license file to be consistent and...
2013-02-15 Lars Knollcleanup __qmljs_to_boolean vs Value.toBoolean()
2013-02-15 Lars Knollremove __qmljs_throw_type_error
2013-02-15 Lars KnollVarious cleanups in the runtime
2013-02-14 Lars KnollFix a few more runtime signatures and optimise toObject...
2013-02-14 Lars KnollAdapt get/set_element to new calling convention
2013-02-14 Simon HausmannPorted closure init runtime functions to new calling...
2013-02-14 Simon HausmannPorted run-time exception throwing functions to new...
2013-02-14 Simon HausmannFix argument order of unary ops
2013-02-14 Simon HausmannPorted built-in exception getter to new calling convention
2013-02-14 Simon HausmannConvert property deletion runtime functions to new...
2013-02-14 Simon HausmannConvert unary ops to new calling convention
2013-02-14 Simon HausmannConvert construct runtime functions to new calling...
2013-02-14 Lars KnollMove the destructor into the new vtable.
2013-02-14 Lars KnollRemove another virtual.
2013-02-14 Lars KnollSilence compiler
2013-02-14 Lars KnollRemove another virtual
2013-02-14 Lars KnollMove call/construct over into the new vtable.
2013-02-14 Lars KnollRemove another virtual and de-inline a call method
2013-02-14 Simon HausmannConvert builtin type of functions to new calling convention
2013-02-14 Simon HausmannConverted calling runtime functions to new calling...
2013-02-14 Simon HausmannFix print and gc in builtin v4 method
2013-02-14 Simon HausmannConvert builtin typeof to the new calling convention
2013-02-14 Simon HausmannConvert run-time functions that take a Value * for...
2013-02-14 Lars KnollRemove the virtual call(ctx) method
2013-02-14 Lars KnollDon't use the slow call() method for Date()
2013-02-14 Lars KnollMove the generic construct() implementation into Script...
2013-02-14 Lars KnollRemove the virtual contruct(ctx) method
2013-02-14 Lars KnollUse faster call/construct methods
2013-02-14 Lars KnollImplement hasInstance through the new 'vtable'
2013-02-14 Lars KnollAdd a C style vtable to Managed and use it for markObjects
2013-02-14 Lars KnollReplace post increment with pre increment if we don...
next