This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c200794df6 [x86] fix over-specific triple; NFC new 516023ae816 CodeGen/LLVMTargetMachine: Refactor ISel pass construction; NFCI new e6c9b7e113b llc: Create custom pass pipeline for .mir files; NFCI
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/CodeGen/TargetPassConfig.h | 11 +++ include/llvm/Target/TargetMachine.h | 5 ++ lib/CodeGen/LLVMTargetMachine.cpp | 132 ++++++++------------------------ lib/CodeGen/TargetPassConfig.cpp | 71 +++++++++++++++++ test/CodeGen/Generic/llc-start-stop.ll | 4 +- test/CodeGen/X86/O0-pipeline.ll | 2 +- tools/llc/llc.cpp | 80 +++++++++++-------- 7 files changed, 169 insertions(+), 136 deletions(-)