1. 13e02b9 Refactored the interpreter and JIT so they don't dictate closure layout by ggaren@apple.com · 13 years ago
  2. 5e7efa3 [Qt] r129045 broke the ARM build https://bugs.webkit.org/show_bug.cgi?id=97195 by rgabor@webkit.org · 13 years ago
  3. 3d648d8 OSR exit sometimes neglects to create the arguments object by ggaren@apple.com · 13 years ago
  4. 607344f REGRESSION(r128802): It made some JS tests crash by fpizlo@apple.com · 13 years ago
  5. 97af576 DFG should not assume that a ByVal access is generic just because it was unprofiled by fpizlo@apple.com · 13 years ago
  6. 69e2784 DFG should not emit PutByVal hole case unless it has to by fpizlo@apple.com · 13 years ago
  7. 497c751 DFG should not call out to C++ every time that it tries to put to an object that doesn't yet have array storage by fpizlo@apple.com · 13 years ago
  8. 53090e4 Include PhantomArguments in DFGDisassembly by fpizlo@apple.com · 13 years ago
  9. beed79a REGRESSION(r128802): It made some JS tests crash by fpizlo@apple.com · 13 years ago
  10. 53d4064 Use WTF::HasTrivialDestructor instead of compiler-specific versions in JSC::NeedsDestructor by mhahnenberg@apple.com · 13 years ago
  11. c17054c DFGOperations doesn't use NativeCallFrameTracer in enough places by fpizlo@apple.com · 13 years ago
  12. 8e16c49c Not reviewed. Attempt at greening the WinCairo bot. Touching by mark.lam@apple.com · 13 years ago
  13. 3af1cf1 [Qt] REGRESSION(r128790): It broke the ARM build by kadam@inf.u-szeged.hu · 13 years ago
  14. 6355fa2 Fix for WinCairo builds. https://bugs.webkit.org/show_bug.cgi?id=96992. by mark.lam@apple.com · 13 years ago
  15. 5d985e0 Unreviewed, fix sloppy English in comment. by fpizlo@apple.com · 13 years ago
  16. 7c7e427 Unreviewed, rolling out r128826 and r128813. by ossy@webkit.org · 13 years ago
  17. af710d8 Refactored the arguments object so it doesn't dictate closure layout by ggaren@apple.com · 13 years ago
  18. e94d100 32-bit LLInt get_by_val does vector length checks incorrectly by fpizlo@apple.com · 13 years ago
  19. 769426f Versioning. by lforschler@apple.com · 13 years ago
  20. b9840ea We don't have a bad enough time if an object's prototype chain crosses global objects by fpizlo@apple.com · 13 years ago
  21. 117f502 Unreviewed, fix a broken assertion in offlineasm. by fpizlo@apple.com · 13 years ago
  22. 2308d78 Fixing broken JSC ChangeLog by mhahnenberg@apple.com · 13 years ago
  23. 013fd88 Delayed structure sweep can leak structures without bound by mhahnenberg@apple.com · 13 years ago
  24. 1c4a32c If a prototype has indexed setters and its instances have indexed storage, then all put_by_val's should have a bad time by fpizlo@apple.com · 13 years ago
  25. c7be5be0 Array profiling has convergence issues by fpizlo@apple.com · 13 years ago
  26. e167312 Not reviewed. Added svn:eol-style native to unbreak some build bots. by mark.lam@apple.com · 13 years ago
  27. 1a6f376 Added MSVC project changes to enable building the llint. by mark.lam@apple.com · 13 years ago
  28. 2e0fea1 JSObject.cpp and JSArray.cpp have inconsistent tests for the invalid array index case by fpizlo@apple.com · 13 years ago
  29. 6ee5c9d Following the Butterfly refactoring, the comment for lastArraySize was not updated by fpizlo@apple.com · 13 years ago
  30. 2840a27 Fixed JSLock to use the platform abstraction for Mutex instead of by mark.lam@apple.com · 13 years ago
  31. 6e0a9ed Structure check hoisting fails to consider the possibility of conflicting checks on the source of the first assignment to the hoisted variable by fpizlo@apple.com · 13 years ago
  32. 9cedb5d All of the things in SparseArrayValueMap should be out-of-line by fpizlo@apple.com · 13 years ago
  33. 7415e10 JSC should throw a more descriptive exception when blocking 'eval' via CSP. by commit-queue@webkit.org · 13 years ago
  34. c9f1612 bbc homepage crashes immediately by fpizlo@apple.com · 13 years ago
  35. 79bb5eb Remove webkitPostMessage https://bugs.webkit.org/show_bug.cgi?id=96577 by abarth@webkit.org · 13 years ago
  36. 8de23a3 [Qt] Make force_static_libs_as_shared work on Mac OS by vestbo@webkit.org · 13 years ago
  37. afc8437 Fix interpreter build https://bugs.webkit.org/show_bug.cgi?id=96617 by hausmann@webkit.org · 13 years ago
  38. 1799880 [BlackBerry] Switching from Slogger to Slogger2 requires changes in CMakeList of by commit-queue@webkit.org · 13 years ago
  39. 76e50b1 Remove the Zapped BlockState https://bugs.webkit.org/show_bug.cgi?id=96708 by mhahnenberg@apple.com · 13 years ago
  40. 5d3f645 Make compile with both OS(WINCE) and PLATFORM(QT) support by commit-queue@webkit.org · 13 years ago
  41. 81c360e Refactored the DFG to make fewer assumptions about variable capture by ggaren@apple.com · 13 years ago
  42. 5ea5978 Improve the SourceProvider hierarchy by benjamin@webkit.org · 13 years ago
  43. 00298b9 DFG: Dead GetButterfly's shouldn't be subject to CSE by fpizlo@apple.com · 13 years ago
  44. 62f4d0e Make global const initialisation explicit in the bytecode by oliver@apple.com · 13 years ago
  45. 4930320 Rename forEachCell to forEachLiveCell by mhahnenberg@apple.com · 13 years ago
  46. 4ef04bf [Qt][Win] REGRESSION(r128400): It broke the build by loislo@chromium.org · 13 years ago
  47. 6f88333 Testing whether indexing type is ArrayWithArrayStorage should not compare against ArrayWithArrayStorage by fpizlo@apple.com · 13 years ago
  48. d8dd053 JSC should have property butterflies by fpizlo@apple.com · 13 years ago
  49. 0206200 Refactor Opcodes to distinguish between core and extension opcodes. by commit-queue@webkit.org · 13 years ago
  50. 51bbe0a 2012-09-11 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 13 years ago
  51. c539794 2012-09-11 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 13 years ago
  52. 0030e13 Don't allocate a backing store just for a function's name by ggaren@apple.com · 13 years ago
  53. 86f589c IncrementalSweeper should not sweep/free Zapped blocks by mhahnenberg@apple.com · 13 years ago
  54. 06a8bb6 JSActivation should inline allocate its registers, and eliminate by ggaren@apple.com · 13 years ago
  55. 22896bd Fix build break with LLINT on 32bit machine after r128219 by ryuan.choi@samsung.com · 13 years ago
  56. 1fd8427 Build fixed for http://trac.webkit.org/changeset/128243 by msaboff@apple.com · 13 years ago
  57. b0ed152 Build fixed for http://trac.webkit.org/changeset/128243 by msaboff@apple.com · 13 years ago
  58. ac39e69 Update ICU header files to more recent version by msaboff@apple.com · 13 years ago
  59. 431ac37 OS X port should compile with newer versions of clang by mlilek@apple.com · 13 years ago
  60. 4cafdbd LLInt should optimize and profile array length accesses by fpizlo@apple.com · 13 years ago
  61. 7208060 [EFL] Rewrite the EFL-related Find modules by rakuco@webkit.org · 13 years ago
  62. 10e70b0 [EFL] Unreviewed build fix after r128065. by rakuco@webkit.org · 13 years ago
  63. bd52e3e Remove m_classInfo from JSCell https://bugs.webkit.org/show_bug.cgi?id=96311 by mhahnenberg@apple.com · 13 years ago
  64. 6159e5f Added large allocation support to MarkedSpace by ggaren@apple.com · 13 years ago
  65. 3dd01f5 Try to fix the Windows (32-bit) build. by ggaren@apple.com · 13 years ago
  66. 84a6102 DFG misses arguments tear-off for function.arguments if 'arguments' is used by ggaren@apple.com · 13 years ago
  67. 5e60588 offlineasm has some impossible to implement, and unused, instructions by fpizlo@apple.com · 13 years ago
  68. 63a291e Refactored op_tear_off* to support activations that don't allocate space for 'arguments' by ggaren@apple.com · 13 years ago
  69. 9d9745e [JSC] Use StringBuilder::appendNumber() instead of String::number() by paroga@webkit.org · 13 years ago
  70. a57e671 Combine MarkStack and SlotVisitor into single class by mhahnenberg@apple.com · 13 years ago
  71. c3f4dbd [EFL] JIT memory usage is not retrieved by commit-queue@webkit.org · 13 years ago
  72. 934f408 [CMake][EFL] Enable the LLInt https://bugs.webkit.org/show_bug.cgi?id=92682 by commit-queue@webkit.org · 13 years ago
  73. fce6c13 Unreviewed. Fix make distcheck. by carlosgc@webkit.org · 13 years ago
  74. 88e66d6 Source/JavaScriptCore: Fixed a few llint C++ interpreter bugs. by commit-queue@webkit.org · 13 years ago
  75. 4d25597 Add StringBuilder::appendNumber() and use it by paroga@webkit.org · 13 years ago
  76. 93e6a74 Make the String initialization on the function side of String::number() by paroga@webkit.org · 13 years ago
  77. e799660 Rolled out <http://trac.webkit.org/changeset/127939> because it broke by ggaren@apple.com · 13 years ago
  78. 7c849af LLInt buildfix for case sensitive filesystems by ossy@webkit.org · 13 years ago
  79. c9b7a20 Rename the ustring() accessor to string() by benjamin@webkit.org · 13 years ago
  80. 61e408f Versioning. by lforschler@apple.com · 13 years ago
  81. a5e3a16 CALLFRAME_OFFSET and EXCEPTION_OFFSET are same in ctiTrampoline on ARM Thumb2 by barraclough@apple.com · 13 years ago
  82. c9b3da7 Unreviewed, rolling out r127938. by commit-queue@webkit.org · 13 years ago
  83. 640e9be Refactored bytecode generator initialization to support moving captured vars around by ggaren@apple.com · 13 years ago
  84. b3fcc5a Source/JavaScriptCore: Fix a llint C++ interpreter bugs. by commit-queue@webkit.org · 13 years ago
  85. 885da32 Object.prototype.__define{G,S}etter__ with non-callable second parameter should throw TypeError instead of SyntaxError by barraclough@apple.com · 13 years ago
  86. 66b96f2 JSC should have a zombie mode https://bugs.webkit.org/show_bug.cgi?id=96047 by mhahnenberg@apple.com · 13 years ago
  87. f820008 Source/JavaScriptCore: Rolled back in <http://trac.webkit.org/changeset/127698> with a fix for by ggaren@apple.com · 13 years ago
  88. f25bc16 16 bit JSRopeString up converts an 8 bit fibers to 16 bits during resolution by msaboff@apple.com · 13 years ago
  89. 9bab516 JS test suite puts incorrect limitations on Function.toString() by barraclough@apple.com · 13 years ago
  90. 3785b2d Performance regressions on 32-bit platforms with revisions 125637 and 126387 by yuqiang.xian@intel.com · 13 years ago
  91. b692087 Rolled out <http://trac.webkit.org/changeset/127698> because it broke by ggaren@apple.com · 13 years ago
  92. 8a89a85 Renamed useYarrJIT() option to useRegExpJIT(). Also fixed regression in by commit-queue@webkit.org · 13 years ago
  93. 4da462c Build fix for Interpreter after r127698. by paroga@webkit.org · 13 years ago
  94. d9e9629 Named functions should not allocate scope objects for their names by ggaren@apple.com · 13 years ago
  95. 9b6b67b a = data[a]++; sets the wrong key in data by barraclough@apple.com · 13 years ago
  96. e3aa3f5 Bug, assignment within subscript of prefix/postfix increment of bracket access by barraclough@apple.com · 13 years ago
  97. ff7867a Merge prefix/postfix nodes https://bugs.webkit.org/show_bug.cgi?id=95898 by barraclough@apple.com · 13 years ago
  98. 229ad85 Remove use of JSCell::classInfoOffset() from tryCacheGetByID by mhahnenberg@apple.com · 13 years ago
  99. 6e30982 Throw exceptions when assigning to const in strict mode by ggaren@apple.com · 13 years ago
  100. 3413a01 Refactored callee access in the DFG to support it in the general case by ggaren@apple.com · 13 years ago