This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b34b0bf0472 Improve "llvm-nm -f sysv" output for Elf files new 36a88f9e099 [X86] Fix bug in x86_intrcc with arg copy elision
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/X86CallingConv.cpp | 40 ++++++++++++++++++++ lib/Target/X86/X86CallingConv.td | 12 +----- lib/Target/X86/X86FrameLowering.cpp | 9 +++++ lib/Target/X86/X86ISelLowering.cpp | 33 ---------------- test/CodeGen/X86/x86-32-intrcc.ll | 68 ++++++++++++++++++++++++++++++++- test/CodeGen/X86/x86-64-intrcc.ll | 75 ++++++++++++++++++++++++++++++++++++- 6 files changed, 192 insertions(+), 45 deletions(-)