This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b8b6ac5 [X86] Drop the 64-bit alignment for LOW32_ADDR_ACCESS registe [...] new b6708cf Allow the LTO code generator to strip invalid debug info from [...] new f68fb38 Separate the Verifier into an analysis and a transformation p [...]
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: include/llvm/IR/DiagnosticInfo.h | 24 +++++++++++++++++ include/llvm/IR/Verifier.h | 43 +++++++++++++++++++++++++------ lib/IR/DiagnosticInfo.cpp | 5 ++++ lib/IR/Verifier.cpp | 44 ++++++++++++++++++++++++++------ lib/LTO/LTOCodeGenerator.cpp | 20 +++++++++++++++ lib/Passes/PassRegistry.def | 2 ++ test/LTO/X86/Inputs/strip-debug-info.bc | Bin 0 -> 852 bytes test/LTO/X86/strip-debug-info.ll | 21 +++++++++++++++ unittests/IR/VerifierTest.cpp | 25 ++++++++++++++++++ 9 files changed, 168 insertions(+), 16 deletions(-) create mode 100644 test/LTO/X86/Inputs/strip-debug-info.bc create mode 100644 test/LTO/X86/strip-debug-info.ll