llvm-project/compiler-rt/lib/builtins/i386
Martell Malone 40eb83ba56 Support for 32-bit mingw-w64 in compiler-rt.
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

llvm-svn: 251928
2015-11-03 15:46:23 +00:00
..
Makefile.mk
ashldi3.S
ashrdi3.S
chkstk.S Support for 32-bit mingw-w64 in compiler-rt. 2015-11-03 15:46:23 +00:00
chkstk2.S Support for 32-bit mingw-w64 in compiler-rt. 2015-11-03 15:46:23 +00:00
divdi3.S
floatdidf.S builtins: cleanup constant data section selection 2014-12-10 02:36:22 +00:00
floatdisf.S
floatdixf.S
floatundidf.S builtins: cleanup constant data section selection 2014-12-10 02:36:22 +00:00
floatundisf.S builtins: cleanup constant data section selection 2014-12-10 02:36:22 +00:00
floatundixf.S builtins: cleanup constant data section selection 2014-12-10 02:36:22 +00:00
lshrdi3.S
moddi3.S
muldi3.S
udivdi3.S
umoddi3.S