Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-24 | 1 | -1/+1 |
| | | | | llvm-svn: 207083 | ||||
* | Change SMRange to be half-open (exclusive end) instead of closed (inclusive) | Jordan Rose | 2013-01-07 | 1 | -1/+1 |
| | | | | | | | | | | This is necessary not only for representing empty ranges, but for handling multibyte characters in the input. (If the end pointer in a range refers to a multibyte character, should it point to the beginning or the end of the character in a char array?) Some of the code in the asm parsers was already assuming this anyway. llvm-svn: 171765 | ||||
* | Add support for macro parameters/arguments delimited by spaces, | Preston Gurd | 2012-09-19 | 1 | -1/+2 |
| | | | | | | | | | | to improve compatibility with GNU as. Based on a patch by PaX Team. Fixed assertion failures on non-Darwin and added additional test cases. llvm-svn: 164248 | ||||
* | Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing. | Benjamin Kramer | 2011-10-16 | 1 | -0/+4 |
| | | | | | | | | <stdin>:1:12: error: register %rax is only available in 64-bit mode incl %rax ^~~~ llvm-svn: 142137 | ||||
* | MC: Move getLoc() to MCAsmLexer(). | Daniel Dunbar | 2010-07-12 | 1 | -1/+5 |
| | | | | llvm-svn: 108154 | ||||
* | create a new MCParser library and move some stuff into it. | Chris Lattner | 2010-01-22 | 1 | -0/+23 |
llvm-svn: 94129 |