aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add 28 QList::reserve() callsSérgio Martins2015-06-081-0/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-1/+1
|\
| * Fix uninitialized variables/dataSimon Hausmann2015-04-291-1/+1
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-2/+2
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Cleanup: Simplify CompiledData::Unit structure to always include the string t...Simon Hausmann2014-09-241-10/+15
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* CleanupSimon Hausmann2014-08-151-6/+8
* Fix crash on host/target word size mismatchesSimon Hausmann2014-05-091-5/+1
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-3/+2
* V4 string table cleanupsSimon Hausmann2014-03-281-15/+15
* Various cleanupsSimon Hausmann2014-03-281-39/+54
* Remove unused entries in CompiledDataLars Knoll2014-03-071-4/+2
* Add a Line instruction to the interpreterLars Knoll2014-03-071-22/+0
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-5/+3
* Clean up our internal namespacesLars Knoll2014-02-231-17/+17
* [new compiler] Cleanup empty string handlingSimon Hausmann2014-02-041-0/+2
* Implement Lookup::indexedSetterLars Knoll2014-01-311-0/+9
* Use lookups for indexed accessesLars Knoll2014-01-201-0/+10
* Clean up property dependency data structuresSimon Hausmann2013-12-051-64/+27
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-10/+6
* Simplify & speed up function callingLars Knoll2013-11-091-0/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-2/+2
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-13/+82
* Speed up id object lookupsSimon Hausmann2013-10-291-2/+25
* Add a constant table to the compiled dataLars Knoll2013-10-291-2/+17
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-0/+1
* [new compiler] Improve error reportingSimon Hausmann2013-09-121-0/+3
* Beginning of a new qml parserSimon Hausmann2013-09-081-5/+12
* Get rid of engine pointer in iselSimon Hausmann2013-08-181-1/+1
* Initial port of moth to the new compile data structuresSimon Hausmann2013-08-161-2/+4
* Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-2/+54
* Cleanup: Store lookup tables inside the CompilationUnitSimon Hausmann2013-08-161-6/+4
* Store line number mappings in the compiled functionSimon Hausmann2013-08-161-5/+32
* Ported regular expressions over to be run-time generated dataSimon Hausmann2013-08-161-1/+23
* Fix valgrind errors in strings in compiled dataSimon Hausmann2013-08-151-1/+1
* Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-151-1/+36
* Store the file name per compilation unit, not per compiled functionSimon Hausmann2013-08-151-2/+2
* Move codeRef out of QV4::FunctionSimon Hausmann2013-08-151-7/+4
* Move QV4::Function::sourceFile to CompiledFunctionSimon Hausmann2013-08-151-0/+2
* Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-151-1/+9
* Fix writing the function offset table and initialize the pointer to the compi...Simon Hausmann2013-08-151-4/+4
* Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-1/+1
* Initial version of generator for new data structuresSimon Hausmann2013-08-151-0/+170