[llvm/f17: 15/16] Merge branch 'f18' into f17

Michel Alexandre Salim salimma at fedoraproject.org
Sun Nov 18 11:42:46 UTC 2012


commit f78ae5217d0fae71e07ee4b18c260bbb5a0e97cd
Merge: b478ad2 9d73f9b
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun Nov 18 18:34:19 2012 +0700

    Merge branch 'f18' into f17

 .gitignore                                         |    2 +
 0001-Add-r600-TargetInfo.patch                     |  100 +++++++++++++++
 0001-r600-Add-some-intrinsic-definitions.patch     |   64 ++++++++++
 ...t_global_size-and-get_local_size-intrinsi.patch |   27 ++++
 0002-r600-Add-some-target-builtins.patch           |  111 +++++++++++++++++
 ...ad_global_size-and-read_local_size-builti.patch |   31 +++++
 llvm-3.0-link_llvmgold_to_lto.patch                |   10 --
 llvm-fix-ghc.patch                                 |  128 ++++++++++++++++++++
 llvm.spec                                          |   57 +++++++--
 sources                                            |    4 +-
 10 files changed, 509 insertions(+), 25 deletions(-)
---
diff --cc llvm.spec
index 5170c6f,b0a6f78..c199908
--- a/llvm.spec
+++ b/llvm.spec
@@@ -35,8 -35,8 +35,8 @@@ ExcludeArch: s390 s390x ppc ppc64 ppc64
  %endif
  
  Name:           llvm
- Version:        3.0
- Release:        14%{?dist}
+ Version:        3.1
 -Release:        11%{?dist}
++Release:        1%{?dist}
  Summary:        The Low Level Virtual Machine
  
  Group:          Development/Languages
@@@ -529,14 -556,44 +557,17 @@@ exit 
  %endif
  
  %changelog
 -* Mon Sep 24 2012 Michel Salim <salimma at fedoraproject.org> - 3.1-11
 -- Actually build against GCC 4.7.2
++* Sun Nov 18 2012 Michel Salim <salimma at fedoraproject.org> - 3.1-11
++- Backport llvm-3.1-11.fc18
+ 
 -* Mon Sep 24 2012 Michel Salim <salimma at fedoraproject.org> - 3.1-10
 +* Mon Sep 24 2012 Michel Salim <salimma at fedoraproject.org> - 3.0-14
  - Rebuild for GCC 4.7.2
  
 -* Tue Aug 14 2012 Dan HorĂ¡k <dan[at]danny.cz> - 3.1-9
 -- Apply clang patches only when clang is being built
 -
 -* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1-8
 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 -
 -* Fri Jul 13 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.1-7
 -- Rename patch as it actually fixes Haskell
 -
 -* Thu Jul 12 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.1-6
 -- Add patch to fix building OCAML on ARM
 -
 -* Wed Jul  4 2012 Michel Salim <salimma at fedoraproject.org> - 3.1-5
 -- Actually set runtime dependency on libstdc++ 4.7.1
 -
 -* Mon Jul  2 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.1-4
 -- Rebuild for new libstdc++ bump
 -
 -* Sun Jun 10 2012 Richard W.M. Jones <rjones at redhat.com> - 3.1-3
 -- Rebuild for OCaml 4.00.0.
 -
 -* Fri Jun  8 2012 Michel Salim <salimma at fedoraproject.org> - 3.1-2
 -- Rebuild for ocaml 4.00.0 beta
 -
 -* Sun Jun 03 2012 Dave Airlie <airlied at redhat.com> 3.1-1
 -- rebase to 3.1 + add r600 patches from Tom Stellar
 -
 -* Fri May 25 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.0-13
 -- Add compiler build options for ARM hardfp
 +* Wed May 09 2012 Karsten Hopp <karsten at redhat.com> 3.0-13
 +- disable tests on PPC* similar to arm
  
 -* Sun May  6 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.0-12
 -- Bump build
 +* Sat May  5 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.0-12
 +- Disabling test suit on ARM for F-17 release as it causes weird build issues
  
  * Fri Mar 30 2012 Michel Alexandre Salim <michel at hermione.localdomain> - 3.0-11
  - Replace overly-broad dependency on gcc-c++ with gcc and libstdc++-devel


More information about the scm-commits mailing list