aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | The code for handling SIMD ISA extensions actually works fine for generallloyd2009-11-065-15/+21
| * | Tick to 1.9.3-devlloyd2009-11-063-28/+15
| * | Generate SIMD macro flags for build.h from data in build-data/arch forlloyd2009-11-065-0/+27
| |/
* | propagate from branch 'net.randombit.botan' (head cead7027e70b68a8b4ae2e5bd8f...lloyd2009-11-0511-49/+73
|\|
| * Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxeslloyd2009-11-044-4/+22
| * Indent and avoid one extra assignmentlloyd2009-11-041-3/+2
| * propagate from branch 'net.randombit.botan.1_8' (head 6e8c18515725a70923b3411...lloyd2009-11-03500-3763/+9419
| |\
| | * Conver the rest of the hash functions to use the array-based load instructions.lloyd2009-11-035-40/+41
| * | Use negative values for adding constants >= 2^31 in the SHA-1 x86-64 asm.lloyd2009-11-031-2/+8
* | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-0291-1351/+364
|\ \ \ | |_|/ |/| |
| * | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-1324-506/+46
| * | propagate from branch 'net.randombit.botan' (head d2bced090807e3590304d38724d...lloyd2009-10-131-0/+4
| |\ \
| * | | Fixup post-merge breakagelloyd2009-10-131-1/+1
| * | | Fixup post-merge breakagelloyd2009-10-131-5/+5
| * | | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-1370-862/+312
| |\ \ \
| | * | | Change call to system_time to use std::chronolloyd2009-09-301-2/+4
| | * | | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-3069-865/+313
| | |\ \ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2...lloyd2009-09-175-65/+35
| | | |\ \ \
| | | * \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-1734-98/+162
| | | |\ \ \ \
| | | * | | | | Use <chrono> in the runtime benchmarking code instead of the locallloyd2009-09-163-56/+47
| | | * | | | | propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-1666-809/+266
| | | |\ \ \ \ \
| | | | * | | | | Remove dep on mutex module (doesn't exist here). Use initializer list in libs...lloyd2009-09-114-18/+11
| | | | * | | | | Use GCC 4.4.1-release for C++0x testinglloyd2009-09-091-1/+1
| | | | * | | | | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-0863-792/+256
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-21134-391/+633
| | | | | |\ \ \ \ \
| | | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-1563-793/+258
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Move mutex directory back to the Atticlloyd2009-07-0314-421/+0
| | | | | | * | | | | | propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-0329-172/+220
| | | | | | |\ \ \ \ \ \
| | | | | | * | | | | | | Move mutex.h to src/mutex (from Attic)lloyd2009-07-031-0/+56
| | | | | | * | | | | | | Move mutex from Attic to src to deal with merge conflictlloyd2009-07-0312-0/+356
| | | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-0463-785/+258
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-0115-72/+58
| | | | | | | * | | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-0124-71/+79
| | | | | | | * | | | | | | A few experiments with auto keyword type inference. Looks like things willlloyd2009-04-013-79/+68
| | | | | | | * | | | | | | 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-0125-545/+51
| | | | | | | * | | | | | | Start a new branch for C++0x experimentation.lloyd2009-04-011-2/+2
* | | | | | | | | | | | | | 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-2911-49/+104
* | | | | | | | | | | | | | Fix cpuid with icc (tested with 11.1)lloyd2009-10-291-2/+2
* | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 4fd7eb9630271d3c1dfed21987e...lloyd2009-10-2928-964/+1719
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Clean up prep00_15 - same speed on Core2lloyd2009-10-291-16/+10
| * | | | | | | | | | | | | | Clean up the SSE2 SHA-1 code quite a bit, make better use of C++ featureslloyd2009-10-292-308/+267
| * | | | | | | | | | | | | | Format for easier readinglloyd2009-10-291-31/+43
| * | | | | | | | | | | | | | Small cleanups (remove tab characters, change macros to fit the rest oflloyd2009-10-291-123/+121
| * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | Rename sse2 engine to simdlloyd2009-10-292-2/+2