This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68298d44279 [mips] Fix TestDWARF32Version5Addr8AllForms test failure on [...] new a6c2a7e2be8 [DAGCombiner] narrow truncated vector binops when legal new 9887fee818c [Hexagon] Extract operand decoders into a separate file, NFC new dd37dd65215 BumpPtrAllocator: Add a couple of convenient wrappers aroun [...]
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/Support/Allocator.h | 27 +++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 18 +- .../Hexagon/Disassembler/HexagonDisassembler.cpp | 57 +---- lib/Target/Hexagon/HexagonDepDecoders.h | 73 +++++++ lib/Target/X86/X86ISelLowering.cpp | 2 + test/CodeGen/X86/vector-trunc-math-widen.ll | 236 ++++++++------------- test/CodeGen/X86/vector-trunc-math.ll | 236 ++++++++------------- 7 files changed, 282 insertions(+), 367 deletions(-) create mode 100644 lib/Target/Hexagon/HexagonDepDecoders.h