Ignore:
Timestamp:
Mar 12, 2013, 2:30:33 AM (12 years ago)
Author:
[email protected]
Message:

Renaming the armv7.rb LLINT backend to arm.rb
https://bugs.webkit.org/show_bug.cgi?id=110565

Reviewed by Zoltan Herczeg.

This is the first step of a unified ARM backend for
all ARM 32 bit architectures in LLInt.

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • JavaScriptCore.gypi:
  • LLIntOffsetsExtractor.pro:
  • offlineasm/arm.rb: Copied from Source/JavaScriptCore/offlineasm/armv7.rb.
  • offlineasm/armv7.rb: Removed.
  • offlineasm/backends.rb:
  • offlineasm/risc.rb:
File:
1 edited

Legend:

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

    r141641 r145504  
    173173# }
    174174#
    175 # See armv7.rb for a different example, in which we lower all BaseIndex addresses
     175# See arm.rb for a different example, in which we lower all BaseIndex addresses
    176176# that have non-zero offset, all Address addresses that have large offsets, and
    177177# all other addresses (like AbsoluteAddress).
Note: See TracChangeset for help on using the changeset viewer.