aboutsummaryrefslogtreecommitdiff
path: root/patches/asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upstreamed masm alignment fixBrent Cook2024-02-271-30/+0
|
* The endbr64.patch is now upstreamTheo Buehler2024-02-241-1215/+0
|
* align read only sections on masm/windows to 64 bytesBrent Cook2024-02-121-0/+30
| | | | | Avoid conflicts where alignment is specified later in the underlying assembly.
* integrate new upstream endbr64 test code, remove os-specific revertsBrent Cook2024-02-126-1732/+1215
|
* remove additional endbr64 patch, add tests for macos-11Brent Cook2023-11-181-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.