This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4d1e86340c8 Use llvm::make_unique to try to fix the windows build. new 318a52d6bf8 Use llvm::make_unique once more to avoid ADL ambiguity with [...] new 0199c647879 [libFuzzer] change several tests to not limit the max len: [...] new a84d1fa6847 [PEI] Separate saving and restoring CSRs into different fun [...] new ce30ab6e559 [PEI] Simplify handling of targets with no phys regs. NFC new 5418b3d4c9a [PEI] Add basic opt-remarks support new 0775d243ea9 [AsmPrinter] Constify needsCFIMoves. NFC
The 6 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/CodeGen/AsmPrinter.h | 2 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +- lib/CodeGen/PrologEpilogInserter.cpp | 161 +++++++++------------ lib/DebugInfo/DWARF/DWARFContext.cpp | 5 +- lib/Fuzzer/test/AbsNegAndConstant64Test.cpp | 2 +- lib/Fuzzer/test/FourIndependentBranchesTest.cpp | 1 - lib/Fuzzer/test/ShrinkControlFlowTest.cpp | 1 - lib/Fuzzer/test/SimpleHashTest.cpp | 2 +- lib/Fuzzer/test/SingleStrncmpTest.cpp | 3 +- lib/Fuzzer/test/shrink.test | 3 +- test/CodeGen/AArch64/prologue-epilogue-remarks.mir | 57 ++++++++ test/CodeGen/X86/O0-pipeline.ll | 2 + test/CodeGen/X86/prologue-epilogue-remarks.mir | 58 ++++++++ 13 files changed, 199 insertions(+), 100 deletions(-) create mode 100644 test/CodeGen/AArch64/prologue-epilogue-remarks.mir create mode 100644 test/CodeGen/X86/prologue-epilogue-remarks.mir