This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 76900dd ExecutionDepsFix: Normalize names; NFC new 8ff4fe4 ExecutionDepsFix: Let targets specialize the pass; 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/CodeGen/ExecutionDepsFix.h | 221 ++++++++++++++++++++++++++++++++ include/llvm/CodeGen/Passes.h | 6 - lib/CodeGen/ExecutionDepsFix.cpp | 214 +------------------------------ lib/Target/ARM/ARMTargetMachine.cpp | 21 ++- lib/Target/X86/X86TargetMachine.cpp | 20 ++- 5 files changed, 261 insertions(+), 221 deletions(-) create mode 100644 include/llvm/CodeGen/ExecutionDepsFix.h