summaryrefslogtreecommitdiff
path: root/benchmarks/hbench/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2012-05-23Work around RMS's ego when examining config.guess output. Should fixdholland1-2/+2
Linux build.
2012-02-28No static linking on SunOS. Don't use non-standard u_intXX_t types.hans1-2/+3
Not MAKE_JOBS_SAFE.
2011-09-12Add a distfile patch from yours truly, which may become, or may becomedholland1-6/+7
part of, a new upstream version, but I need to talk to some people first. (I'm keeping this separate from the previous update in case it breaks stuff.) Changes: roll in parts of patch-aa and patch-aq; roll in all of patch-ar and patch-src_memsize_c; make the ARM-only adjustment from patch-ar universal; add enough volatile to make 'mhz' work more or less properly again; fix the loop calibration to bail out instead of spinning forever if things go too fast (e.g. because the compiler's optimized out the benchmark loop); various hacking and modernization to get sort of a clean compile; fix some non-stdc stringifying macros; hopefully advance the clang build a bit further.
2011-09-12Update to 1.1, which was released with little fanfare in 2003.dholland1-5/+5
Changes: support for SPARC performance counters, plus a couple fixes.
2011-08-01Fix broken clang build.dholland1-1/+2
2011-05-28Add trivial patch to makefile, now passes MAKE_JOBS=4.dholland1-2/+2
2009-07-08user-destdir supportjoerg1-1/+2
2008-04-05Fiz mhz calculation for arm. It seems gcc has become intelligent enoughchris1-1/+2
to optimize away the loop used for timing. Do something in the loop for arm that can't be optimized away, and will also meet the 1,000 instructions in the loop requirement. This allows mhz to calculate sensible Mhz on a StrongArm (228Mhz rather than 56Mhz) Other hardware probably also need fixing, as gcc probably applies the same optimizations on them. Also bump PKGREVISION.
2006-01-23Since the canonical config.guess returned netbsdelf, add that as target.joerg1-2/+2
2006-01-12Use canonical config.guess and config.sub scripts instead of patchingjoerg1-2/+2
them. Add DragonFly support.
2005-11-05Regenerate hand-edited patches so that the Mac OS X patch programkristerw1-4/+4
can apply them.
2005-04-12Removed the RCS Id tags from the patches. This makes pkglint happy.rillig1-4/+4
Approved by jlam.
2005-03-03Add patches in PR pkg/17941 from David Laight. Mostly performancegarbled1-2/+6
boosts, and a core dump fix. Bumping rev to 2.
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-10-28Replace non-responding master site; use currently available tarballwiz1-3/+3
(using DIST_SUBDIR). Diff is: diff -r old/hbench-OS/README new/hbench-OS/README 12a13,14 > If you would like to share your results, please mail > them to hbench-results@eecs.harvard.edu. 51a54,56 > If you would like to share your results, please mail > them to hbench-results@eecs.harvard.edu. >
2001-09-22fix the bw_pipe to actually apply cleanlyjdolecek1-2/+2
2001-09-22bw_pipe.c: close pipe descriptors as appropriatejdolecek1-1/+2
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo