Ignore:
Timestamp:
Mar 24, 2014, 8:24:02 AM (11 years ago)
Author:
[email protected]
Message:

[ARM64] GNU assembler doesn't work with LLInt arm64 backend.
https://bugs.webkit.org/show_bug.cgi?id=130453

Reviewed by Filip Pizlo.

Change fp and lr to x29 and x30. Add both operand kinds to emitARM64()
at sxtw and uxtw instructions.

  • offlineasm/arm64.rb:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r166149 r166166  
     12014-03-24  Gabor Rapcsanyi  <[email protected]>
     2
     3        [ARM64] GNU assembler doesn't work with LLInt arm64 backend.
     4        https://bugs.webkit.org/show_bug.cgi?id=130453
     5       
     6        Reviewed by Filip Pizlo.
     7
     8        Change fp and lr to x29 and x30. Add both operand kinds to emitARM64()
     9        at sxtw and uxtw instructions.
     10
     11        * offlineasm/arm64.rb:
     12
    1132014-03-23  Hyowon Kim  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.