This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2fce618 Attempt to work around lack of std::map::emplace in libstdc++4.7 new 115c499 Fix CRLF -> LF. new 6954e62 [InstCombine] scalarizePHI should not assume the code it sees [...] new 8156498 Revert "[codeview] Emit information about global variables"
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: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 105 +++------------ lib/CodeGen/AsmPrinter/CodeViewDebug.h | 11 -- .../InstCombine/InstCombineVectorOps.cpp | 38 ++++-- test/DebugInfo/COFF/asm.ll | 11 +- test/DebugInfo/COFF/globals.ll | 146 --------------------- test/DebugInfo/COFF/multifile.ll | 4 +- test/DebugInfo/COFF/simple.ll | 14 +- test/DebugInfo/PDB/pdbdump-yaml.test | 34 ++--- test/Transforms/InstCombine/vec_phi_extract.ll | 65 ++++++++- .../LoopVectorize/PowerPC/vsx-tsvc-s173.ll | 2 +- 10 files changed, 137 insertions(+), 293 deletions(-) delete mode 100644 test/DebugInfo/COFF/globals.ll