platform/upstream/qtdeclarative.git
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...
2012-10-15 Simon HausmannDisable fastmalloc
2012-10-15 Erik VerbruggenFix: change struct JSGlobalData into a class and fix...
2012-10-15 Erik VerbruggenFix for LLVM 3.2.
2012-10-15 Erik VerbruggenFix darwin-ism to make it compile on Macs.
2012-10-14 Simon Hausmann[moth] Add missing IR::AluOp -> ALUFunction mappings
2012-10-14 Simon HausmannFix build on ia32
2012-10-12 Simon HausmannSilence some compiler warnings
2012-10-12 Simon HausmannProspective Mac build fix
2012-10-12 Erik VerbruggenFix LLVM build
2012-10-12 Simon HausmannProspective Mac OS X build fix
2012-10-12 Simon HausmannAdd missing license headers
2012-10-12 Simon HausmannClean up arithmetic operation calls
2012-10-12 Lars KnollStore booleans as 32 bit integers
2012-10-12 Lars KnollSend all debug output to stderr
2012-10-12 Lars KnollHandle Integer_Type in a switch statement
2012-10-12 Lars KnollRemove almost all uses of __qmljs_init_string
2012-10-12 Lars KnollRemove __qmljs_init_(number|boolean)
2012-10-12 Lars KnollIntroduce an integer type for Value
2012-10-12 Erik VerbruggenFix: make it possible to change the used LLVM installation.
2012-10-12 Simon HausmannFix stack corruption on ia32
2012-10-11 Simon HausmannInitial build fixes for arm
2012-10-11 Lars KnollFix a crash when generating optimised code
2012-10-10 Simon HausmannImplement copyValue using a single load/store pair...
2012-10-10 Simon HausmannSimplify boolean conditional jumps
2012-10-10 Simon HausmannMake conditional jumps more readable
2012-10-10 Simon HausmannFix ia32 build: make loadArgument available on all...
2012-10-10 Lars KnollFix stack corruption
2012-10-10 Lars KnollSimplify function header and footer on x86-64
2012-10-10 Lars KnollEmit code for copying values
2012-10-10 Simon HausmannWork around gcc bug on amd64 with function pointer...
2012-10-10 Simon HausmannIgnore generated files
2012-10-10 Simon HausmannRemove old assembler
2012-10-10 Lars KnollMake it really work for 64 bit.
2012-10-10 Simon HausmannMore 64-bit fixes
2012-10-10 Simon HausmannRudimentary amd64 port
2012-10-10 Simon HausmannFix rethrow
2012-10-09 Simon HausmannRemove generated code
2012-10-09 Simon HausmannFix compilation on amd64 (not working yet, just building)
2012-10-09 Simon HausmannCentralize value copying
next