| Commit message (Expand) | Author | Age | Files | Lines |
* | Small fix to the ARM AsmParser to ensure that a | Sean Callanan | 2011-04-18 | 1 | -0/+1 |
* | - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHT | Bruno Cardoso Lopes | 2011-04-04 | 1 | -0/+111 |
* | Remove unused variables | Matt Beaumont-Gay | 2011-04-01 | 1 | -3/+1 |
* | Apply again changes to support ARM memory asm parsing. I removed | Bruno Cardoso Lopes | 2011-03-31 | 1 | -12/+134 |
* | Revert r128632 again, until I figure out what break the tests | Bruno Cardoso Lopes | 2011-03-31 | 1 | -134/+12 |
* | Reapply r128585 without generating a lib depedency cycle. An updated log: | Bruno Cardoso Lopes | 2011-03-31 | 1 | -12/+134 |
* | Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and" | Matt Beaumont-Gay | 2011-03-31 | 1 | -130/+12 |
* | - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and | Bruno Cardoso Lopes | 2011-03-30 | 1 | -12/+130 |
* | Suppress an unused variable warning in -asserts builds | Matt Beaumont-Gay | 2011-03-24 | 1 | -0/+1 |
* | Add asm parsing support w/ testcases for strex/ldrex family of instructions | Bruno Cardoso Lopes | 2011-03-24 | 1 | -0/+26 |
* | Add support to the ARM asm parser for the register-shifted-register forms of ... | Owen Anderson | 2011-03-18 | 1 | -24/+86 |
* | Avoid dangling else warnings. | Joerg Sonnenberger | 2011-02-19 | 1 | -1/+2 |
* | Fix style and a typo | Bruno Cardoso Lopes | 2011-02-18 | 1 | -4/+4 |
* | Add assembly parsing support for "msr" and also fix its encoding. Also add | Bruno Cardoso Lopes | 2011-02-18 | 1 | -0/+95 |
* | A fail to match coprocessor number and register number must fail instead of a... | Bruno Cardoso Lopes | 2011-02-14 | 1 | -1/+0 |
* | Fix encoding and add parsing support for the arm/thumb CPS instruction: | Bruno Cardoso Lopes | 2011-02-14 | 1 | -7/+104 |
* | AsmMatcher custom operand parser failure enhancements. | Jim Grosbach | 2011-02-12 | 1 | -20/+29 |
* | Add support for parsing dmb/dsb instructions | Bruno Cardoso Lopes | 2011-02-07 | 1 | -0/+58 |
* | Remove the MCR asm parser hack and start using the custom target specific asm | Bruno Cardoso Lopes | 2011-02-07 | 1 | -31/+92 |
* | MC/AsmParser: Add support for allowing the conversion process to fail (via | Daniel Dunbar | 2011-02-04 | 1 | -0/+2 |
* | Fix 80-column violations and whitespace. | Bob Wilson | 2011-02-03 | 1 | -3/+3 |
* | Changed llvm-mc arm target to give an error if .syntax divided is used. Since | Kevin Enderby | 2011-01-27 | 1 | -1/+1 |
* | Introduce virtual ParseRegister method in TargetAsmParser. | Roman Divacky | 2011-01-27 | 1 | -0/+7 |
* | Fix the encoding and parsing of clrex instruction | Bruno Cardoso Lopes | 2011-01-20 | 1 | -1/+2 |
* | Add cdp/cdp2 instructions for thumb/thumb2 | Bruno Cardoso Lopes | 2011-01-20 | 1 | -1/+1 |
* | - Use a more appropriate name for Owen's ARM Parser isMCR hack since the same... | Bruno Cardoso Lopes | 2011-01-20 | 1 | -17/+25 |
* | Add mcr* and mr*c support to thumb targets | Bruno Cardoso Lopes | 2011-01-20 | 1 | -2/+6 |
* | Fix the encoding of t2ISB by using the right class and also parse it correctly | Bruno Cardoso Lopes | 2011-01-18 | 1 | -1/+1 |
* | Follow the current hack set and enable the correct parsing of bkpt while in t... | Bruno Cardoso Lopes | 2011-01-18 | 1 | -3/+9 |
* | McARM: Use accessors where appropriate. | Daniel Dunbar | 2011-01-18 | 1 | -13/+13 |
* | McARM: Fill in ASMOperand::dump() for memory operands. | Daniel Dunbar | 2011-01-18 | 1 | -1/+56 |
* | McARM: Make ARMOperand use a union where appropriate. | Daniel Dunbar | 2011-01-18 | 1 | -9/+13 |
* | McARM: Unify ParseMemory() successfull return. | Daniel Dunbar | 2011-01-18 | 1 | -40/+22 |
* | McARM: Early exit on failure (NEFC). | Daniel Dunbar | 2011-01-18 | 1 | -7/+8 |
* | McARM: Always keep an offset expression, if used (instead of assuming == 0 if... | Daniel Dunbar | 2011-01-18 | 1 | -24/+29 |
* | McARM: Add a variety of asserts on the sanity of memory operands. | Daniel Dunbar | 2011-01-18 | 1 | -1/+10 |
* | McARM: Use a consistent marker for not-set OffsetRegNum. | Daniel Dunbar | 2011-01-18 | 1 | -1/+1 |
* | Recognize alternative register names like ip -> r12. | Owen Anderson | 2011-01-13 | 1 | -3/+14 |
* | Add support to the ARM MC infrastructure to support mcr and friends. This req... | Owen Anderson | 2011-01-13 | 1 | -5/+77 |
* | Fix ARMAsmParser::ParseOperand() to allow it to parse . as a branch target and | Kevin Enderby | 2011-01-13 | 1 | -2/+4 |
* | Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step | Evan Cheng | 2011-01-13 | 1 | -22/+16 |
* | Add a FIXME and two asserts for now in the ARMAsmParser when it sees .code 16 or | Kevin Enderby | 2011-01-13 | 1 | -2/+12 |
* | Change call to Error() to assert() | Jason W Kim | 2011-01-13 | 1 | -4/+1 |
* | Sort the register list based on the *actual* register numbers rather than the | Bill Wendling | 2011-01-12 | 1 | -5/+5 |
* | Workaround for bug 8721. | Jason W Kim | 2011-01-11 | 1 | -0/+106 |
* | Clean up ARM subtarget code by using Triple ADT. | Evan Cheng | 2011-01-11 | 1 | -0/+1 |
* | McARM: Fill in GetMnemonicAcceptInfo(). | Daniel Dunbar | 2011-01-11 | 1 | -2/+17 |
* | McARM: Sketch some logic for determining when to add carry set and predicatio... | Daniel Dunbar | 2011-01-11 | 1 | -4/+48 |
* | McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out the | Daniel Dunbar | 2011-01-11 | 1 | -11/+32 |
* | McARM: Flush out hard coded known non-predicated mnemonic list. | Daniel Dunbar | 2011-01-10 | 1 | -3/+12 |