| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
|
|
|
|
|
| |
of the port include:
- A new 'descriptiveCilPrinter' class for friendlier messages.
- Bug fixes, esp. for 64-bit architectures.
A few APIs have also changed so 3rd-party code using the CIL toolkit
may need to be adapted.
|
|
|
|
|
|
|
| |
- Enable this port on FreeBSD/amd64.
PR: ports/101312 [1]
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream changes include:
- A new module "Cfg" for computing control-flow graphs.
- Several new analyses: reaching definitions, liveness analysis,
available expressions, dead code elimination.
- New flag '--noInsertImplictCasts'.
- Support for C struct layouts used by microcontroller compilers.
- A rewrite of module ext/callgraph.
- Support for many GCC builtin functions.
- Many bug fixes.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- a new command line option --forceRLArgEval for forcing right to left
evaluation of function arguments,
- support for many more gcc builtins,
- numerous bug fixes.
- Make the port NOPORTDOCS clean.
- Remove a few portlint warnings.
- Take over as port maintainer.
Approved by: netchild [MAINTAINER]
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
| |
Prodded by: jkoshy
|
| |
|
|
|
|
| |
Approved by: portmgr (self)
|
| |
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
|
|
| |
- fix SITE_PERL part of the plist in the PREFIX != LOCALBASE case
Noticed by: kris
|
| |
|
|
|
|
| |
Noticed by: kris/bento
|
|
CIL (C Intermediate Language) is a high-level representation along
with a set of tools that permit easy analysis and source-to-source
transformation of C programs.
CIL is both lower-level than abstract-syntax trees, by clarifying
ambiguous constructs and removing redundant ones, and also higher-level
than typical intermediate languages designed for compilation, by
maintaining types and a close relationship with the source program.
|