Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-22 | sh: Add new optimisation to the SH4 memcpy | Austin Foxley | |
This optimization is based on prefetching and 64bit data transfer via FPU (only for the little endianess) Tests shows that: ---------------------------------------- Memory bandwidth | Gain | sh4-300 | sh4-200 ---------------------------------------- 512 bytes to 16KiB | ~20% | ~25% from 32KiB to 16MiB | ~190% | ~5% ---------------------------------------- Signed-off-by: Austin Foxley <austinf@cetoncorp.com> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer | |
Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-12-04 | Go deeper while cleaning string directory to remove | Carmelo Amoroso | |
TARGET_SUBARCH implementation too. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer | |
2008-09-09 | Add optimized memcpy implementation for sh4 (from Stuart Menefy ↵ | Carmelo Amoroso | |
@STMicroelectronics). This implementation is based on 'backward copying'. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-05-30 | - cannot really guarantee proper order, so play safe and compile the problematic | Bernhard Reutner-Fischer | |
sources separately for now. | |||
2006-02-22 | wcscoll_l.o does not exist | Peter S. Mazinger | |
2006-02-22 | exclude 2 more files from multi | Peter S. Mazinger | |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | |
libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | |||
2006-02-03 | unify duplicated code cause i get tired of updating this stuff | Mike Frysinger | |
2006-01-03 | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | |
wcscoll/strcoll needs some love ... | |||
2005-11-14 | Split up wstring.c and use attribute_hidden | Peter S. Mazinger | |
2005-11-07 | Enable multi, because the arch specific versions are non-multi now | Peter S. Mazinger | |
2005-11-04 | Correct XLOCALE enabled builds pointed out by nitinkg | Peter S. Mazinger | |
2005-11-03 | Enable IMA on libc/string/generic | Peter S. Mazinger | |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in ↵ | Peter S. Mazinger | |
libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC | |||
2005-10-28 | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | |
not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles | |||
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. |