aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* In to_u32bit, ignore space characters in inputlloyd2009-10-061-0/+3
* Clean up cpuid callinglloyd2009-10-061-32/+26
* Disable prefetch in AES for now. Problem: with iterative modes like CBC,lloyd2009-09-301-12/+0
* Add cpuid check for Intel AESlloyd2009-09-301-1/+8
* Add vendor ID for AMDlloyd2009-09-291-1/+1
* Significantly rework CPUID support. Add cache line detectionlloyd2009-09-292-87/+99
* Change the prefetching interface; move to PREFETCH namespace, and add alloyd2009-09-291-9/+25
* Remove add block from utils/info.txtlloyd2009-09-291-27/+0
* Add some basic prefetching support (only supported with GNU C++ or thingslloyd2009-09-294-3/+44
* merge of '1efb42e84eca9e01edd7b7f1335af7011eab994c'lloyd2009-09-253-0/+161
|\
| * Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actuallylloyd2009-09-253-0/+161
* | Add engine deps on the asm_xxx modules so the engines get loadedlloyd2009-09-242-0/+8
* | propagate from branch 'net.randombit.botan.1_8' (head 1f4729658b70a340064bc9a...lloyd2009-09-176-110/+70
|\|
| * Split up util.h into 3 fileslloyd2009-09-173-65/+4
| * Move memory locking function decls to mlock.hlloyd2009-09-175-25/+46
* | Fix macro generation + checks in configure.py and bswap.h. Had the effectlloyd2009-09-171-2/+2
|/
* Add a new option --no-autoload to configure.py. This will produce a minimallloyd2009-09-041-1/+1
* Fix variable name in 32-bit bswap for VC++lloyd2009-08-031-1/+1
* A typo in a macro check in bswap.h meant inline asm bswap was notlloyd2009-07-311-1/+1
* Add missing info.txt fileslloyd2009-07-162-0/+24
* Correct source listings for moved fileslloyd2009-07-161-2/+0
* Move some files around to break up dependencies between directorieslloyd2009-07-169-958/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-4/+6
* Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-111-2/+0
* Move mutex.h from utils/ to mutex/ dir as more relevant arealloyd2009-07-012-57/+0
* DataSource::discard_next did not actually return the number of discardedlloyd2009-06-241-1/+1
* Use an input insensitive implementation of same_mem instead of memcmp.lloyd2009-06-221-1/+8
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+0
* Include <algorithm> in secmem.h for std::swaplloyd2009-04-081-0/+1
* Add a new version of SCAN_Name::arg that returns a default value if thelloyd2009-03-312-2/+17