[PATCH] D14344: [WinEH] Update exception pointer registers

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 14:33:19 PST 2015


JosephTremoulet retitled this revision from "[WinEH] Set ExceptionPointerRegister for CoreCLR" to "[WinEH] Update exception pointer registers".
JosephTremoulet updated the summary for this revision.
JosephTremoulet updated this revision to Diff 39592.
JosephTremoulet added a comment.
Herald added subscribers: dsanders, jyknight.

- make getExceptionPointerRegister/getExceptionSelectorRegister virtual, parameterized by personality
- expand wineh-coreclr test to check for the right exception pointer register


http://reviews.llvm.org/D14344

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.h
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  lib/Target/Hexagon/HexagonISelLowering.cpp
  lib/Target/Hexagon/HexagonISelLowering.h
  lib/Target/Mips/MipsISelLowering.cpp
  lib/Target/Mips/MipsISelLowering.h
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.h
  lib/Target/Sparc/SparcISelLowering.cpp
  lib/Target/Sparc/SparcISelLowering.h
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/SystemZ/SystemZISelLowering.h
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/XCore/XCoreFrameLowering.cpp
  lib/Target/XCore/XCoreISelLowering.cpp
  lib/Target/XCore/XCoreISelLowering.h
  test/CodeGen/WinEH/wineh-coreclr.ll
  test/CodeGen/WinEH/wineh-exceptionpointer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14344.39592.patch
Type: text/x-patch
Size: 28388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151106/e785fb3b/attachment.bin>


More information about the llvm-commits mailing list