[PATCH] D56571: [RFC prototype] Implementation of asm-goto support in LLVM
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 10 17:27:25 PST 2019
craig.topper created this revision.
craig.topper added reviewers: erichkeane, nickdesaulniers, chandlerc, jyu2.
Herald added a subscriber: eraman.
Herald added a reviewer: shafik.
This patch accompanies the RFC posted here:
http://lists.llvm.org/pipermail/llvm-dev/2018-October/127239.html
This is the clang side. The llvm version is in D53765 <https://reviews.llvm.org/D53765>
https://reviews.llvm.org/D56571
Files:
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExprObjC.h
include/clang/AST/Stmt.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/AST/ASTImporter.cpp
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.h
lib/Parse/ParseStmtAsm.cpp
lib/Sema/SemaStmtAsm.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/CodeGen/asm-goto.c
test/CodeGen/asm.c
test/CodeGen/inline-asm-mixed-style.c
test/Coverage/c-language-features.inc
test/PCH/asm.h
test/Parser/asm-goto.c
test/Parser/asm-goto.cpp
test/Parser/asm.c
test/Parser/asm.cpp
test/Sema/asm.c
test/Sema/inline-asm-validate-tmpl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56571.181198.patch
Type: text/x-patch
Size: 44807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190111/ba02bbb9/attachment-0001.bin>
More information about the cfe-commits
mailing list