summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use assert(0) instead of exit(1)Loic Dachary2014-12-153-8/+11
* arm: NEON optimisations for gf_w64Janne Grunau2014-10-243-37/+350
* arm: NEON optimisations for gf_w32Janne Grunau2014-10-243-57/+287
* arm: NEON optimisations for gf_w16Janne Grunau2014-10-243-51/+369
* arm: NEON optimisations for gf_w8Janne Grunau2014-10-244-89/+329
* arm: NEON optimisations for gf_w4Janne Grunau2014-10-243-50/+272
* arm: NEON optimisations for XOR in gf_multby_oneJanne Grunau2014-10-091-0/+35
* simd: rename the region flags from SSE to SIMDJanne Grunau2014-10-098-84/+91
* build: fix out of source tree buildJanne Grunau2014-10-091-2/+2
* remove dead code in create_gf_from_argvLoic Dachary2014-09-171-1/+0
* disable gf_error_check test that requires >> 64Loic Dachary2014-09-171-1/+1
* Removed comments marking CARRY_FREE_GK additions.Adam Disney2014-06-163-10/+1
* Merge remote-tracking branch 'dalgaaf/wip-da-sca-20140513'Adam Disney2014-06-165-22/+10
|\
| * gf_w32.c: remove dead assignment with no effectDanny Al-Gaaf2014-05-141-1/+0
| * gf_w32.c: fix/remove some dead assignmentsDanny Al-Gaaf2014-05-141-8/+4
| * gf_w16.c: fix/remove some dead assignmentsDanny Al-Gaaf2014-05-141-2/+2
| * gf_w128.c: remove some dead assignmentsDanny Al-Gaaf2014-05-141-3/+0
| * gf_w8.c: fix dead assignment report from scan-buildDanny Al-Gaaf2014-05-141-1/+2
| * gf_w64.c: remove dead assignments and unused variable 'm2'Danny Al-Gaaf2014-05-141-3/+1
| * gf_w64.c: remove dead assigments in gf_w64_shift_multiply()Danny Al-Gaaf2014-05-141-3/+0
| * gf_w32.c: fix dereference of undefined pointer valueDanny Al-Gaaf2014-05-131-1/+1
* | Fixed a few minor warnings when running autogen.sh.Adam Disney2014-06-161-1/+1
* | Merge remote-tracking branch 'jayrde/wip-autoconf-cleanup'Adam Disney2014-06-161-654/+0
|\ \
| * | remove autogenerated files from repositoryJens Rosenboom2014-03-181-464/+0
* | | Implemented CARRY_FREE_GK. Sections added are tagged with a comment //ADAMAdam Disney2014-06-063-6/+152
| |/ |/|
* | gf_w4.c: remove some dead codeDanny Al-Gaaf2014-04-221-1/+0
* | gf.c: fix pointless expressionDanny Al-Gaaf2014-04-221-6/+5
* | fix comment/message on GF_E_SP128_A/GF_E_SP128_SDanny Al-Gaaf2014-04-221-2/+2
* | gf_w8.c: add missing breaksDanny Al-Gaaf2014-04-221-0/+2
* | gf_w4.c: add missing breaksDanny Al-Gaaf2014-04-221-0/+2
* | gf_w32.c: add missing breaksDanny Al-Gaaf2014-04-221-0/+2
* | gf_w16.c: add missing breakDanny Al-Gaaf2014-04-221-0/+1
* | gf_general.c: fix pointless expressionDanny Al-Gaaf2014-04-221-1/+1
* | Merged in dachary/gf-complete/wip-uint-8 (pull request #19) Kevin Greenan2014-04-105-28/+28
|\ \
| * | prefer uint8_t to char in pointer arithmeticLoic Dachary2014-04-105-28/+28
* | | TODO reminder for KMG/JSP about hardcoded constantLoic Dachary2014-04-101-0/+1
|/ /
* | Ran autogen to pick-up the changes needed to run 'make check'Kevin Greenan2014-04-021-101/+291
* | Merged in dachary/gf-complete/wip-compilation-warnings (pull request #12) Kevin Greenan2014-03-311-1/+1
|\ \
| * | fix void* arithmetic compilation warningLoic Dachary2014-03-291-1/+1
* | | do not compile if used in SSE4 code path onlyLoic Dachary2014-03-301-2/+2
|/ /
* | remove unused static function gf_w128_group_r_sse_initLoic Dachary2014-03-281-1/+1
* | remove unused argument from SSE_AB2Loic Dachary2014-03-061-23/+23
* | remove unused variables from #if SSE blocsLoic Dachary2014-03-066-123/+70
* | do not use gf_internal_t when it is nullLoic Dachary2014-03-061-1/+1
* | silence some warnings for unset variablesLoic Dachary2014-03-062-4/+4
* | remove duplicate headers from srcLoic Dachary2014-03-063-283/+0
* | move #if to avoid unused warningLoic Dachary2014-03-066-108/+104
* | initialize pointer early in the functionLoic Dachary2014-03-061-1/+2
* | cast void* to char* for pointer arithmeticLoic Dachary2014-03-065-27/+27
* | remove unused variablesLoic Dachary2014-03-0610-122/+45
|/