clang 3.0-6ubuntu3 source package in Ubuntu

Changelog

clang (3.0-6ubuntu3) precise; urgency=low

  * debian/patches/26-armv7-not-neon.patch: adds a d16 FPU target,
    and makes sure that none of the non-NEON FPU options enable
    NEON by default, as well as stopping the broken assumption that
    all armv7/cortex cores support NEON, as they really don't.
  * debian/patches/27-armhf-is-armv7.patch: Make armhf builds
    default to cortex-a8 with vfpv3-d16, to agree with glibc/gcc.
  * 28-powerpc-no-altivec.patch: Don't enable altivec on powerpc by
    default, as not all powerpc-compatible CPUs support altivec.
 -- Adam Conrad <email address hidden>   Tue, 24 Apr 2012 03:23:07 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe devel

Downloads

File Size SHA-256 Checksum
clang_3.0.orig.tar.gz 7.0 MiB 916f69ae3719d43352f8f7b8f07dc29d63d2f5219f5fb940799ab06344ea2c64
clang_3.0-6ubuntu3.debian.tar.gz 24.6 KiB cb1f6d46878a6303024cf78534a3daad09db5e3abfcffa201ae29171c2824f97
clang_3.0-6ubuntu3.dsc 1.8 KiB 9df185f3ce0e21bbdcb1714cab9638733031f966f897d0422a3b96b76af8dda8

Available diffs

View changes file

Binary packages built by this source

clang: No summary available for clang in ubuntu raring.

No description available for clang in ubuntu raring.

libclang-common-dev: clang library - Common development package

 The Low-Level Virtual Machine (LLVM) is a collection of libraries and
 tools that make it easy to build compilers, optimizers, Just-In-Time
 code generators, and many other compiler-related programs. LLVM
 uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 Clang project is a C, C++, Objective C and Objective C++ front-end
 for the LLVM compiler. Some of its goals include the following:
 .
 End-User Features:
 .
    * Fast compiles and low memory use
    * Expressive diagnostics (examples)
    * GCC compatibility
 .
 Utility and Applications:
 .
    * Modular library based architecture
    * Support diverse clients (refactoring, static analysis, code
      generation, etc)
    * Allow tight integration with IDEs
    * Use the LLVM 'BSD' License
 .
 Internal Design and Implementation:
 .
    * A real-world, production quality compiler
    * A simple and hackable code base
    * A single unified parser for C, Objective C, C++, and Objective C++
    * Conformance with C/C++/ObjC and their variants
 .
 This package contains the clang generic headers.

libclang-dev: No summary available for libclang-dev in ubuntu raring.

No description available for libclang-dev in ubuntu raring.

libclang1: No summary available for libclang1 in ubuntu raring.

No description available for libclang1 in ubuntu raring.