summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Do not push a destructor cleanup for a struct that doesn'tAkira Hatanaka2018-04-181-0/+24
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-65/+65
* Bring r325915 back.Rafael Espindola2018-02-231-10/+10
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-10/+10
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-10/+10
* Update for lifetime intrinsic signature changeMatt Arsenault2017-04-101-3/+3
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* [MS-ABI]V-base dtor called more than needed when throw happens in v-base ctor...Erich Keane2016-12-071-0/+35
* [Temporary, Lifetime] Add lifetime marks for temporariesTim Shen2016-07-011-30/+68
* Fix test case committed in r265197.Akira Hatanaka2016-04-031-3/+3
* [CodeGen] Emit lifetime.end intrinsic after objects are destructed inAkira Hatanaka2016-04-011-0/+34
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-121-11/+7
* [WinEH] Mark calls inside cleanups as noinlineReid Kleckner2015-10-281-10/+14
* [WinEH] Push cleanupendpad scopes around exceptional cleanupsReid Kleckner2015-10-081-6/+24
* [WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner2015-10-081-3/+2
* Don't emit exceptional stackrestore cleanups around inalloca functionsReid Kleckner2015-10-081-14/+12
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-1/+1
* Revert r245879. Speculative, might have caused crbug.com/524604Nico Weber2015-08-251-13/+15
* [MS ABI] Don't emit stackrestore in cleanupsDavid Majnemer2015-08-241-15/+13
* [WinEH] Don't wrap cleanups in terminate actionsReid Kleckner2015-04-081-1/+24
* Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABIReid Kleckner2015-03-031-0/+170