This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 30c3f700689 [Hexagon] Handle S2_storerf_io in HexagonInstrInfo new dad8f545ae9 Revert rL302028 due to accidental line ending changes. new 8364badbd91 Verify that no compile units share the same line table in " [...] new 52bc9d91024 [APInt] Give the value union a name so we can remove assump [...]
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 | 135 +- include/llvm/IR/IntrinsicsX86.td | 23 - lib/DebugInfo/DWARF/DWARFContext.cpp | 21 +- lib/IR/LLVMContextImpl.h | 4 +- lib/Support/APInt.cpp | 289 ++- lib/Support/Host.cpp | 2991 +++++++++++----------- lib/Target/X86/X86.td | 6 - lib/Target/X86/X86ISelLowering.cpp | 14 - lib/Target/X86/X86ISelLowering.h | 3 - lib/Target/X86/X86InstrInfo.td | 59 - lib/Target/X86/X86Schedule.td | 1325 +++++----- lib/Target/X86/X86Subtarget.cpp | 1 - lib/Target/X86/X86Subtarget.h | 4 - test/CodeGen/X86/lwp-intrinsics-x86_64.ll | 49 - test/CodeGen/X86/lwp-intrinsics.ll | 121 - test/MC/Disassembler/X86/x86-32.txt | 18 - test/MC/Disassembler/X86/x86-64.txt | 24 - test/MC/X86/lwp-x86_64.s | 25 - test/MC/X86/lwp.s | 32 - unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 81 + 20 files changed, 2472 insertions(+), 2753 deletions(-) delete mode 100644 test/CodeGen/X86/lwp-intrinsics-x86_64.ll delete mode 100644 test/CodeGen/X86/lwp-intrinsics.ll delete mode 100644 test/MC/X86/lwp-x86_64.s delete mode 100644 test/MC/X86/lwp.s