| commit | f0c95cadc7a1499e5449ae2aa5335f4ca29e46ed | [log] [tgz] |
|---|---|---|
| author | Jim Grosbach <grosbach@apple.com> | Fri Aug 05 20:35:44 2011 +0000 |
| committer | Jim Grosbach <grosbach@apple.com> | Fri Aug 05 20:35:44 2011 +0000 |
| tree | 84067a50f9e19fb9958356e156cb6fb882c2b75a | |
| parent | 0f2dd284e93d854684e5c79c86b74c847942b9e1 [diff] |
ARM refactor indexed store instructions. Refactor STR[B] pre and post indexed instructions to use addressing modes for memory operands, which is necessary for assembly parsing and is more consistent with the rest of the memory instruction definitions. Make some incremental progress on refactoring away the mega-operand addrmode2 along the way, which is nice. llvm-svn: 136978