aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v4/qdeclarativev4irbuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarativeV4 -> QV4Aaron Kennedy2011-10-121-1325/+0
* Get rid of QDeclarativeUtilsKent Hansen2011-09-191-2/+1
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-2/+2
* Merge IR::Module and IR::Function.Roberto Raggi2011-08-301-17/+12
* Speedup the V4 code generation.Roberto Raggi2011-08-301-8/+21
* Use QDeclarativePool to allocate the V4 instructions.Roberto Raggi2011-08-301-4/+5
* Change the V4 IR so it can be stored in a memory pool.Roberto Raggi2011-08-301-4/+7
* Some lexer improvement, mostly by avoiding QChar::isWhatever()Martin Jones2011-08-301-1/+2
* Improve performance of the QML front-endAaron Kennedy2011-08-301-8/+8
* Remove some QHash and QLists.Aaron Kennedy2011-08-301-1/+1
* More efficient type name cacheAaron Kennedy2011-08-301-46/+45
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-1/+1
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-121-2/+2
* Merge branch 'v8'Aaron Kennedy2011-07-081-9/+8
|\
| * Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-041-7/+7
| * Initial V8 integrationAaron Kennedy2011-06-061-2/+1
* | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
|/
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+1315