| Commit message (Expand) | Author | Age | Files | Lines |
* | Rearrange BigInt directories: | lloyd | 2008-09-30 | 41 | -5677/+0 |
* | If a module specifies <module_name>:<file> in its <add> block, include | lloyd | 2008-09-30 | 2 | -0/+2 |
* | Fix mp_asm64's info.txt | lloyd | 2008-09-30 | 1 | -4/+4 |
* | Enable MSVC x86 asm | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Rewrite part of the module loading code in configure.pl, now dependencies | lloyd | 2008-09-30 | 7 | -8/+10 |
* | Start trying to get asm BigInt working. Currently does not. Just checking | lloyd | 2008-09-29 | 10 | -56/+84 |
* | Reorg BigInt asm modules | lloyd | 2008-09-29 | 6 | -0/+0 |
* | Better dependency handling | lloyd | 2008-09-29 | 2 | -1/+3 |
* | Add missing divide.h | lloyd | 2008-09-29 | 1 | -0/+17 |
* | Put only the implementation of BigInt in src/bigint, mathematical functions | lloyd | 2008-09-29 | 24 | -2393/+13 |
* | Make asm implementations distinctly named objects, for instance MD5_IA32, | lloyd | 2008-09-29 | 5 | -258/+2 |
* | Add missing info.txt for generic mp_asm.h | lloyd | 2008-09-29 | 1 | -0/+8 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Start fixing up for full asm support again | lloyd | 2008-09-29 | 6 | -12/+9 |
* | Move mp_mulop.cpp (source file) to asm_amd64 | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Move x86-64 asm bswap impl to utils, as bswap_amd64.h | lloyd | 2008-09-29 | 1 | -36/+0 |
* | Add deps, missing includes, etc | lloyd | 2008-09-29 | 1 | -4/+4 |
* | Move def_powm.cpp from core to bigint | lloyd | 2008-09-28 | 2 | -0/+23 |
* | BigInt uses hex module | lloyd | 2008-09-28 | 1 | -0/+4 |
* | Add primes.cpp to build in modinfo.txt | lloyd | 2008-09-28 | 1 | -3/+4 |
* | Move primes.cpp to bigint/ | lloyd | 2008-09-28 | 1 | -0/+674 |
* | Move all BigInt stuff into bigint/. Currently all asm modules are disabled; | lloyd | 2008-09-28 | 42 | -0/+5212 |
* | Split up asm modules into appropriate (topic-specific) modules, eg | lloyd | 2008-09-28 | 19 | -0/+2379 |