This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3ea8c2ac6a9 [X86] combineLoad - begun making the load split code more g [...] new 1cb383ef621 [Remarks] Extend -fsave-optimization-record to specify the format
The 1 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/IR/RemarkStreamer.h | 12 ++++++++- include/llvm/LTO/Config.h | 3 +++ include/llvm/LTO/LTO.h | 5 ++-- lib/IR/RemarkStreamer.cpp | 37 +++++++++++++++++++++++--- lib/LTO/LTO.cpp | 6 ++--- lib/LTO/LTOBackend.cpp | 8 +++--- lib/LTO/LTOCodeGenerator.cpp | 10 +++++-- lib/LTO/ThinLTOCodeGenerator.cpp | 3 ++- test/ThinLTO/X86/diagnostic-handler-remarks.ll | 1 + test/tools/gold/X86/opt-remarks.ll | 2 ++ tools/gold/gold-plugin.cpp | 4 +++ tools/llc/llc.cpp | 8 +++++- tools/llvm-lto2/llvm-lto2.cpp | 6 +++++ tools/opt/opt.cpp | 8 +++++- 14 files changed, 95 insertions(+), 18 deletions(-)