aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
Commit message (Expand)AuthorAgeFilesLines
* Changed value type property index encodingSimon Hausmann2014-12-101-1/+1
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-092-2/+14
|\
| * Fix QtQuick2 module unload supportChris Adams2014-12-041-1/+1
| * qv4: assign split of edges to loop header to the correct groupFawzi Mohamed2014-11-051-1/+13
* | Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-4/+1
* | Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-212-15/+10
* | Remove ExecutionContext from the Runtime codegeneratorLars Knoll2014-11-154-14/+5
* | Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-2/+4
* | Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-11-041-9/+1
|\|
| * qv4: assign split edges to the correct loop groupFawzi Mohamed2014-11-041-9/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-2/+2
* | Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-042-7/+9
|/
* Fix QQmlTypeData object leakJian Liang2014-10-271-0/+1
* Check list property before component when validating bindingsUlf Hermann2014-10-211-2/+2
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-098-21/+15
* Cleanup: Simplify CompiledData::Unit structure to always include the string t...Simon Hausmann2014-09-244-14/+28
* Revert mapping of var signal parameters to QJSValueSimon Hausmann2014-09-191-1/+1
* Fix failing assertion when compiling self-referencing QML singletonSimon Hausmann2014-09-111-6/+7
* V4: disable type inference and loop peeling for the interpreter.Erik Verbruggen2014-08-267-21/+39
* Fix QML2 hang on gcc 4.6.3 armhfPelle Johnsen2014-08-251-4/+8
* Update license headers and add new licensesJani Heikkinen2014-08-2521-395/+227
* v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-222-1/+3
* V4 IR: Add loop peeling.Erik Verbruggen2014-08-183-23/+243
* V4 IR: add immediate dominator re-calculation.Erik Verbruggen2014-08-183-98/+276
* CleanupSimon Hausmann2014-08-157-121/+118
* V4 IR: change IR printing to be more readable.Erik Verbruggen2014-08-133-127/+145
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-121-6/+8
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-6/+8
| |\
| | * Fix crash when loading invalid QML with behavior on invalid group propertySimon Hausmann2014-08-081-6/+8
* | | V4 JIT: tune generated instructions for inplace binopsErik Verbruggen2014-08-121-4/+13
|/ /
* | V4 IR: extend BasicBlockSet functionality.Erik Verbruggen2014-08-081-4/+72
* | V4: add more line number information.Erik Verbruggen2014-08-082-52/+57
* | Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-081-1/+2
* | Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-077-8/+22
* | Make ssa compile on Android with gcc 4.6Laszlo Agocs2014-08-041-14/+15
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-2/+2
|\|
| * Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-261-2/+2
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-15/+26
|\|
| * V4: work around a bug in libc++'s std::vector<bool>Erik Verbruggen2014-07-241-8/+23
* | V4 IR: loop detection: also record loop information separately.Erik Verbruggen2014-07-241-7/+133
* | V4 IR: change dominator tree to hold on to less memory.Erik Verbruggen2014-07-241-59/+72
* | V4 IR: add IR verification functions.Erik Verbruggen2014-07-241-1/+183
* | V4 IR: change debug code enabling to use compile-time constantsErik Verbruggen2014-07-241-50/+68
* | V4 IR: copy arguments to temps at function start.Erik Verbruggen2014-07-233-0/+48
* | qml: Make ownership of CompiledUnit more clearHolger Hans Peter Freyther2014-07-212-5/+4
* | V4 IR: (natural) loop detection.Erik Verbruggen2014-07-045-81/+291
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-0/+8
|\|
| * Fix Stmt:Data object leakLiang Jian2014-06-131-0/+8
* | Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-251-1/+1