hanchenye-llvm-project/llvm/lib/Target/X86/MCTargetDesc
Reid Kleckner 5cc1569c54 Classify functions by EH personality type rather than using the triple
This mostly reverts commit r222062 and replaces it with a new enum. At
some point this enum will grow at least for other MSVC EH personalities.

Also beefs up the way we were sniffing the personality function.
Previously we would emit the Itanium LSDA despite using
__C_specific_handler.

Reviewers: majnemer

Differential Revision: http://reviews.llvm.org/D6987

llvm-svn: 226920
2015-01-23 18:49:01 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmBackend.cpp Add r224985 back with fixes. 2015-01-19 21:11:14 +00:00
X86BaseInfo.h [X86] Simplify code a little by just summing flags instead of conditionally incrementing. NFC 2015-01-05 08:19:10 +00:00
X86ELFObjectWriter.cpp Support @PLT loads on 32bit x86. 2015-01-15 17:59:02 +00:00
X86ELFRelocationInfo.cpp
X86FixupKinds.h
X86MCAsmInfo.cpp Classify functions by EH personality type rather than using the triple 2015-01-23 18:49:01 +00:00
X86MCAsmInfo.h Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision 2015-01-09 18:55:42 +00:00
X86MCCodeEmitter.cpp [X86] Remove the single AdSize indicator and replace it with separate AdSize16/32/64 flags. 2014-12-24 06:05:22 +00:00
X86MCTargetDesc.cpp Revert "ADT: correctly report isMSVCEnvironment for windows itanium" 2014-11-17 22:55:59 +00:00
X86MCTargetDesc.h [X86] Clean up whitespace as well as minor coding style 2014-12-04 05:20:33 +00:00
X86MachORelocationInfo.cpp
X86MachObjectWriter.cpp Add r224985 back with fixes. 2015-01-19 21:11:14 +00:00
X86WinCOFFObjectWriter.cpp ARM: fail less catastrophically on invalid Windows input 2015-01-22 04:03:32 +00:00
X86WinCOFFStreamer.cpp