Age | Commit message (Expand) | Author |
---|---|---|
2019-05-28 | Add clang-format file | Robin Burchell |
2019-04-22 | Kernel: Don't use MMX memcpy() in the kernel. | Andreas Kling |
2019-03-27 | LibC: Run constructors on process startup. | Andreas Kling |
2019-03-24 | AK: Uh, okay, it seems like we need those 64-bit division helpers after all. | Andreas Kling |
2019-03-24 | AK: Don't compile the 64-bit division helpers in userland builds. | Andreas Kling |
2019-03-21 | AK: Fix busted __udivmoddi4() implementation. | Andreas Kling |
2019-03-21 | Use 64-bit integers inside Stopwatch to enable longer timings. | Andreas Kling |
2019-02-12 | AK: Fix bug in MMX memcpy() unaligned prologue handling. | Andreas Kling |
2019-02-07 | Add a fast memcpy() using MMX when we're moving >= 1KB. | Andreas Kling |