This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 26bc81978d [clang] Fix handling of "%zd" in scanf new a51c0d8277 [CodeGen][mips] Support `long_call/far/near` attributes
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/Attr.td | 12 +++ include/clang/Basic/AttrDocs.td | 20 ++++ lib/CodeGen/CodeGenModule.cpp | 16 ++- lib/CodeGen/CodeGenModule.h | 3 +- lib/CodeGen/TargetInfo.cpp | 118 ++++++++++++++------- lib/CodeGen/TargetInfo.h | 5 +- lib/Sema/SemaDeclAttr.cpp | 8 ++ test/CodeGen/long-call-attr.c | 17 +++ ...pragma-attribute-supported-attributes-list.test | 4 +- test/Sema/attr-long-call.c | 18 ++++ 10 files changed, 176 insertions(+), 45 deletions(-) create mode 100644 test/CodeGen/long-call-attr.c create mode 100644 test/Sema/attr-long-call.c