This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb6f3f43df3 [MSP430] Align functions on 2-byte boundary instead of 4. new e536db08ac8 Import all inlined indirect call targets for SamplePGO. new a08ffd613d4 Revert "[DebugInfo] Insert DW_OP_deref when spilling indire [...]
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/CodeGen/LiveDebugVariables.cpp | 89 +++++++----------- lib/Transforms/IPO/SampleProfile.cpp | 8 +- test/DebugInfo/X86/bbjoin.ll | 6 +- test/DebugInfo/X86/spill-indirect-nrvo.ll | 103 --------------------- test/DebugInfo/X86/spill-nontrivial-param.ll | 89 ------------------ test/DebugInfo/X86/spill-nospill.ll | 113 ----------------------- test/Transforms/SampleProfile/Inputs/import.prof | 6 +- test/Transforms/SampleProfile/import.ll | 16 +++- 8 files changed, 59 insertions(+), 371 deletions(-) delete mode 100644 test/DebugInfo/X86/spill-indirect-nrvo.ll delete mode 100644 test/DebugInfo/X86/spill-nontrivial-param.ll delete mode 100644 test/DebugInfo/X86/spill-nospill.ll