summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/exceptions-seh.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-16/+16
* Bring r325915 back.Rafael Espindola2018-02-231-7/+7
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-7/+7
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-7/+7
* [SEH] Use the SEH personality on frontend-outlined funcletsReid Kleckner2017-10-131-0/+21
* stop using associative comdats for SEH filter functionsBob Haarman2017-02-221-3/+3
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* [MS ABI] Don't crash while mangling recursive lambdasDavid Majnemer2016-01-171-1/+1
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-121-3/+6
* [WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner2015-10-081-19/+14
* [SEH] Switch from frameaddress(0) to localaddressReid Kleckner2015-07-071-2/+2
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-7/+12
* [MS ABI] Use the right types for filter and finally blocksDavid Majnemer2015-04-171-3/+3
* Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner2015-04-141-0/+44
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-44/+0
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-131-0/+44
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-44/+0
* [SEH] Add test for inline functions using SEH helpersReid Kleckner2015-04-101-0/+44
* Add the 'noinline' attribute to call sites within __try bodiesReid Kleckner2015-02-111-1/+4
* Emit landing pads for SEH even if nounwind is presentReid Kleckner2015-02-111-1/+1
* Re-land r228258 and make clang-cl's /EHs- disable -fexceptions againReid Kleckner2015-02-051-0/+95
* Revert r228258.Nico Weber2015-02-051-76/+0
* SEH: Track users of __try so we can pick a per-func EH personalityReid Kleckner2015-02-031-0/+76