This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97a1c1b [docs] Fix a think-o in the Programmer's Manual. new bd74a4c This script was meant to be committed with the DebugCounter changes. new 73ddbb7 Revert "Add MIR-level outlining pass"
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/Passes.h | 4 - include/llvm/InitializePasses.h | 1 - include/llvm/Target/TargetInstrInfo.h | 57 - lib/CodeGen/CMakeLists.txt | 1 - lib/CodeGen/CodeGen.cpp | 1 - lib/CodeGen/MachineOutliner.cpp | 1399 ------------------------ lib/CodeGen/TargetPassConfig.cpp | 6 - lib/Target/X86/X86InstrInfo.cpp | 80 -- lib/Target/X86/X86InstrInfo.h | 21 - test/CodeGen/X86/machine-outliner-debuginfo.ll | 75 -- test/CodeGen/X86/machine-outliner.ll | 110 -- utils/bisect-skip-count | 75 ++ 12 files changed, 75 insertions(+), 1755 deletions(-) delete mode 100644 lib/CodeGen/MachineOutliner.cpp delete mode 100644 test/CodeGen/X86/machine-outliner-debuginfo.ll delete mode 100644 test/CodeGen/X86/machine-outliner.ll create mode 100755 utils/bisect-skip-count