[llvm-commits] [llvm] r137144 - in /llvm/trunk: lib/Target/ARM/ lib/Target/ARM/Disassembler/ test/MC/Disassembler/ARM/ utils/TableGen/

Chris Lattner clattner at apple.com
Tue Aug 9 17:38:02 PDT 2011


On Aug 9, 2011, at 1:55 PM, Owen Anderson wrote:

> Author: resistor
> Date: Tue Aug  9 15:55:18 2011
> New Revision: 137144
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=137144&view=rev
> Log:
> Replace the existing ARM disassembler with a new one based on the FixedLenDecoderEmitter.
> This new disassembler can correctly decode all the testcases that the old one did, though
> some "expected failure" testcases are XFAIL'd for now because it is not (yet) as strict in
> operand checking as the old one was.

Woot!




More information about the llvm-commits mailing list