Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ms-inline-asm: Scope inline asm labels to functions | Ehsan Akhgari | 2014-09-22 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | Summary: This fixes PR20023. In order to implement this scoping rule, we piggy back on the existing LabelDecl machinery, by creating LabelDecl's that will carry the "internal" name of the inline assembly label, which we will rewrite the asm label to. Reviewers: rnk Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D4589 llvm-svn: 218230 | ||||
* | Upstream an MS inline assembly test from Mozilla's inline assembly code | Ehsan Akhgari | 2014-07-17 | 1 | -0/+61 |
Summary: I'm planning on upstreaming some test cases for the inline assembly usage in the Mozilla code base. A lot of these test cases test the recent fixes to this code. Reviewers: rnk Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D4508 llvm-svn: 213255 |