| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
by multiple definitions.
Notes:
svn path=/head/; revision=361986
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=359018
|
|
|
|
| |
Notes:
svn path=/head/; revision=340518
|
|
|
|
|
|
|
| |
devel part 3)
Notes:
svn path=/head/; revision=327724
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=316955
|
|
|
|
|
|
|
|
| |
PR: 164297
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Notes:
svn path=/head/; revision=289988
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=279562
|
|
|
|
| |
Notes:
svn path=/head/; revision=276999
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=258232
|
|
|
|
|
|
|
|
|
| |
to email.
Hat: portmgr
Notes:
svn path=/head/; revision=255864
|
|
|
|
|
|
|
|
|
| |
- Use SF macro
Submitted by: Christoph Mallon (maintainer via irc)
Notes:
svn path=/head/; revision=228392
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to MASTER_SITE_SOURCEFORGE
- Minor cleanup to pkg-descr
PR: ports/129342
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=223697
|
|
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
* lowering of intrinsics, double word arithmetics, bitfields
* generic backend features:
* novel SSA based register allocator
* several SSA copy coalescing and spilling algorithms
* algorithms for instruction and basic block scheduling
* working ia32 backend, unfinished backends for MIPS, ARM, PPC32
* handwritten recursive descent C89/C99 frontend available (lang/cparser)
WWW: http://libfirm.org/
PR: ports/129070
Submitted by: Christoph Mallon <christoph.mallon at gmx.de>
Notes:
svn path=/head/; revision=223305
|