This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8218871 DenseSet: Appease msc18 to define derived constructors explicitly. new 9a54c88 Checking FP function attribute values and adding more build a [...]
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: lib/Target/ARM/ARMAsmPrinter.cpp | 31 +++++++++++++++------------ test/CodeGen/ARM/build-attributes-fn-attr0.ll | 11 ++++++++++ test/CodeGen/ARM/build-attributes-fn-attr1.ll | 18 ++++++++++++++++ test/CodeGen/ARM/build-attributes-fn-attr2.ll | 18 ++++++++++++++++ test/CodeGen/ARM/build-attributes-fn-attr3.ll | 17 +++++++++++++++ test/CodeGen/ARM/build-attributes-fn-attr4.ll | 22 +++++++++++++++++++ test/CodeGen/ARM/build-attributes-fn-attr5.ll | 22 +++++++++++++++++++ test/CodeGen/ARM/build-attributes-fn-attr6.ll | 23 ++++++++++++++++++++ 8 files changed, 148 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr0.ll create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr1.ll create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr2.ll create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr3.ll create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr4.ll create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr5.ll create mode 100644 test/CodeGen/ARM/build-attributes-fn-attr6.ll