summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/win_chkstk.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo
2016-10-13Fix for PR30687. Avoid dereferencing MBB.end().Reid Kleckner
2015-01-29Update comments to use unreachable instead of llvm.trap, as implemented nowReid Kleckner
2013-12-13Change stack probing code for MingW.Kai Nacke
2013-07-12Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis
2011-03-24Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets.NAKAMURA Takumi
2011-01-06Fix test to coincide with r122934 change from PR8919.Bill Wendling
2010-10-03Properly emit stack probe on win64 (for non-mingw targets).Anton Korobeynikov
2010-09-22Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case.Cameron Esfahani
2010-09-22Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner
2010-09-02Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov