summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-try-throw.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-6/+6
* Bring r325915 back.Rafael Espindola2018-02-231-1/+1
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-1/+1
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-1/+1
* Remove -fnew-ms-ehDavid Majnemer2016-02-201-1/+1
* Try to appease a buildbot.David Majnemer2015-12-121-2/+2
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-121-2/+2
* [WinEH] Pass the catch adjectives to catchpad directlyReid Kleckner2015-09-161-7/+5
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-1/+1
* [WinEH] Don't create an alloca for unnamed catch parametersReid Kleckner2015-04-071-1/+1
* [MS ABI] Rework .xdata HandlerType emissionDavid Majnemer2015-03-291-3/+3
* MS ABI: Emit HandlerMap entries for C++ catchDavid Majnemer2015-03-171-2/+4
* MS ABI: Don't use qualified pointee types for 'catch' EH TypeDescriptorsDavid Majnemer2015-03-151-0/+12
* Unbreak build botsDavid Majnemer2015-03-061-2/+2
* MS ABI: Stick throw-related data into the .xdata sectionDavid Majnemer2015-03-061-1/+1
* MS ABI: Implement support for throwing a C++ exceptionDavid Majnemer2015-03-051-1/+8
* Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABIReid Kleckner2015-03-031-4/+3
* Disable the right RUN lineReid Kleckner2015-03-031-1/+1
* Disabled the other test from r231086 (like in r231087) since it also had prob...Filipe Cabecinhas2015-03-031-1/+1
* Disable a Clang test until the begincatch change landsReid Kleckner2015-03-031-1/+2
* MS ABI: Turn throw into std::terminate for now, make try/catch "work"David Majnemer2015-02-251-5/+8
* MS ABI: Emit an error during IRgen on C++ exception handlingReid Kleckner2014-05-051-0/+23