aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4
Commit message (Expand)AuthorAgeFilesLines
* Restructure source codeLars Knoll2013-08-08112-41087/+0
* Remove the llvm isel backendLars Knoll2013-08-086-2204/+0
* Optimize the JS == operatorLars Knoll2013-08-076-56/+58
* Remove context argument from most binopsLars Knoll2013-08-0711-98/+164
* Speed up JS comparison operationsLars Knoll2013-08-074-55/+64
* 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
* 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
* 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-1213-87/+213
* 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-054-9/+7
* 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-051-1/+1
* 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
* QNX-specific implementation of the stack base retrieval.Petr Nejedly2013-07-031-1/+10
* Fix qqmlecmascript::sequenceConversionThreads with aggressive GCSimon Hausmann2013-07-013-4/+4
* 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
* Fix compilation with clangLars Knoll2013-06-282-7/+5
* We need to allow storing the value of UINT_MAX as an identifierLars Knoll2013-06-281-2/+2
* Reuse the hash value inside identifier to hash themLars Knoll2013-06-283-20/+24
* Move the IdentifierTable into it's own fileLars Knoll2013-06-288-158/+288
* Convert QV8Engine::illegalNames() to use the identifier hashLars Knoll2013-06-281-0/+6
* Convert IdentifierHash to be template basedLars Knoll2013-06-283-106/+166
* Add a replacement for QQmlIntegerCacheLars Knoll2013-06-283-11/+190
* Rewrite identifier tableLars Knoll2013-06-287-41/+252
* Rename IdentifierHash to IdentifierTableLars Knoll2013-06-285-11/+11
* Introduce an Identifier classLars Knoll2013-06-287-56/+86
* Get rid of QHashedV4StringLars Knoll2013-06-282-8/+7
* A frozen class is also sealedLars Knoll2013-06-281-0/+1
* Some optimisations for QV4::ScriptLars Knoll2013-06-281-4/+13
* Speed up QV4::InternalClassLars Knoll2013-06-283-10/+141
* Fix daylight savings code on Windows altogetherSimon Hausmann2013-06-271-5/+4
* Fix a whole bunch of time conversion test failures on WindowsSimon Hausmann2013-06-271-2/+4
* Fix semingly random failing assertions in DefUsesCalculatorSimon Hausmann2013-06-271-0/+4