This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from efbdc2d9521 [SelectionDAG] Improve DAGTypeLegalizer::convertMask assert [...] new 91b875c229d [PDB] Write public symbol records and the publics hash table new d3335c2a9e1 [InstCombine] Simplify pointer difference subtractions (GEP [...]
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/DebugInfo/CodeView/SymbolRecord.h | 8 +- .../DebugInfo/PDB/Native/PublicsStreamBuilder.h | 29 +++- include/llvm/IR/Operator.h | 6 + .../PDB/Native/DbiModuleDescriptorBuilder.cpp | 11 +- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 5 +- lib/DebugInfo/PDB/Native/PublicsStreamBuilder.cpp | 187 ++++++++++++++++++--- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 27 ++- test/Transforms/InstCombine/sub.ll | 81 +++++++++ 8 files changed, 306 insertions(+), 48 deletions(-)