Age | Commit message (Expand) | Author |
---|---|---|
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-05-07 | UserspaceEmulator: Delegate rounding to the actual hardware | Hendiadyoin1 |
2021-11-07 | UserspaceEmulator: Improve the MMX formatting on environment dump | Hendiadyoin1 |
2021-11-07 | UserspaceEmulator: Raise an error on FPU stack underflow | Hendiadyoin1 |
2021-11-07 | UserspaceEmulator: Fix typos in SoftFPU.[cpp|h] | Hendiadyoin1 |
2021-11-07 | UserspaceEmulator: Align FPU-exception names with the manual | Hendiadyoin1 |
2021-11-07 | UserspaceEmulator: Simplify the definition of the FPU register stack | Hendiadyoin1 |
2021-11-07 | UserspaceEmulator: Use unsigned types for logical MMX shifting | Hendiadyoin1 |
2021-09-05 | Userland: Switch static_assert of type sizes to AK::AssertSize | Brian Gianforcaro |
2021-07-22 | UserspaceEmulator: Sketch out a SoftFPU interface | Hendiadyoin1 |