This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f77dbb38b2 [lit] Try to exit more cleanly new 78070a72ad6 Bitcode: Simplify how we enumerate summaries in the index. NFCI. new 9aa1d44080d [Hexagon] Check for .cur def without use without using a ma [...] new b712cbbe034 Revert "Remove "_NC" suffix and semantics from TLSDESC_LD{6 [...] new 20867e3138e [Hexagon] Add new packet iterator which will iterate throug [...] new 7cac2fa3dd5 [Hexagon] Extract function that checks endloops with other [...]
The 5 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/Support/ELFRelocs/AArch64.def | 37 +-- lib/Bitcode/Writer/BitcodeWriter.cpp | 164 ++---------- lib/Target/AArch64/AArch64AsmPrinter.cpp | 3 +- .../MCTargetDesc/AArch64ELFObjectWriter.cpp | 128 ++------- lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp | 1 - lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h | 3 +- .../Hexagon/MCTargetDesc/HexagonMCChecker.cpp | 88 ++++--- lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h | 9 +- .../Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 59 ++++- .../Hexagon/MCTargetDesc/HexagonMCInstrInfo.h | 25 +- test/CodeGen/AArch64/arm64-tls-dynamics.ll | 32 +-- test/MC/AArch64/adrp-relocation.s | 6 - test/MC/AArch64/arm32-elf-relocs.s | 163 +++++------- test/MC/AArch64/arm32-large-relocs.s | 31 --- test/MC/AArch64/arm32-tls-relocs.s | 290 --------------------- test/MC/AArch64/arm64-elf-reloc-condbr.s | 9 - test/MC/AArch64/arm64-elf-relocs.s | 138 +++++----- test/MC/AArch64/arm64-tls-relocs.s | 24 +- test/MC/AArch64/elf-reloc-ldrlit.s | 12 - test/MC/AArch64/elf-reloc-pcreladdressing-ilp32.s | 17 -- test/MC/AArch64/elf-reloc-tstb.s | 10 - test/MC/AArch64/elf-reloc-uncondbrimm.s | 10 - test/MC/AArch64/error-location.s | 2 +- test/MC/AArch64/ilp32-diagnostics.s | 32 +-- test/MC/AArch64/inline-asm-modifiers.s | 2 +- test/MC/AArch64/lp64-diagnostics.s | 13 - test/MC/AArch64/tls-relocs.s | 4 +- test/MC/Hexagon/PacketRules/endloop_branches.s | 12 + test/MC/Hexagon/endloop.s | 19 -- test/tools/llvm-readobj/reloc-types.test | 4 +- 30 files changed, 357 insertions(+), 990 deletions(-) delete mode 100644 test/MC/AArch64/arm32-large-relocs.s delete mode 100644 test/MC/AArch64/arm32-tls-relocs.s delete mode 100644 test/MC/AArch64/elf-reloc-pcreladdressing-ilp32.s delete mode 100644 test/MC/AArch64/lp64-diagnostics.s create mode 100644 test/MC/Hexagon/PacketRules/endloop_branches.s delete mode 100644 test/MC/Hexagon/endloop.s