Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upstreamed masm alignment fix | Brent Cook | 2024-02-27 | 1 | -30/+0 |
| | |||||
* | The endbr64.patch is now upstream | Theo Buehler | 2024-02-24 | 1 | -1215/+0 |
| | |||||
* | align read only sections on masm/windows to 64 bytes | Brent Cook | 2024-02-12 | 1 | -0/+30 |
| | | | | | Avoid conflicts where alignment is specified later in the underlying assembly. | ||||
* | integrate new upstream endbr64 test code, remove os-specific reverts | Brent Cook | 2024-02-12 | 6 | -1732/+1215 |
| | |||||
* | remove additional endbr64 patch, add tests for macos-11 | Brent Cook | 2023-11-18 | 1 | -0/+20 |
| | |||||
* | portable asm generator patches for portable | Brent Cook | 2023-10-30 | 4 | -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. |