[PATCH] D27050: [X86] Add explicit regparm flag for X86-32 calling convention.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 10:34:55 PST 2016


niravd updated this revision to Diff 79945.
niravd added a comment.
Herald added a subscriber: mehdi_amini.

Rework with new calling conventions. Unchange MCU ABI.


https://reviews.llvm.org/D27050

Files:
  include/llvm/IR/CallingConv.h
  include/llvm/Target/TargetOptions.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/IR/AsmWriter.cpp
  lib/IR/Mangler.cpp
  lib/Target/X86/X86.td
  lib/Target/X86/X86CallingConv.h
  lib/Target/X86/X86CallingConv.td
  lib/Target/X86/X86FastISel.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  lib/Target/X86/X86WinEHState.cpp
  test/CodeGen/X86/dwarf-eh-prepare.ll
  test/CodeGen/X86/regparm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27050.79945.patch
Type: text/x-patch
Size: 24031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161201/fdf00342/attachment.bin>


More information about the llvm-commits mailing list