This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8cea2af [CMake] Support externalizing debug info on non-Darwin platforms new 7e8d980 Debug Info: Sort frame index expressions before emitting them [...] new 063d4cb WholeProgramDevirt: For VCP use a 32-bit ConstantInt for the [...]
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/AsmPrinter/DwarfCompileUnit.cpp | 13 ++-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 9 +++ lib/CodeGen/AsmPrinter/DwarfDebug.h | 58 ++++++++------- lib/Transforms/IPO/WholeProgramDevirt.cpp | 2 +- test/DebugInfo/X86/FrameIndexExprs.ll | 85 ++++++++++++++++++++++ .../WholeProgramDevirt/virtual-const-prop-begin.ll | 6 +- .../WholeProgramDevirt/virtual-const-prop-check.ll | 6 +- .../WholeProgramDevirt/virtual-const-prop-end.ll | 6 +- 8 files changed, 139 insertions(+), 46 deletions(-) create mode 100644 test/DebugInfo/X86/FrameIndexExprs.ll