This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ec2d9151d9 Register NetBSD/x86_64 in MemorySanitizer.cpp new 45db4ee0fc2 [NFC] Change the string offsets table tests to generate the [...] new ce39caef81e [MachineOutliner] Outline calls
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: lib/Target/AArch64/AArch64InstrInfo.cpp | 122 ++++++++++++++++++++- test/CodeGen/AArch64/machine-outliner.mir | 16 +++ .../Inputs/dwarfdump-str-offsets-dwp.x86_64.o | Bin 3328 -> 0 bytes .../dwarfdump-str-offsets-invalid-1.x86_64.o | Bin 824 -> 0 bytes .../dwarfdump-str-offsets-invalid-2.x86_64.o | Bin 832 -> 0 bytes .../dwarfdump-str-offsets-invalid-3.x86_64.o | Bin 2296 -> 0 bytes .../dwarfdump-str-offsets-invalid-4.x86_64.o | Bin 1264 -> 0 bytes .../Inputs/dwarfdump-str-offsets-invalid-5.s | 10 -- .../dwarfdump-str-offsets-invalid-5.x86_64.o | Bin 464 -> 0 bytes .../DebugInfo/Inputs/dwarfdump-str-offsets-macho.o | Bin 1584 -> 0 bytes .../Inputs/dwarfdump-str-offsets.x86_64.o | Bin 4344 -> 0 bytes .../{Inputs => X86}/dwarfdump-str-offsets-dwp.s | 63 ++++++++++- .../dwarfdump-str-offsets-invalid-1.s | 11 +- .../dwarfdump-str-offsets-invalid-2.s | 11 +- .../dwarfdump-str-offsets-invalid-3.s | 11 +- .../dwarfdump-str-offsets-invalid-4.s | 11 +- .../X86/dwarfdump-str-offsets-invalid-5.s | 14 +++ .../{Inputs => X86}/dwarfdump-str-offsets-macho.s | 71 +++++++++++- .../{Inputs => X86}/dwarfdump-str-offsets.s | 97 +++++++++++++++- test/DebugInfo/dwarfdump-str-offsets-dwp.test | 56 ---------- test/DebugInfo/dwarfdump-str-offsets-invalid.test | 24 ---- test/DebugInfo/dwarfdump-str-offsets.test | 94 ---------------- 22 files changed, 396 insertions(+), 215 deletions(-) delete mode 100644 test/DebugInfo/Inputs/dwarfdump-str-offsets-dwp.x86_64.o delete mode 100644 test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-1.x86_64.o delete mode 100644 test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-2.x86_64.o delete mode 100644 test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-3.x86_64.o delete mode 100644 test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-4.x86_64.o delete mode 100644 test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-5.s delete mode 100644 test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-5.x86_64.o delete mode 100644 test/DebugInfo/Inputs/dwarfdump-str-offsets-macho.o delete mode 100644 test/DebugInfo/Inputs/dwarfdump-str-offsets.x86_64.o rename test/DebugInfo/{Inputs => X86}/dwarfdump-str-offsets-dwp.s (80%) rename test/DebugInfo/{Inputs => X86}/dwarfdump-str-offsets-invalid-1.s (75%) rename test/DebugInfo/{Inputs => X86}/dwarfdump-str-offsets-invalid-2.s (76%) rename test/DebugInfo/{Inputs => X86}/dwarfdump-str-offsets-invalid-3.s (87%) rename test/DebugInfo/{Inputs => X86}/dwarfdump-str-offsets-invalid-4.s (80%) create mode 100644 test/DebugInfo/X86/dwarfdump-str-offsets-invalid-5.s rename test/DebugInfo/{Inputs => X86}/dwarfdump-str-offsets-macho.s (68%) rename test/DebugInfo/{Inputs => X86}/dwarfdump-str-offsets.s (70%) delete mode 100644 test/DebugInfo/dwarfdump-str-offsets-dwp.test delete mode 100644 test/DebugInfo/dwarfdump-str-offsets-invalid.test delete mode 100644 test/DebugInfo/dwarfdump-str-offsets.test