| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typos | Mattias Andrée | 2016-04-30 | 1 | -2/+2 |
| * | Fix typo | Mattias Andrée | 2016-04-30 | 1 | -1/+1 |
| * | Some things to keep in mind when optimising | Mattias Andrée | 2016-04-30 | 1 | -0/+4 |
| * | Use ZAHL_INLINE instead of static inline | Petr Vaněk | 2016-04-30 | 1 | -2/+2 |
| * | Some optimisations | Mattias Andrée | 2016-04-30 | 10 | -62/+104 |
| * | Some optimisations | Mattias Andrée | 2016-04-30 | 4 | -47/+61 |
| * | Specify optimisation level on functions in zahl-inlines.h | Mattias Andrée | 2016-04-29 | 3 | -40/+49 |
| * | Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmark | Mattias Andrée | 2016-04-29 | 13 | -124/+129 |
| * | refsheet: fix type of second parameter for zseti, zsetu, zcmpi, and zcmpu | Mattias Andrée | 2016-04-29 | 1 | -4/+4 |
| * | Change UNSAFE to ZAHL_UNSAFE, so it can be used in zahl-inlines.h | Mattias Andrée | 2016-04-29 | 7 | -7/+7 |
| * | Use bold, not blackboard bold | Mattias Andrée | 2016-04-29 | 1 | -1/+1 |
| * | Add refsheet | Mattias Andrée | 2016-04-29 | 5 | -3/+160 |
| * | Update STATUS for more accurate benchmarks | Mattias Andrée | 2016-04-29 | 1 | -33/+33 |
| * | Fix warnings | Mattias Andrée | 2016-04-28 | 1 | -3/+3 |
| * | Some documentation and cleanup for benchmark stuff | Mattias Andrée | 2016-04-28 | 3 | -58/+70 |
| * | Fix warnings | Mattias Andrée | 2016-04-28 | 3 | -14/+12 |
| * | benchmark-func: use X-macros for function-listing | Mattias Andrée | 2016-04-27 | 1 | -80/+57 |
| * | More accurate benchmarking | Mattias Andrée | 2016-04-27 | 5 | -80/+158 |
| * | Document UNSAFE | Mattias Andrée | 2016-04-27 | 1 | -0/+1 |
| * | Error-check implies unlikely branching | Mattias Andrée | 2016-04-27 | 8 | -13/+13 |
| * | Add option UNSAFE which disables all internal error checks | Mattias Andrée | 2016-04-27 | 12 | -21/+34 |
| * | Minor word fix in STATUS | Mattias Andrée | 2016-04-27 | 1 | -1/+1 |
| * | Add STATUS | Mattias Andrée | 2016-04-27 | 1 | -0/+92 |
| * | Optimise zpowu and zmodpowu | Mattias Andrée | 2016-04-27 | 2 | -4/+8 |
| * | Add error checking to tomsfastmath translation and sort includes | Mattias Andrée | 2016-04-27 | 5 | -66/+286 |
| * | Improve library translations | Mattias Andrée | 2016-04-27 | 6 | -19/+63 |
| * | Fix const-correctness in libtommath translation and add error checking in hebimath translation | Mattias Andrée | 2016-04-27 | 2 | -177/+460 |
| * | Fix typo, thank you Neven | Mattias Andrée | 2016-04-27 | 2 | -4/+4 |
| * | Functions in the translation layers should static inline. Probably not always fair... | Mattias Andrée | 2016-04-27 | 4 | -52/+54 |
| * | Make benchmark against libtommath more fair: enable error checking | Mattias Andrée | 2016-04-27 | 1 | -104/+343 |
| * | zinit.3: document `struct zahl` | Mattias Andrée | 2016-04-27 | 1 | -1/+1 |
| * | Fix benchmark error | Mattias Andrée | 2016-04-27 | 3 | -3/+3 |
| * | Fix possible memory in zstr on failure | Mattias Andrée | 2016-04-27 | 3 | -1/+6 |
| * | zstr: add new parameter, n: the known limit out the length of the output | Mattias Andrée | 2016-04-27 | 11 | -146/+181 |
| * | zstr_length.3: add missing blank space | Mattias Andrée | 2016-04-26 | 1 | -1/+1 |
| * | Add, and use, libzahl_memfailure for conciseness, also fix possible unset errno | Mattias Andrée | 2016-04-26 | 4 | -15/+15 |
| * | zzero1 did not guarantee that all arguments were evaulated exactly once, thus made static inline | Mattias Andrée | 2016-04-26 | 1 | -1/+6 |
| * | Ensure that failure does not result in memory leak | Mattias Andrée | 2016-04-26 | 7 | -24/+102 |
| * | Zahl[en] is spelled with upper case Z | Mattias Andrée | 2016-04-24 | 2 | -3/+3 |
| * | Add more functions to benchmark-func | Mattias Andrée | 2016-04-24 | 1 | -3/+3 |
| * | bench/benchmark-func.c: add support for more functions | Mattias Andrée | 2016-04-24 | 1 | -44/+44 |
| * | bench/benchmark-func.c | Mattias Andrée | 2016-04-24 | 10 | -2/+405 |
| * | Add support for benchmark against hebimath | Mattias Andrée | 2016-04-23 | 3 | -36/+405 |
| * | Add support for benchmark against TomsFastMath | Mattias Andrée | 2016-04-22 | 3 | -3/+305 |
| * | Unlist fixed entry from the todo-list | Mattias Andrée | 2016-04-20 | 1 | -1/+0 |
| * | Fix warnings (that were not turned on by default) | Mattias Andrée | 2016-04-08 | 11 | -36/+32 |
| * | Some improvements: | Mattias Andrée | 2016-04-08 | 5 | -21/+82 |
| * | gitignore: blacklist _/, for private files | Mattias Andrée | 2016-04-08 | 1 | -0/+1 |
| * | Split out zahl-inlines.h zahl-internals.h from zahl.h to hide uninteresting stuff | Mattias Andrée | 2016-04-07 | 5 | -274/+287 |
| * | zptest: use DEFAULT_RANDOM | Mattias Andrée | 2016-04-07 | 1 | -1/+1 |