Ignore:
Timestamp:
Mar 21, 2013, 6:19:40 AM (12 years ago)
Author:
[email protected]
Message:

Implement LLInt for CPU(ARM_TRADITIONAL)
https://bugs.webkit.org/show_bug.cgi?id=97589

Reviewed by Zoltan Herczeg.

Enable LLInt for ARMv5 and ARMv7 traditional as well.

Source/JavaScriptCore:

  • llint/LLIntOfflineAsmConfig.h:
  • llint/LowLevelInterpreter.asm:
  • llint/LowLevelInterpreter32_64.asm:
  • offlineasm/arm.rb:
  • offlineasm/backends.rb:
  • offlineasm/instructions.rb:

Source/WTF:

  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/offlineasm/backends.rb

    r145504 r146459  
    3333     "X86",
    3434     "X86_64",
     35     "ARM",
    3536     "ARMv7",
     37     "ARMv7_TRADITIONAL",
    3638     "MIPS",
    3739     "C_LOOP"
     
    4749     "X86",
    4850     "X86_64",
     51     "ARM",
    4952     "ARMv7",
     53     "ARMv7_TRADITIONAL",
    5054     "MIPS",
    5155     "C_LOOP"
Note: See TracChangeset for help on using the changeset viewer.