Ignore:
Timestamp:
Jul 1, 2011, 12:47:55 AM (14 years ago)
Author:
[email protected]
Message:

2011-07-01 Sheriff Bot <[email protected]>

Unreviewed, rolling out r90177 and r90179.
http://trac.webkit.org/changeset/90177
http://trac.webkit.org/changeset/90179
https://bugs.webkit.org/show_bug.cgi?id=63790

It caused crashes on Qt in debug mode (Requested by Ossy on
#webkit).

  • assembler/MacroAssemblerARM.h: (JSC::MacroAssemblerARM::rshift32): (JSC::MacroAssemblerARM::supportsFloatingPointSqrt): (JSC::MacroAssemblerARM::sqrtDouble):
  • assembler/MacroAssemblerARMv7.h: (JSC::MacroAssemblerARMv7::supportsFloatingPointSqrt): (JSC::MacroAssemblerARMv7::sqrtDouble):
  • assembler/MacroAssemblerMIPS.h: (JSC::MacroAssemblerMIPS::sqrtDouble): (JSC::MacroAssemblerMIPS::supportsFloatingPointSqrt):
  • assembler/MacroAssemblerSH4.h: (JSC::MacroAssemblerSH4::sqrtDouble):
  • assembler/MacroAssemblerX86.h:
  • assembler/MacroAssemblerX86Common.h:
  • assembler/MacroAssemblerX86_64.h:
  • assembler/X86Assembler.h:
  • create_hash_table:
  • jit/JSInterfaceJIT.h: (JSC::JSInterfaceJIT::emitLoadDouble):
  • jit/SpecializedThunkJIT.h: (JSC::SpecializedThunkJIT::finalize):
  • jit/ThunkGenerators.cpp:
  • jit/ThunkGenerators.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r90194 r90215  
     12011-07-01  Sheriff Bot  <[email protected]>
     2
     3        Unreviewed, rolling out r90177 and r90179.
     4        http://trac.webkit.org/changeset/90177
     5        http://trac.webkit.org/changeset/90179
     6        https://bugs.webkit.org/show_bug.cgi?id=63790
     7
     8        It caused crashes on Qt in debug mode (Requested by Ossy on
     9        #webkit).
     10
     11        * assembler/MacroAssemblerARM.h:
     12        (JSC::MacroAssemblerARM::rshift32):
     13        (JSC::MacroAssemblerARM::supportsFloatingPointSqrt):
     14        (JSC::MacroAssemblerARM::sqrtDouble):
     15        * assembler/MacroAssemblerARMv7.h:
     16        (JSC::MacroAssemblerARMv7::supportsFloatingPointSqrt):
     17        (JSC::MacroAssemblerARMv7::sqrtDouble):
     18        * assembler/MacroAssemblerMIPS.h:
     19        (JSC::MacroAssemblerMIPS::sqrtDouble):
     20        (JSC::MacroAssemblerMIPS::supportsFloatingPointSqrt):
     21        * assembler/MacroAssemblerSH4.h:
     22        (JSC::MacroAssemblerSH4::sqrtDouble):
     23        * assembler/MacroAssemblerX86.h:
     24        * assembler/MacroAssemblerX86Common.h:
     25        * assembler/MacroAssemblerX86_64.h:
     26        * assembler/X86Assembler.h:
     27        * create_hash_table:
     28        * jit/JSInterfaceJIT.h:
     29        (JSC::JSInterfaceJIT::emitLoadDouble):
     30        * jit/SpecializedThunkJIT.h:
     31        (JSC::SpecializedThunkJIT::finalize):
     32        * jit/ThunkGenerators.cpp:
     33        * jit/ThunkGenerators.h:
     34
    1352011-06-30  Oliver Hunt  <[email protected]>
    236
Note: See TracChangeset for help on using the changeset viewer.