| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mark read/write prefetches as such, instead of read-only prefetch | lloyd | 2009-12-29 | 1 | -1/+1 |
* | Kill buf_op - was basically the prototype for Buffering_Filter. | lloyd | 2009-12-28 | 3 | -176/+0 |
* | propagate from branch 'net.randombit.botan' (head 5749645b3dc61c94f9b2980aa77... | lloyd | 2009-12-27 | 3 | -0/+176 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 79ed5b0f9057b2d40335e268fdb... | lloyd | 2009-12-27 | 3 | -0/+176 |
| |\ |
|
| | * | Add a generalized Buffered_Operation. Relies on tr1 for sane callbacks | lloyd | 2009-12-27 | 3 | -0/+176 |
* | | | Add debug source to build. Fix typo in source. | lloyd | 2009-12-27 | 2 | -2/+1 |
|/ / |
|
* / | Add debug.h which is an internal-only header with debug functions that | lloyd | 2009-12-27 | 3 | -0/+65 |
|/ |
|
* | Add/fix doxygen comments | lloyd | 2009-12-24 | 1 | -5/+12 |
* | Replace time_t_to_tm with calendar_value which returns a struct representing | lloyd | 2009-12-24 | 2 | -6/+24 |
* | Wrap up whatever we're using for gmtime in an anon-namespace function do_gmtime | lloyd | 2009-12-24 | 1 | -14/+19 |
* | Fix compile of get_nanoseconds_clock for Windows. | lloyd | 2009-12-23 | 1 | -2/+12 |
* | Add a static_cast<byte>() around get_byte just to keep VC++ quiet. | lloyd | 2009-12-23 | 1 | -1/+3 |
* | Use unaligned reads/writes in xor_buf.h - bad macro name! | lloyd | 2009-12-23 | 1 | -2/+2 |
* | Deal with unknown or mixed endian architectures properly. If known little | lloyd | 2009-12-23 | 1 | -22/+18 |
* | Add bswap_4 which swaps 4 Ts in parallel. Normally just uses reverse_bytes, | lloyd | 2009-12-23 | 1 | -0/+50 |
* | Add GetSystemTimeAsFileTime as high res timer for Win32 | lloyd | 2009-12-22 | 1 | -7/+21 |
* | Fix simd_32 loadstor includes | lloyd | 2009-12-22 | 2 | -3/+3 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 5 | -20/+27 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 2 | -7/+9 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 10 | -18/+20 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 9 | -17/+59 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 3 | -1/+118 |
* | Make sure the SIMD_32 implementation we're using actually works on the | lloyd | 2009-11-24 | 3 | -3/+3 |
* | Instead of having two asm_macr.h files being switched in based on module | lloyd | 2009-11-14 | 4 | -8/+0 |
* | Use memcpy for bulk loads if algorithm endianness matches CPU endianess. | lloyd | 2009-11-10 | 1 | -0/+9 |
* | Also #undef bool after including <altivec.h> | lloyd | 2009-11-10 | 1 | -0/+1 |
* | Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via, | lloyd | 2009-11-10 | 1 | -2/+11 |
* | Tick to 1.9.3-dev | lloyd | 2009-11-06 | 3 | -28/+15 |
* | Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxes | lloyd | 2009-11-04 | 4 | -4/+22 |
* | Slight cleanups in the Altivec detection code for readability. | lloyd | 2009-10-29 | 1 | -5/+12 |
* | Add a new looping load_be / load_le for loading large arrays at once, and | lloyd | 2009-10-29 | 1 | -0/+46 |
* | Fix cpuid with icc (tested with 11.1) | lloyd | 2009-10-29 | 1 | -2/+2 |
* | Give each version of SIMD_32 a public bswap() | lloyd | 2009-10-29 | 3 | -11/+29 |
* | Add new function enabled() to each of the SIMD_32 instantiations which | lloyd | 2009-10-29 | 3 | -1/+9 |
* | No ||= operator! | lloyd | 2009-10-29 | 1 | -7/+7 |
* | Add CPUID::have_altivec for AltiVec runtime detection. | lloyd | 2009-10-29 | 2 | -0/+61 |
* | Use register writes in the Altivec code for stores because Altivec's handling | lloyd | 2009-10-29 | 1 | -7/+16 |
* | Kill realnames on new modules not in mailine | lloyd | 2009-10-29 | 1 | -2/+0 |
* | propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6... | lloyd | 2009-10-29 | 5 | -0/+575 |
|\ |
|
| * | Add copyright + license on the new SIMD files | lloyd | 2009-10-28 | 4 | -2/+14 |
| * | Add an AltiVec SIMD_32 implementation. Tested and works for Serpent and XTEA | lloyd | 2009-10-28 | 1 | -0/+178 |
| * | Define SSE rotate_right in terms of rotate left, and load_be in terms | lloyd | 2009-10-28 | 1 | -3/+2 |
| * | Add subtraction operators to SIMD_32 classes, needed for XTEA decrypt | lloyd | 2009-10-26 | 2 | -0/+26 |
| * | Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32 | lloyd | 2009-10-26 | 4 | -0/+360 |
* | | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 5 | -10/+0 |
|/ |
|
* | Add ; after call to VC++'s __cpuid, not a macro | lloyd | 2009-10-25 | 1 | -1/+1 |
* | Cast the u32bit output array to an int* when calling the VC++ intrinsic, | lloyd | 2009-10-25 | 1 | -3/+6 |
* | Add new store_[l|b]e variants taking 8 values. | lloyd | 2009-10-23 | 1 | -16/+108 |
* | Enable CPUID on x86 (checking wrong macro name) | lloyd | 2009-10-21 | 1 | -1/+1 |
* | In to_u32bit, ignore space characters in input | lloyd | 2009-10-06 | 1 | -0/+3 |