| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [x86_64] Add support for compilation as an x86_64 binary | Michael Brown | 2008-12-05 | 1 | -252/+0![]() |
| | | | | | | | | | | | | | Currently the only supported platform for x86_64 is EFI. Building an EFI64 gPXE requires a version of gcc that supports __attribute__((ms_abi)). This currently means a development build of gcc; the feature should be present when gcc 4.4 is released. In the meantime; you can grab a suitable gcc tree from git://git.etherboot.org/scm/people/mcb30/gcc/.git | ||||
| * | Accelerate memcpy() by around 32% on large, dword-aligned copies. | Michael Brown | 2007-01-18 | 1 | -0/+7 |
| | | |||||
| * | (Redoing check-in lost by SourceForge's failure.) | Michael Brown | 2006-05-13 | 1 | -11/+21 |
| | | | | | Avoid optimisation errors under -fstrict-aliasing. | ||||
| * | Added __constant_memcpy() based on version in Linux's string.h. | Michael Brown | 2006-04-24 | 1 | -12/+135 |
| | | | | | Added memswap(). | ||||
| * | Add memcpy | Michael Brown | 2005-05-09 | 1 | -0/+13 |
| | | |||||
| * | Initial revision | Michael Brown | 2005-03-08 | 1 | -0/+99 |

