summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WinEH
AgeCommit message (Expand)Author
2025-07-22Fix Windows EH IP2State tables (remove +1 bias) (#144745)sivadeilra
2025-07-21[win] Merge the x64 and AArch64 wineh-reuse-catch-alloca.ll tests (#149178)Daniel Paoliello
2025-07-14[win][aarch64] Enable the llvm/test/CodeGen/WinEH tests for AArch64 (#147860)Daniel Paoliello
2025-07-14[win][x64] Re-use fixed object if multiple catchpads use the same alloca for ...Daniel Paoliello
2025-05-08[WinEH] Fix asm in catchpad being turned into unreachable (#138392)Ralender
2024-12-13[WinEH] Take musttail calls into account when unlinking eh records (#119702)Hans Wennborg
2024-11-27[WinEH] Emit state stores for SEH scopes (#116546)Maurice Heumann
2024-11-21[CodeGen][WinEH] Update saved esp for inlined inallocas (#116585)Mirko
2024-09-04[Windows SEH] Fix crash on empty seh block (#107031)R-Goc
2023-12-11[CodeGen] Rename `winehprepare` -> `win-eh-prepare` (#75024)paperchalice
2023-12-04[CodeGen] Port WinEHPrepare to new pass manager (#74233)paperchalice
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-04-04[WinEH] Convert test to opaque pointers (NFC)Nikita Popov
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov
2022-12-19[WinEH] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-09[NFC] Port one more codegen WinEH test to `-passes=` syntaxRoman Lebedev
2022-12-09[NFC] Port codegen WinEH tests that invoke opt to `-passes=` syntaxRoman Lebedev
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev
2021-08-20Fix SEH table addresses for WindowsDaniel Paoliello
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille
2019-12-24Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song
2019-09-09[Windows] Replace TrapUnreachable with an int3 insertion passReid Kleckner
2019-09-03Revert [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturnReid Kleckner
2019-08-30[Windows] Disable TrapUnreachable for Win64, add SEH_NoReturnReid Kleckner
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song
2019-06-13[Codegen] Merge tail blocks with no successors after block placementDavid Bolvansky
2019-03-04Fix invalid target triples in tests. (NFC)Florian Hahn
2019-01-16[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2017-10-20Make x86 __ehhandler comdat if parent function isDave Lee
2016-12-12Avoid infinite loops in branch foldingAndrew Kaylor
2016-07-27Revert EH-specific checks in BranchFolding that were causing blow ups in comp...Andrew Kaylor
2016-06-30revert http://reviews.llvm.org/D21101Etienne Bergeron
2016-06-30[exceptions] Upgrade exception handlers when stack protector is usedEtienne Bergeron
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-02-29[WinEH] Make setjmp work correctly with EHDavid Majnemer
2016-02-26[WinEH] Don't remove unannotated inline-asm callsDavid Majnemer
2016-02-23[WinEH] Visit 'unwind to caller' catchswitches nested in catchswitchesDavid Majnemer
2016-02-17[WinEH] Optimize WinEH state storesDavid Majnemer
2016-02-12[WinEH] Prevent EH state numbering from skipping nested cleanup pads that nev...Andrew Kaylor
2016-02-01Revert r258580 and r258581.David Majnemer
2016-01-29[WinEH] Don't perform state stores in cleanupsDavid Majnemer
2016-01-23[WinEH] Don't miscompile cleanups which conditionally unwind to callerDavid Majnemer
2016-01-22[WinEH] Let cleanups post-dominated by unreachable get executedDavid Majnemer
2016-01-10[WinEH] Disallow cyclic unwindsJoseph Tremoulet
2016-01-10[WinEH] Verify consistent funclet unwind exitsJoseph Tremoulet
2016-01-02[WinEH] Update catchrets with cloned successorsJoseph Tremoulet