This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40 in repository llvm.
from ba84ee4 Forgot to add this in r294473 new 366ce55 Merging r294348: -------------------------------------------- [...] new 028af93 Merging r294349 and r294357: -------------------------------- [...] new 9de7579 Release notes for ilist changes, by Duncan new de3ccdd Merging r292949: -------------------------------------------- [...] new af391fe Docs: drop minor version
The 5 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: docs/ReleaseNotes.rst | 74 +++++++++++++++++++ docs/conf.py | 4 +- include/llvm/ADT/ilist_iterator.h | 19 ++++- include/llvm/CodeGen/MachineInstrBundleIterator.h | 17 +++++ include/llvm/Target/TargetInstrInfo.h | 19 ----- lib/CodeGen/BranchFolding.cpp | 37 ---------- lib/MC/MCCodeView.cpp | 12 +-- lib/Target/X86/X86ExpandPseudo.cpp | 21 +----- lib/Target/X86/X86InstrControl.td | 31 -------- lib/Target/X86/X86InstrInfo.cpp | 79 -------------------- lib/Target/X86/X86InstrInfo.h | 7 -- lib/Target/X86/X86MCInstLower.cpp | 9 +-- test/CodeGen/X86/conditional-tailcall.ll | 53 -------------- test/CodeGen/X86/shrink-compare.ll | 6 +- test/CodeGen/X86/tail-call-conditional.mir | 85 ---------------------- test/MC/COFF/cv-def-range-gap.s | 24 ++++++ unittests/ADT/IListIteratorTest.cpp | 40 ++++++++++ .../CodeGen/MachineInstrBundleIteratorTest.cpp | 64 ++++++++++++++++ 18 files changed, 249 insertions(+), 352 deletions(-) delete mode 100644 test/CodeGen/X86/conditional-tailcall.ll delete mode 100644 test/CodeGen/X86/tail-call-conditional.mir