aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
Commit message (Expand)AuthorAgeFilesLines
* [new compiler] Add support for value interceptors / on-assignmentsSimon Hausmann2014-01-171-1/+2
* [new compiler] Initial support for QQuick state changesSimon Hausmann2014-01-171-1/+1
* [new compiler] Preliminary support for script string propertiesSimon Hausmann2014-01-171-0/+1
* Classify as Q_PRIMITIVE_TYPE a few private types.Sérgio Martins2014-01-091-0/+2
* Simplify & speed up function callingLars Knoll2013-11-091-1/+2
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-4/+10
* Speed up id object lookupsSimon Hausmann2013-10-291-2/+11
* Add a constant table to the compiled dataLars Knoll2013-10-291-1/+7
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-211-2/+6
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-1/+1
* Remove more uses of ValueLars Knoll2013-10-021-1/+1
* Fix invalid alias error reporting in new compilerSimon Hausmann2013-09-301-0/+1
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-1/+1
* [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-201-1/+5
* Fix destruction of QV4::CompiledData::CompilationUnit objectsSimon Hausmann2013-09-201-0/+1
* Fix crash in QV4::CompiledData::CompilationUnitSimon Hausmann2013-09-201-0/+1
* [new compiler] Initial support for componentsSimon Hausmann2013-09-201-0/+1
* [new compiler] Cleanup attached and group property determinationSimon Hausmann2013-09-201-1/+3
* [new compiler] Initial support for attached propertiesSimon Hausmann2013-09-201-3/+3
* [new compiler] Initial implementation of signal handler supportSimon Hausmann2013-09-201-1/+8
* Cleanup: Fold CompiledData::Value into CompiledData::BindingSimon Hausmann2013-09-201-7/+19
* [new compiler] Initial support for group propertiesSimon Hausmann2013-09-201-0/+3
* [new compiler] Implement proper type resolutionSimon Hausmann2013-09-131-0/+12
* [new compiler] Improve error reportingSimon Hausmann2013-09-121-6/+8
* Fix error reporting timingSimon Hausmann2013-09-121-0/+1
* Fix error reporting for wrong signal parameter declarationsSimon Hausmann2013-09-081-6/+7
* Beginning of a new qml parserSimon Hausmann2013-09-081-25/+116
* Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-0/+2
* Temporarily collect a map of all functions in the engineSimon Hausmann2013-09-021-1/+1
* Cleanup: Determine the root/entry function in isel independent codeSimon Hausmann2013-08-191-1/+1
* Fix invalid reads with stringsSimon Hausmann2013-08-181-21/+22
* Get rid of the functions list in QV4::ExecutionEngineSimon Hausmann2013-08-161-1/+2
* Initial port of moth to the new compile data structuresSimon Hausmann2013-08-161-10/+1
* Get rid of the QV4::Function in the masm iselSimon Hausmann2013-08-161-1/+0
* Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-2/+29
* Cleanup: Store lookup tables inside the CompilationUnitSimon Hausmann2013-08-161-15/+21
* Store line number mappings in the compiled functionSimon Hausmann2013-08-161-3/+5
* Ported regular expressions over to be run-time generated dataSimon Hausmann2013-08-161-1/+21
* Fix crashes with unmarked runtime stringsSimon Hausmann2013-08-151-0/+4
* Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-151-0/+20
* Prepare MASM for better runtime string handlingSimon Hausmann2013-08-151-2/+2
* Initialize formals and locals from the compiled function data instead of in t...Simon Hausmann2013-08-151-0/+3
* Store the file name per compilation unit, not per compiled functionSimon Hausmann2013-08-151-1/+3
* Move codeRef out of QV4::FunctionSimon Hausmann2013-08-151-0/+3
* Move the masm compilation unit entirely into qv4isel_masmSimon Hausmann2013-08-151-13/+0
* Move QV4::Function::sourceFile to CompiledFunctionSimon Hausmann2013-08-151-0/+1
* Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-151-1/+8
* Fix writing the function offset table and initialize the pointer to the compi...Simon Hausmann2013-08-151-2/+8
* Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-0/+37