This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3401779594d [llvm-objdump] Add warning messages if disassembly + source [...] new 39170150103 Revert "[llvm-objdump] Add warning messages if disassembly [...] new 00170d38eec [APInt] Introduce clearLowBits() new 8a2defdd81e [DivRemPairs] Handling for expanded-form rem - recompositio [...]
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/ADT/APInt.h | 7 ++ include/llvm/DebugInfo/DIContext.h | 12 +-- include/llvm/Transforms/Utils/BypassSlowDivision.h | 2 + lib/DebugInfo/DWARF/DWARFContext.cpp | 2 +- lib/DebugInfo/Symbolize/DIPrinter.cpp | 17 ++-- lib/Transforms/Scalar/DivRemPairs.cpp | 110 ++++++++++++++++++--- .../DivRemPairs/X86/div-expanded-rem-pair.ll | 8 +- .../X86/source-interleave-invalid-source.test | 6 +- .../X86/source-interleave-missing-source.test | 6 +- .../X86/source-interleave-no-debug-info.test | 6 +- tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 2 +- tools/llvm-objdump/llvm-objdump.cpp | 75 +++++--------- tools/llvm-objdump/llvm-objdump.h | 2 +- tools/llvm-xray/func-id-helper.cpp | 2 +- unittests/ADT/APIntTest.cpp | 65 ++++++++++++ 15 files changed, 225 insertions(+), 97 deletions(-)