summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Store the global object as an Object pointer in the engineLars Knoll2013-04-081-1/+1
* Check if "use strict" has no escaped chars.Erik Verbruggen2013-03-181-1/+1
* Rename qmljs_runtime to qv4runtimeLars Knoll2013-03-141-1/+1
* Rename qmljs_environment.* to qv4context.*Lars Knoll2013-03-141-1/+1
* "Fix" llvm build.Erik Verbruggen2013-03-071-0/+5
* Cleanup put and properly implement it for stringsLars Knoll2013-03-071-2/+2
* First part of moving get/put etc. into the Managed vtbl.Lars Knoll2013-03-071-1/+1
* Get rid of 'Value ExecutionEngine::exception' memberSimon Hausmann2013-03-061-5/+4
* Move function execution into a little ExecutionEngine::run helper functionSimon Hausmann2013-03-051-13/+5
* Cleanup: Get rid of manual unwind stackSimon Hausmann2013-03-041-1/+2
* Implement JavaScript exceptions using C++ exceptionsSimon Hausmann2013-03-031-20/+20
* Tool to generate FDE and CIE tables using libdwarfSimon Hausmann2013-02-272-0/+380
* Silence compilerLars Knoll2013-02-141-1/+1
* Move call/construct over into the new vtable.Lars Knoll2013-02-141-2/+12
* Fix print and gc in builtin v4 methodSimon Hausmann2013-02-141-34/+4
* Implement a first iteration of the fast property lookup schemeLars Knoll2013-02-121-0/+1
* Remove unnecessary sys/mman.h inclusionSimon Hausmann2013-02-091-1/+0
* Fix exports in v4 binarySimon Hausmann2013-02-091-3/+3
* Fixed the llvm bits of the build process.Erik Verbruggen2013-02-062-17/+19
* Avoid duplicated feature defines between tools/v4/v4.pro and src/v4/v4.proSimon Hausmann2013-02-011-16/+1
* Build fix.Jędrzej Nowacki2013-02-011-0/+5
* Re-enable llvm code in main.Erik Verbruggen2013-01-311-1/+0
* Fix compilation on Mac with clang.Erik Verbruggen2013-01-311-1/+1
* Make things more compliant with a regular Qt moduleLars Knoll2013-01-313-0/+446