Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20230312+2022.12 17 Mar 2023 09:02:17
    |
Robert Clausecker (fuz)  |
benchmarks/uica: update to g20221215+2022.12
Upstream changes:
- add new simulation parameter options
- fix latencies with fused rip-relative loads
- fix handling of displacement fields |
g20221215+2022.12 08 Feb 2023 23:24:25
    |
Robert Clausecker (fuz)  |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
g20221215+2022.12 30 Dec 2022 07:07:08
    |
Li-Wen Hsu (lwhsu)  Author: Robert Clausecker |
benchmarks/uica: update to g20221215+2022.12
Changelog:
https://github.com/andreas-abel/uiCA/compare/ba6ad5557ebd96a10fa0d0e076c9961ec5024574...e6421b5957ec53eaa05dc150b2a40c5e0abc6dd4
PR: 268648 |
g20220630+2022.04 16 Oct 2022 23:30:54
    |
Piotr Kubaj (pkubaj)  |
benchmarks/uica: add support for powerpc* |
g20220630+2022.04 15 Oct 2022 15:59:34
    |
Dima Panov (fluffy)  Author: Robert Clausecker |
benchmarks/uica: fix build on riscv and in UTC-... time zones
- inform mbuild CPU type detection script about the
existence of this newfangled architecture.
- pass TZ=UTC to date(1) while generating distfile name
to avoid off by one error on the first day of the month
in time zones west of Greenwich.
PR: 267020
Submitted by: maintainer
MFH: 2022Q4 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20220630+2022.04 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20220630+2022.04 01 Aug 2022 20:28:49
    |
Kurt Jaeger (pi)  Author: Robert Clausecker |
benchmarks/uica: New port: uops.info Code Analyzer
uiCA is a simulator that can predict the throughput of basic blocks on
recent Intel microarchitectures. In addition to that, it also provides
insights into how the code is executed.
uiCA is based on data from uops.info, combined with a detailed pipeline
model. Like related tools, it assumes that all memory accesses result in
cache hits.
WWW: https://uops.info/uiCA.html
Author: Robert Clausecker <fuz@fuz.su>
PR: 265368 |