aboutsummaryrefslogtreecommitdiff
path: root/patches/asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* align read only sections on masm/windows to 64 bytesBrent Cook2024-03-031-0/+30
| | | | | Avoid conflicts where alignment is specified later in the underlying assembly.
* integrate new upstream endbr64 test code, remove os-specific revertsBrent Cook2024-03-036-1732/+1215
|
* remove additional endbr64 patch, add tests for macos-11Brent Cook2024-03-031-0/+20
|
* portable asm generator patches for portableBrent Cook2023-10-304-0/+1712
This reverses changes from the 3.8.x upstream that are causing issues on a few different platforms, including macOS x64, Windows, and older Linux/FreeBSD.