This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6328488e882 [TargetLowering] simplify code for uaddsat/usubsat expansion; NFC new 4107715f75d Revert "[Remarks] Refactor remark diagnostic emission in a [...] new f383764b620 [CGP] Avoid repeatedly building DominatorTree causing long [...] new 69806c5e5c6 [PowerPC] Add secure plt support for TLS symbols
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: 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/CodeGenPrepare.cpp | 46 ++++++++++++---------- 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 +-- lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 17 ++++++-- lib/Target/PowerPC/PPCAsmPrinter.cpp | 8 +++- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 15 ++++++- test/CodeGen/PowerPC/ppc32-secure-plt-tls.ll | 18 +++++++++ tools/llc/llc.cpp | 5 +-- tools/opt/opt.cpp | 5 +-- 18 files changed, 119 insertions(+), 155 deletions(-) delete mode 100644 include/llvm/IR/RemarkStreamer.h delete mode 100644 lib/IR/RemarkStreamer.cpp create mode 100644 test/CodeGen/PowerPC/ppc32-secure-plt-tls.ll