platform/upstream/qtdeclarative.git
2012-11-01 Lars KnollInitial implementation of the Error prototype and const...
2012-11-01 Lars KnollImplement Function(...) and new Function(...)
2012-10-31 Lars KnollAdd undefined, NaN and Infinity to the global object
2012-10-31 Lars KnollAdd missing break statement
2012-10-31 Lars KnollImplement initial support for the delete operator
2012-10-31 Lars KnollSet property attributes more correctly
2012-10-31 Lars KnollConformant implementation of the object internal methods
2012-10-31 Lars KnollAdd a Value::sameValue() method
2012-10-31 Lars KnollRework properties
2012-10-31 Lars KnollImplement the other variant of the 'for in' statement
2012-10-31 Lars KnollAdded basic support for 'for (var x in y)' statement
2012-10-25 Lars KnollConstant folding for unary operations
2012-10-25 Lars KnollMore correct type tagging for constant created from...
2012-10-25 Erik VerbruggenMoved definition of Value before the extern block to...
2012-10-25 Erik VerbruggenRemove all is*Object methods.
2012-10-25 Erik VerbruggenReadability change: builtin_invalid implies baseName...
2012-10-25 Erik VerbruggenImplemented calls in the interpreter.
2012-10-25 Erik VerbruggenRemoved duplicate code for the various function call...
2012-10-24 Erik VerbruggenAdded loading of "this" and renamed "ActivateProperty...
2012-10-24 Erik VerbruggenFix LLVM backend compilation.
2012-10-24 Erik VerbruggenFix stack alignment to align on 16 byte boundaries.
2012-10-24 Lars KnollProper exception handling
2012-10-23 Erik VerbruggenAdded property activation to the interpreter.
2012-10-23 Simon Hausmann[masm] Cleanup: Eliminate ScratchRegister2 on AMD64
2012-10-22 Simon Hausmann[masm] Cleanup: Use load64/store64 masm interface
2012-10-22 Lars KnollFix ScratchRegister usage on x86_64
2012-10-22 Erik VerbruggenMore LLVM code generation. This should complete the...
2012-10-22 Erik VerbruggenFix: implement missing virtual method.
2012-10-20 Simon HausmannCleanup: Eliminate Gpr0-3 register aliases
2012-10-20 Simon HausmannCleanup: Reduce use of Gpr0
2012-10-20 Simon HausmannFix build on ia32
2012-10-20 Simon HausmannFix build on Ubuntu 12.10
2012-10-20 Lars KnollImplement regexp support
2012-10-19 Erik VerbruggenAdded LLVM code generation for in-place operators.
2012-10-19 Lars KnollFix the dataLog methods
2012-10-19 Lars KnollMake Value a real POD
2012-10-19 Lars KnollUse some tricks to speed up binary operators
2012-10-19 Lars KnollRemove the is(Type) methods in Value
2012-10-18 Lars KnollMicro optimisations
2012-10-18 Lars KnollOptimise function calls a little.
2012-10-18 Lars KnollRemove unused, commented out methods
2012-10-18 Lars KnollFix integer arithmetics
2012-10-18 Lars KnollRemove unused method
2012-10-18 Erik VerbruggenMoved LLVM specific code out of main.cpp.
2012-10-18 Simon HausmannClean up #ifdefs in storeValue
2012-10-18 Erik VerbruggenSilence signed/unsigned comparison warning.
2012-10-18 Erik VerbruggenFix LLVM code generation to call the right methods.
2012-10-18 Erik VerbruggenFix insecure use of format string.
2012-10-18 Erik VerbruggenFix unused parameter/variable warnings.
2012-10-18 Lars KnollClean up the relational operators
2012-10-18 Lars KnollCleanup
2012-10-18 Lars KnollInline string creation in the generated JIT code
2012-10-18 Erik VerbruggenChange usage of qIsNaN to std::isnan.
2012-10-17 Lars KnollFix the shift operators
2012-10-17 Lars KnollCompile fixes on amd64
2012-10-17 Simon HausmannFix warning about unused opName parameter
2012-10-17 Simon HausmannPort to ia32 (stack based value passing)
2012-10-17 Simon HausmannFix build on ia32
2012-10-17 Lars KnollClean up toUInt16 and fix a small typo in toUInt32
2012-10-17 Lars KnollClean up to(U)Int and toInteger conversions
2012-10-17 Lars KnollAdd missing break statement
2012-10-17 Simon HausmannSimplify function call generation (part 2)
2012-10-17 Simon HausmannSimplify function call generate (part 1)
2012-10-17 Lars KnollSimplify some builtin methods
2012-10-17 Lars KnollNo need to clear a register twice.
2012-10-17 Lars KnollMake some methods inline
2012-10-17 Simon HausmannRename generateFunctionCall2 and loadArgument1.
2012-10-17 Simon HausmannFix massive parallel builds
2012-10-17 Lars KnollDirectly store constants as immediate Value's
2012-10-17 Lars KnollImplement some stubbed out methods
2012-10-17 Lars KnollPass Value, not 'const Value'
2012-10-17 Lars KnollFixed more calling conventions
2012-10-17 Lars KnollFix order of arguments
2012-10-17 Lars KnollMore changes to the new calling convention
2012-10-17 Simon HausmannUpdate wtf and masm from upstream (svn.webkit.org/repos...
2012-10-17 Simon HausmannProspective mac build fix
2012-10-17 Erik VerbruggenChange usages of math.h into cmath. Fixes MacOS build.
2012-10-17 Lars KnollGenerate correct code when calling values
2012-10-17 Lars KnollStore results as integers in a few more places
2012-10-17 Lars KnollFix typo
2012-10-17 Lars KnollStore integer constants as integer Values
2012-10-17 Lars KnollConvert most operations to the new calling convention
2012-10-17 Lars KnollSmall cleanup
2012-10-17 Lars KnollConvert some more methods to the new calling convention
2012-10-17 Lars KnollIntroduce a Bool typedef for boolean return values
2012-10-17 Lars KnollConvert some more methods to the new calling convention
2012-10-16 Lars KnollConverting more runtime methods to the new calling...
2012-10-16 Lars KnollMove conversions to new calling convention
2012-10-16 Lars KnollMore conversions to new calling convention
2012-10-16 Lars KnollMore conversions to new calling convention
2012-10-16 Lars KnollConverting more methods to the new calling convention
2012-10-16 Lars KnollConverting more runtime methods.
2012-10-16 Lars KnollConvert Value constructors to new calling convention
2012-10-16 Lars KnollConvert string literals to new calling convention
2012-10-16 Lars KnollFurther convert runtime methods to the new calling...
2012-10-16 Lars KnollStart changing signatures of the runtime to being value...
2012-10-16 Simon HausmannOptimize boolean test
2012-10-16 Lars KnollGet rid of compiler warning.
2012-10-15 Lars KnollDo not return booleans from methods called by JIT gener...
2012-10-15 Simon HausmannClean up callee save register push/pop code to have...
next