This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6128d7f [InstCombine] add tests to show pattern matching failures due [...] new a8f2db5 [Bitcode] Add compatibility test for the 3.9 release new a8b8839 [codeview] Don't assert if the array element type is incomplete new 0a2fb4a Move the ocaml_all target into the Misc folder for cleanliness; NFC.
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: cmake/modules/AddOCaml.cmake | 1 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 41 +++--- .../{compatibility.ll => compatibility-3.9.ll} | 11 +- test/Bitcode/compatibility-3.9.ll.bc | Bin 0 -> 16032 bytes test/DebugInfo/COFF/vtable-optzn-array.ll | 140 +++++++++++++++++++++ 5 files changed, 171 insertions(+), 22 deletions(-) copy test/Bitcode/{compatibility.ll => compatibility-3.9.ll} (99%) create mode 100644 test/Bitcode/compatibility-3.9.ll.bc create mode 100644 test/DebugInfo/COFF/vtable-optzn-array.ll