This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3995aa63f69 [TextAPI][elfabi] Fix failing tests from D56020 new eeb1971b1cf [IR] Add Instruction::isLifetimeStartOrEnd, NFC
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/Instruction.h | 4 ++++ lib/Analysis/StackSafetyAnalysis.cpp | 7 ++----- lib/Analysis/ValueTracking.cpp | 3 +-- lib/CodeGen/SafeStack.cpp | 7 ++----- lib/CodeGen/SafeStackColoring.cpp | 5 ++--- lib/CodeGen/StackProtector.cpp | 10 +--------- lib/IR/BasicBlock.cpp | 6 ++---- lib/IR/Instruction.cpp | 8 ++++++++ lib/Transforms/IPO/PartialInlining.cpp | 8 ++------ lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 11 ++++------- lib/Transforms/Instrumentation/AddressSanitizer.cpp | 2 +- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 3 +-- lib/Transforms/Scalar/SROA.cpp | 12 ++++-------- lib/Transforms/Utils/CodeExtractor.cpp | 3 +-- lib/Transforms/Utils/Evaluator.cpp | 3 +-- lib/Transforms/Utils/InlineFunction.cpp | 12 +++--------- lib/Transforms/Utils/Local.cpp | 3 +-- lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 3 +-- 18 files changed, 41 insertions(+), 69 deletions(-)