dragonegg 3.0-1 source package in Ubuntu

Changelog

dragonegg (3.0-1) unstable; urgency=low

  [ Matthias Klose ]
  * New upstream version.
  * Build for gcc-4.6.
  * Linked against the shared libLLVM. 

  [ Sylvestre Ledru ]
  * Switch to dpkg-source 3.0 (quilt) format
 -- Matthias Klose <email address hidden>   Sat,  10 Dec 2011 16:44:51 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
LLVM Packaging Team
Architectures:
i386 kfreebsd-i386 hurd-i386 kopensolaris-i386 amd64 kfreebsd-amd64 lpia
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dragonegg_3.0.orig.tar.gz 425.3 KiB 72df1fd2e901b254ab8d1b5e7b93c7104751a613aca531f1483f9a637a5f6827
dragonegg_3.0-1.debian.tar.gz 5.0 KiB 2693831dde8a9cb26819b0c63c40797c1bf7078d4c92e33b93fa3252b0446191
dragonegg_3.0-1.dsc 1.5 KiB da2adafa97eabc8f8cf600b0d2bfeda44c808e532462eba49e5297de304b5847

Available diffs

View changes file

Binary packages built by this source

dragonegg: GCC plugin that uses LLVM for optimization and code generation

 DragonEgg is a GCC plugin (dragonegg.so) that replaces GCC's optimizers
 and code generators with those from the LLVM project.
 .
 It is a reimplementation of llvm-gcc that works with gcc-4.6 or later.
 .
 DragonEgg is under heavy development and is not mature - it may crash or
 produce wrong code.

llvm-gcc-4.6: C front end for LLVM C/C++ compiler

 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.
 .
 This is the DragonEgg-based version of llvm-gcc. Note that DragonEgg
 is under heavy development and is not mature - it may crash or
 produce wrong code.