[PATCH] ARM unwind directive parser, assembler, and testcases.

Logan Chien tzuhsiang.chien at gmail.com
Fri Apr 19 08:15:21 PDT 2013


  Compared with patch 1:

  * Remove the string index after the section names or the symbol names in the test case.

  * Remove the change to reorder pop r[3:0] and r[15:4] unwind opcode.  There is a more fundamental issue, which should be separated to another patch.

Hi grosbach, asl,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D692?vs=1690&id=1694#toc

Files:
  lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  test/MC/ARM/eh-compact-pr1.s
  test/MC/ARM/eh-directive-vsave.s
  test/MC/ARM/eh-directive-text-section.s
  test/MC/ARM/eh-directive-pad.s
  test/MC/ARM/eh-directive-text-section-multiple-func.s
  test/MC/ARM/eh-directive-cantunwind.s
  test/MC/ARM/eh-directive-section.s
  test/MC/ARM/eh-directive-personality.s
  test/MC/ARM/eh-compact-pr0.s
  test/MC/ARM/eh-directive-setfp.s
  test/MC/ARM/eh-directive-section-multiple-func.s
  test/MC/ARM/eh-directive-save.s
  test/MC/ARM/eh-directive-section-comdat.s
  test/MC/ARM/eh-directive-handlerdata.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D692.2.patch
Type: text/x-patch
Size: 70048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130419/51441917/attachment.bin>


More information about the llvm-commits mailing list