diff options
author | Kevin Enderby <enderby@apple.com> | 2009-10-30 22:55:57 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2009-10-30 22:55:57 +0000 |
commit | 9c41fa87eac369d84f8bfc2245084cd39f281ee4 (patch) | |
tree | 461947ff3a73854af03952d95b45c139552f894d /lib/Transforms/Utils/UnrollLoop.cpp | |
parent | 5e8e2d7ad9147f15898a5587fea053d05017a055 (diff) |
Updates to the ARM target assembler for llvm-mc per review comments from
Daniel Dunbar.
- Reordered the fields in the ARMOperand Mem struct to make the struct smaller.
Making bool's into 1 bit fields and put the MCExpr* fields adjacent to each
other.
- Fixed a number of places in ARMAsmParser.cpp so they have doxygen comments.
- Change the name of ARMAsmParser::ParseRegister() to MaybeParseRegister and
added the bool ParseWriteBack parameter.
- Changed ARMAsmParser::ParseMemory() to call MaybeParseRegister().
- Added ARMAsmParser::ParseMemoryOffsetReg to factor out parsing the offset of a
memory operand. And use it for both parsing both preindexed and post indexing
addressing forms in ARMAsmParser::ParseMemory.
- Changed the first argument to ParseShift() to a reference.
- Changed ParseShift() to check for Rrx first and return to reduce nesting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/UnrollLoop.cpp')
0 files changed, 0 insertions, 0 deletions