This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e0563b1 [InstCombine] return a vector-safe true/false constant new b91e524 [LoopDataPrefetch] Use range based for loop; NFCI new 86159cb Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"
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/AsmPrinter.h | 28 ------ include/llvm/Target/Target.td | 10 +- include/llvm/Target/TargetOpcodes.def | 17 ---- include/llvm/Target/TargetSubtargetInfo.h | 2 - lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 -- lib/CodeGen/XRayInstrumentation.cpp | 110 ++++++--------------- lib/Target/ARM/ARMAsmPrinter.cpp | 9 -- lib/Target/ARM/ARMAsmPrinter.h | 12 --- lib/Target/ARM/ARMBaseInstrInfo.h | 4 - lib/Target/ARM/ARMMCInstLower.cpp | 87 ---------------- lib/Target/ARM/ARMSubtarget.cpp | 5 - lib/Target/ARM/ARMSubtarget.h | 2 - lib/Target/X86/X86AsmPrinter.h | 23 +++++ lib/Target/X86/X86MCInstLower.cpp | 10 ++ lib/Target/X86/X86Subtarget.h | 2 - lib/Transforms/Scalar/LoopDataPrefetch.cpp | 29 +++--- .../ARM/xray-armv6-attribute-instrumentation.ll | 24 ----- .../ARM/xray-armv7-attribute-instrumentation.ll | 24 ----- 18 files changed, 74 insertions(+), 334 deletions(-) delete mode 100644 test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll delete mode 100644 test/CodeGen/ARM/xray-armv7-attribute-instrumentation.ll