./lang/llvm, Low Level Virtual Machine compiler infrastructure

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q4, Version: 3.9.0, Package name: llvm-3.9.0, Maintainer: pkgsrc-users

Low Level Virtual Machine (LLVM) is:

A compilation strategy designed to enable effective program optimization across
the entire lifetime of a program. LLVM supports effective optimization at
compile time, link-time (particularly interprocedural), run-time and offline
(i.e., after software is installed), while remaining transparent to developers
and maintaining compatibility with existing build scripts.

A virtual instruction set - LLVM is a low-level object code representation that
uses simple RISC-like instructions, but provides rich, language-independent,
type information and dataflow (SSA) information about operands. This combination
enables sophisticated transformations on object code, while remaining
light-weight enough to be attached to the executable. This combination is key to
allowing link-time, run-time, and offline transformations.

A compiler infrastructure - LLVM is also a collection of source code that
implements the language and compilation strategy. The primary components of the
LLVM infrastructure are a GCC-based C & C++ front-end, a link-time optimization
framework with a growing set of global and interprocedural analyses and
transformations, static back-ends for the X86, X86-64, PowerPC 32/64, ARM,
Thumb, IA-64, Alpha and SPARC architectures, a back-end which emits portable C
code, and a Just-In-Time compiler for X86, X86-64, PowerPC 32/64 processors.


Required to run:
[lang/gcc48-libs]

Required to build:
[pkgtools/cwrappers] [lang/python27] [lang/gcc48]

Package options: llvm-target-aarch64, llvm-target-amdgpu, llvm-target-arm, llvm-target-bpf, llvm-target-hexagon, llvm-target-mips, llvm-target-msp430, llvm-target-nvptx, llvm-target-powerpc, llvm-target-sparc, llvm-target-systemz, llvm-target-x86, llvm-target-xcore

Master sites:

SHA1: da792f11a208d5b994c4fe1c8faa20f90ff0e4a3
RMD160: bbde781a914f6cd7fab3f71745fc576b2e7e23c9
Filesize: 17808.316 KB

Version history: (Expand)


CVS history: (Expand)


   2017-01-02 15:40:11 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #5176 - requested by gdt
lang/llvm: build fix

Revisions pulled up:
- lang/llvm/Makefile                                            1.11

---
   Module Name:	pkgsrc
   Committed By:	gdt
   Date:		Mon Jan  2 00:03:42 UTC 2017

   Modified Files:
   	pkgsrc/lang/llvm: Makefile

   Log message:
   On i386, use -march=i586 for 64-bit CAS

   This matches tnn's change to lang/libLLVM.  No PKGREVISION; no change
   on !i386 and on i386 this did not build before.