1. 97ee82b Adding a commenting utility to record BytecodeGenerator comments by commit-queue@webkit.org · 13 years ago
  2. 3e0a1a0 Source/JavaScriptCore: Changed JSC to always record line number information so that error.stack by commit-queue@webkit.org · 13 years ago
  3. b75911b DFG should be able to set watchpoints on global variables by fpizlo@apple.com · 13 years ago
  4. 88d5373 Unreviewed, rolling out r120172. by zandobersek@gmail.com · 13 years ago
  5. b6c5eeb DFG should be able to set watchpoints on global variables by fpizlo@apple.com · 13 years ago
  6. 26af9b6 Global object variable accesses should not require an extra load by fpizlo@apple.com · 13 years ago
  7. dd58bf9 jsr/sret should be removed by fpizlo@apple.com · 13 years ago
  8. 3979f2d Make WTF public headers use fully-qualified include paths and remove ForwardingHeaders/wtf by eric@webkit.org · 13 years ago
  9. cbcd594 Unreviewed, rolling out r109837. by commit-queue@webkit.org · 13 years ago
  10. 37ac49e Source/JavaScriptCore: Update JavaScriptCore files to use fully-qualified WTF include paths by eric@webkit.org · 13 years ago
  11. ebe232e Getting the instruction stream for a code block should not require two loads by fpizlo@apple.com · 13 years ago
  12. 83e9d72 Remove BytecodeGenerator::isLocal https://bugs.webkit.org/show_bug.cgi?id=78241 by commit-queue@webkit.org · 13 years ago
  13. f7190bf Add support for inferred function names by oliver@apple.com · 13 years ago
  14. 2fea740 Refactor identifier resolution in BytecodeGenerator by commit-queue@webkit.org · 13 years ago
  15. 09a5568 Clean up putDirect https://bugs.webkit.org/show_bug.cgi?id=76232 by barraclough@apple.com · 13 years ago
  16. afcf904 Bytecode instructions that may have value profiling should have a direct inline by fpizlo@apple.com · 13 years ago
  17. bcf06d3 REGRESSION: d3 Bullet Charts demo doesn't work (call with argument assignment is broken) by ggaren@apple.com · 13 years ago
  18. 0af1468 v8 benchmark takes 12-13 million function call slow paths due to extra arguments by ggaren@apple.com · 13 years ago
  19. 5da687a Showing the data overlay in OpenStreetMap doesn't work, zooming partially broken by fpizlo@apple.com · 13 years ago
  20. 50c5ac2 A little bit of function call cleanup by ggaren@apple.com · 13 years ago
  21. 539d1bb Standardized the JS calling convention by ggaren@apple.com · 13 years ago
  22. 780d3cc Crash in void JSC::validateCell<JSC::RegExp*>(JSC::RegExp*) by oliver@apple.com · 13 years ago
  23. 41f5c95 DFG bytecode parser should understand inline stacks by fpizlo@apple.com · 14 years ago
  24. 67fa6e4 FunctionExecutable should expose the ability to create unattached FunctionCodeBlocks by fpizlo@apple.com · 14 years ago
  25. a71ab05 JavaScriptCore does not have baseline->speculative OSR by fpizlo@apple.com · 14 years ago
  26. 594887a JavaScriptCore does not have tiered compilation by fpizlo@apple.com · 14 years ago
  27. fcacd3c 2011-07-18 Mark Hahnenberg <mhahnenberg@apple.com> by oliver@apple.com · 14 years ago
  28. 19afece https://bugs.webkit.org/show_bug.cgi?id=64250 by barraclough@apple.com · 14 years ago
  29. 673aed6 2011-06-28 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  30. 99e9f3f Removed the conceit that global variables are local variables when running global code by ggaren@apple.com · 14 years ago
  31. 829e3bb 2011-06-21 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 14 years ago
  32. 8e3cca5 2011-06-15 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  33. a991d69 2011-06-14 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  34. 0e8ef14 2011-06-14 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  35. ebf7685a 2011-06-14 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  36. 5652af7 2011-05-25 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  37. 6e00d03 Revert last change, something weird happened when I went to land. by oliver@apple.com · 14 years ago
  38. 4872d09 2011-05-25 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  39. e1696ed Reviewed by Eric Seidel. by kevino@webkit.org · 14 years ago
  40. f03cbce 2011-04-08 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 14 years ago
  41. e9308f1 Removed redundant code from BytecodeGenerator. by barraclough@apple.com · 14 years ago
  42. 745949b Bug 56041 - RexExp constructor should only accept flags "gim" by barraclough@apple.com · 14 years ago
  43. ba10bec 2011-03-07 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  44. 97cdbd4 2011-02-28 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  45. 95c1bc4 Refactoring of the custom allocation framework by ossy@webkit.org · 14 years ago
  46. 7e6bd6d Bug 52079 - Syntax errors should be early errors. by barraclough@apple.com · 14 years ago
  47. 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/BytecodeGenerator.h]
  48. dd4a6e4 Bug 51358 - Should check stack depth rather than using recursion limits in byte compilation by barraclough@apple.com · 14 years ago
  49. 87dbd5e Bug 49708 - Stop recompiling functions to regenerate exception info. by barraclough@apple.com · 14 years ago
  50. 90ba187 2010-11-17 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  51. 4334c30 Bug 49635 - Profiler implementation is fragile by barraclough@apple.com · 14 years ago
  52. 8da6d97 JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=49606 by barraclough@apple.com · 14 years ago
  53. 4920ae9 Bug 49420 - Clean up syntax/reference error throw. by barraclough@apple.com · 14 years ago
  54. 6179a20 2010-11-03 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  55. aad311c 2010-10-17 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  56. 5930185 2010-10-01 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  57. f312e22 2010-10-04 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  58. fcb562d 2010-10-01 Pratik Solanki <psolanki@apple.com> by commit-queue@webkit.org · 15 years ago
  59. 74e00b0 2010-09-25 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  60. f61c9a1 REGRESSION(r68223): It broke 2-3 tests on bots (Requested by Ossy on #webkit). by oliver@apple.com · 15 years ago
  61. e1e73dc 2010-09-23 Sheriff Bot <webkit.review.bot@gmail.com> by ossy@webkit.org · 15 years ago
  62. eeea925 2010-09-23 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  63. ee2085b Bug 43817 - Remove UString::Rep by barraclough@apple.com · 15 years ago
  64. 6ef841b 2010-08-05 Nathan Lawrence <nlawrence@apple.com> by commit-queue@webkit.org · 15 years ago
  65. b467c4c Bug 42182 - Change how numeric compare functions are detected by barraclough@apple.com · 15 years ago
  66. bd36c42 2010-07-08 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  67. faeca00 2010-06-17 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  68. 9c099f9 Bug 40214 - Clean up error construction / throwing in JSC. by barraclough@apple.com · 15 years ago
  69. 9835d1d Bug 40021 - Refactor bytecode generation for calls so that register for this & args are allocated together by barraclough@apple.com · 15 years ago
  70. fd8c28a Relanding r60075. by barraclough@apple.com · 15 years ago
  71. 9531967 Reverting 60075 & 60084, these broke the interpreter. by barraclough@apple.com · 15 years ago
  72. f10670f https://bugs.webkit.org/show_bug.cgi?id=39583 by barraclough@apple.com · 15 years ago
  73. 109a7ea 2010-05-20 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 15 years ago
  74. c73ede7 Bug 39408 - Unify JIT/interpreter return behaviour. by barraclough@apple.com · 15 years ago
  75. fdaf8dc Bug 39399 - Move responsibility for verifying constructors return objects from the caller to the callee. by barraclough@apple.com · 15 years ago
  76. 83ce11c JavaScriptCore: Simplified handling of 'arguments' -- 1.2% SunSpider speedup by ggaren@apple.com · 15 years ago
  77. 22d55c3 2010-05-09 Geoffrey Garen <ggaren@apple.com> by oliver@apple.com · 15 years ago
  78. e9af124 2010-05-07 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  79. 9aac903 2010-04-20 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  80. a46c49c 2009-12-05 Maciej Stachowiak <mjs@apple.com> by mjs@apple.com · 15 years ago
  81. 0a4803c Improve for..in enumeration performance by oliver@apple.com · 15 years ago
  82. 5236be2 Rolled back in r49717 with the build maybe working now? by ggaren@apple.com · 16 years ago
  83. b190d91 Roll out r49717 as it broke the build. by mrowe@apple.com · 16 years ago
  84. 3806e0f Fast for-in enumeration: Cache JSPropertyNameIterator; cache JSStrings by ggaren@apple.com · 16 years ago
  85. 338f90a Code sampling builds are broken. https://bugs.webkit.org/show_bug.cgi?id=29662 by oliver@apple.com · 16 years ago
  86. cf6fa796 How many copies of the parameters do you need? by barraclough@apple.com · 16 years ago
  87. 1050f79 https://bugs.webkit.org/show_bug.cgi?id=28691 by barraclough@apple.com · 16 years ago
  88. 306bb12 No, silly runtime, AST nodes are not for you. by barraclough@apple.com · 16 years ago
  89. 1828ba2 JavaScriptCore: Some small bits of housekeeping. by darin@apple.com · 16 years ago
  90. cbc8617 JavaScriptCore: JavaScriptCore tweaks to get ready for the parser arena by darin@apple.com · 16 years ago
  91. 3dc1233 JavaScriptCore: Restrict use of FuncDeclNode & FuncExprNode to the parser. by barraclough@apple.com · 16 years ago
  92. 540d71a6 Merged nitro-extreme branch into trunk. by ggaren@apple.com · 16 years ago
  93. b35bbd3 JavaScriptCore: by barraclough@apple.com · 16 years ago
  94. 47f7075 JavaScriptCore: by levin@chromium.org · 16 years ago
  95. 721cb15 2009-06-24 Zoltan Horvath <hzoltan@inf.u-szeged.hu> by eric@webkit.org · 16 years ago
  96. 0a028aa 2009-06-20 Zoltan Herczeg <zherczeg@inf.u-szeged.hu> by ddkilzer@apple.com · 16 years ago
  97. 0717324 2009-05-21 Gavin Barraclough <barraclough@apple.com> by barraclough@apple.com · 16 years ago
  98. d808577 JavaScriptCore: by darin@apple.com · 16 years ago
  99. 53ecc4e JavaScriptCore: by darin@apple.com · 16 years ago
  100. be38ac4 Improve function call forwarding performance by oliver@apple.com · 16 years ago