Port details |
- libfirm Graph-based SSA intermediate representation library for compilers
- 1.21.0_2 devel
=2 1.21.0_2Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2008-11-23 22:57:33
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: lang
- License: GPLv2 LGPL21
- WWW:
- https://sourceforge.net/projects/libfirm/
- Description:
- The Firm library implements the Firm intermediate representation (IR). libFirm
contains algorithms for construction of the SSA form directly from the
attributed syntax tree. A set of analyses and optimisation phases is provided.
This version includes a complete backend for the IA32 architecture, as well as
some unfinished backends for SPARC, ARM
* support for object oriented type hierarchies
* analyses: dominance, loop tree, execution frequency, control dependencies,
call graph, rapid type, def-use, alias analysis, class hierarchy analysis
* Optimisations: constant folding, local common subexpression elimination,
global common subexpression elimination, code placement, operator strength
reduction, scalar replacement, load/store, control flow optimisations,
if-conversion, partial condition evaluation, reassociation, tail recursion
elimination, inlining, procedure cloning, dead code elimination, ...
* enhanced debugging support: extensive checkers, breakpoints on node creation,
entity creation, graph dumping
* lowering of intrinsics, double word arithmetics, bitfields
* backend with SSA based register allocation including several algorithms for
spilling and copy coalescing. Instruction and block scheduling, support for
ABI handling.
* working ia32 backend with support for x87 and SSE2 floating point
* handwritten recursive descent C90/C99 frontend available (lang/cparser)
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libfirm/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libfirm
- pkg install libfirm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libfirm
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libfirm-1.21.0.tar.bz2) = 5c126f69e6a985b54aa9f0a919ab68575f18fc3d851c2d5ff71ffbf414e29812
SIZE (libfirm-1.21.0.tar.bz2) = 1457097
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
- lang/cparser
Configuration Options:
- ===> The following configuration options are available for libfirm-1.21.0_2:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- devel_libfirm
- USES:
- autoreconf gmake libtool pathfix pkgconfig tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 22
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.21.0_2 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 ) |
1.21.0_2 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.21.0_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.21.0_2 20 Jan 2017 20:33:31
  |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.21.0_2 21 Oct 2016 15:21:13
  |
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.21.0_2 08 Jan 2016 14:20:21
  |
amdmi3  |
- Switch to USES=autoreconf
- Strip library |
1.21.0_1 16 Dec 2015 13:45:17
  |
culot  |
- Reassign sperber@'s ports after his commit bit was taken in for safekeeping |
1.21.0_1 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
1.21.0_1 15 Jul 2014 17:37:39
  |
adamw  |
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions. |
1.21.0_1 23 Jun 2014 23:02:46
  |
amdmi3  |
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.21.0 21 Jan 2014 00:34:13
  |
bapt  |
Support stage |
1.21.0 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.21.0 30 Apr 2013 17:46:48
  |
sperber  |
- Update to 1.21.0
- Switch to OptionsNG
- Update pkg-descr and WWW:
- Trim Makefile headers
- Add USES= pkgconfig
- Update MAINTAINER to my FreeBSD address
PR: ports/175919
Submitted by: Po-Chien Lin <linpc _AT_ cs.nctu.edu.tw>
Approved by: beat (mentor) |
1.20.0 28 Jan 2012 20:29:12
 |
miwi  |
- Update to 0.9.13
PR: 164297
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> |
1.19.1 12 Aug 2011 17:13:55
 |
crees  |
- Update devel/libfirm to 1.19.1
- Update lang/cparser to 0.9.12 and bump LIB_DEPENDS for libfirm
PR: ports/159627
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> (maintainer) |
1.18.1 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
1.18.1 25 Jul 2010 15:11:08
 |
decke  |
- Update to 1.18.1
- Add LICENSE
- Pass maintainership to submitter (via IRC)
PR: ports/148723
Submitted by: Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by: beat (co-mentor) |
1.16.0 06 Jun 2010 01:09:30
 |
linimon  |
Reset christoph.mallon@gmx.de due to maintainer-timeouts and no response
to email.
Hat: portmgr |
1.16.0 15 Feb 2009 13:21:18
 |
miwi  |
- Update to 1.16.0
- Use SF macro
Submitted by: Christoph Mallon (maintainer via irc) |
1.15.0 02 Dec 2008 01:21:33
 |
wxs  |
- Update to 1.15.0
- Switch to MASTER_SITE_SOURCEFORGE
- Minor cleanup to pkg-descr
PR: ports/129342
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (maintainer) |
1.14.0 23 Nov 2008 22:56:50
 |
miwi  |
libFIRM provides a graph-based intermediate representation (IR), which operates
exclusively in SSA-form, starting at IR construction until assembler code
emission. It offers many analyses and optimizations, provides extensive debug
support and includes a backend framework.
* analyses: dominance, loop tree, execution frequency, control dependencies,
call graph, rapid type, def-use, alias analysis, class hierarchy analysis
* optimizations: dead code elimination (happens implicitly), constant folding,
local common subexpression elimination, arithmetic identities (happens on the
fly), unreachable code elimination, global common subexpression elimination,
code placement, strength reduction, scalar replacement, if-conversion,
load/store optimization, control flow optimizations, reassociation, partial
condition evaluation, tail recursion elimination, inlining, procedure cloning
* enhanced debugging support: extensive checkers, breakpoints on node creation,
entity creation, graph dumping (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 22
|