index
:
cleanbench
master
a clean nbench
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-02-14
Kill off 'thefunction' finally
HEAD
master
Matt Turner
2009-02-14
Cleanup fourier.c more
Matt Turner
2009-02-14
More Cleanups, found using icc
Matt Turner
2008-12-12
Add a TODO list
Matt Turner
2008-12-12
Split warning flags into separate variable so Gentoo's ebuilds won't eat them
Matt Turner
2008-11-18
global->local variable
Matt Turner
2008-11-18
Remove only the objects, not *.o
Matt Turner
2008-11-18
Specify -std=gnu99
Matt Turner
2008-11-18
Fix regression that doubleed idea's scores. I added { } in the wrong place
Matt Turner
2008-11-18
Use memset instead, idiot.
Matt Turner
2008-11-18
-- Split ToggleBitRun into {Set,Clear}BitRun
Matt Turner
2008-11-18
Strip trailing whitespace
Matt Turner
2008-11-18
Retab hardware.c
Matt Turner
2008-11-18
Minor cleanups in hardware.c
Matt Turner
2008-11-17
Use libproccpuinfo
Matt Turner
2008-11-17
Remove malloc return checks. Since they're in loops, they don't prevent memor...
Matt Turner
2008-11-17
Convert for-if-break construct into do while
Matt Turner
2008-11-17
Remove useless variable and function argument
Matt Turner
2008-11-17
Convert for-if-break construct to do while
Matt Turner
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
[next]