This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c1f7ef631c AMDGPU: Fix crash when scheduling non-memory SMRD instructions new e115996cce9 [APInt] Fix repeated word in comments. NFC new e5d13111d7c [DAGCombiner] Updated bswap byte offset variable names to b [...] new 8978f2978f4 [GlobalISel][X86] Lower FormalArgument/Ret using G_MERGE_VA [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 28 +++-- lib/Support/APInt.cpp | 4 +- lib/Target/X86/X86CallLowering.cpp | 28 ++--- lib/Target/X86/X86CallLowering.h | 5 +- test/CodeGen/X86/GlobalISel/callingconv.ll | 133 +++++++++++++++++++++ .../X86/GlobalISel/irtranslator-callingconv.ll | 30 ++--- .../GlobalISel/irtranslator-callingconv_64bit.ll | 8 +- 7 files changed, 173 insertions(+), 63 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/callingconv.ll