aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Drop utils/time.h to deal with a merge conflict.lloyd2009-12-011-39/+0
* propagate from branch 'net.randombit.botan' (head ac4d8fecb28374d06094da3457a...lloyd2009-11-293-3/+3
|\
| * Make sure the SIMD_32 implementation we're using actually works on thelloyd2009-11-243-3/+3
* | Remove to_string, replacing with std::to_stringlloyd2009-11-186-59/+12
* | Add a simple version of std::async as std_async in async.h and use itlloyd2009-11-171-0/+33
* | propagate from branch 'net.randombit.botan' (head 8cecdc1c3dd5853823fabcb8164...lloyd2009-11-164-8/+0
|\|
| * Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-144-8/+0
* | Convert Data_Store::Matcher to using lambdaslloyd2009-11-162-35/+8
* | Use auto for long iterator names, etc.lloyd2009-11-162-24/+2
* | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-135-30/+36
|\|
| * Use memcpy for bulk loads if algorithm endianness matches CPU endianess.lloyd2009-11-101-0/+9
| * Also #undef bool after including <altivec.h>lloyd2009-11-101-0/+1
| * Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via,lloyd2009-11-101-2/+11
| * Tick to 1.9.3-devlloyd2009-11-063-28/+15
* | propagate from branch 'net.randombit.botan' (head cead7027e70b68a8b4ae2e5bd8f...lloyd2009-11-054-4/+22
|\|
| * Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxeslloyd2009-11-044-4/+22
* | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-023-35/+58
|\ \ | |/ |/|
| * Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-131-0/+39
| * Fixup post-merge breakagelloyd2009-10-131-1/+1
| * propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-132-34/+18
| |\
| | * propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-302-34/+18
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-176-110/+70
| | | |\
| | | * \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-082-34/+18
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-2111-959/+24
| | | | |\ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-153-34/+19
| | | | |\ \ \
| | | | | * \ \ propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-032-2/+9
| | | | | |\ \ \
| | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-045-91/+19
| | | | | |\ \ \ \
| | | | | | * | | | A few experiments with auto keyword type inference. Looks like things willlloyd2009-04-011-18/+18
| | | | | | * | | | Remove copy_if, now included in C++0x (also, it turns out, not being usedlloyd2009-04-011-16/+0
| | | | | | * | | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-013-57/+1
* | | | | | | | | | Slight cleanups in the Altivec detection code for readability.lloyd2009-10-291-5/+12
* | | | | | | | | | Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-291-0/+46
* | | | | | | | | | Fix cpuid with icc (tested with 11.1)lloyd2009-10-291-2/+2
* | | | | | | | | | Give each version of SIMD_32 a public bswap()lloyd2009-10-293-11/+29
* | | | | | | | | | Add new function enabled() to each of the SIMD_32 instantiations which lloyd2009-10-293-1/+9
* | | | | | | | | | No ||= operator!lloyd2009-10-291-7/+7
* | | | | | | | | | Add CPUID::have_altivec for AltiVec runtime detection.lloyd2009-10-292-0/+61
* | | | | | | | | | Use register writes in the Altivec code for stores because Altivec's handlinglloyd2009-10-291-7/+16
* | | | | | | | | | Kill realnames on new modules not in mailinelloyd2009-10-291-2/+0
* | | | | | | | | | propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6...lloyd2009-10-295-0/+575
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add copyright + license on the new SIMD fileslloyd2009-10-284-2/+14
| * | | | | | | | | | Add an AltiVec SIMD_32 implementation. Tested and works for Serpent and XTEAlloyd2009-10-281-0/+178
| * | | | | | | | | | Define SSE rotate_right in terms of rotate left, and load_be in termslloyd2009-10-281-3/+2
| * | | | | | | | | | Add subtraction operators to SIMD_32 classes, needed for XTEA decryptlloyd2009-10-262-0/+26
| * | | | | | | | | | Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32lloyd2009-10-264-0/+360
* | | | | | | | | | | Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-295-10/+0
|/ / / / / / / / / /
* | | | | | | | | | Add ; after call to VC++'s __cpuid, not a macrolloyd2009-10-251-1/+1
* | | | | | | | | | Cast the u32bit output array to an int* when calling the VC++ intrinsic,lloyd2009-10-251-3/+6
* | | | | | | | | | Add new store_[l|b]e variants taking 8 values.lloyd2009-10-231-16/+108
* | | | | | | | | | Enable CPUID on x86 (checking wrong macro name)lloyd2009-10-211-1/+1
|/ / / / / / / / /