| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move JIT infrastructure into it's own directory | Lars Knoll | 2014-02-22 | 1 | -2603/+0 |
| * | Avoid some unneccesary instructions in swapValues | Lars Knoll | 2014-02-22 | 1 | -13/+15 |
| * | Mask rhs of shift operations in the IR for constants | Lars Knoll | 2014-02-22 | 1 | -44/+37 |
| * | Slightly simplify generated code for conversion to int | Lars Knoll | 2014-02-22 | 1 | -3/+1 |
| * | V4 JIT: enable register allocator on Linux/ARM. | Erik Verbruggen | 2014-02-17 | 1 | -2/+29 |
| * | V4 JIT: move registers for regalloc out of method. | Erik Verbruggen | 2014-02-17 | 1 | -24/+38 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Simon Hausmann | 2014-02-11 | 1 | -1/+1 |
| |\ |
|
| | * | V4 JIT: save/restore ebx (GOT ptr) on linux/x86. | Erik Verbruggen | 2014-01-31 | 1 | -1/+1 |
| * | | Cleanups | Lars Knoll | 2014-01-31 | 1 | -6/+6 |
| * | | Implement Lookup::indexedSetter | Lars Knoll | 2014-01-31 | 1 | -95/+7 |
| * | | Merge remote-tracking branch 'origin/stable' into dev | Simon Hausmann | 2014-01-24 | 1 | -5/+14 |
| |\| |
|
| | * | Don't write into the callers stack frame | Lars Knoll | 2014-01-24 | 1 | -5/+14 |
| * | | Use lookups for indexed accesses | Lars Knoll | 2014-01-20 | 1 | -0/+8 |
| * | | Rework array handling for JS objects | Lars Knoll | 2014-01-09 | 1 | -5/+6 |
| * | | Move array data into it's own struct | Lars Knoll | 2014-01-03 | 1 | -3/+3 |
| |/ |
|
| * | V4 IR: reverse propagate int32 truncation. | Erik Verbruggen | 2013-12-04 | 1 | -25/+84 |
| * | Remove unused inline wrapper | Lars Knoll | 2013-12-04 | 1 | -2/+2 |
| * | Add support for accelerated property access to QML types and namespace support | Simon Hausmann | 2013-11-28 | 1 | -3/+6 |
| * | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in... | Simon Hausmann | 2013-11-26 | 1 | -2/+11 |
| |\ |
|
| | * | Fix out of bounds array access when index is integer and negativev5.2.0-rc1 | Simon Hausmann | 2013-11-25 | 1 | -2/+11 |
| * | | Initial support for accelerated property access to QML singletons and enums | Simon Hausmann | 2013-11-25 | 1 | -0/+5 |
| * | | IR Cleanup, resolve ID objects through array subscripts | Simon Hausmann | 2013-11-25 | 1 | -2/+2 |
| * | | Improve type interference for QObject properties | Simon Hausmann | 2013-11-25 | 1 | -2/+3 |
| * | | Saner and simpler way to handle line numbers for JITed code | Lars Knoll | 2013-11-22 | 1 | -19/+2 |
| * | | Use lookups for create_property (ie. new foo.bar) | Lars Knoll | 2013-11-22 | 1 | -2/+11 |
| |/ |
|
| * | Fix property dependency generation for accelerated QML QObject properties | Simon Hausmann | 2013-11-12 | 1 | -3/+3 |
| * | Fix out of bounds array index in the generated JIT code | Lars Knoll | 2013-11-12 | 1 | -3/+5 |
| * | V4 interpreter: remove stack-slot allocator. | Erik Verbruggen | 2013-11-12 | 1 | -66/+0 |
| * | Simplify & speed up function calling | Lars Knoll | 2013-11-09 | 1 | -2/+2 |
| * | Generate inline code for "foo == null/undefined" | Lars Knoll | 2013-11-05 | 1 | -12/+76 |
| * | Move conversion of this object into generated code | Lars Knoll | 2013-11-05 | 1 | -0/+5 |
| * | Optimise string additions | Lars Knoll | 2013-11-05 | 1 | -2/+9 |
| * | Fix various compiler warnings in order to remove warn_off in the near future | Erik Verbruggen | 2013-11-04 | 1 | -9/+13 |
| * | Avoid unnecessary saving of the instruction pointer in the JIT | Simon Hausmann | 2013-11-01 | 1 | -1/+7 |
| * | Speed up lookups of imported scripts | Simon Hausmann | 2013-10-31 | 1 | -2/+2 |
| * | Implement loading of resolved imported scripts | Simon Hausmann | 2013-10-31 | 1 | -1/+6 |
| * | Implement setting of values to resolved QObject properties | Simon Hausmann | 2013-10-31 | 1 | -0/+6 |
| * | Initial support for resolving meta-property access for the scope and context ... | Simon Hausmann | 2013-10-31 | 1 | -0/+15 |
| * | Speed up id object lookups | Simon Hausmann | 2013-10-29 | 1 | -0/+5 |
| * | Remove qv4unwindhelper class | Lars Knoll | 2013-10-29 | 1 | -14/+0 |
| * | Implement new exception handling for moth | Lars Knoll | 2013-10-29 | 1 | -1/+7 |
| * | Rework IR code generation for try/catch/finally | Lars Knoll | 2013-10-29 | 1 | -3/+8 |
| * | Rework exception handling | Lars Knoll | 2013-10-29 | 1 | -65/+13 |
| * | Cleanup: Avoid unnecessary irModule->functions.indexOf calls | Simon Hausmann | 2013-10-20 | 1 | -1/+1 |
| * | Fix build on ARM in ARM mode (instead of thumb2) | Simon Hausmann | 2013-10-17 | 1 | -0/+4 |
| * | inline get_element calls | Lars Knoll | 2013-10-14 | 1 | -9/+91 |
| * | Fix a small bug in conversion to SInt32 | Lars Knoll | 2013-10-14 | 1 | -8/+0 |
| * | Implement >>> inline for the JIT backend | Lars Knoll | 2013-10-12 | 1 | -2/+11 |
| * | V4 JIT: clean-up conversion functions and add toUInt32. | Erik Verbruggen | 2013-10-12 | 1 | -18/+61 |
| * | Optimise code generation for convertTypeToSInt32 | Lars Knoll | 2013-10-11 | 1 | -5/+52 |