aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix break without identifier in labelled loopSimon Hausmann2013-01-041-0/+1
* Produce a syntax error when a break appears outside of an iterationSimon Hausmann2013-01-041-1/+3
* Fix hang in do-while loops with continue statement in the bodySimon Hausmann2013-01-041-1/+7
* Set data properties using __defineOwnProperties__Lars Knoll2013-01-046-14/+65
* Throw syntax errors with duplicated values in Object literalsLars Knoll2013-01-041-25/+41
* Add fast conversion of a string to an array indexLars Knoll2013-01-042-0/+20
* Correctly size arrays with trailing elisionsLars Knoll2013-01-041-2/+5
* Implement { get/set ... }Lars Knoll2013-01-036-2/+76
* Replace WTF::Vector with a tiny std::vector wrapperSimon Hausmann2013-01-035-1361/+68
* Get rid of unused FastMalloc definitionsSimon Hausmann2013-01-035-709/+94
* Fix remaining number-to-string failures in chapter 9Simon Hausmann2013-01-0322-2/+6010
* Fix compilation with clang on Mac OS XSimon Hausmann2013-01-033-2/+13
* Clean up memory manager ownershipSimon Hausmann2013-01-033-6/+6
* Get rid of wtf/StackBoundsSimon Hausmann2013-01-034-396/+16
* Save some memoryLars Knoll2013-01-032-14/+13
* Move the mark and inUse bits into the Managed classLars Knoll2013-01-034-110/+67
* Simplify and fix memory managementLars Knoll2013-01-032-122/+91
* Remove unused memory manager classesLars Knoll2013-01-033-40/+5
* Move the Managed class into it's own fileLars Knoll2013-01-035-48/+152
* Another fix to the temp compression.Erik Verbruggen2012-12-201-15/+17
* Change the interpreter's stack frame to be allocated with alloca.Erik Verbruggen2012-12-195-153/+7
* Changed GC heap chunks to be allocated from separate page allocationsSimon Hausmann2012-12-181-13/+16
* Updated wtf and masm from upstream (r137997)Simon Hausmann2012-12-1849-379/+2876
* Debugging fixes.Erik Verbruggen2012-12-183-5/+13
* Set the argumentCount in the Context to the length of arguments.Erik Verbruggen2012-12-181-0/+1
* Fix temp compression, and actually add var decl instructions.Erik Verbruggen2012-12-181-0/+7
* Fix liveness analyses for hidden exception handling TEMPs.Erik Verbruggen2012-12-182-7/+19
* Fix instruction tracing.Erik Verbruggen2012-12-182-5/+5
* Fix moth isel for typeof.Erik Verbruggen2012-12-183-13/+72
* Remove unused variableSimon Hausmann2012-12-181-2/+1
* More compilation fixes.Erik Verbruggen2012-12-182-0/+7
* Added check for formal parameter names in strict mode.Erik Verbruggen2012-12-181-31/+57
* Fix compilation after changes in the QML parser.Erik Verbruggen2012-12-182-2/+16
* Allow to run tests in parallel.Jędrzej Nowacki2012-12-181-24/+37
* ensure correct initialization order for local variablesLars Knoll2012-12-182-41/+70
* For the JIT enable the memory manager that traverses the native stack for ref...Simon Hausmann2012-12-171-1/+1
* Fix native stack traversalSimon Hausmann2012-12-172-8/+34
* Fix a bug in catch{}finally{} and simplify codeLars Knoll2012-12-179-42/+38
* Resolve argument names from right to leftLars Knoll2012-12-172-21/+23
* Avoid lookup of locals and formals when possibleLars Knoll2012-12-171-16/+22
* Allow the compiler to inlineLars Knoll2012-12-173-12/+12
* Smaller cleanups and code simplificationsLars Knoll2012-12-171-9/+10
* Cleanup constructor handlingLars Knoll2012-12-174-84/+31
* Fix return value corruption in masm codegenerationLars Knoll2012-12-171-2/+2
* Fix delete operator on local variable and argumentsLars Knoll2012-12-141-0/+10
* Fix a bug in the construct method of Function objectsLars Knoll2012-12-141-3/+11
* Fix a bug in the Object contructorLars Knoll2012-12-141-1/+4
* Micro optimization of StringPoolJędrzej Nowacki2012-12-144-5/+8
* Remove ExecutionEngine::identifiers.Jędrzej Nowacki2012-12-142-6/+1
* Small cleanups for ArgumentsObjectLars Knoll2012-12-141-11/+16