This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository llvm.
from 663ef77efe3 Merging r324746: ------------------------------------------ [...] new 10dd7c84dce Merging r324449: ------------------------------------------ [...] new ca89cbee881 Merging r324645: ------------------------------------------ [...] new 1d4c94e1d4e Merging r325049: ------------------------------------------ [...]
The 3 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/X86AsmPrinter.cpp | 11 +++- lib/Target/X86/X86ISelLowering.cpp | 101 +++++++++++++++++------------- lib/Target/X86/X86RetpolineThunks.cpp | 42 ++++--------- test/CodeGen/X86/inline-asm-modifier-V.ll | 14 +++++ test/CodeGen/X86/retpoline-external.ll | 48 +++++++------- test/CodeGen/X86/retpoline-regparm.ll | 42 +++++++++++++ test/CodeGen/X86/retpoline.ll | 14 ++--- 7 files changed, 164 insertions(+), 108 deletions(-) create mode 100644 test/CodeGen/X86/inline-asm-modifier-V.ll create mode 100644 test/CodeGen/X86/retpoline-regparm.ll