aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/compiler.pri
Commit message (Expand)AuthorAgeFilesLines
* Tighten QML cache version checkingSimon Hausmann2018-03-201-2/+0
* Drop the qml-interpreter featureUlf Hermann2018-01-101-9/+4
* Get rid of the specialized Moth::CompilationUnitLars Knoll2017-08-311-2/+0
* Move Codegen::ScanFunctions into it's own fileLars Knoll2017-07-031-0/+2
* Split up qv4codegen into several filesLars Knoll2017-07-031-0/+3
* Remove now unused filesLars Knoll2017-06-301-7/+2
* Remove the old compiler pipelineLars Knoll2017-06-221-8/+2
* Move the Moth CompilationUnit into it's own fileLars Knoll2017-06-221-0/+2
* Add a BytecodeGenerator classLars Knoll2017-06-191-0/+2
* Fix gcc5 miscompile of qle_bitfieldVille Voutilainen2017-06-081-0/+4
* Add qtConfig(dlopen) check before adding libdlKimmo Ollila2017-05-041-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-271-2/+1
|\
| * switch to new way to refer to libdlOswald Buddenhagen2017-04-111-1/+1
* | Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-061-2/+4
* | Include the interpreter codegen and QML cache saving code in qmldevtoolsSimon Hausmann2017-01-281-4/+4
|/
* Improve QML development experienceSimon Hausmann2016-10-181-0/+1
* Make the Moth interpreter configurableLars Knoll2016-10-101-4/+10
* Enable disk caching on WindowsSimon Hausmann2016-08-101-0/+1
* Reduce file descriptor pressure on Unix platformsSimon Hausmann2016-08-091-0/+2
* Separate header verification and mmap handling of CompiledData::UnitSimon Hausmann2016-08-091-2/+4
* Separate QQmlPropertyValidator into a standalone fileSimon Hausmann2016-06-171-2/+4
* File naming cleanupSimon Hausmann2016-06-151-2/+4
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-6/+16
* Cleanup, part 2Simon Hausmann2014-03-181-2/+2
* Move JIT infrastructure into it's own directoryLars Knoll2014-02-221-8/+0
* [new compiler] CleanupsSimon Hausmann2014-01-081-2/+4
* Fix build on ARM in ARM mode (instead of thumb2)Simon Hausmann2013-10-171-7/+4
* Beginning of a new qml parserSimon Hausmann2013-09-081-2/+4
* wince: Build fix, disable the assembler when JIT is disabled.Sérgio Martins2013-08-291-2/+5
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-0/+4
|\
| * Initial version of generator for new data structuresSimon Hausmann2013-08-151-0/+4
* | Add linear scan register allocation.Erik Verbruggen2013-08-191-2/+4
|/
* The Moth VME is actually part of the runtime, not the compilerLars Knoll2013-08-081-3/+1
* Restructure source codeLars Knoll2013-08-081-0/+27