This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 52a318c [ThinLTO] Make sure the Context used for the ThinLTO backend [...] new f982483 [InstSimplify] add tests to show missing vector icmp folds new 9feaa97 Fix some Clang-tidy modernize-use-using and Include What You [...] new 66abb74 [CodeGen] Convert a loop to a for-each loop. NFC new 073ec4a [SelectionDAG] Use a union of bitfield structs for SDNode::Su [...]
The 4 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/SelectionDAG.h | 16 ++ include/llvm/CodeGen/SelectionDAGNodes.h | 161 +++++++++----- lib/CodeGen/MachinePipeliner.cpp | 12 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 61 ++---- .../Interpreter/ExternalFunctions.cpp | 16 +- lib/IR/ValueSymbolTable.cpp | 8 +- lib/MC/MCDisassembler/Disassembler.cpp | 29 ++- lib/MC/MCParser/AsmLexer.cpp | 15 +- lib/MC/MCParser/AsmParser.cpp | 65 ++++-- lib/Support/FileUtilities.cpp | 8 +- lib/Support/LockFileManager.cpp | 15 +- lib/Support/SmallPtrSet.cpp | 3 +- lib/Support/StringMap.cpp | 10 +- lib/Support/raw_ostream.cpp | 13 +- lib/TableGen/Record.cpp | 23 +- lib/TableGen/TGLexer.cpp | 11 +- lib/TableGen/TGParser.cpp | 33 +-- test/Transforms/InstSimplify/icmp-constant.ll | 238 +++++++++++++++++++++ 18 files changed, 539 insertions(+), 198 deletions(-)