This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 98dfa5e49d1 Introduce LLVMDIBuilderRef new 42e519ed100 [globalisel] Enable tracing the legalizer with --debug-only [...] new 503ce9f8c13 [BitVector] Add operator<<= and operator>>=.
The 2 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/BitVector.h | 149 +++++++++++++++++++++++++++++ include/llvm/ADT/SmallBitVector.h | 16 ++++ lib/CodeGen/GlobalISel/Legalizer.cpp | 26 ++++- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 12 ++- unittests/ADT/BitVectorTest.cpp | 122 +++++++++++++++++++++++ 5 files changed, 319 insertions(+), 6 deletions(-)