summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-14Kill off 'thefunction' finallyHEADmasterMatt Turner
2009-02-14Cleanup fourier.c moreMatt Turner
2009-02-14More Cleanups, found using iccMatt Turner
2008-12-12Add a TODO listMatt Turner
2008-12-12Split warning flags into separate variable so Gentoo's ebuilds won't eat themMatt Turner
2008-11-18global->local variableMatt Turner
2008-11-18Remove only the objects, not *.oMatt Turner
2008-11-18Specify -std=gnu99Matt Turner
2008-11-18Fix regression that doubleed idea's scores. I added { } in the wrong placeMatt Turner
2008-11-18Use memset instead, idiot.Matt Turner
2008-11-18-- Split ToggleBitRun into {Set,Clear}BitRunMatt Turner
2008-11-18Strip trailing whitespaceMatt Turner
2008-11-18Retab hardware.cMatt Turner
2008-11-18Minor cleanups in hardware.cMatt Turner
2008-11-17Use libproccpuinfoMatt Turner
2008-11-17Remove malloc return checks. Since they're in loops, they don't prevent memor...Matt Turner
2008-11-17Convert for-if-break construct into do whileMatt Turner
2008-11-17Remove useless variable and function argumentMatt Turner
2008-11-17Convert for-if-break construct to do whileMatt Turner
2008-11-17Convert for-if-break construct into do whileMatt Turner
2008-11-17Remove stupid i variable. Don't know why I didn't see this beforeMatt Turner
2008-11-17Convert for-if-break construct to do whileMatt Turner
2008-11-17Convert while(1) loop to do whileMatt Turner
2008-11-17Convert while(1) loop into do whileMatt Turner
2008-11-17Convert for-if-break construct into do-whileMatt Turner
2008-11-17Convert while(1) loop into do whileMatt Turner
2008-11-17Convert while(1) loop into do whileMatt Turner
2008-11-17Convert a while(1) ... break loop into a do whileMatt Turner
2008-11-16Fix ansi/pedantic warningsMatt Turner
2008-11-16Delete hardware.h, move prototype directly into cleanbench.cMatt Turner
2008-11-16Clean MakefileMatt Turner
2008-11-16Clean up cleanbench.c nicelyMatt Turner
2008-11-16-- Remove getScore functionsMatt Turner
2008-11-15Use stdbool.h, bool, true, false instead of manually definingMatt Turner
2008-11-15-- Reorder benchmarks to simplify results calculation logicMatt Turner
2008-11-15Remove example filesMatt Turner
2008-11-15Hack it to detect glibc on LinuxMatt Turner
2008-11-15More minor cleanupsMatt Turner
2008-11-15Begin major cleanup of cleanbench.cMatt Turner
2008-11-15Remove inline keyword since functions are being called from a pointerMatt Turner
2008-11-15-- Remove structs completelyMatt Turner
2008-11-15Move linear defines from nmglobal.h to linear.cMatt Turner
2008-11-15Clean neural structMatt Turner
2008-11-15Clean huffman struct. Replace with local static variablesMatt Turner
2008-11-15Clean IDEA struct. Replace with local static variablesMatt Turner
2008-11-15Clean out fpemulation struct. Replace members with local static variablesMatt Turner
2008-11-15Continue replacing struct members with local variablesMatt Turner
2008-11-14More cleaning of useless messMatt Turner
2008-11-14num_arrays should be staticMatt Turner
2008-11-14Remove adjust struct member in favor of a local static variableMatt Turner