This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 85f8cbc [PMBuilder] Remove RunFloat2Int cl::opt. new 61cf41c NewGVN: Fix PR31480, PR31483, PR31499, by rewriting how memor [...] new 2c8e9c4 NewGVN: Add UnknownExpression and create them for things we c [...] new 9af2e4e Emit .cfi_sections before the first .cfi_startproc
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/Transforms/Scalar/GVNExpression.h | 35 +++++ lib/CodeGen/AsmPrinter/ARMException.cpp | 13 +- lib/CodeGen/AsmPrinter/DwarfCFIException.cpp | 17 +-- lib/CodeGen/AsmPrinter/DwarfException.h | 6 +- lib/Transforms/Scalar/NewGVN.cpp | 202 ++++++++++++++++++++----- test/CodeGen/ARM/early-cfi-sections.ll | 31 ++++ test/CodeGen/ARM/no-cfi.ll | 24 +++ test/CodeGen/X86/early-cfi-sections.ll | 28 ++++ 8 files changed, 298 insertions(+), 58 deletions(-) create mode 100644 test/CodeGen/ARM/early-cfi-sections.ll create mode 100644 test/CodeGen/ARM/no-cfi.ll create mode 100644 test/CodeGen/X86/early-cfi-sections.ll