This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 66554b3e516 [DAGCombiner] Add SADDO/SSUBO combine support new aa137aa9eac [Remarks] Refactor remark diagnostic emission in a RemarkStreamer new 6328488e882 [TargetLowering] simplify code for uaddsat/usubsat expansion; NFC
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/Analysis/OptimizationRemarkEmitter.h | 4 +- .../CodeGen/MachineOptimizationRemarkEmitter.h | 14 ++++--- include/llvm/IR/LLVMContext.h | 33 ++++++++-------- include/llvm/IR/RemarkStreamer.h | 44 ++++++++++++++++++++++ lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 1 + lib/CodeGen/SelectionDAG/TargetLowering.cpp | 13 +++---- lib/IR/CMakeLists.txt | 1 + lib/IR/DiagnosticInfo.cpp | 1 + lib/IR/LLVMContext.cpp | 26 ++++++------- lib/IR/LLVMContextImpl.h | 3 +- lib/IR/RemarkStreamer.cpp | 28 ++++++++++++++ lib/LTO/LTO.cpp | 5 ++- tools/llc/llc.cpp | 5 ++- tools/opt/opt.cpp | 5 ++- 14 files changed, 133 insertions(+), 50 deletions(-) create mode 100644 include/llvm/IR/RemarkStreamer.h create mode 100644 lib/IR/RemarkStreamer.cpp