llvm-6502/lib/Target/X86/MCTargetDesc
Saleem Abdulrasool 622520e70f MC: rename EmitWin64EH routines
Rename the routines to reflect the reality that they are more related to call
frame information than to Win64 EH. Although EH is implemented in an intertwined
manner by augmenting with an exception handler and an associated parameter, the
majority of these routines emit information required to unwind the frames. This
also helps identify that these routines are generic for most windows platforms
(they apply equally to nearly all architectures except x86) although the
encoding of the information is architecture dependent.

Unwinding data is emitted via EmitWinCFI* and exception handling information via
EmitWinEH*.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211994 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-29 01:52:01 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmBackend.cpp Revert "Introduce a string_ostream string builder facilty" 2014-06-26 22:52:05 +00:00
X86BaseInfo.h AVX-512: changes in intrinsics 2014-05-12 07:18:51 +00:00
X86ELFObjectWriter.cpp Fix pr19645. 2014-05-03 19:57:04 +00:00
X86ELFRelocationInfo.cpp
X86FixupKinds.h
X86MachObjectWriter.cpp
X86MachORelocationInfo.cpp
X86MCAsmInfo.cpp Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore SEH pseudo ops in X86 JIT emitter. 2014-06-25 12:41:52 +00:00
X86MCAsmInfo.h
X86MCCodeEmitter.cpp AVX-512: changes in intrinsics 2014-05-12 07:18:51 +00:00
X86MCTargetDesc.cpp Move X86RegisterInfo away from using the TargetMachine and only 2014-06-10 22:34:28 +00:00
X86MCTargetDesc.h Move X86RegisterInfo away from using the TargetMachine and only 2014-06-10 22:34:28 +00:00
X86WinCOFFObjectWriter.cpp
X86WinCOFFStreamer.cpp MC: rename EmitWin64EH routines 2014-06-29 01:52:01 +00:00