| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert r15266. This fixes llvm.org/pr15266. | Rafael Espindola | 2013-02-14 | 1 | -14/+0 |
| | | | | | llvm-svn: 175173 | ||||
| * | [ms-inline asm] Add support for lexing binary integers with a [bB] suffix. | Chad Rosier | 2013-02-12 | 1 | -0/+14 |
| This is complicated by backward labels (e.g., 0b can be both a backward label and a binary zero). The current implementation assumes [0-9]b is always a label and thus it's possible for 0b and 1b to not be interpreted correctly for ms-style inline assembly. However, this is relatively simple to fix in the inline assembly (i.e., drop the [bB]). This patch also limits backward labels to [0-9]b, so that only 0b and 1b are ambiguous. Part of rdar://12470373 llvm-svn: 174983 | |||||

