1. 7aed8d8 Array accesses should remember what kind of array they are predicted to access by fpizlo@apple.com · 13 years ago
  2. 93385a5 ThreadRestrictionVerifier should be opt-in, not opt-out by ggaren@apple.com · 13 years ago
  3. 20f21f3 Separate MarkStackThreadSharedData from MarkStack by mhahnenberg@apple.com · 13 years ago
  4. aba7ac3 Fix JSC build when DFG-JIT is disabled by commit-queue@webkit.org · 13 years ago
  5. a22c4cd Introducing the VMInspector for VM debugging use. by commit-queue@webkit.org · 13 years ago
  6. 0712be8 A patchable GetById right after a watchpoint should have the appropriate nop padding by fpizlo@apple.com · 13 years ago
  7. e4c94fa Fix broken non-JIT build. https://bugs.webkit.org/show_bug.cgi?id=94564. by commit-queue@webkit.org · 13 years ago
  8. f76b9d5 Fixed erroneous line number for LLint frame when throwing exceptions. by commit-queue@webkit.org · 13 years ago
  9. 9c330da fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html on 32-bit by fpizlo@apple.com · 13 years ago
  10. b5e7141 fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html crashes on 32-bit by fpizlo@apple.com · 13 years ago
  11. eb3323d The relationship between abstract values and structure transition watchpoints should be rationalized by fpizlo@apple.com · 13 years ago
  12. 0fd7ec9 The current state of the call frame should be taken into account in the DFG for both predictions and proofs by fpizlo@apple.com · 13 years ago
  13. d5d9bae DFG CSE should be more honest about when it changed the IR by fpizlo@apple.com · 13 years ago
  14. 6a23c42 DFG is still too pessimistic about what constitutes a side-effect on array accesses by fpizlo@apple.com · 13 years ago
  15. b421708a [Qt] QNX build fails due to ctype usage in system headers by commit-queue@webkit.org · 13 years ago
  16. d1aebfb [Qt] Replace use of internal Weak smart pointer with JSWeakObjectMap by hausmann@webkit.org · 13 years ago
  17. 00673b3 Structure check hoisting should be less expensive by fpizlo@apple.com · 13 years ago
  18. ff86f06 All op_resolve_global instructions should end up in the list of global resolve instructions by fpizlo@apple.com · 13 years ago
  19. b0d2763 [css3-text] Add CSS3 Text decoration compile flag by commit-queue@webkit.org · 13 years ago
  20. 4597406 Unreviewed, rolling out r125687. by commit-queue@webkit.org · 13 years ago
  21. b6cc185 Buildfix after r125541 https://bugs.webkit.org/show_bug.cgi?id=94097 by commit-queue@webkit.org · 13 years ago
  22. 35d5455 Change behavior of MasqueradesAsUndefined to better accommodate DFG changes by mhahnenberg@apple.com · 13 years ago
  23. a0c9a0a Unreviewed, build fix for !ENABLE(DFG_JIT) by fpizlo@apple.com · 13 years ago
  24. f24804c Array checks should use the structure, not the class info by fpizlo@apple.com · 13 years ago
  25. b140963 Rename functions in the ARM port of DFG-JIT for better code readability. by commit-queue@webkit.org · 13 years ago
  26. 029be3e Unreviewed, rolling out r125444. by hausmann@webkit.org · 13 years ago
  27. e9a6954 [Qt] Replace use of internal Weak smart pointer with JSWeakObjectMap by hausmann@webkit.org · 13 years ago
  28. 5621883 [CMake] Remove glib-related Find modules and write single new one instead. by rakuco@webkit.org · 13 years ago
  29. 3c6f152 Doesn't build with ENABLE_JIT=0 https://bugs.webkit.org/show_bug.cgi?id=85042 by allan.jensen@nokia.com · 13 years ago
  30. 2d9f078 [BlackBerry] GCActivityCallback should always schedule GC even allocated bytes is a small number by commit-queue@webkit.org · 13 years ago
  31. b849db7 [QNX] Implement getCPUTime() for OS(QNX) by commit-queue@webkit.org · 13 years ago
  32. 656e652 Compile flag for CSS Hierarchies https://bugs.webkit.org/show_bug.cgi?id=92433 by commit-queue@webkit.org · 13 years ago
  33. 58ac479 Use char* instead of LChar* for the public interface of String construction from literals by benjamin@webkit.org · 13 years ago
  34. 34230a8 Remove ce_time.(cpp|h) from list of source files by paroga@webkit.org · 13 years ago
  35. cb73ac5 [WIN] Use GetTimeZoneInformation() for getting the timezone name by paroga@webkit.org · 13 years ago
  36. 3dfe8ce Refactor magic numbers in the ARM port of DFG-JIT by commit-queue@webkit.org · 13 years ago
  37. d02c557 Use the initialization from literal for JSC's Identifiers by benjamin@webkit.org · 13 years ago
  38. a058052 [Qt][Win] Remove pthreads linkage by hausmann@webkit.org · 13 years ago
  39. 6c4f927 Refactor emit*Inst functions and introduce toARMWord functions in DFG-JIT's traditional ARM port by commit-queue@webkit.org · 13 years ago
  40. 156fc55 [WIN] Remove dependency on pthread from MachineStackMarker by paroga@webkit.org · 13 years ago
  41. f5643b9 Unify JSC date and time formating functions by paroga@webkit.org · 13 years ago
  42. a6cd87d Unreviewed. Fix make distcheck. by carlosgc@webkit.org · 13 years ago
  43. 1b331cb Web Inspector: [JSC] implement setting breakpoints by line:column by commit-queue@webkit.org · 13 years ago
  44. 63dda94 Crashes in dfgBuildPutByIdList when clicking on just about anything on Google Maps by fpizlo@apple.com · 13 years ago
  45. e4a4d79 DFG handling of get_by_id should always inject a ForceOSRExit node if there is no prediction by fpizlo@apple.com · 13 years ago
  46. 8ab9c43 DFG::StructureCheckHoistingPhase keeps a Node& around for too long by fpizlo@apple.com · 13 years ago
  47. 438d93a Move getLocalTime() as static inline function to DateMath by paroga@webkit.org · 13 years ago
  48. 978a0eb ASSERTION FAILED: at(m_compileIndex).canExit() || m_isCheckingArgumentTypes by fpizlo@apple.com · 13 years ago
  49. 3088f18 Unreviewed, build fix for DFG_ENABLE(DEBUG_PROPAGATION_VERBOSE). by fpizlo@apple.com · 13 years ago
  50. 85c200b Remove all uses of ClassInfo for JSStrings in JIT code by mhahnenberg@apple.com · 13 years ago
  51. 470cde5 Unreviewed, missed a style goof in the previous patch: "NodeIndex nodeIndex" by fpizlo@apple.com · 13 years ago
  52. 58ec4b0 DFGSpeculativeJIT.h has too many inline method bodies by fpizlo@apple.com · 13 years ago
  53. 709de8f Unreviewed, rolling out r124406. by commit-queue@webkit.org · 13 years ago
  54. 3772d07 Web Inspector: [JSC] implement setting breakpoints by line:column by commit-queue@webkit.org · 13 years ago
  55. caa6881 DFG should hoist structure checks https://bugs.webkit.org/show_bug.cgi?id=92696 by fpizlo@apple.com · 13 years ago
  56. 270a7ad DFG should distinguish between PutByVal's that clobber the world and ones that don't by fpizlo@apple.com · 13 years ago
  57. f66b581 Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port by jianli@chromium.org · 13 years ago
  58. cb73869 Remove apparent merge goof from JavaScriptCore/ChangeLog by fpizlo@apple.com · 13 years ago
  59. f3f2e13 Replace WTF::getCurrentLocalTime() with GregorianDateTime::setToCurrentLocalTime() by paroga@webkit.org · 13 years ago
  60. f19f935 C++ code should get ClassInfo from the Structure by mhahnenberg@apple.com · 13 years ago
  61. 42853a6 MarkedBlock::sweep() should sweep another block if it can't sweep a Structure block by mhahnenberg@apple.com · 13 years ago
  62. d824f45 Fix the Windows build. by weinig@apple.com · 13 years ago
  63. e0d7012 Maybe fix the GCC build. by ggaren@apple.com · 13 years ago
  64. 329b806 Stop masking 8 bits off of the visited link hash. We need all the bits! by weinig@apple.com · 13 years ago
  65. c33983c Maybe break the Windows build. by ggaren@apple.com · 13 years ago
  66. 59c64f1 Structures should be swept after all other objects by mhahnenberg@apple.com · 13 years ago
  67. 0aa5f2a Fix all the other builds I just broke. Maybe fix the Windows build. by ggaren@apple.com · 13 years ago
  68. c5be1dd Maybe fix the Windows build. by ggaren@apple.com · 13 years ago
  69. eff3a06 Maybe fix the Windows build. by ggaren@apple.com · 13 years ago
  70. dd7793a Removed some public data and casting from the Heap by ggaren@apple.com · 13 years ago
  71. 46e4e4e DFG OSR exit profiling has unusual oversights by fpizlo@apple.com · 13 years ago
  72. e03e44a Add MIPS add32 function https://bugs.webkit.org/show_bug.cgi?id=91522 by commit-queue@webkit.org · 13 years ago
  73. 764c9fb Unreviewed, rolling out r124123. by commit-queue@webkit.org · 13 years ago
  74. 3c1699e Structures should be swept after all other objects by mhahnenberg@apple.com · 13 years ago
  75. 7cc53e0 PropertyNameArray::m_shouldCache is only assigned and never used by fpizlo@apple.com · 13 years ago
  76. c1c4f12 .: Add ENABLE_CSS_COMPOSITING flag https://bugs.webkit.org/show_bug.cgi?id=92553 by commit-queue@webkit.org · 13 years ago
  77. 7f5b959 Split functionality of MarkedAllocator::m_currentBlock by mhahnenberg@apple.com · 13 years ago
  78. aa1f4ec Increase inline storage for JSFinalObjects by one by mhahnenberg@apple.com · 13 years ago
  79. 50ecb28 Support a rational time class for use by media elements. by jer.noble@apple.com · 13 years ago
  80. d510fc2 JSObject::reallocateStorageIfNecessary is neither used nor defined by fpizlo@apple.com · 13 years ago
  81. b44a7f0 Allocate Structures in a separate part of the Heap by mhahnenberg@apple.com · 13 years ago
  82. 2b1d81e JSArray has methods that are neither used nor defined by fpizlo@apple.com · 13 years ago
  83. 4a63758 [Qt][ARM]ARMAssembler needs buildfix afert r123417 by zherczeg@webkit.org · 13 years ago
  84. 9a75d6f Build fix for 32-bit after r123682 by mhahnenberg@apple.com · 13 years ago
  85. 338a70dc JSC GC object copying APIs should allow for greater flexibility by fpizlo@apple.com · 13 years ago
  86. 0e8fce1 Remove JSObject::m_inheritorID https://bugs.webkit.org/show_bug.cgi?id=88378 by mhahnenberg@apple.com · 13 years ago
  87. 947a228 Source/JavaScriptCore: Create a specialized pair for use in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  88. cf6740e REGRESSION(r123505): Date.getYear() returns the same as Date.getFullYear() by paroga@webkit.org · 13 years ago
  89. a7f7dcd REGRESSION(r123417): It made tests assert/crash on 32 bit by fpizlo@apple.com · 13 years ago
  90. 683889f Store the full year in GregorianDateTime by paroga@webkit.org · 13 years ago
  91. f2de22c [WIN] Build fix after r123417. by paroga@webkit.org · 13 years ago
  92. 175d46f Move GregorianDateTime from JSC to WTF namespace by paroga@webkit.org · 13 years ago
  93. 961a956 Property storage should grow in reverse address direction, to support butterflies by fpizlo@apple.com · 13 years ago
  94. 5128a71 DFG is too aggressive in performing the specific value optimization on loads by fpizlo@apple.com · 13 years ago
  95. 94a9c10 REGRESSION(r123169): It made fast/js/dfg-inline-arguments-use-from-uninlined-code.html fail on 32 bit platforms by fpizlo@apple.com · 13 years ago
  96. 8b81060 Part 2 of: Implement sticky positioning by simon.fraser@apple.com · 13 years ago
  97. f463566 Move JSC::parseDate() from DateConversion to JSDateMath by paroga@webkit.org · 13 years ago
  98. 5cc8c73 Part 1 of: Implement sticky positioning by simon.fraser@apple.com · 13 years ago
  99. 1f56264 [BlackBerry] Implement GCActivityCallback with platform timer by commit-queue@webkit.org · 13 years ago
  100. d89d545 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively by tkent@chromium.org · 13 years ago