1. 6a97645 Make SegmentedVector Noncopyable https://bugs.webkit.org/show_bug.cgi?id=112059 by oliver@apple.com · 12 years ago
  2. 75f804e Bring back eager resolution of function scoped variables by oliver@apple.com · 12 years ago
  3. 18bbb01 Be a little more conservative about emitting table-based switches by ggaren@apple.com · 12 years ago
  4. 5598c18 Replace ASSERT_NOT_REACHED with RELEASE_ASSERT_NOT_REACHED in JSC by oliver@apple.com · 12 years ago
  5. ece7404 Optimise more cases of op_typeof https://bugs.webkit.org/show_bug.cgi?id=103783 by oliver@apple.com · 12 years ago
  6. 31940df Replace (typeof(x) != <"object", "undefined", ...>) with by bfulgham@webkit.org · 12 years ago
  7. f72c11d Get rid of method_check https://bugs.webkit.org/show_bug.cgi?id=101147 by fpizlo@apple.com · 12 years ago
  8. c909f5f Bytecode should not have responsibility for determining how to perform non-local resolves by oliver@apple.com · 12 years ago
  9. 6d0087f Roll out r131645 as it causes random site crashes. by oliver@apple.com · 12 years ago
  10. dbf1938 Array and object allocations via 'new Object' or 'new Array' should be inlined in bytecode to allow allocation site profiling by fpizlo@apple.com · 12 years ago
  11. 909fa31 Bytecode should not have responsibility for determining how to perform non-local resolves by oliver@apple.com · 12 years ago
  12. 4500e35 Array and object allocations via 'new Object' or 'new Array' should be inlined in bytecode to allow allocation site profiling by fpizlo@apple.com · 12 years ago
  13. 04bfe7a Unreviewed, rolling out r131516 and r131550. by ossy@webkit.org · 12 years ago
  14. c4da761 Bytecode should not have responsibility for determining how to perform non-local resolves by oliver@apple.com · 12 years ago
  15. ee55405 Rename first/second to key/value in HashMap iterators by benjamin@webkit.org · 12 years ago
  16. 094dbd9 Remove redundant argument to op_instanceof by barraclough@apple.com · 13 years ago
  17. b46d57b4 instanceof should not get the prototype for non-default HasInstance by barraclough@apple.com · 13 years ago
  18. 13e02b9 Refactored the interpreter and JIT so they don't dictate closure layout by ggaren@apple.com · 13 years ago
  19. 62f4d0e Make global const initialisation explicit in the bytecode by oliver@apple.com · 13 years ago
  20. c9b7a20 Rename the ustring() accessor to string() by benjamin@webkit.org · 13 years ago
  21. 9b6b67b a = data[a]++; sets the wrong key in data by barraclough@apple.com · 13 years ago
  22. e3aa3f5 Bug, assignment within subscript of prefix/postfix increment of bracket access by barraclough@apple.com · 13 years ago
  23. ff7867a Merge prefix/postfix nodes https://bugs.webkit.org/show_bug.cgi?id=95898 by barraclough@apple.com · 13 years ago
  24. 6e30982 Throw exceptions when assigning to const in strict mode by ggaren@apple.com · 13 years ago
  25. 89f4b82 inc/dec behave incorrectly operating on a resolved const by barraclough@apple.com · 13 years ago
  26. 170d6f2 Refactored scope chain opcodes to support optimization for named function expressions by ggaren@apple.com · 13 years ago
  27. cff06e4 Replace JSC::UString by WTF::String by benjamin@webkit.org · 13 years ago
  28. fa6afbc Unreviewed, rolling out r126914. by commit-queue@webkit.org · 13 years ago
  29. d99b3ea Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  30. ce2b667 Refactored and consolidated variable resolution functions by ggaren@apple.com · 13 years ago
  31. 036eca0 Unreviewed, rolling out r126836. by tkent@chromium.org · 13 years ago
  32. a94a150 Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  33. b08ed27 Finally inlining should correctly track the catch context by fpizlo@apple.com · 13 years ago
  34. 1b331cb Web Inspector: [JSC] implement setting breakpoints by line:column by commit-queue@webkit.org · 13 years ago
  35. 709de8f Unreviewed, rolling out r124406. by commit-queue@webkit.org · 13 years ago
  36. 3772d07 Web Inspector: [JSC] implement setting breakpoints by line:column by commit-queue@webkit.org · 13 years ago
  37. b75911b DFG should be able to set watchpoints on global variables by fpizlo@apple.com · 13 years ago
  38. 88d5373 Unreviewed, rolling out r120172. by zandobersek@gmail.com · 13 years ago
  39. b6c5eeb DFG should be able to set watchpoints on global variables by fpizlo@apple.com · 13 years ago
  40. da27d04 Bytecompiler should emit trivially fewer jumps in loops by fpizlo@apple.com · 13 years ago
  41. dd58bf9 jsr/sret should be removed by fpizlo@apple.com · 13 years ago
  42. 4c11ee0 HashMap<>::add should return a more descriptive object by caio.oliveira@openbossa.org · 13 years ago
  43. 08f0e4c Parser: Inline ScopeNodeData into ScopeNode by wingo@igalia.com · 13 years ago
  44. a6bdfc8 Implement support for op_negate and op_bitnot in the DFG JIT by barraclough@apple.com · 13 years ago
  45. f990c25 Fix Visual Studio 2010 build. by paroga@webkit.org · 13 years ago
  46. 83e9d72 Remove BytecodeGenerator::isLocal https://bugs.webkit.org/show_bug.cgi?id=78241 by commit-queue@webkit.org · 13 years ago
  47. 122423c calling function on catch block scope containing an eval result in wrong this value being passed by barraclough@apple.com · 13 years ago
  48. 2fea740 Refactor identifier resolution in BytecodeGenerator by commit-queue@webkit.org · 13 years ago
  49. 09a5568 Clean up putDirect https://bugs.webkit.org/show_bug.cgi?id=76232 by barraclough@apple.com · 13 years ago
  50. bcf06d3 REGRESSION: d3 Bullet Charts demo doesn't work (call with argument assignment is broken) by ggaren@apple.com · 13 years ago
  51. 0af1468 v8 benchmark takes 12-13 million function call slow paths due to extra arguments by ggaren@apple.com · 13 years ago
  52. 5da687a Showing the data overlay in OpenStreetMap doesn't work, zooming partially broken by fpizlo@apple.com · 13 years ago
  53. 50c5ac2 A little bit of function call cleanup by ggaren@apple.com · 13 years ago
  54. 539d1bb Standardized the JS calling convention by ggaren@apple.com · 13 years ago
  55. 2e5003e Towards 8-bit Strings: Move Lexer and Parser Objects out of JSGlobalData by msaboff@apple.com · 13 years ago
  56. 4f845d5 bytecompiler sometimes generates incorrect bytecode for put_by_id by commit-queue@webkit.org · 13 years ago
  57. a71ab05 JavaScriptCore does not have baseline->speculative OSR by fpizlo@apple.com · 14 years ago
  58. aeb7a4a Remove simple usage of UString::characters() from JavaScriptCore by msaboff@apple.com · 14 years ago
  59. 79071e6 JavaScriptCore bytecompiler does not compute scope depth correctly by ddkilzer@apple.com · 14 years ago
  60. fcacd3c 2011-07-18 Mark Hahnenberg <mhahnenberg@apple.com> by oliver@apple.com · 14 years ago
  61. 19afece https://bugs.webkit.org/show_bug.cgi?id=64250 by barraclough@apple.com · 14 years ago
  62. 57b4bdb8 https://bugs.webkit.org/show_bug.cgi?id=63881 by barraclough@apple.com · 14 years ago
  63. 829e3bb 2011-06-21 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 14 years ago
  64. a991d69 2011-06-14 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  65. 0e8ef14 2011-06-14 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  66. ebf7685a 2011-06-14 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  67. d7523c1 2011-05-26 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  68. 745949b Bug 56041 - RexExp constructor should only accept flags "gim" by barraclough@apple.com · 14 years ago
  69. 1281293 Bug 56041 - RexExp constructor should only accept flags "gim" by barraclough@apple.com · 14 years ago
  70. 7e6bd6d Bug 52079 - Syntax errors should be early errors. by barraclough@apple.com · 14 years ago
  71. 76da8fc Move JavaScriptCore to Source https://bugs.webkit.org/show_bug.cgi?id=51604 by abarth@webkit.org · 14 years ago[Renamed from JavaScriptCore/bytecompiler/NodesCodegen.cpp]
  72. 90ba187 2010-11-17 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  73. 4334c30 Bug 49635 - Profiler implementation is fragile by barraclough@apple.com · 14 years ago
  74. 8da6d97 JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=49606 by barraclough@apple.com · 14 years ago
  75. 4920ae9 Bug 49420 - Clean up syntax/reference error throw. by barraclough@apple.com · 14 years ago
  76. 6179a20 2010-11-03 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  77. 5b67d9e 2010-10-25 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  78. 6412655 2010-10-18 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  79. aad311c 2010-10-17 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  80. 4e37bb2 2010-10-13 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 14 years ago
  81. 74e00b0 2010-09-25 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  82. 846dfcf Rename UString::substr to substringSharingImpl, add to WTF::String. by barraclough@apple.com · 15 years ago
  83. d643fde Bug 44080 - String find/reverseFind methods need tidying up by barraclough@apple.com · 15 years ago
  84. c2527d6 Rubber stamps by Darin Adler & Sam Weinig. by barraclough@apple.com · 15 years ago
  85. ee2085b Bug 43817 - Remove UString::Rep by barraclough@apple.com · 15 years ago
  86. 7426f92 2010-07-15 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 15 years ago
  87. b467c4c Bug 42182 - Change how numeric compare functions are detected by barraclough@apple.com · 15 years ago
  88. bd36c42 2010-07-08 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  89. 17dc93a Adding regular expression caching to JavaScriptCore by zherczeg@webkit.org · 15 years ago
  90. 9c099f9 Bug 40214 - Clean up error construction / throwing in JSC. by barraclough@apple.com · 15 years ago
  91. 9835d1d Bug 40021 - Refactor bytecode generation for calls so that register for this & args are allocated together by barraclough@apple.com · 15 years ago
  92. c73ede7 Bug 39408 - Unify JIT/interpreter return behaviour. by barraclough@apple.com · 15 years ago
  93. fdaf8dc Bug 39399 - Move responsibility for verifying constructors return objects from the caller to the callee. by barraclough@apple.com · 15 years ago
  94. 22d55c3 2010-05-09 Geoffrey Garen <ggaren@apple.com> by oliver@apple.com · 15 years ago
  95. e9af124 2010-05-07 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  96. 9aac903 2010-04-20 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  97. 939eb23 Rubber stamped by Oliver Hunt. by barraclough@apple.com · 15 years ago
  98. 2049d9a Bug 34952 - String lengths in UString should be unsigned. by barraclough@apple.com · 15 years ago
  99. e82d390 https://bugs.webkit.org/show_bug.cgi?id=32454 by barraclough@apple.com · 15 years ago
  100. aed3cef move code generation portions of Nodes.cpp to bytecompiler directory by mjs@apple.com · 15 years ago