This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository llvm.
from b4b2cc0cca3 Merging r323915: ------------------------------------------ [...] new 4e5fddc22a2 Merging r324449: ------------------------------------------ [...] new 8f5f7f9cb15 Merging r324645: ------------------------------------------ [...] new 4594a6164d5 Merging r325049: ------------------------------------------ [...] new de9a0f9c449 Merging r325085: ------------------------------------------ [...]
The 4 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 | 68 ++++---------------- 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(+), 134 deletions(-) create mode 100644 test/CodeGen/X86/inline-asm-modifier-V.ll create mode 100644 test/CodeGen/X86/retpoline-regparm.ll