Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [ms-inline asm] Do not report a Parser error when matching inline assembly. | Chad Rosier | 2012-08-21 | 1 | -1/+2 | |
| | | | | llvm-svn: 162307 | |||||
* | [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, | Chad Rosier | 2012-08-21 | 1 | -1/+3 | |
| | | | | | | this is the index of the operand that failed to match. llvm-svn: 162296 | |||||
* | [ms-inline asm] Append identifier for better debugging. | Chad Rosier | 2012-08-21 | 1 | -0/+1 | |
| | | | | llvm-svn: 162289 | |||||
* | [ms-inline asm] Remove this test case and the associated special case code. | Chad Rosier | 2012-08-21 | 1 | -6/+0 | |
| | | | | llvm-svn: 162288 | |||||
* | [ms-inline asm] Remove old cruft now that MS-style asms their own code path. | Chad Rosier | 2012-08-20 | 1 | -4/+4 | |
| | | | | llvm-svn: 162210 | |||||
* | [ms-inline asm] Update comment. | Chad Rosier | 2012-08-17 | 1 | -1/+1 | |
| | | | | llvm-svn: 162134 | |||||
* | [ms-inline asm] Extract AsmStmt handling into a separate file, so as to not | Chad Rosier | 2012-08-17 | 1 | -0/+635 | |
pollute SemaStmt with extraneous asm handling logic. llvm-svn: 162132 |