aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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