<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">All patches applied to r180621 on a G5
      with Mac OS X 10.5.8 and built with a home made gcc 4.8. <br>
      <br>
      Clean build, no issues.<br>
      <br>
      Don<br>
      <br>
      On 4/26/13 8:57 AM, Ulrich Weigand wrote:<br>
    </div>
    <blockquote
cite="mid:OF31E3445B.FD84BDB4-ONC1257B59.005696B8-C1257B59.0057ADCC@de.ibm.com"
      type="cite">
      <pre wrap="">
Hello,

while there's still two pre-requisite patches outstanding:

<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130422/172665.html">http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130422/172665.html</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130422/172778.html">http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130422/172778.html</a>

I though it would be a good idea to post another iteration of the asm
parser patches.

The main differences to the previous revisions are:

- Enable for powerpc as well as powerpc64 targets
(Note that assembler still doesn't verify feature sets, so it will happily
assemble 64-bit instructions even when called in powerpc mode, and will
accept any instruction it understands even when called with a more
restrictive -march setting.)

- Support %r1 style register names (as requested by Roman)

- Add some test cases
The tests currently cover all instructions from the following PowerPC ISA
v2.06 Book I facilities: Branch, Fixed-point, Floating-Point, and Vector.
In addition, the tests cover all Book I extended mnemonics and the Book II
storage control instructions (including extended mnemonics).  Note that a
number of instructions are not yet supported by the back-end; I've added
them to the tests anyway, but commented out with a FIXME.

Also note that running the tests uncovered yet more instances of wrong
encodings; I've checked in fixes for those earlier today.


Any comments welcome!

Bye,
Ulrich


(See attached file: diff-llvm-asm-parser)
(See attached file: diff-llvm-asm-aliases)
(See attached file: diff-llvm-asm-inline)
(See attached file: diff-llvm-asm-variants)
(See attached file: diff-llvm-asm-dollar)</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
llvm-commits mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>