projects
/
platform
/
upstream
/
qtdeclarative.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/qtdeclarative.git
2012-06-06
Roberto Raggi
Warn about unimplement assignments.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Lower IR::Name nodes.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Generate LLVM code for MoveMember
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Lower subscripts
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Lower IR::Call and IR::New
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Generate LLVM code for member expressions
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Use O2-level inlining
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Split __qmljs_add
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Fix the targets
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Compile simple IR::New nodes
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Move the Alloca instructions at the beginning of the...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Roberto Raggi
Fix the return value of calls.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Roberto Raggi
More work on the AOT.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Roberto Raggi
Fix code generation for IR::Call nodes.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Roberto Raggi
Start generating LLVM code for IR::Call nodes.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Roberto Raggi
LLVM code for unary expressions
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Roberto Raggi
Generate LLVM code for the binary expressions
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Roberto Raggi
Generate LLVM code for the conditional jumps.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Roberto Raggi
Some more work on the LLVM-based AOT compiler.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Roberto Raggi
Move the defnition of the QML/JS Context to qmljs_runtime.h
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Initial work on Object.prototype.getOwnPropertyNames.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Implemented Object.prototype.isPrototypeOf
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Naive implementation of the Arguments object.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Implemented Object.prototype.hasOwnProperty.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Implemented Object.getPrototypeOf and Object.prototype...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Add special property length of the Object constructor.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Initial work on the RegExp object
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Initial work on the Object prototype
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Initial work on [[HasProperty]]
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Reimplemented Array using std::deque as container.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Fix default size for the bucket tables
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Roberto Raggi
Inline comparisons
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Roberto Raggi
Fix the pro file
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Roberto Raggi
Initial work on the LLVM-based AOT compiler.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Roberto Raggi
Generalized instruction selection.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Roberto Raggi
Use `assert' instead of Q_ASSERT.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Roberto Raggi
Generate cx-instructions for releational expressionsa.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Roberto Raggi
Tests
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Roberto Raggi
Fix Array.prototype.concat
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Roberto Raggi
Fix [[construct] and Object.prototype.toString
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Roberto Raggi
Implement instanceof
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Roberto Raggi
Naive support for switch statements
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Roberto Raggi
Oops
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Roberto Raggi
Fix the initialization of the ECMA library.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Roberto Raggi
Refactored Object
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Roberto Raggi
Propagate exceptions
commit
|
commitdiff
|
tree
|
snapshot
2012-05-24
Roberto Raggi
Throw exceptions in the ecma library
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Roberto Raggi
Throw exceptions
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Initialize functionPrototype.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Implemented Array.prototype.reduceRight
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Implemented Array.prototype.reduce
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Implemented Array.prototype.filter
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Implement Array.prototype.map
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Add non generatic implementation of Array.prototype...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Add non generic version of Array.prototype.every
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Initial work on Array.prototype.forEach.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
More work on the Array prototype.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Set the prototype of script and native functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Test the Function.prototype.call
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Initial work on the Function prototype.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Implement Array.prototype.slice
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Implement Array.prototype.splice
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Implement Array.prototype.sort
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Made the ArrayPrototype an ArrayObject.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Remove debug
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Improve the Array prototype
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Fix constructor calls
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Simple test app for the Array object.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Fix prototypes and implemented isel for constructValue.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Roberto Raggi
Initial support for Array objects.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Roberto Raggi
Initial support for inplace assignments.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Roberto Raggi
Import Array from QtScript classic.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Roberto Raggi
Inline common cases.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Roberto Raggi
Improve [[DefaultValue]]
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Roberto Raggi
Improve the Number prototype.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Roberto Raggi
Improve the Boolean prototype.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Roberto Raggi
Improve the Number prototype.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Roberto Raggi
Implemented the ecma Date object.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Roberto Raggi
Some refactoring and some initial work on the Date...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Roberto Raggi
Simplified the compiler.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Roberto Raggi
Store the locals in %r15.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Roberto Raggi
Refactored the stack frames.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Roberto Raggi
checkpoint
commit
|
commitdiff
|
tree
|
snapshot
2012-05-15
Roberto Raggi
Add the Boolean Object.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-15
Roberto Raggi
Remove String::get()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-15
Roberto Raggi
Cleanup function prototypes.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-15
Roberto Raggi
Add methods to allocate JS entities.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-15
Roberto Raggi
Create the activation only when needed.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-15
Roberto Raggi
Use %rbp to index the local variables.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Roberto Raggi
Skip TEMPs with negative index.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Roberto Raggi
Fix the activation.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Roberto Raggi
Initial implementation of the Math Object.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Roberto Raggi
Introduce the ExecutionEngine.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Roberto Raggi
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Roberto Raggi
Initial work on the Number object.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Roberto Raggi
Initial work on the String object.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Roberto Raggi
Store the actual arguments in TEMPs with negative indices.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Roberto Raggi
Do a quick scan of the global code.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
Roberto Raggi
Fix nested functions
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
Roberto Raggi
Fix constructors and some work on the String prototype.
commit
|
commitdiff
|
tree
|
snapshot
next