aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Restructure source codeLars Knoll2013-08-08115-247/+40
* Remove the llvm isel backendLars Knoll2013-08-086-2204/+0
* Optimize the JS == operatorLars Knoll2013-08-077-57/+59
* Remove context argument from most binopsLars Knoll2013-08-0711-98/+164
* Speed up JS comparison operationsLars Knoll2013-08-074-55/+64
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-067-29/+18
|\
| * Merge branch 'stable' into devSergio Ahumada2013-08-057-29/+18
| |\
| | * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-266-13/+16
| | |\
| | | * Doc: Link to QML Qt object in relevant locationsTopi Reinio2013-07-252-1/+6
| | | * Doc: Modified the term for the Qt global object.Jerome Pasion2013-07-251-4/+1
| | | * Link between "QML Basic Type: date" and QML Date object documentation.Mitch Curtis2013-07-233-8/+9
| | * | Always use QDir::exists() for checking if something existsAndy Shaw2013-07-251-16/+2
| | |/
* | | Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-06256-24812/+48312
|\ \ \
| * | | Fix integer preserving arithmetics with the interpreterSimon Hausmann2013-08-053-20/+53
| * | | Fix line number resolution with the interpreter and try {} catch {}Simon Hausmann2013-08-051-1/+5
| * | | Optimize lookups in the property cacheLars Knoll2013-08-051-3/+3
| * | | Fix stack traces into interpreter codeSimon Hausmann2013-08-051-0/+1
| * | | MacOS: get instruction stream after closing buffer.Erik Verbruggen2013-07-311-1/+1
| * | | Fix various QList<qreal> property related auto test failures in release buildsSimon Hausmann2013-07-261-1/+1
| * | | std:: fixes to make qtdeclarative closer to compilable with QNX NDK.Petr Nejedly2013-07-262-2/+2
| * | | Initial support for debugging in the v4 interpreterSimon Hausmann2013-07-2611-275/+296
| * | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into m...Simon Hausmann2013-07-262-0/+16
| |\ \ \
| * | | | Fix tst_QJSValueIterator::iterateString() on Mac OS XSimon Hausmann2013-07-232-13/+12
| * | | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-2213-28/+92
| |\ \ \ \
| * | | | | Revert partially "Remove some unused code and forward declarations"Marco Bubke2013-07-182-0/+7
| * | | | | Fix JavaScript stack back trace generation in release builds on WindowsSimon Hausmann2013-07-171-13/+0
| * | | | | Implement gcc compatible exception throwing using _Unwind_RaiseExceptionSimon Hausmann2013-07-174-1/+164
| * | | | | Fix exception handling with MinGW on ia32Simon Hausmann2013-07-122-5/+2
| * | | | | Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-1217-87/+217
| * | | | | Fix registration of unwind tables on AndroidSimon Hausmann2013-07-101-1/+10
| * | | | | Cleanup: Remove ExternalResource from QV4::ObjectPeter Varga2013-07-102-11/+0
| * | | | | Fix rare crashes in release builds on Windows with exceptionsSimon Hausmann2013-07-104-110/+241
| * | | | | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-0525-50/+43
| * | | | | Introduce PhysicalRegister and StackSlot Temps.Erik Verbruggen2013-07-052-3/+85
| * | | | | Rename V4IR::InstructionSelection to V4IR::IRDecoder.Erik Verbruggen2013-07-054-8/+8
| * | | | | Fix crashes in tst_qquickvisualdatamodelSimon Hausmann2013-07-052-2/+2
| * | | | | Fix regression in tst_qqmlecmascript::signalAssignmentSimon Hausmann2013-07-057-37/+109
| * | | | | Add lifetime interval calculation.Erik Verbruggen2013-07-0412-210/+587
| * | | | | JIT: support WIN64Erik Verbruggen2013-07-031-1/+25
| * | | | | Cleanup: Remove unnecessary use of ReturnValueRegisterSimon Hausmann2013-07-031-3/+1
| * | | | | Get rid of the signal expression rewriterSimon Hausmann2013-07-0315-722/+83
| * | | | | QNX-specific implementation of the stack base retrieval.Petr Nejedly2013-07-031-1/+10
| * | | | | Fix automatic semicolon insertion. Again.Erik Verbruggen2013-07-021-1/+2
| * | | | | Replace us of v4 identifiers for object id mapping in qml compilerSimon Hausmann2013-07-024-8/+18
| * | | | | Fix qqmlecmascript::sequenceConversionThreads with aggressive GCSimon Hausmann2013-07-015-10/+10
| * | | | | Fix incorrect automatic context memory management when using pushGlobalContext()Simon Hausmann2013-06-301-0/+2
| * | | | | Fix an obvious typo in the pool allocation sizing.Petr Nejedly2013-06-291-1/+1
| * | | | | Fix crashes when GC triggers inside allocation inside initCallContextSimon Hausmann2013-06-283-33/+35
| * | | | | Prospective MSVC build fixSimon Hausmann2013-06-282-4/+4
| * | | | | Fix IdentifierHash::findId()Lars Knoll2013-06-281-1/+2