Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

llvm-clang-3.0-1.5.1 RPM for i586

From OpenSuSE 12.1 updates for i586

Name: llvm-clang Distribution: openSUSE 12.1
Version: 3.0 Vendor: openSUSE
Release: 1.5.1 Build date: Wed Dec 14 14:27:07 2011
Group: Development/Languages/Other Build host: build26
Size: 47325570 Source RPM: llvm-3.0-1.5.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.llvm.org
Summary: CLANG frontend for LLVM
This package contains the clang (C language) frontend for LLVM.

Provides

Requires

License

NCSA

Changelog

* Mon Dec 05 2011 idoenmez@suse.de
  - Switch to 3-stage bootstrap
* Fri Dec 02 2011 idoenmez@suse.de
  - Build first stage compiler with -O0 to workaround gcc 4.5 bug
* Thu Dec 01 2011 idoenmez@suse.de
  - Update to final 3.0 release
    * No real change since rc2
* Tue Nov 29 2011 idoenmez@suse.de
  - Use %{_lib} macro instead of checking for x86_64
* Wed Nov 16 2011 idonmez@suse.com
  - Enable ARM support again
  - Switch to optimized build
* Thu Nov 10 2011 idonmez@suse.com
  - Disable ARM support, VM goes out of memory while compiling it
* Thu Nov 10 2011 idonmez@suse.com
  - Really enable ARM support
  - Remove forcing -frtti
* Mon Nov 07 2011 idonmez@suse.com
  - Update to r143961 from llvm-3.0 branch
    * No longer hardcoding include paths
* Mon Nov 07 2011 idonmez@suse.com
  - Fix LLVMgold.so path for x86-64
* Sun Nov 06 2011 idonmez@suse.com
  - Enable ld gold support
* Tue Nov 01 2011 idonmez@suse.com
  - Update r143456 from llvm-3.0 branch
    * llvm/clang 3.0rc2
* Fri Oct 28 2011 idonmez@suse.com
  - Add llvm-pr9614-part{1,2}.patch to fix LLVM PR9614
* Fri Oct 28 2011 idonmez@suse.com
  - Fixup dependencies so that llvm-clang doesn't depend
    on llvm-clang-devel
* Tue Oct 25 2011 idonmez@suse.com
  - Update to r142912 llvm-3.0 branch
    * Fixes to python bindings
* Fri Oct 21 2011 idonmez@suse.com
  - Update to r142641
    * llvm/clang 3.0 rc1
* Thu Oct 20 2011 idonmez@suse.com
  - Enable ARM code generation
* Wed Oct 19 2011 idonmez@suse.com
  - Fix libdir on x86_64
* Tue Oct 18 2011 idonmez@suse.com
  - Update to r142341
    * First build from 3.0 branch
    * -Wc++98-compat warnings for the lexer
    * Add flags for the remaining shift related warnings
      (-Wshift-count-negative, -Wshift-count-overflow).
    * Only warn in -Wliteral-conversion if the conversion
      loses information
    * Added clang_getCompletionAnnotation and
      clang_getCompletionNumAnnotations to retrieve annotations
      from completion string.
    * Add support for -std=gnu90 and -std=c++03, for compatibility
      with modern gcc.
  - Switch to tar.bz2 and remove xz dependency
* Thu Sep 29 2011 idonmez@suse.com
  - Update to r140780
    * Code cleanup
    * Crash fixes
    * Add support for alignment-specifiers in C1X and C++11
    * Introduce a new compiler switch: -fms-compatility
    * Emit debug info for c++0x nullptr.
* Tue Sep 13 2011 idonmez@suse.com
  - Update to r139589
    * C++0x fixes
    * PCH fixes
* Thu Sep 01 2011 idonmez@suse.com
  - Update to r138939
    * Many crash fixes.
    * Performance optimizations.
    * Allow C99 hexfloats in C++0x mode.
    * Add missing function _mm_ucomige_sd to emmintrin.h.
* Fri Aug 12 2011 idonmez@novell.com
  - Update to r137452
    * Fix problems found by PVS-Studio
    * More AVX fixes
    * Many C++ fixes
  - Add assume-opensuse.patch to remove dependency on openSUSE-release
* Wed Aug 03 2011 idonmez@novell.com
  - Update to r136773
    * Many AVX fixes
    * Support for C++0x unicode string and character literals
* Tue Jul 19 2011 vljn@ovi.com
  - Update to r135431
    * API changes to match Mesa requirements
* Mon Jul 11 2011 idonmez@novell.com
  - Update to r134888
    * Type system rewrite
* Sat Jul 09 2011 idonmez@novell.com
  - Update to r134813
    * Mainly gcc compatibility fixes
* Fri Jul 08 2011 idonmez@novell.com
  - Update to r134698
    * Up to 80x speed improvements with -Wuninitialized
* Thu Jul 07 2011 idonmez@novell.com
  - Enable RTTI support
  - Disable assertions because they are not thread safe
  - Update to r134611
    * Many C++ fixes and speedups
    * Updates for AVX instruction support
    * gcc 4.6.1 support
* Sat Jul 02 2011 idonmez@novell.com
  -  Fix manpage generation (bnc #703591)
* Sun Jun 05 2011 idonmez@novell.com
  - Update to r132667
* Sun May 29 2011 idonmez@novell.com
  - Update to use cmake buildsystem
  - Remove unmaintained ocaml support
* Thu May 26 2011 idonmez@novell.com
  - Drop ocaml support because its unmaintained
  - Update to latest svn revision 132050
    + Start of the upcoming 3.0 version
    + Support for gcc 4.6 c++ headers
    + Better support for C++0x
* Fri Apr 29 2011 idoenmez@novell.com
  - Fix ocaml dependency
* Thu Apr 07 2011 idoenmez@novell.com
  - Update to 2.9
    + Type Based Alias Analysis (TBAA) is now implemented in clang
    + LLVM now generates better debug information
    + Inline assembly now supports multiple alternative constraints
* Wed Apr 06 2011 stepan@coresystems.de
  - drop revision from Requires: fields
  - update to 2.8.99 revision 129008.
* Mon Mar 07 2011 jslaby@suse.de
  - spec file cleanup
* Wed Dec 22 2010 dmacvicar@suse.de
  - Do not require specific ffi version but gather the
    appropiate one from the distro
* Fri Dec 10 2010 reddwarf@opensuse.org
  - Fix compatibility with C++0x compilers (g++ 4.5)
* Mon Nov 29 2010 ismail@namtrac.org
  - Fix C include paths
* Fri Nov 26 2010 ismail@namtrac.org
  - Fix header path for openSUSE 11.4
  - Enabled PIC for x86 for loadable module support
  - Enable package tests for llvm and clang
  - Disable package timestamps to silence an rpmlint warning
* Wed Jun 02 2010 anschneider@exsuse.de
  - Fixed the build on x86 plattforms.
  - Package the clang c++-analyzer.
* Sat May 01 2010 jslaby@suse.de
  - update to llvm 2.7
* Mon Mar 15 2010 jslaby@suse.de
  - added vim plugins
* Sun Mar 14 2010 jslaby@suse.de
  - added libffi-devel to llvm-devel requires so that build does not fail
  - fixed build of explicit constructors with gcc45
* Mon Nov 02 2009 jslaby@suse.de
  - Initial 2.6 release

Files

/usr/bin/c++-analyzer
/usr/bin/c-index-test
/usr/bin/ccc-analyzer
/usr/bin/clang
/usr/bin/clang++
/usr/bin/clang-3.0
/usr/bin/clang-tblgen
/usr/bin/scan-build
/usr/bin/scan-view
/usr/lib/clang
/usr/lib/clang/3.0
/usr/lib/clang/3.0/include
/usr/lib/clang/3.0/include/altivec.h
/usr/lib/clang/3.0/include/arm_neon.h
/usr/lib/clang/3.0/include/avxintrin.h
/usr/lib/clang/3.0/include/emmintrin.h
/usr/lib/clang/3.0/include/float.h
/usr/lib/clang/3.0/include/immintrin.h
/usr/lib/clang/3.0/include/iso646.h
/usr/lib/clang/3.0/include/limits.h
/usr/lib/clang/3.0/include/mm3dnow.h
/usr/lib/clang/3.0/include/mm_malloc.h
/usr/lib/clang/3.0/include/mmintrin.h
/usr/lib/clang/3.0/include/nmmintrin.h
/usr/lib/clang/3.0/include/pmmintrin.h
/usr/lib/clang/3.0/include/smmintrin.h
/usr/lib/clang/3.0/include/stdalign.h
/usr/lib/clang/3.0/include/stdarg.h
/usr/lib/clang/3.0/include/stdbool.h
/usr/lib/clang/3.0/include/stddef.h
/usr/lib/clang/3.0/include/stdint.h
/usr/lib/clang/3.0/include/tgmath.h
/usr/lib/clang/3.0/include/tmmintrin.h
/usr/lib/clang/3.0/include/varargs.h
/usr/lib/clang/3.0/include/wmmintrin.h
/usr/lib/clang/3.0/include/x86intrin.h
/usr/lib/clang/3.0/include/xmmintrin.h
/usr/lib/libLTO.so
/usr/lib/libclang.so.3.0
/usr/lib/python2.7/site-packages/Reporter.py
/usr/lib/python2.7/site-packages/Resources
/usr/lib/python2.7/site-packages/Resources/FileRadar.scpt
/usr/lib/python2.7/site-packages/Resources/GetRadarVersion.scpt
/usr/lib/python2.7/site-packages/Resources/bugcatcher.ico
/usr/lib/python2.7/site-packages/ScanView.py
/usr/lib/python2.7/site-packages/startfile.py
/usr/share/clang
/usr/share/clang/scanview.css
/usr/share/clang/sorttable.js
/usr/share/man/man1/clang.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 22 03:00:14 2013