You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Conditionally include ntdll.dll * Use text relocation instead of GOT * Use FlushInstructionCache instead of clear_cache for arm64 * Load address in two stages (adrp, add) * objc_msgSend.aarch64.S add comments * Add seh directives * Move .seh_proc into slow sloop section * Comment out cfi directives * Substitute raw .seh directives with macros * Add documentation of SEH annotations * Detect CPU Architecture with preprocessor * Cleanup CMakeLists.txt Co-authored-by: David Chisnall <davidchisnall@users.noreply.github.com> * Remove line in objc_msgSend.aarch64.S Co-authored-by: David Chisnall <davidchisnall@users.noreply.github.com> * Change Test CMakeList to use ARCHITECTURE var * Use existing clear cache macro * Change _WIN64 to _WIN32 and reorder labels * Remove macro and replace _WIN64 with _WIN32 * Remove argument from non-win32 macro --------- Co-authored-by: David Chisnall <davidchisnall@users.noreply.github.com> |
2 years ago | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 3 years ago | |
| detect_arch.c | 2 years ago | |
| typeinfo_test.cc | 5 years ago | |