aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4isel_masm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-081-17/+17
* Remove uses of QT_POINTER_SIZE, replacing with proper constructsThiago Macieira2015-10-291-1/+1
* Use the correct macro to detect 64-bit value encodingThiago Macieira2015-10-291-3/+3
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-0/+17
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-2/+2
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* Implement support for providing information to Linux's perf JIT interface.Robin Burchell2015-08-211-1/+61
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-5/+2
* Access context properties through the qml contextLars Knoll2015-08-101-5/+10
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-5/+30
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+5
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-17/+17
* Some cleanups to QQmlRefCountLars Knoll2015-06-051-1/+1
* V4: add JIT support for mips platforms (32-bit) and enable itJulien Brianceau2015-04-271-1/+10
* Always return a proper Value from JIT generated codeLars Knoll2015-04-201-1/+14
* Remove unused variable in InstructionSelection::run()Maks Naumov2015-03-211-1/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* QML 3rdparty: revert unnecessary change.Erik Verbruggen2015-01-121-2/+3
* Cleanup code that modifies the JS stackLars Knoll2014-12-191-3/+24
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-191-3/+3
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-7/+6
|\
| * Fix crashes on QNX/x86Simon Hausmann2014-12-031-7/+6
* | Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-16/+17
* | Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-57/+59
|/
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-2/+4
* Replace vsnprintf with qvsnprintf.Bjoern Breitmeyer2014-09-191-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* V4 JIT: support saving used callee saved FP registers.Erik Verbruggen2014-08-141-3/+9
* V4 JIT: calculate used registers and only save those.Erik Verbruggen2014-08-141-2/+3
* V4 JIT: parameterize the prologue and epilogue generationErik Verbruggen2014-08-141-4/+27
* V4 JIT: generate code for int32 comparisons.Erik Verbruggen2014-08-121-0/+21
* V4 JIT: tune generated instructions for inplace binopsErik Verbruggen2014-08-121-5/+3
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-1/+4
* Get rid of StringRefLars Knoll2014-07-221-2/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-4/+4
* qml: Make ownership of CompiledUnit more clearHolger Hans Peter Freyther2014-07-211-2/+2
* V4 JIT: add IR printer that uses platform register names.Erik Verbruggen2014-06-241-1/+1
* V4 JIT: use RegisterInfo in the register allocator.Erik Verbruggen2014-06-131-1/+1
* V4: support calling constants.Erik Verbruggen2014-06-021-3/+8
* V4: clean-up target specific register definitions and stack usageErik Verbruggen2014-05-241-92/+4
* V4: Split arguments/locals from temps.Erik Verbruggen2014-05-231-152/+162
* Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-231-3/+3
|\
| * V4: fix register usage on ARM.Erik Verbruggen2014-04-171-3/+3
* | V4 IR: prevent accidental detaches of QVectors.Erik Verbruggen2014-04-151-4/+4
* | V4 IR: clean up basic-block management and statement access.Erik Verbruggen2014-04-151-4/+6
* | V4 JIT: make call destination printing portable.Erik Verbruggen2014-04-151-2/+8
|/
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-8/+7
* Fixes to for...in statementLars Knoll2014-03-191-2/+2
* Cleanup our runtime methodsLars Knoll2014-03-111-73/+72
* Fix test failure in qqmldebugjs autotestLars Knoll2014-03-071-1/+1