aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_masm_p.h
Commit message (Expand)AuthorAgeFilesLines
* V4 JIT: remove unused register constant.Erik Verbruggen2014-02-121-3/+0
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-0/+4
|\
| * V4 JIT: save/restore ebx (GOT ptr) on linux/x86.Erik Verbruggen2014-01-311-0/+4
* | CleanupsLars Knoll2014-01-311-9/+9
* | Rename some filesLars Knoll2014-01-311-1/+1
* | Implement Lookup::indexedSetterLars Knoll2014-01-311-6/+6
|/
* Don't write into the callers stack frameLars Knoll2014-01-241-0/+2
* V4 IR: reverse propagate int32 truncation.Erik Verbruggen2013-12-041-1/+0
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-1/+1
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+1
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-1/+1
* Improve type interference for QObject propertiesSimon Hausmann2013-11-251-3/+4
* Saner and simpler way to handle line numbers for JITed codeLars Knoll2013-11-221-26/+0
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-2/+1
* Generate inline code for "foo == null/undefined"Lars Knoll2013-11-051-0/+3
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+1
* Avoid exception checks after calls to some run-time functionsSimon Hausmann2013-11-011-0/+16
* Avoid unnecessary saving of the instruction pointer in the JITSimon Hausmann2013-11-011-3/+0
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-1/+1
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-1/+2
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-0/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-0/+3
* Speed up id object lookupsSimon Hausmann2013-10-291-0/+1
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-1/+10
* Rework exception handlingLars Knoll2013-10-291-6/+38
* Fix build on ARM in ARM mode (instead of thumb2)Simon Hausmann2013-10-171-0/+5
* Speed up stack trace generation for the JITSimon Hausmann2013-10-161-0/+20
* inline get_element callsLars Knoll2013-10-141-0/+1
* V4 JIT: fix stack size calculation on 32bit.Erik Verbruggen2013-10-141-2/+3
* V4 JIT: clean-up conversion functions and add toUInt32.Erik Verbruggen2013-10-121-16/+13
* V4 JIT: generate some strict (not) equal conditionsErik Verbruggen2013-10-101-2/+17
* V4: Remove more jumps.Erik Verbruggen2013-10-101-0/+1
* Get lookups working (somehow) on ARMPetr Nejedly2013-10-031-1/+7
* V4 JIT: implement convertUInt32ToDouble on ARMv7.Erik Verbruggen2013-10-031-18/+0
* V4: invert conditions when the true block follows the test.Erik Verbruggen2013-10-031-1/+4
* Remove some more uses of QV4::ValueLars Knoll2013-10-021-5/+5
* Remove more uses of ValueLars Knoll2013-10-021-12/+12
* Fix compilation on Android with 4.8 toolchainLaszlo Agocs2013-10-011-0/+6
* V4: remove inplace operationsErik Verbruggen2013-09-301-3/+0
* V4 JIT: optimize constant-to-register loading.Erik Verbruggen2013-09-281-3/+6
* V4 JIT: optimize mem2mem copies.Erik Verbruggen2013-09-281-0/+9
* Optimize storeReturnValue for double argumentsLars Knoll2013-09-281-0/+6
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-4/+4
* V4 JIT: fixes after NaN boxing changes.Erik Verbruggen2013-09-251-7/+27
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-4/+3
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-201-3/+3
|\
| * Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-60/+173
| |\
| * \ Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-34/+67
| |\ \
| * | | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-3/+3
* | | | V4: fixes after ReturnValue and ValueRef introduction.Erik Verbruggen2013-09-201-3/+23