Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: metadata.xml ChangeLog
Date: Wed, 02 May 2012 17:04:08
Message-Id: 20120502170357.8F0342004B@flycatcher.gentoo.org
1 mgorny 12/05/02 17:03:57
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Add myself as a co-maintainer.
6
7 (Portage version: 2.2.0_alpha101_p3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 sys-devel/llvm/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?r1=1.7&r2=1.8
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/metadata.xml,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- metadata.xml 22 Nov 2011 13:42:23 -0000 1.7
23 +++ metadata.xml 2 May 2012 17:03:57 -0000 1.8
24 @@ -5,6 +5,10 @@
25 <email>voyageur@g.o</email>
26 <name>Bernard Cafarelli</name>
27 </maintainer>
28 + <maintainer>
29 + <email>mgorny@g.o</email>
30 + <name>Michał Górny</name>
31 + </maintainer>
32 <longdescription>Low Level Virtual Machine (LLVM) is:
33 1. 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.
34 2. 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.
35
36
37
38 1.70 sys-devel/llvm/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.70&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.70&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.69&r2=1.70
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
47 retrieving revision 1.69
48 retrieving revision 1.70
49 diff -u -r1.69 -r1.70
50 --- ChangeLog 30 Apr 2012 15:19:44 -0000 1.69
51 +++ ChangeLog 2 May 2012 17:03:57 -0000 1.70
52 @@ -1,6 +1,9 @@
53 # ChangeLog for sys-devel/llvm
54 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.69 2012/04/30 15:19:44 grobian Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.70 2012/05/02 17:03:57 mgorny Exp $
57 +
58 + 02 May 2012; Michał Górny <mgorny@g.o> metadata.xml:
59 + Add myself as a co-maintainer.
60
61 30 Apr 2012; Fabian Groffen <grobian@g.o>
62 +files/llvm-3.2-nodoctargz.patch, llvm-9999.ebuild: