Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting changes. No functionality change. | Bill Wendling | 2011-01-03 | 1 | -80/+77 |
| | | | | llvm-svn: 122789 | ||||
* | Use a StringSwitch<> instead of a manually constructed string matcher. | Jim Grosbach | 2010-12-24 | 1 | -10/+7 |
| | | | | llvm-svn: 122530 | ||||
* | Recognize a few more documented register name aliases for ARM in the asm lexer. | Jim Grosbach | 2010-12-23 | 1 | -0/+18 |
| | | | | llvm-svn: 122523 | ||||
* | Trailing whitespace. | Jim Grosbach | 2010-12-22 | 1 | -15/+15 |
| | | | | llvm-svn: 122456 | ||||
* | Added an AsmLexer for the ARM target, which uses | Sean Callanan | 2010-04-07 | 1 | -0/+140 |
a simple mapping of register names to IDs to identify register tokens. llvm-svn: 100685 |