llvm-6502/lib
Kevin Enderby 9c41fa87ea 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
2009-10-30 22:55:57 +00:00
..
Analysis If string field is empty then return NULL. 2009-10-30 22:52:47 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix MachineLICM to use the correct virtual register class when 2009-10-30 22:18:41 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support
System Most stack straces don't need 3 digits worth of levels. 2009-10-30 02:45:10 +00:00
Target Updates to the ARM target assembler for llvm-mc per review comments from 2009-10-30 22:55:57 +00:00
Transforms Teach SimplifyCFG how to eliminate duplicate PHI nodes within a block. 2009-10-30 22:39:04 +00:00
VMCore if basic blocks are destroyed while there are *just* BlockAddress' hanging 2009-10-30 22:39:36 +00:00
Makefile