aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jit
Commit message (Expand)AuthorAgeFilesLines
* Fix a missing override declaration.Robin Burchell2016-06-221-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+1
| |\
| | * Add QNX to an x86-64 gcc/g++ listJames McDonnell2016-06-141-1/+1
* | | Added basic support for saving compilation units to diskSimon Hausmann2016-06-172-1/+50
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-0/+1
| |\|
| | * RegAllocInfo: Initialize member _currentStmt.Edward Welbourne2016-05-301-0/+1
* | | V4: Change uses of StmtVisitor/ExprVisitor to use new style visitors.Erik Verbruggen2016-06-082-47/+38
* | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-05-181-1/+2
|\| |
| * | Eradicate Q_FOREACH loops from headersMarc Mutz2016-05-111-1/+2
* | | CleanupSimon Hausmann2016-05-062-12/+0
* | | QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-123-6/+81
* | | CleanupLars Knoll2016-04-113-31/+20
* | | Convert the remaining runtime methods to new calling conventionLars Knoll2016-04-113-37/+34
* | | Convert comparison methods to the new runtime syntaxLars Knoll2016-04-113-10/+13
* | | Convert unary operations to new calling conventionLars Knoll2016-04-112-24/+23
* | | Convert 3rd batch of runtime methodsLars Knoll2016-04-111-23/+23
* | | Convert second batch of runtime methodsLars Knoll2016-04-111-14/+14
* | | Convert the first batch of runtime functionsLars Knoll2016-04-111-28/+28
* | | Start converting Runtime calls to 'vtable' callsLars Knoll2016-04-113-2/+27
* | | Remove some unused codeLars Knoll2016-04-111-22/+1
|/ /
* | V4 IR: Store the phi-node parameters directly in the class.Erik Verbruggen2016-03-061-3/+3
* | V4: Replace foreach loops with range-based for loops.Erik Verbruggen2016-03-031-21/+21
* | Don't deep copy std::vector [-Wclazy-foreach]Sérgio Martins2016-02-081-1/+1
* | Remove a case of type-punning.Erik Verbruggen2016-01-201-6/+4
* | V4: Tweak "enable JIT" ifdefs.Erik Verbruggen2016-01-201-2/+2
* | V4: Rename StackFrameRegister to FramePointerRegister.Erik Verbruggen2016-01-194-27/+27
* | Updated license headersJani Heikkinen2016-01-1912-168/+240
* | V4: add Aarch64/ARM64 support.Erik Verbruggen2016-01-191-1/+114
* | JIT: move FP save/restore to platform pro-/epilogue.Erik Verbruggen2016-01-152-12/+30
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-104-20/+20
|\|
| * Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-083-19/+19
| * Fix a couple of container detachmentsSérgio Martins2016-01-051-1/+1
* | Unbreak the case of "inplaceOpWithAddress" for the assembler.Frank Meerkoetter2015-12-181-1/+1
|/
* Remove uses of QT_POINTER_SIZE, replacing with proper constructsThiago Macieira2015-10-292-2/+2
* Use the correct macro to detect 64-bit value encodingThiago Macieira2015-10-293-7/+7
* QML: Fix typeof context property.Erik Verbruggen2015-10-273-0/+19
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-222-3/+3
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-067-0/+77
* 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-123-12/+2
* Access context properties through the qml contextLars Knoll2015-08-103-12/+10
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-103-14/+57
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-103-0/+12
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-242-29/+29
* V4: fix failing tests for right shifts over 0 bits on non-Intel.Erik Verbruggen2015-06-191-22/+41
* Some cleanups to QQmlRefCountLars Knoll2015-06-051-1/+1
* V4: add JIT support for mips platforms (32-bit) and enable itJulien Brianceau2015-04-275-13/+99