This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a420002dfe2 [ORC] Update the GlobalMappingLayer interface to fit the er [...] new e87cf87e451 Use a BumpPtrAllocator for Loop objects new df6ca162269 bpf: add new insns for bswap_to_le and negation
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/LoopInfo.h | 72 ++++++++++++++-------- include/llvm/Analysis/LoopInfoImpl.h | 2 +- include/llvm/Analysis/LoopPass.h | 4 ++ include/llvm/CodeGen/MachineLoopInfo.h | 4 +- include/llvm/IR/PassManager.h | 4 +- include/llvm/Support/Allocator.h | 3 + include/llvm/Transforms/Scalar/LoopPassManager.h | 4 +- lib/Analysis/CGSCCPassManager.cpp | 2 +- lib/Analysis/LoopAnalysisManager.cpp | 2 +- lib/Analysis/LoopInfo.cpp | 4 +- lib/Analysis/LoopPass.cpp | 26 +++++--- lib/Target/BPF/AsmParser/BPFAsmParser.cpp | 41 +++++++++--- lib/Target/BPF/BPFInstrFormats.td | 1 + lib/Target/BPF/BPFInstrInfo.td | 42 +++++++++++-- lib/Transforms/IPO/Inliner.cpp | 4 +- lib/Transforms/IPO/LoopExtractor.cpp | 3 +- .../Scalar/InductiveRangeCheckElimination.cpp | 2 +- lib/Transforms/Scalar/LoopDeletion.cpp | 13 +++- lib/Transforms/Scalar/LoopUnrollPass.cpp | 23 ++++--- lib/Transforms/Scalar/LoopUnswitch.cpp | 2 +- lib/Transforms/Utils/CloneFunction.cpp | 2 +- lib/Transforms/Utils/LoopSimplify.cpp | 2 +- lib/Transforms/Utils/LoopUnroll.cpp | 2 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- test/CodeGen/BPF/intrinsics.ll | 39 ++++++++---- test/CodeGen/BPF/objdump_intrinsics.ll | 39 ++++++++---- test/MC/BPF/insn-unit-32.s | 2 + test/MC/BPF/insn-unit.s | 14 +++-- .../LoopUnroll/unroll-loop-invalidation.ll | 4 +- .../Transforms/Scalar/LoopPassManagerTest.cpp | 15 ++--- 30 files changed, 258 insertions(+), 121 deletions(-)