This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 659d8117b2c [GlobalISel] Fix insertion of stack-protector epilogue new d8517b96dfb Revert r347596 "Support for inserting profile-directed cach [...]
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: lib/Target/X86/CMakeLists.txt | 2 - lib/Target/X86/LLVMBuild.txt | 2 +- lib/Target/X86/X86.h | 7 - lib/Target/X86/X86DiscriminateMemOps.cpp | 130 ----------- lib/Target/X86/X86InsertPrefetch.cpp | 253 --------------------- lib/Target/X86/X86TargetMachine.cpp | 2 - test/CodeGen/X86/O0-pipeline.ll | 2 - test/CodeGen/X86/O3-pipeline.ll | 2 - test/CodeGen/X86/discriminate-mem-ops.ll | 55 ----- test/CodeGen/X86/insert-prefetch-inline.afdo | 4 - test/CodeGen/X86/insert-prefetch-inline.ll | 76 ------- .../CodeGen/X86/insert-prefetch-invalid-instr.afdo | 2 - test/CodeGen/X86/insert-prefetch-invalid-instr.ll | 46 ---- test/CodeGen/X86/insert-prefetch-other.afdo | 3 - test/CodeGen/X86/insert-prefetch.afdo | 3 - test/CodeGen/X86/insert-prefetch.ll | 101 -------- 16 files changed, 1 insertion(+), 689 deletions(-) delete mode 100644 lib/Target/X86/X86DiscriminateMemOps.cpp delete mode 100644 lib/Target/X86/X86InsertPrefetch.cpp delete mode 100644 test/CodeGen/X86/discriminate-mem-ops.ll delete mode 100644 test/CodeGen/X86/insert-prefetch-inline.afdo delete mode 100644 test/CodeGen/X86/insert-prefetch-inline.ll delete mode 100644 test/CodeGen/X86/insert-prefetch-invalid-instr.afdo delete mode 100644 test/CodeGen/X86/insert-prefetch-invalid-instr.ll delete mode 100644 test/CodeGen/X86/insert-prefetch-other.afdo delete mode 100644 test/CodeGen/X86/insert-prefetch.afdo delete mode 100644 test/CodeGen/X86/insert-prefetch.ll