summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * arm: NEON optimisations for gf_w64Janne Grunau2014-10-244-37/+400
| * arm: NEON optimisations for gf_w32Janne Grunau2014-10-244-57/+358
| * arm: NEON optimisations for gf_w16Janne Grunau2014-10-244-51/+435
| * arm: NEON optimisations for gf_w8Janne Grunau2014-10-245-89/+428
| * arm: NEON optimisations for gf_w4Janne Grunau2014-10-244-50/+335
| * arm: NEON optimisations for XOR in gf_multby_oneJanne Grunau2014-10-091-0/+35
| * use posix_memalign to align memory for SIMD region testsJanne Grunau2014-10-093-13/+66
| * configure: add ARM/AArch64 NEON supportJanne Grunau2014-10-093-0/+74
| * simd: rename the region flags from SSE to SIMDJanne Grunau2014-10-0911-90/+99
| * check: split unit tests and support paralell executionJanne Grunau2014-10-093-12/+17
| * build: fix out of source tree buildJanne Grunau2014-10-094-8/+8
| * build: make CFLAGS user setableJanne Grunau2014-10-091-3/+3
|/
* Merged in dachary/gf-complete/wip-static-code-analysis (pull request #24) Kevin Greenan2014-10-032-2/+1
|\
| * 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
|/
* Merged in beol/gf-complete (pull request #23) Kevin Greenan2014-08-231-1/+6
|\
| * On CPU that doesn't support SSE4.2 instructions set, this will failLeo Laksmana2014-08-231-1/+6
|/
* Removed comments marking CARRY_FREE_GK additions.Adam Disney2014-06-165-12/+2
* Merge remote-tracking branch 'dalgaaf/wip-da-sca-20140513'Adam Disney2014-06-169-37/+37
|\
| * gf_w32.c: remove dead assignment with no effectDanny Al-Gaaf2014-05-141-1/+0
| * gf_time.c: remove dead assignment to 'elapsed'Danny Al-Gaaf2014-05-141-2/+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
| * tools/gf_poly.c: fix undefined allocation of 0 bytesDanny Al-Gaaf2014-05-141-2/+8
| * gf_w32.c: fix dereference of undefined pointer valueDanny Al-Gaaf2014-05-131-1/+1
| * test/gf_unit.c: free memory after usageDanny Al-Gaaf2014-05-131-7/+13
| * gf_inline_time.c: fix memory leakDanny Al-Gaaf2014-05-131-4/+6
* | Fixed a few minor warnings when running autogen.sh.Adam Disney2014-06-165-20/+8
* | Merge remote-tracking branch 'jayrde/wip-autoconf-cleanup'Adam Disney2014-06-1623-42961/+69
|\ \
| * | ignore more library files and eecutablesJens Rosenboom2014-03-181-1/+21
| * | fixup AM_INIT_AUTOMAKE callJens Rosenboom2014-03-181-1/+1
| * | add autogen.sh call to READMEJens Rosenboom2014-03-181-0/+1
| * | cleanup unused flag leftover from commit fb0bbdcfJens Rosenboom2014-03-181-4/+0
| * | Merge branch 'wip-autoconf-cleanup' of https://bitbucket.org/jayrde/gf-comple...Jens Rosenboom2014-03-180-0/+0
| |\ \
| | * | Created new branch wip-autoconf-cleanupJens Rosenboom2014-03-180-0/+0
| * | | remove obsolete filesJens Rosenboom2014-03-182-148/+0
| * | | add more autogenerated files to be ignoredJens Rosenboom2014-03-181-0/+7
| * | | remove autogenerated files from repositoryJens Rosenboom2014-03-1817-38854/+0
| * | | add .gitignoreJens Rosenboom2014-03-181-0/+41
| |/ /
* | | autoreconf'd to reflect addition of --disable-sseKevin Greenan2014-06-093-2/+18
* | | Adding option to disable SSE in autoconf scriptKevin Greenan2014-06-091-0/+8
* | | Removed PDF from the repo and added a note in the README that describes how toKevin Greenan2014-06-092-2/+4
* | | Implemented CARRY_FREE_GK. Sections added are tagged with a comment //ADAMAdam Disney2014-06-065-15/+163
| |/ |/|
* | Merged in dalgaaf/gf-complete/wip-da-coverity-rebased (pull request #21) Kevin Greenan2014-04-277-12/+17
|\ \
| * | gf_w4.c: remove some dead codeDanny Al-Gaaf2014-04-221-1/+0
| * | gf.c: fix pointless expressionDanny Al-Gaaf2014-04-221-6/+5