This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository llvm.
from 1468b7dcde3 [XRay] Bug fixes for FDR custom event and arg-logging new 29369e8ff65 ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
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/TargetLowering.h | 6 ++++ lib/CodeGen/MachineBlockPlacement.cpp | 3 +- lib/Target/ARM/ARM.td | 6 ++++ lib/Target/ARM/ARMISelLowering.cpp | 7 +++++ lib/Target/ARM/ARMISelLowering.h | 2 ++ lib/Target/ARM/ARMSubtarget.h | 7 +++++ test/CodeGen/ARM/loop-align-cortex-m.ll | 49 +++++++++++++++++++++++++++++++++ 7 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/ARM/loop-align-cortex-m.ll