platform/upstream/qtdeclarative.git
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
2012-10-09 Simon HausmannSave and restore context register before calls
2012-10-09 Simon HausmannMore debug info
2012-10-09 Simon HausmannFirst shot at more readable call instructions in output
2012-10-09 Simon HausmannRemember linked function names in prep for future debug...
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...
next