summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/exceptions-seh-finally.c
Commit message (Expand)AuthorAgeFilesLines
* [MS ABI] Use the right types for filter and finally blocksDavid Majnemer2015-04-171-27/+27
* Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner2015-04-141-138/+89
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-89/+138
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-131-138/+89
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-89/+138
* Really fix exceptions-seh-finally.cReid Kleckner2015-04-101-1/+1
* Try to fix exceptions-seh-finally.cReid Kleckner2015-04-101-2/+0
* [SEH] Re-land r234532, but use internal linkage for all SEH helpersReid Kleckner2015-04-101-138/+91
* Revert r234532 for a bit, it very likely caused http://crbug.com/475768Nico Weber2015-04-101-91/+138
* [SEH] Outline finally blocks using the new variable capture supportReid Kleckner2015-04-091-138/+91
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-8/+8
* Don't crash on leaving nested __finally blocks through an EH edge.Nico Weber2015-02-261-3/+90
* Reland r230460 with a test fix for -Asserts builds.Nico Weber2015-02-251-0/+42
* Revert "Produce less broken basic block sequences for __finally blocks."Daniel Jasper2015-02-251-42/+0
* Produce less broken basic block sequences for __finally blocks.Nico Weber2015-02-251-0/+42
* Re-land r228258 and make clang-cl's /EHs- disable -fexceptions againReid Kleckner2015-02-051-1/+1
* Fix crash on finally blocks that don't fall throughReid Kleckner2015-02-051-0/+43
* Implement IRGen for SEH __finally and AbnormalTerminationReid Kleckner2015-02-041-9/+90
* Initial support for Win64 SEH IR emissionReid Kleckner2015-01-221-0/+38
OpenPOWER on IntegriCloud