aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor marking GC'ed objectsLars Knoll2013-11-051-5/+5
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-15/+8
* Remove qv4unwindhelper classLars Knoll2013-10-291-1/+0
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-1/+4
* Fix possible crashesLars Knoll2013-10-111-4/+9
* Mark strings stored in the lookupsLars Knoll2013-10-111-0/+2
* Remove more uses of ValueLars Knoll2013-10-021-4/+3
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-1/+6
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-4/+4
* Fix destruction of QV4::CompiledData::CompilationUnit objectsSimon Hausmann2013-09-201-9/+21
* Fix crash in QV4::CompiledData::CompilationUnitSimon Hausmann2013-09-201-1/+2
* Cleanup: Fold CompiledData::Value into CompiledData::BindingSimon Hausmann2013-09-201-0/+18
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-2/+4
|\
| * Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-1/+1
| * Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+3
* | Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-1/+1
|\|
| * Properly unwind the js stack for generated codeLars Knoll2013-09-111-1/+1
* | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-1/+2
|/
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-2/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-0/+2
* Temporarily collect a map of all functions in the engineSimon Hausmann2013-09-021-0/+2
* Cleanup: Determine the root/entry function in isel independent codeSimon Hausmann2013-08-191-2/+2
* Prospective build fix for namespaced Qt buildsSimon Hausmann2013-08-181-0/+4
* Fix invalid reads with stringsSimon Hausmann2013-08-181-2/+2
* Merge Function::init with the constructorSimon Hausmann2013-08-161-4/+0
* Eliminate all vm functions on the isel sideSimon Hausmann2013-08-161-0/+4
* Get rid of the functions list in QV4::ExecutionEngineSimon Hausmann2013-08-161-1/+17
* Refcount the compilation unit and remove refcount from runtime functionSimon Hausmann2013-08-161-0/+1
* Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-0/+15
* Store line number mappings in the compiled functionSimon Hausmann2013-08-161-5/+0
* Ported regular expressions over to be run-time generated dataSimon Hausmann2013-08-161-0/+18
* Fix crashes with unmarked runtime stringsSimon Hausmann2013-08-151-0/+10
* Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-151-0/+23
* Prepare MASM for better runtime string handlingSimon Hausmann2013-08-151-4/+4
* Move the masm compilation unit entirely into qv4isel_masmSimon Hausmann2013-08-151-24/+0
* Fix writing the function offset table and initialize the pointer to the compi...Simon Hausmann2013-08-151-1/+20
* Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-0/+23
* Initial version of generator for new data structuresSimon Hausmann2013-08-151-0/+57