This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1853218e376 MC: Don't align COFF section contents. new e88a506b16f [x86/retpoline] Split the LLVM concept of retpolines into s [...]
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/X86.td | 35 +++++-- lib/Target/X86/X86FastISel.cpp | 4 +- lib/Target/X86/X86FrameLowering.cpp | 4 +- lib/Target/X86/X86ISelDAGToDAG.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 2 +- lib/Target/X86/X86InstrCompiler.td | 12 +-- lib/Target/X86/X86InstrControl.td | 14 +-- lib/Target/X86/X86InstrInfo.td | 4 +- lib/Target/X86/X86MCInstLower.cpp | 4 +- lib/Target/X86/X86RetpolineThunks.cpp | 4 +- lib/Target/X86/X86Subtarget.h | 19 +++- test/CodeGen/X86/retpoline-external.ll | 2 +- test/CodeGen/X86/retpoline-regparm.ll | 4 +- test/CodeGen/X86/retpoline.ll | 162 +++++++++++++++++++++++++++++++-- 14 files changed, 226 insertions(+), 46 deletions(-)