aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wince: Build fix, assert() is not present in this platform.Sérgio Martins2013-08-293-5/+14
* wince: Build fix, disable the assembler when JIT is disabled.Sérgio Martins2013-08-298-16/+18
* Generate code for conversion to signed int32.Erik Verbruggen2013-08-295-21/+94
* Generate code for conversion to boolean.Erik Verbruggen2013-08-293-5/+54
* qmltest: Add QTestDefinedVariablesCaroline Chao2013-08-281-1/+10
* qmltest: Register test object as a singletonCaroline Chao2013-08-282-11/+29
* V4 regalloc: fix off-by-one in availability calculation.Erik Verbruggen2013-08-281-26/+10
* V4 regalloc: do not overwrite register availability in hole.Erik Verbruggen2013-08-281-1/+1
* wince: Build fix, abort() is not available on this platformSergio Martins2013-08-282-3/+3
* Generate code conversion to double.Erik Verbruggen2013-08-286-11/+94
* wince: Build fix, CONST conflicts with Windows macros.Sérgio Martins2013-08-282-2/+12
* Fix unused variable warningKai Koehne2013-08-281-1/+1
* QQuickPlatformFileDialog: fix directoryEntered() signal connectionJ-P Nurmi2013-08-271-1/+1
* The fast and the furious, register drift.Erik Verbruggen2013-08-2711-422/+1047
* wince: vsnprintf is not available, use qvsnprintfSergio Martins2013-08-271-2/+3
* Silence MinGW/gcc-4.8.1 compiler warnings.Friedemann Kleint2013-08-262-60/+69
* Interpreter fixes.Erik Verbruggen2013-08-261-7/+15
* Allow for function declarations inside conditionalsSimon Hausmann2013-08-232-32/+0
* Don't crash with deferred propertiesAlan Alpert2013-08-221-1/+1
* TestLib: Fix regression in error location outputCaroline Chao2013-08-221-6/+6
* Cleanup: Rename overloaded () operators of CodeGen to more descriptive functi...Simon Hausmann2013-08-224-7/+7
* Cleanup: Separate JS environment scanner class declaration from definitionSimon Hausmann2013-08-222-306/+358
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-2217-33/+90
* Prospective build fix for shadow builds with MSVCSimon Hausmann2013-08-211-6/+6
* Change convertUInt32ToDouble to use an int scratch register.Erik Verbruggen2013-08-202-10/+12
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-2031-516/+1497
|\
| * Cleanup: Determine the root/entry function in isel independent codeSimon Hausmann2013-08-196-31/+7
| * Fix ARM buildSimon Hausmann2013-08-192-2/+3
| * Fix class vs. struct mismatchSimon Hausmann2013-08-191-1/+1
| * Prospective MSVC build fixSimon Hausmann2013-08-193-6/+6
| * Prospective build fix for namespaced Qt buildsSimon Hausmann2013-08-181-0/+4
| * Cleanup: Make isel subclass the unit generatorSimon Hausmann2013-08-184-49/+39
| * Get rid of engine pointer in iselSimon Hausmann2013-08-1810-26/+24
| * Fix invalid reads with stringsSimon Hausmann2013-08-183-25/+26
| * Fix eval operating on incorrect runtime dataSimon Hausmann2013-08-186-31/+51
| * Remove unused Function::engine member and line number mapping typeSimon Hausmann2013-08-162-10/+0
| * Merge Function::init with the constructorSimon Hausmann2013-08-165-31/+29
| * Eliminate all vm functions on the isel sideSimon Hausmann2013-08-169-46/+13
| * Use indices into the runtime functions array instead of function pointers in ...Simon Hausmann2013-08-165-9/+9
| * Get rid of the functions list in QV4::ExecutionEngineSimon Hausmann2013-08-168-32/+41
| * Refcount the compilation unit and remove refcount from runtime functionSimon Hausmann2013-08-166-26/+5
| * Reduce ExecutionEngine dependencies in the moth and masm iselSimon Hausmann2013-08-163-9/+9
| * Get rid of QV4::Function::lineNumberMappings by porting moth to the new mappingSimon Hausmann2013-08-162-8/+7
| * Get rid of QV4::Function::generatedValues by porting moths' regexps to runtim...Simon Hausmann2013-08-165-11/+14
| * Ported identifiers in moth to use runtime stringsSimon Hausmann2013-08-167-83/+87
| * Initial port of moth to the new compile data structuresSimon Hausmann2013-08-167-21/+66
| * Get rid of the QV4::Function in the masm iselSimon Hausmann2013-08-165-31/+21
| * Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-1611-16/+116
| * Cleanup: Store lookup tables inside the CompilationUnitSimon Hausmann2013-08-162-21/+25
| * Store line number mappings in the compiled functionSimon Hausmann2013-08-168-31/+84