aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4unop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Jit: fix unary minus for integersErik Verbruggen2017-06-071-0/+9
* Prepare run-time method calling mechanism for cross-compilationSimon Hausmann2017-03-171-1/+1
* Prospective fix for native ARMv7 and ARM64 buildsSimon Hausmann2017-02-101-0/+4
* Fix ARM64 buildSimon Hausmann2017-02-081-0/+1
* Fix assembler cross-compilation on 32-bit hostsSimon Hausmann2017-02-071-1/+1
* Include the ARMv7 assembler in the qmldevtools bootstrap buildSimon Hausmann2017-02-011-0/+3
* Correctly specialize TargetPlatform as templateSimon Hausmann2017-01-311-1/+1
* Move generateRuntimeCall macroSimon Hausmann2017-01-311-3/+3
* Make QV4::JIT::Assembler a templateSimon Hausmann2017-01-281-1/+1
* Make binop and unop a templateSimon Hausmann2017-01-281-23/+29
* Minor cleanup: Move LookupCall and RuntimeCall into AssemblerSimon Hausmann2017-01-281-2/+2
* V4: Fix JavaScript finally-block executionErik Verbruggen2016-08-101-2/+6
* Convert comparison methods to the new runtime syntaxLars Knoll2016-04-111-2/+2
* Convert unary operations to new calling conventionLars Knoll2016-04-111-22/+21
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* V4: Split arguments/locals from temps.Erik Verbruggen2014-05-231-16/+19
* Cleanup our runtime methodsLars Knoll2014-03-111-7/+7
* Clean up our internal namespacesLars Knoll2014-02-231-26/+23
* Move unops into it's own fileLars Knoll2014-02-221-0/+142