This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 937b560bd5d [SmallPtrSet] Add iterator epoch tracking. new 5cd5b63d5e7 [aarch64] Support APInt and APFloat in ImmLeaf subclasses a [...] new b1763ab78e4 AMDGPU: Look for src mods before fp_extend new 212e51c5400 [Hexagon] Avoid unused variable warnings in release builds.
The 3 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/ADT/APFloat.h | 15 ++++ include/llvm/CodeGen/SelectionDAGNodes.h | 6 +- include/llvm/Target/TargetSelectionDAG.td | 33 ++++++++- lib/Target/AArch64/AArch64InstrFormats.td | 31 ++++----- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 18 ++++- lib/Target/Hexagon/HexagonConstExtenders.cpp | 4 ++ test/CodeGen/AMDGPU/fpext-free.ll | 8 +-- test/CodeGen/AMDGPU/mad-mix.ll | 100 +++++++++++++++++++++++++++ utils/TableGen/CodeGenDAGPatterns.cpp | 27 +++++++- utils/TableGen/CodeGenDAGPatterns.h | 5 ++ utils/TableGen/GlobalISelEmitter.cpp | 66 +++++++++++------- 11 files changed, 255 insertions(+), 58 deletions(-)