This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e090e72 Ignore llvm/test/tools/llvm-symbolizer/coff-exports.test on mingw. new 71721c0 GlobalISel: Fix typo in error message new 9291d3c DAG: Recognize no-signed-zeros-fp-math attribute
The 2 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/llvm/CodeGen/CommandFlags.h | 7 +++ include/llvm/Target/TargetOptions.h | 10 +++- lib/CodeGen/GlobalISel/InstructionSelect.cpp | 2 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 +- lib/Target/TargetMachine.cpp | 1 + .../AMDGPU/enable-no-signed-zeros-fp-math.ll | 22 ++++++++ test/CodeGen/AMDGPU/fsub.ll | 58 ++++++++++++++++++++++ test/CodeGen/X86/negative-sin.ll | 2 +- 8 files changed, 100 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/AMDGPU/enable-no-signed-zeros-fp-math.ll