This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a17749935c9 [WebAssembly] Added initial AsmParser implementation. new c0f4846c2b6 [llvm-mca] add keyword override to a couple of methods in B [...] new bed0b6132a6 [DEBUGINFO] Add -no-dwarf-debug-ranges option. new 17ab24c8db8 [TableGen] Pass result of std::unique to vector::erase inst [...] new 24e5cd2399b [TableGen] Use llvm::transform to simplify some loops. NFCI new 36fc59c4769 [TableGen] Use vector::append instead of looping and callin [...] new 0cd071c82ef [TableGen] Use range based for loop. NFC new a08b9a16814 [AArch64] Add vmulxh_lane fp16 vector intrinsic
The 7 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: docs/AMDGPUUsage.rst | 2 +- docs/CodeGenerator.rst | 6 ++ docs/CompilerWriterInfo.rst | 2 + docs/X86Usage.rst | 85 +++++++++++++++++++++++++++++ docs/index.rst | 4 ++ lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 7 ++- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 18 +++++- lib/CodeGen/AsmPrinter/DwarfDebug.h | 6 ++ test/CodeGen/AArch64/fp16_intrinsic_lane.ll | 30 ++++++++++ test/DebugInfo/X86/no_debug_ranges.ll | 54 ++++++++++++++++++ tools/llvm-mca/BackendStatistics.h | 4 +- utils/TableGen/CodeGenSchedule.cpp | 46 ++++++---------- 12 files changed, 228 insertions(+), 36 deletions(-) create mode 100644 docs/X86Usage.rst create mode 100644 test/DebugInfo/X86/no_debug_ranges.ll