aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* [new compiler] Detect when writing to read-only value type property and bail outSimon Hausmann2014-03-032-4/+9
* Remove unused ExecutionEngine::allFunctionsLars Knoll2014-03-031-5/+0
* Remove unused codeSizesLars Knoll2014-03-031-2/+1
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-3/+0
* Fix some typosSergio Ahumada2014-03-031-1/+1
* [new compiler] Set class name for QML types correctlySimon Hausmann2014-03-032-4/+3
* Fix a crash in the register allocatorLars Knoll2014-03-031-1/+1
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-1/+1
* [new compiler] CleanupSimon Hausmann2014-03-024-226/+217
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-022-7/+14
* [new compiler] Fix qquickvisualdatamodel testsSimon Hausmann2014-03-023-11/+13
* [new compiler] Fix QQmlPropertyMap testsSimon Hausmann2014-03-021-1/+24
* [new compiler] Fix tst_qqmlqt's trace testSimon Hausmann2014-03-021-3/+2
* [new compiler] Clean up error handling in AST passSimon Hausmann2014-03-021-80/+16
* [new compiler] Fix a few more tests related to property declarations with ini...Simon Hausmann2014-03-021-7/+4
* [new compiler] Fix implicit component determination inside group propertiesSimon Hausmann2014-03-022-11/+14
* [new compiler] Fix evaluateEnum for custom parsersSimon Hausmann2014-03-021-3/+8
* [new compiler] Compile functions and bindings in appropriate scopesSimon Hausmann2014-03-024-57/+237
* [new compiler] Fix memory leaksSimon Hausmann2014-03-022-12/+14
* [new compiler] Fix error reporting for group propertiesSimon Hausmann2014-03-024-53/+128
* [new compiler] Fix error reporting when trying to set list properties multipl...Simon Hausmann2014-03-022-2/+10
* [new compiler] Don't allow for attached properties inside group properties or...Simon Hausmann2014-03-021-2/+6
* [new compiler] When resolving names of attached properties, don't report the ...Simon Hausmann2014-03-023-3/+6
* [new compiler] Fix determination of property caches for attached propertiesSimon Hausmann2014-03-021-1/+13
* [new compiler] Improve error message for incorrect signal assignmentsSimon Hausmann2014-03-021-1/+5
* [new compiler] Ensure that qualified type names end in an id with an upper ca...Simon Hausmann2014-03-022-15/+38
* [new compiler] Report errors when a property name starts with an upper case l...Simon Hausmann2014-03-021-0/+11
* [new compiler] Fix error reporting for invalid component specificationsSimon Hausmann2014-03-021-1/+7
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-245-9/+22
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-2411-222/+184
* Clean up our internal namespacesLars Knoll2014-02-2320-1088/+1085
* Move JIT infrastructure into it's own directoryLars Knoll2014-02-225-5994/+0
* Remove unused methodLars Knoll2014-02-221-22/+0
* Really eliminate a|0 and b&(-1)Lars Knoll2014-02-221-8/+8
* Avoid some unneccesary instructions in swapValuesLars Knoll2014-02-221-13/+15
* Mask rhs of shift operations in the IR for constantsLars Knoll2014-02-222-44/+49
* Slightly simplify generated code for conversion to intLars Knoll2014-02-221-3/+1
* Remove unused text streamLars Knoll2014-02-221-3/+0
* Remove some code duplicationLars Knoll2014-02-221-85/+27
* Cleanup: Pass the function into the various SSA stagesLars Knoll2014-02-221-37/+33
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-182-2/+4
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-182-2/+4
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-112-2/+4
| | |\
| | | * Remove static initialization of QObjectsv5.2.1Eskil Abrahamsen Blomfeldt2014-01-292-2/+4
* | | | [new compiler] Report errors at type compile time for invalid group property ...Simon Hausmann2014-02-181-0/+12
|/ / /
* | | V4 JIT: enable register allocator on Linux/ARM.Erik Verbruggen2014-02-171-2/+29
* | | V4 JIT: move registers for regalloc out of method.Erik Verbruggen2014-02-172-26/+40
* | | [new compiler] Fix reported error location for unknown type assignmentsSimon Hausmann2014-02-171-1/+1
* | | [new compiler] Compile time check for objects assigned to script stringsSimon Hausmann2014-02-171-0/+3
* | | [new compiler] Fix location of id property in error messagesSimon Hausmann2014-02-171-2/+2