aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit/qv4binop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* V4 JIT: tune generated instructions for inplace binopsErik Verbruggen2014-08-121-183/+242
* V4: Split arguments/locals from temps.Erik Verbruggen2014-05-231-22/+28
* V4 JIT: fix constant shifts.Erik Verbruggen2014-04-151-8/+28
* Fix wrong register usage for integer binopsSimon Hausmann2014-04-081-23/+8
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-22/+22
* Move all binop related code into qv4binop*Lars Knoll2014-03-041-2/+59
* Clean up our internal namespacesLars Knoll2014-02-231-71/+68
* Move binops out of the iselLars Knoll2014-02-221-0/+431