diff options
author | Stefan Eßer <se@FreeBSD.org> | 2023-02-01 17:09:07 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2023-02-01 17:09:07 +0000 |
commit | 4535f845cad1c28d90e041506746cef2c476b20f (patch) | |
tree | d7fe83be7e6d2b0bb69e1633e438ed6c3b28094d | |
parent | a8c31a8300f1a41a82440e0a5fce7aee91bf4746 (diff) | |
download | ports-4535f845cad1c28d90e041506746cef2c476b20f.tar.gz ports-4535f845cad1c28d90e041506746cef2c476b20f.zip |
devel/qbe: update to version 1.1
QBE 1.1 comes with improvements of performance and expressiveness.
Notable additions are:
- support for Apple ARM-based hardware (arm64_apple target);
- support for thread-local storage;
- a new blit instruction to copy small aggregates;
- a new hlt instruction to flag non-termination;
- a new stack slot coalescing optimization.
-rw-r--r-- | devel/qbe/Makefile | 2 | ||||
-rw-r--r-- | devel/qbe/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/qbe/Makefile b/devel/qbe/Makefile index 7434cb8f52a0..243b6c00dea0 100644 --- a/devel/qbe/Makefile +++ b/devel/qbe/Makefile @@ -1,5 +1,5 @@ PORTNAME= qbe -DISTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= https://c9x.me/git/qbe.git/snapshot/ diff --git a/devel/qbe/distinfo b/devel/qbe/distinfo index 5ada856b042a..81b1adced049 100644 --- a/devel/qbe/distinfo +++ b/devel/qbe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657318758 -SHA256 (qbe-1.0.tar.gz) = 57838c594c0876602a548e83b5bb0164de86592fcc3c07cb6cc853bdff41206c -SIZE (qbe-1.0.tar.gz) = 351977 +TIMESTAMP = 1675269604 +SHA256 (qbe-1.1.tar.gz) = 60bf16b0351b41223c7e66fd7e3a0479a89b67f0b0c5c3871de4b0316e615857 +SIZE (qbe-1.1.tar.gz) = 359288 |