<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/ARM/Disassembler/Makefile, branch stable</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/ARM/Disassembler/Makefile?h=stable</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/ARM/Disassembler/Makefile?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-04-07T20:53:12Z</updated>
<entry>
<title>Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in</title>
<updated>2010-04-07T20:53:12Z</updated>
<author>
<name>Johnny Chen</name>
<email>johnny.chen@apple.com</email>
</author>
<published>2010-04-07T20:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3c500e6947ed8db719d87d47572de86e107ec094'/>
<id>urn:sha1:3c500e6947ed8db719d87d47572de86e107ec094</id>
<content type='text'>
ARMDecoderEmitter.cpp, with FIXME comment.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100690 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Temporarily remove to disable building of ARM disassembler.</title>
<updated>2010-04-05T01:57:50Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2010-04-05T01:57:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cb8660942179416e6505e202d0436ae0d58228d7'/>
<id>urn:sha1:cb8660942179416e6505e202d0436ae0d58228d7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100380 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Second try of initial ARM/Thumb disassembler check-in.  It consists of a tablgen</title>
<updated>2010-04-02T22:27:38Z</updated>
<author>
<name>Johnny Chen</name>
<email>johnny.chen@apple.com</email>
</author>
<published>2010-04-02T22:27:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b68a3ee82a8a34f7bae1d68d76f574e76a5535ef'/>
<id>urn:sha1:b68a3ee82a8a34f7bae1d68d76f574e76a5535ef</id>
<content type='text'>
backend (ARMDecoderEmitter) which emits the decoder functions for ARM and Thumb,
and the disassembler core which invokes the decoder function and builds up the
MCInst based on the decoded Opcode.

Reviewed by Chris Latter and Bob Wilson.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100233 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>--- Reverse-merging r98637 into '.':</title>
<updated>2010-03-16T16:59:47Z</updated>
<author>
<name>Bob Wilson</name>
<email>bob.wilson@apple.com</email>
</author>
<published>2010-03-16T16:59:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=49d9dc4dd205b615beb7af160ef974eaabe4d1cf'/>
<id>urn:sha1:49d9dc4dd205b615beb7af160ef974eaabe4d1cf</id>
<content type='text'>
U    test/CodeGen/ARM/tls2.ll
U    test/CodeGen/ARM/arm-negative-stride.ll
U    test/CodeGen/ARM/2009-10-30.ll
U    test/CodeGen/ARM/globals.ll
U    test/CodeGen/ARM/str_pre-2.ll
U    test/CodeGen/ARM/ldrd.ll
U    test/CodeGen/ARM/2009-10-27-double-align.ll
U    test/CodeGen/Thumb2/thumb2-strb.ll
U    test/CodeGen/Thumb2/ldr-str-imm12.ll
U    test/CodeGen/Thumb2/thumb2-strh.ll
U    test/CodeGen/Thumb2/thumb2-ldr.ll
U    test/CodeGen/Thumb2/thumb2-str_pre.ll
U    test/CodeGen/Thumb2/thumb2-str.ll
U    test/CodeGen/Thumb2/thumb2-ldrh.ll
U    utils/TableGen/TableGen.cpp
U    utils/TableGen/DisassemblerEmitter.cpp
D    utils/TableGen/RISCDisassemblerEmitter.h
D    utils/TableGen/RISCDisassemblerEmitter.cpp
U    Makefile.rules
U    lib/Target/ARM/ARMInstrNEON.td
U    lib/Target/ARM/Makefile
U    lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
U    lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
U    lib/Target/ARM/AsmPrinter/ARMInstPrinter.h
D    lib/Target/ARM/Disassembler
U    lib/Target/ARM/ARMInstrFormats.td
U    lib/Target/ARM/ARMAddressingModes.h
U    lib/Target/ARM/Thumb2ITBlockPass.cpp


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98640 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Initial ARM/Thumb disassembler check-in.  It consists of a tablgen backend</title>
<updated>2010-03-16T16:36:54Z</updated>
<author>
<name>Johnny Chen</name>
<email>johnny.chen@apple.com</email>
</author>
<published>2010-03-16T16:36:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d30a98e43ae18e1fc70a7dc748edf669d809c685'/>
<id>urn:sha1:d30a98e43ae18e1fc70a7dc748edf669d809c685</id>
<content type='text'>
(RISCDisassemblerEmitter) which emits the decoder functions for ARM and Thumb,
and the disassembler core which invokes the decoder function and builds up the
MCInst based on the decoded Opcode.

Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
instructions to help disassembly.

We also changed the output of the addressing modes to omit the '+' from the
assembler syntax #+/-&lt;imm&gt; or +/-&lt;Rm&gt;.  See, for example, A8.6.57/58/60.

And modified test cases to not expect '+' in +reg or #+num.  For example,

; CHECK:       ldr.w	r9, [r7, #28]


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98637 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
