This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 649e247b1c5 [gdb] Add pretty printer for Expected new 5e785b9abda [APInt] Add helpers for rounding u/sdivs. new 39add80ac56 Add a warning if someone attempts to add extra section flag [...]
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/APInt.h | 17 +++++++++- lib/MC/MCParser/ELFAsmParser.cpp | 49 ++++++++++++++++++---------- lib/Support/APInt.cpp | 46 +++++++++++++++++++++++++++ test/MC/ELF/extra-section-flags.s | 10 ++++++ unittests/ADT/APIntTest.cpp | 67 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 172 insertions(+), 17 deletions(-) create mode 100644 test/MC/ELF/extra-section-flags.s