| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop utils/time.h to deal with a merge conflict. | lloyd | 2009-12-01 | 1 | -39/+0 |
* | propagate from branch 'net.randombit.botan' (head ac4d8fecb28374d06094da3457a... | lloyd | 2009-11-29 | 3 | -3/+3 |
|\ |
|
| * | Make sure the SIMD_32 implementation we're using actually works on the | lloyd | 2009-11-24 | 3 | -3/+3 |
* | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 6 | -59/+12 |
* | | Add a simple version of std::async as std_async in async.h and use it | lloyd | 2009-11-17 | 1 | -0/+33 |
* | | propagate from branch 'net.randombit.botan' (head 8cecdc1c3dd5853823fabcb8164... | lloyd | 2009-11-16 | 4 | -8/+0 |
|\| |
|
| * | Instead of having two asm_macr.h files being switched in based on module | lloyd | 2009-11-14 | 4 | -8/+0 |
* | | Convert Data_Store::Matcher to using lambdas | lloyd | 2009-11-16 | 2 | -35/+8 |
* | | Use auto for long iterator names, etc. | lloyd | 2009-11-16 | 2 | -24/+2 |
* | | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615... | lloyd | 2009-11-13 | 5 | -30/+36 |
|\| |
|
| * | 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 |
* | | propagate from branch 'net.randombit.botan' (head cead7027e70b68a8b4ae2e5bd8f... | lloyd | 2009-11-05 | 4 | -4/+22 |
|\| |
|
| * | Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxes | lloyd | 2009-11-04 | 4 | -4/+22 |
* | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 3 | -35/+58 |
|\ \
| |/
|/| |
|
| * | Attic-ize all of src/timer, except for time_t_to_tm and system_time | lloyd | 2009-10-13 | 1 | -0/+39 |
| * | Fixup post-merge breakage | lloyd | 2009-10-13 | 1 | -1/+1 |
| * | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c... | lloyd | 2009-10-13 | 2 | -34/+18 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2... | lloyd | 2009-09-30 | 2 | -34/+18 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53... | lloyd | 2009-09-17 | 6 | -110/+70 |
| | | |\ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573... | lloyd | 2009-09-08 | 2 | -34/+18 |
| | | |\ \ |
|
| | | | * \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 11 | -959/+24 |
| | | | |\ \ |
|
| | | | * \ \ | propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d... | lloyd | 2009-07-15 | 3 | -34/+19 |
| | | | |\ \ \ |
|
| | | | | * \ \ | propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6... | lloyd | 2009-07-03 | 2 | -2/+9 |
| | | | | |\ \ \ |
|
| | | | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205... | lloyd | 2009-06-04 | 5 | -91/+19 |
| | | | | |\ \ \ \ |
|
| | | | | | * | | | | A few experiments with auto keyword type inference. Looks like things will | lloyd | 2009-04-01 | 1 | -18/+18 |
| | | | | | * | | | | Remove copy_if, now included in C++0x (also, it turns out, not being used | lloyd | 2009-04-01 | 1 | -16/+0 |
| | | | | | * | | | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guard | lloyd | 2009-04-01 | 3 | -57/+1 |
* | | | | | | | | | | 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 |
|/ / / / / / / / / |
|