Sweden-Number/dlls/msvcrt
Martin Storsjo 85635db0ea msvcrt: Optimize the aarch64 setjmp/longjmp using stp/ldp.
stp/ldp don't require any more alignment than the normal str/ldr.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-26 19:11:42 +01:00
..
tests msvcrt: _Gettnames() should respect user overrides. 2018-01-04 21:46:59 +01:00
Makefile.in msvcrt: Implement setjmp/longjmp on aarch64. 2017-09-08 16:23:14 +02:00
console.c msvcrt: Don't include MSVC 14.0 console functions in SOs for older DLLs. 2018-01-03 19:14:01 +01:00
cpp.c msvcrt: Don't include MSVC 8.0+ C++ functions in SOs for older DLLs. 2018-01-05 18:51:23 +01:00
cppexcept.h msvcrt: Handle synchronous flag for x64 C++ exceptions. 2017-04-24 19:17:28 +02:00
ctype.c msvcrt: Don't include MSVC 8.0+ string functions in SOs for older DLLs. 2018-01-02 15:52:22 +01:00
cxx.h msvcrt: Don't define type_info structures as const so we can set demangled class name. 2017-10-20 18:59:35 +02:00
data.c msvcrt: Don't include MSVC 8.0+ environment functions in SOs for older DLLs. 2018-01-03 19:14:06 +01:00
dir.c msvcrt: Added _wfindnext32(). 2016-11-04 17:55:07 +01:00
environ.c msvcrt: Don't include MSVC 8.0+ environment functions in SOs for older DLLs. 2018-01-03 19:14:06 +01:00
errno.c msvcrt: Don't include MSVC 8.0+ error functions in SOs for older DLLs. 2018-01-05 18:51:25 +01:00
except.c msvcrt: Don't include MSVC 7.0+ exception functions in SOs for older DLLs. 2018-01-10 18:48:56 +01:00
except_arm.c msvcrt: Disable floating point instructions for the soft-float ARM build. 2017-12-08 16:45:56 +01:00
except_arm64.c msvcrt: Optimize the aarch64 setjmp/longjmp using stp/ldp. 2018-01-26 19:11:42 +01:00
except_i386.c msvcrt: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:20:02 +01:00
except_x86_64.c msvcrt: Use exception base to create copy constructor pointer. 2017-09-11 19:56:02 +02:00
exit.c msvcrt: Don't include MSVC 8.0+ exit functions in SOs for older DLLs. 2018-01-10 18:49:01 +01:00
file.c msvcrt: Don't include MSVC 8.0+ file functions in SOs for older DLLs. 2018-01-05 18:51:27 +01:00
heap.c msvcrt: Don't include MSVC 8.0+ heap functions in SOs for older DLLs. 2018-01-02 15:52:22 +01:00
locale.c msvcrt: Fix mistakes in comments. 2018-01-10 18:49:24 +01:00
lock.c msvcr100: Add reader_writer_lock::scoped_lock implementation. 2017-05-09 09:36:45 -05:00
main.c msvcrt: Add ExternalContextBase class stub. 2017-03-23 17:07:55 +01:00
math.c msvcrt: Fix mistakes in comments. 2018-01-10 18:49:24 +01:00
mbcs.c msvcrt: Don't include MSVC 7.0+ miscellaneous functions in SOs for older DLLs. 2018-01-08 22:47:23 +01:00
misc.c msvcrt: Don't include MSVC 8.0+ function _CRT_RTC_INITW in SOs for older DLLs. 2018-01-10 18:49:15 +01:00
msvcrt.h msvcrt: Fix IO initialization when invalid handles are passed. 2017-11-15 10:50:10 +01:00
msvcrt.spec msvcrt: Add _get_[winmajor|winminor|osver]. 2017-12-27 16:46:08 +01:00
mtdll.h
printf.h msvcrt: Don't crash if _vsnwprintf gets NULL as format string and add test. 2017-12-04 15:04:02 +01:00
process.c msvcrt: Don't include MSVC 7.0+ miscellaneous functions in SOs for older DLLs. 2018-01-08 22:47:23 +01:00
rsrc.rc
scanf.c msvcrt: Don't include MSVC 8.0+ string functions in SOs for older DLLs. 2018-01-02 15:52:22 +01:00
scanf.h msvcrt: Fix buffer size checks in swscanf_s. 2017-12-01 15:57:12 +01:00
scheduler.c msvcrt: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:20:02 +01:00
string.c msvcrt: Don't include MSVC 8.0+ string functions in SOs for older DLLs. 2018-01-02 15:52:22 +01:00
thread.c msvcrt: Don't include MSVC 7.0+ miscellaneous functions in SOs for older DLLs. 2018-01-08 22:47:23 +01:00
time.c msvcrt: Don't include MSVC 8.0+ time functions in SOs for older DLLs. 2018-01-05 18:51:30 +01:00
undname.c
wcs.c msvcrt: Don't include MSVC 7.0+ miscellaneous functions in SOs for older DLLs. 2018-01-08 22:47:23 +01:00