summaryrefslogtreecommitdiff
path: root/lib/builtins/x86_64/chkstk2.S
AgeCommit message (Collapse)Author
2015-11-03Support for 32-bit mingw-w64 in compiler-rt.Martell Malone
Add chkstk/alloca for gcc objects. Replace or instructions with test, the latter should be marginally more efficent, as it does not write to memory. Differential Revision: http://reviews.llvm.org/D14044 Patch by vadimcn git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@251928 91177308-0d34-0410-b5e6-96231b3b80d8