summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Added --enable flags for debugging runtime SIMDBassam Tabbara2016-09-131-14/+15
* Simplify SIMD make scriptsBassam Tabbara2016-09-133-2/+14
* Support for runtime SIMD detectionBassam Tabbara2016-09-132-0/+233
* Add SIMD test helpersBassam Tabbara2016-09-132-0/+379
* Add support for printing functions selected in gf_initBassam Tabbara2016-09-131-3/+21
* log-zero-ext: workaround for uninitialized memoryLoic Dachary2016-09-131-1/+2
* add --enable-valgrind for make checkLoic Dachary2016-09-131-1/+5
* use posix_memalign to align memory for SIMD region testsJanne Grunau2014-10-091-2/+22
* simd: rename the region flags from SSE to SIMDJanne Grunau2014-10-091-1/+1
* check: split unit tests and support paralell executionJanne Grunau2014-10-092-11/+16
* build: fix out of source tree buildJanne Grunau2014-10-091-2/+2
* Removed comments marking CARRY_FREE_GK additions.Adam Disney2014-06-161-1/+0
* Merge remote-tracking branch 'dalgaaf/wip-da-sca-20140513'Adam Disney2014-06-163-8/+14
|\
| * gf_time.c: remove dead assignment to 'elapsed'Danny Al-Gaaf2014-05-141-2/+0
| * tools/gf_poly.c: fix undefined allocation of 0 bytesDanny Al-Gaaf2014-05-141-2/+8
| * 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-161-1/+1
* | Merge remote-tracking branch 'jayrde/wip-autoconf-cleanup'Adam Disney2014-06-161-1068/+0
|\ \
| * | remove autogenerated files from repositoryJens Rosenboom2014-03-181-512/+0
* | | Implemented CARRY_FREE_GK. Sections added are tagged with a comment //ADAMAdam Disney2014-06-061-2/+3
| |/ |/|
* | Ran autogen to pick-up the changes needed to run 'make check'Kevin Greenan2014-04-021-118/+674
* | add make check target and basic testsLoic Dachary2014-04-022-0/+11
* | main() returns intLoic Dachary2014-03-062-1/+2
* | remove unused variables from #if SSE blocsLoic Dachary2014-03-063-5/+3
* | remove spurious i < in for loopLoic Dachary2014-03-061-1/+1
* | silence some warnings for unset variablesLoic Dachary2014-03-061-2/+2
* | cast void* to char* for pointer arithmeticLoic Dachary2014-03-061-6/+7
|/
* Removed GROUP/128/SSE. It wasn't compiling, and it needed an overhaul.Jim Plank2014-01-011-2/+2
* Third.1 time's a charm (autoconf non-sense for PCLMUL).Kevin Greenan2013-12-301-234/+114
* Revert "Third time's a charm (autoconf non-sense for PCLMUL)."Kevin Greenan2013-12-301-66/+136
* Third time's a charm (autoconf non-sense for PCLMUL).Kevin Greenan2013-12-301-136/+66
* Added entry to configure.ac to avoid running autotools during normal build.Kevin Greenan2013-12-301-3/+4
* Added PCLMUL to the autoconf macro...Kevin Greenan2013-12-301-66/+136
* Some wordsmithing.Jim Plank2013-12-302-14/+18
* Added time_tool.sh to tools for quick timing.Jim Plank2013-12-292-81/+256
* Added exhaustive test support (Ethan's changes to gf_unit and gf_methods) and...Kevin Greenan2013-12-073-51/+58
* Setting up autoconf/automake for GF-CompleteKevin Greenan2013-12-049-0/+1637