diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-03-30 23:32:32 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-03-30 23:32:32 +0000 |
commit | 280264b88972dfc781e286ad22dcd1101cd69b6a (patch) | |
tree | 90e30d89b86140a2d0c3613b5fc4c51d1d5a3995 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 53dd03d537e7e31fbfa4f0f46d8dd0f6a28ec3f2 (diff) | |
download | llvm-280264b88972dfc781e286ad22dcd1101cd69b6a.zip llvm-280264b88972dfc781e286ad22dcd1101cd69b6a.tar.gz llvm-280264b88972dfc781e286ad22dcd1101cd69b6a.tar.bz2 |
- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and
{STR,LDC}{2}_PRE.
- Fixed the encoding in some places.
- Some of those instructions were using am2offset and now use addrmode2.
Codegen isn't affected, instructions which use SelectAddrMode2Offset were not
touched.
- Teach printAddrMode2Operand to check by the addressing mode which index
mode to print.
- This is a work in progress, more work to come. The idea is to change places
which use am2offset to use addrmode2 instead, as to unify assembly parser.
- Add testcases for assembly parser
llvm-svn: 128585
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions