summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WinEH
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* [Windows] Replace TrapUnreachable with an int3 insertion passReid Kleckner2019-09-091-4/+3
* Revert [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturnReid Kleckner2019-09-031-3/+4
* [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturnReid Kleckner2019-08-301-4/+3
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-1/+1
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* [Codegen] Merge tail blocks with no successors after block placementDavid Bolvansky2019-06-131-3/+4
* Fix invalid target triples in tests. (NFC)Florian Hahn2019-03-042-3/+3
* [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang2019-01-161-2/+2
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* Make x86 __ehhandler comdat if parent function isDave Lee2017-10-201-0/+17
* Avoid infinite loops in branch foldingAndrew Kaylor2016-12-121-6/+6
* Revert EH-specific checks in BranchFolding that were causing blow ups in comp...Andrew Kaylor2016-07-271-6/+6
* revert http://reviews.llvm.org/D21101Etienne Bergeron2016-06-301-16/+0
* [exceptions] Upgrade exception handlers when stack protector is usedEtienne Bergeron2016-06-301-0/+16
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-3/+2
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* [WinEH] Make setjmp work correctly with EHDavid Majnemer2016-02-291-0/+75
* [WinEH] Don't remove unannotated inline-asm callsDavid Majnemer2016-02-261-0/+26
* [WinEH] Visit 'unwind to caller' catchswitches nested in catchswitchesDavid Majnemer2016-02-231-0/+55
* [WinEH] Optimize WinEH state storesDavid Majnemer2016-02-171-0/+72
* [WinEH] Prevent EH state numbering from skipping nested cleanup pads that nev...Andrew Kaylor2016-02-121-0/+80
* Revert r258580 and r258581.David Majnemer2016-02-014-100/+4
* [WinEH] Don't perform state stores in cleanupsDavid Majnemer2016-01-292-2/+0
* [WinEH] Don't miscompile cleanups which conditionally unwind to callerDavid Majnemer2016-01-231-0/+24
* [WinEH] Let cleanups post-dominated by unreachable get executedDavid Majnemer2016-01-224-4/+76
* [WinEH] Disallow cyclic unwindsJoseph Tremoulet2016-01-101-42/+0
* [WinEH] Verify consistent funclet unwind exitsJoseph Tremoulet2016-01-102-3/+3
* [WinEH] Update catchrets with cloned successorsJoseph Tremoulet2016-01-021-0/+45
* [WinEH] Don't visit the same catchswitch twiceDavid Majnemer2015-12-231-0/+55
* [WinEH] Use operand bundles to describe call sitesDavid Majnemer2015-12-153-142/+95
* [IR] Remove terminatepadDavid Majnemer2015-12-141-16/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-129-2337/+226
* [WinEH] Disable most forms of demotionReid Kleckner2015-11-193-106/+43
* [WinEH] Find root frame correctly in CLR funcletsJoseph Tremoulet2015-11-131-9/+27
* [WinEH] Re-committing r252249 (Clone funclets with multiple parents) with add...Andrew Kaylor2015-11-094-10/+1686
* [WinEH] Update exception pointer registersJoseph Tremoulet2015-11-072-5/+17
* Revert r252249 (and r252255, r252258), "[WinEH] Clone funclets with multiple ...NAKAMURA Takumi2015-11-064-1690/+10
* Temporarily disable flaky checks in wineh-multi-parent-cloning.Andrew Kaylor2015-11-061-4/+8
* [WinEH] Clone funclets with multiple parentsAndrew Kaylor2015-11-064-10/+1686
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-2/+2
* [WinEH] Fix establisher param reg in CLR funcletsJoseph Tremoulet2015-11-051-0/+8
* [WinEH] Fix eh.exceptionpointer intrinsic loweringJoseph Tremoulet2015-10-171-0/+28
* [WinEH] Fix endpad coloring/numberingJoseph Tremoulet2015-10-161-0/+60
* [WinEH] Add CoreCLR EH table emissionJoseph Tremoulet2015-10-131-0/+239
* [WinEH] Delete the old landingpad implementation of Windows EHReid Kleckner2015-10-0928-4620/+0
* [WinEH] Fix cleanup state numberingJoseph Tremoulet2015-10-091-0/+100
* [WinEH] Remove unreachable blocks before preparationDavid Majnemer2015-10-072-97/+11
* [WinEH] Set NoModuleLevelChanges in clone flagsJoseph Tremoulet2015-10-071-0/+41
* [SEH] Add llvm.eh.exceptioncode intrinsicReid Kleckner2015-10-073-4/+4
OpenPOWER on IntegriCloud