This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a77c3fdb212 [llvm-pdbutil] Dump raw bytes of pdb name map. new 055ae721289 [llvm-pdbutil] Show what blocks a stream occupies. new 5c4dd22e835 [CorrelatedValuePropagation] Remove comment about iterating [...] new a8f03fad1f9 [CorrelatedValuePropagation] Fix typo in comment sense->since. NFC new 7584e452e62 [APInt] Move the single word cases of countTrailingZeros an [...] new 1a9610bd3ca [APInt] Use trailing bit counting methods instead of popula [...] new c8bc59b0b33 [APInt] Make the single word cases of isMaxSignedValue/isMi [...]
The 6 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/APInt.h | 28 +++++++++--- lib/Support/APInt.cpp | 9 +--- .../Scalar/CorrelatedValuePropagation.cpp | 5 +-- test/DebugInfo/PDB/pdbdump-headers.test | 51 ++++++++++++++-------- tools/llvm-pdbutil/DumpOutputStyle.cpp | 7 +++ tools/llvm-pdbutil/llvm-pdbutil.cpp | 5 +++ tools/llvm-pdbutil/llvm-pdbutil.h | 1 + 7 files changed, 74 insertions(+), 32 deletions(-)