[PATCH] ARM IAS: (partially) support .arch_extension directive

Saleem Abdulrasool compnerd at compnerd.org
Sun Feb 2 12:39:42 PST 2014


Hi t.p.northover, rengolin,

This adds a partial implementation of the .arch_extension directive to the
integrated ARM assembler.  There are a number of limitations to this
implementation arising from the target backend support rather than the
implementation itself.  Namely, iWMMXT (v1 and v2), Maverick, and XScale support
is not present in the ARM backend.  Currently, there is no check for A-class
only (needed for virt), and no ARMv6k detection (needed for os and sec).  The
remainder of the extensions are fully supported.

http://llvm-reviews.chandlerc.com/D2673

Files:
  lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  test/MC/ARM/directive-arch_extension-crc.s
  test/MC/ARM/directive-arch_extension-crypto.s
  test/MC/ARM/directive-arch_extension-fp.s
  test/MC/ARM/directive-arch_extension-idiv.s
  test/MC/ARM/directive-arch_extension-mp.s
  test/MC/ARM/directive-arch_extension-sec.s
  test/MC/ARM/directive-arch_extension-simd.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2673.1.patch
Type: text/x-patch
Size: 41248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140202/f05ab667/attachment.bin>


More information about the llvm-commits mailing list