Age | Commit message (Expand) | Author |
2008-11-17 | Convert for-if-break construct into do while | Matt Turner |
2008-11-17 | Remove stupid i variable. Don't know why I didn't see this before | Matt Turner |
2008-11-17 | Convert for-if-break construct to do while | Matt Turner |
2008-11-17 | Convert while(1) loop to do while | Matt Turner |
2008-11-17 | Convert while(1) loop into do while | Matt Turner |
2008-11-17 | Convert for-if-break construct into do-while | Matt Turner |
2008-11-17 | Convert while(1) loop into do while | Matt Turner |
2008-11-17 | Convert while(1) loop into do while | Matt Turner |
2008-11-17 | Convert a while(1) ... break loop into a do while | Matt Turner |
2008-11-16 | Fix ansi/pedantic warnings | Matt Turner |
2008-11-16 | Delete hardware.h, move prototype directly into cleanbench.c | Matt Turner |
2008-11-16 | Clean Makefile | Matt Turner |
2008-11-16 | Clean up cleanbench.c nicely | Matt Turner |
2008-11-16 | -- Remove getScore functions | Matt Turner |
2008-11-15 | Use stdbool.h, bool, true, false instead of manually defining | Matt Turner |
2008-11-15 | -- Reorder benchmarks to simplify results calculation logic | Matt Turner |
2008-11-15 | Remove example files | Matt Turner |
2008-11-15 | Hack it to detect glibc on Linux | Matt Turner |
2008-11-15 | More minor cleanups | Matt Turner |
2008-11-15 | Begin major cleanup of cleanbench.c | Matt Turner |
2008-11-15 | Remove inline keyword since functions are being called from a pointer | Matt Turner |
2008-11-15 | -- Remove structs completely | Matt Turner |
2008-11-15 | Move linear defines from nmglobal.h to linear.c | Matt Turner |
2008-11-15 | Clean neural struct | Matt Turner |
2008-11-15 | Clean huffman struct. Replace with local static variables | Matt Turner |
2008-11-15 | Clean IDEA struct. Replace with local static variables | Matt Turner |
2008-11-15 | Clean out fpemulation struct. Replace members with local static variables | Matt Turner |
2008-11-15 | Continue replacing struct members with local variables | Matt Turner |
2008-11-14 | More cleaning of useless mess | Matt Turner |
2008-11-14 | num_arrays should be static | Matt Turner |
2008-11-14 | Remove adjust struct member in favor of a local static variable | Matt Turner |
2008-11-14 | -- Remove numarrays member from structs in favor of a local variable | Matt Turner |
2008-11-14 | -- Remove more useless defines | Matt Turner |
2008-11-14 | -- Remove useless request_secs from structs | Matt Turner |
2008-11-14 | Multiply, not divide | Matt Turner |
2008-11-14 | -- Remove more useless stuff | Matt Turner |
2008-11-14 | Remove more useless stuff | Matt Turner |
2008-11-14 | Strip command line input functions | Matt Turner |
2008-11-14 | Remove #defines, replace with enum | Matt Turner |
2008-11-14 | Fix Makefile | Matt Turner |
2008-11-14 | -- Fix lots of prototypes | Matt Turner |
2008-11-14 | Remove unneeded variables | Matt Turner |
2008-11-14 | -- Rename nbench0.{c,h} to cleanbench.{c,h} | Matt Turner |
2008-11-14 | Create randnum.h, include in relevant places | Matt Turner |
2008-11-14 | -- Kill off utterly useless sysspec.{c,h} | Matt Turner |
2008-11-14 | Finally kill nbench1.h | Matt Turner |
2008-11-14 | -- Finally remove all stop watch code | Matt Turner |
2008-11-14 | -- Remove stop watch functions from neural.c and emfloat.c | Matt Turner |
2008-11-14 | -- Remove stop watch functions from idea.c, linear.c, and huffman.c | Matt Turner |
2008-11-14 | -- Remove stopwatch functions from fourier.c and fpemulation.c and clean them | Matt Turner |