Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 2015-05-30 | 1 | -9/+9 | |
| | | | | llvm-svn: 238634 | |||||
* | [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86 | Reid Kleckner | 2015-05-29 | 1 | -132/+171 | |
| | | | | | | | | | | | | | Small (really small!) C++ exception handling examples work on 32-bit x86 now. This change disables the use of .seh_* directives in WinException when CFI is not in use. It also uses absolute symbol references in the tables instead of imagerel32 relocations. Also fixes a cache invalidation bug in MMI personality classification. llvm-svn: 238575 | |||||
* | Rename Win64Exception.(cpp|h) to WinException.(cpp|h) | Reid Kleckner | 2015-05-28 | 1 | -0/+504 | |
This is in preparation for reusing this for 32-bit x86 EH table emission. Also updates the type name for consistency. NFC llvm-svn: 238521 |