| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Enable this port on FreeBSD/amd64.
PR: ports/101312 [1]
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Notes:
svn path=/head/; revision=169742
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=167337
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=161431
|
|
|
|
| |
Notes:
svn path=/head/; revision=161363
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
| |
Prodded by: jkoshy
Notes:
svn path=/head/; revision=138010
|
|
|
|
| |
Notes:
svn path=/head/; revision=125946
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118220
|
|
|
|
| |
Notes:
svn path=/head/; revision=104520
|
|
|
|
| |
Notes:
svn path=/head/; revision=101777
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
|
| |
- fix SITE_PERL part of the plist in the PREFIX != LOCALBASE case
Noticed by: kris
Notes:
svn path=/head/; revision=99038
|
|
|
|
| |
Notes:
svn path=/head/; revision=98793
|
|
|
|
|
|
|
| |
Noticed by: kris/bento
Notes:
svn path=/head/; revision=91739
|
|
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.
Notes:
svn path=/head/; revision=90862
|