summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/win64_eh.ll
AgeCommit message (Expand)Author
2016-09-22Win64: Don't emit unwind info for "leaf" functions (PR30337)Hans Wennborg
2016-07-15Teach fast isel about the win64 calling convention.Nico Weber
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-25X86, Win64: Allow 'mov' to restore the stack pointer if we have a FPDavid Majnemer
2015-02-24X86: Only use 'lea' in Win64 epilogues if a frame pointer existsDavid Majnemer
2015-02-23X86: Use a smaller 'mov' instruction for stack probe callsDavid Majnemer
2015-02-21Win64: Stack alignment constraints aren't applied during SET_FPREGDavid Majnemer
2015-02-10X86: Emit Win64 SaveXMM opcodes at the right offset in the right orderDavid Majnemer
2015-02-10X86: Emit an ABI compliant prologue and epilogue for Win64David Majnemer
2015-02-08fix test attributes; these are SSE2 tests, not Nehalem testsSanjay Patel
2014-12-19Add the ExceptionHandling::MSVC enumerationReid Kleckner
2014-06-25Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi
2014-06-22Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi
2014-06-20Generate native unwind info on Win64Reid Kleckner