This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 457b8b54363 [EarlyCSE] Reuse invariant scopes for invariant load new 1ae46a07efa Refactor the PDB HashTable class. new d8d0bbd266f [X86] Fix 80 column violations. new e9d01827a3b [X86] Simplify the type legality checking for (FM)ADDSUB/SU [...] new a2c49110903 [X86][Btver2] Attach AES/CLMUL instructions to a scheduler pipe
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/DebugInfo/PDB/Native/HashTable.h | 249 +++++++++++++++------ include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h | 14 +- include/llvm/DebugInfo/PDB/Native/TpiStream.h | 4 +- lib/DebugInfo/PDB/Native/HashTable.cpp | 172 +------------- lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 43 ++-- lib/DebugInfo/PDB/Native/TpiStream.cpp | 4 +- lib/Target/X86/X86ISelLowering.cpp | 22 +- lib/Target/X86/X86ScheduleBtVer2.td | 8 +- tools/llvm-pdbutil/Analyze.cpp | 2 +- unittests/DebugInfo/PDB/HashTableTest.cpp | 145 ++++++++---- 10 files changed, 335 insertions(+), 328 deletions(-)