This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 455f8b7cda7 Make the test a bit more strict. NFC. new 9dc2b94a11d [LoopSimplify] Factor the logic to form dedicated exits int [...] new ef42908fbcd COFF: Produce an error on invalid pcrel relocs.
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/MC/MCWinCOFFObjectWriter.h | 4 +- include/llvm/Transforms/Utils/LoopUtils.h | 8 +++ lib/MC/WinCOFFObjectWriter.cpp | 4 +- .../ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp | 7 +- .../X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp | 17 +++-- lib/Transforms/Utils/LoopSimplify.cpp | 83 ++++++---------------- lib/Transforms/Utils/LoopUtils.cpp | 62 ++++++++++++++++ test/MC/COFF/cross-section-relative-err.s | 12 ++++ test/MC/COFF/cross-section-relative.s | 31 ++------ .../LoopUnswitch/2011-11-18-SimpleSwitch.ll | 1 - .../2011-11-18-TwoSwitches-Threshold.ll | 1 - .../LoopUnswitch/2011-11-18-TwoSwitches.ll | 1 - 12 files changed, 130 insertions(+), 101 deletions(-) create mode 100644 test/MC/COFF/cross-section-relative-err.s