]> git.pld-linux.org Git - packages/llvm.git/log
packages/llvm.git
6 years ago- rebuild with ocaml 4.04.1 auto/th/llvm-3.9.1-3
Jan Rękorajski [Mon, 5 Jun 2017 12:36:25 +0000 (14:36 +0200)]
- rebuild with ocaml 4.04.1
- release 3 (by relup.sh)

7 years ago- use -gsplit-dwarf on all intel 32 bit archs auto/th/llvm-3.9.1-2
Jan Rękorajski [Sat, 21 Jan 2017 19:28:37 +0000 (20:28 +0100)]
- use -gsplit-dwarf on all intel 32 bit archs

7 years ago- fix memory exhaution problem during linking on i686
Jan Rękorajski [Sat, 21 Jan 2017 19:24:49 +0000 (20:24 +0100)]
- fix memory exhaution problem during linking on i686
- rel 2

7 years ago- updated to 3.9.1 auto/th/llvm-3.9.1-1
Jakub Bogusz [Tue, 17 Jan 2017 18:06:35 +0000 (19:06 +0100)]
- updated to 3.9.1

7 years ago- updated included isl version
Jakub Bogusz [Thu, 17 Nov 2016 20:14:56 +0000 (21:14 +0100)]
- updated included isl version

7 years agoRelease: 1 auto/th/llvm-3.9.0-1
Jacek Konieczny [Tue, 8 Nov 2016 16:56:00 +0000 (17:56 +0100)]
Release: 1

7 years ago- testing workaround for 'ld: final link failed: Memory exhausted'
Arkadiusz Miśkiewicz [Mon, 7 Nov 2016 21:43:12 +0000 (22:43 +0100)]
- testing workaround for 'ld: final link failed: Memory exhausted'

7 years agopackage files new in 3.9.0
Jacek Konieczny [Mon, 7 Nov 2016 18:59:25 +0000 (19:59 +0100)]
package files new in 3.9.0

7 years ago- updated abi ver
Jan Rękorajski [Mon, 7 Nov 2016 07:44:24 +0000 (08:44 +0100)]
- updated abi ver
- no more extra docs
- updated cmake dir

7 years agoVersion: 3.9.0
Jacek Konieczny [Thu, 3 Nov 2016 11:29:10 +0000 (12:29 +0100)]
Version: 3.9.0

7 years agoBR: c++ multilibs on x32
Jacek Konieczny [Thu, 3 Nov 2016 08:12:08 +0000 (09:12 +0100)]
BR: c++ multilibs on x32

7 years agofix clang-analyzer paths in scan-build
Jacek Konieczny [Wed, 2 Nov 2016 13:13:35 +0000 (14:13 +0100)]
fix clang-analyzer paths in scan-build

7 years agolibdir.patch split in two, so polly bcond works
Jacek Konieczny [Fri, 28 Oct 2016 07:59:01 +0000 (09:59 +0200)]
libdir.patch split in two, so polly bcond works

7 years agofix ocaml build
Jacek Konieczny [Fri, 28 Oct 2016 07:39:22 +0000 (09:39 +0200)]
fix ocaml build

%%requires_eq might force BuildRequires

7 years ago- updated x32 files
Jakub Bogusz [Mon, 17 Oct 2016 03:52:01 +0000 (05:52 +0200)]
- updated x32 files

7 years ago- updated BRs
Jakub Bogusz [Fri, 14 Oct 2016 15:46:16 +0000 (17:46 +0200)]
- updated BRs

7 years ago- more files
Jakub Bogusz [Thu, 13 Oct 2016 18:44:17 +0000 (20:44 +0200)]
- more files

7 years ago- added ocaml-shared patch (build ocaml shared libs regardless of BUILD_SHARED_LIBS...
Jakub Bogusz [Thu, 13 Oct 2016 14:23:38 +0000 (16:23 +0200)]
- added ocaml-shared patch (build ocaml shared libs regardless of BUILD_SHARED_LIBS setting
- updated files

7 years ago- clang-analyzer and lldb files update
Jakub Bogusz [Tue, 11 Oct 2016 20:01:30 +0000 (22:01 +0200)]
- clang-analyzer and lldb files update

7 years ago- disable building all libraries as shared (BUILD_SHARED_LIBS=OFF), build only suppor...
Jakub Bogusz [Tue, 11 Oct 2016 03:38:08 +0000 (05:38 +0200)]
- disable building all libraries as shared (BUILD_SHARED_LIBS=OFF), build only supported shared libs (*LLVM_DYLIB=ON)
  supported shared libs are versioned

7 years agoadd abi macro
Elan Ruusamäe [Mon, 10 Oct 2016 08:14:56 +0000 (11:14 +0300)]
add abi macro

7 years ago- ocaml build fails with llvm-ocaml 3.7.x installed, added BC
Jakub Bogusz [Mon, 10 Oct 2016 03:32:15 +0000 (05:32 +0200)]
- ocaml build fails with llvm-ocaml 3.7.x installed, added BC
- update clang-analyzer install

7 years agodisable sphinx warnings as errors
Elan Ruusamäe [Tue, 4 Oct 2016 20:01:44 +0000 (23:01 +0300)]
disable sphinx warnings as errors

those are for llvm developers, not us

cmake/modules/FindSphinx.cmake:option(SPHINX_WARNINGS_AS_ERRORS "When building documentation treat warnings as errors" ON)

7 years ago3.8.1
Elan Ruusamäe [Tue, 4 Oct 2016 15:48:42 +0000 (18:48 +0300)]
3.8.1

7 years agodisable format-security due swig generated code
Elan Ruusamäe [Sun, 2 Oct 2016 14:11:45 +0000 (17:11 +0300)]
disable format-security due swig generated code

llvm-3.8.0.src/build/tools/lldb/scripts/LLDBWrapPython.cpp: In function ‘PyObject* _wrap_SBError_SetErrorStringWithFormat__SWIG_3(PyObject*, PyObject*)’:
llvm-3.8.0.src/build/tools/lldb/scripts/LLDBWrapPython.cpp:21362:70: error: format not a string literal and no format arguments [-Werror=format-security]
     result = (int)(arg1)->SetErrorStringWithFormat((char const *)arg2);

7 years agoone more -lpthread fix
Elan Ruusamäe [Sat, 1 Oct 2016 20:49:54 +0000 (23:49 +0300)]
one more -lpthread fix

7 years agoallow CMAKE_BUILD_TYPE=PLD
Elan Ruusamäe [Sat, 1 Oct 2016 12:56:10 +0000 (15:56 +0300)]
allow CMAKE_BUILD_TYPE=PLD

8 years ago- updated patches
Jan Rękorajski [Sat, 12 Mar 2016 19:25:50 +0000 (20:25 +0100)]
- updated patches

8 years ago- started update to 3.8.0
Jan Rękorajski [Sat, 12 Mar 2016 19:19:17 +0000 (20:19 +0100)]
- started update to 3.8.0

8 years ago- added BRs (and bcond) for multilib clang rt
Jakub Bogusz [Sat, 28 Nov 2015 11:32:19 +0000 (12:32 +0100)]
- added BRs (and bcond) for multilib clang rt

8 years ago- more packagibng fixes auto/th/llvm-3.7.0-7
Jan Rękorajski [Sun, 8 Nov 2015 23:30:51 +0000 (00:30 +0100)]
- more packagibng fixes
- added clang-libs package
- rel 7

8 years ago- cleanup files auto/th/llvm-3.7.0-6
Jan Rękorajski [Sun, 8 Nov 2015 22:03:02 +0000 (23:03 +0100)]
- cleanup files
- rel 6

8 years ago- always do PIC enabled builds
Jan Rękorajski [Sun, 8 Nov 2015 21:31:30 +0000 (22:31 +0100)]
- always do PIC enabled builds

8 years ago- there is only static version of libclang on ix86 auto/th/llvm-3.7.0-5
Jan Rękorajski [Sun, 8 Nov 2015 21:25:07 +0000 (22:25 +0100)]
- there is only static version of libclang on ix86
- rel 5

8 years ago- fix clang libraries packaging auto/th/llvm-3.7.0-4
Jan Rękorajski [Sun, 8 Nov 2015 15:56:13 +0000 (16:56 +0100)]
- fix clang libraries packaging
- rel 4

8 years agolib in Driver.cpp is already handled correctly upstream auto/th/llvm-3.7.0-3
Jan Palus [Wed, 28 Oct 2015 21:43:18 +0000 (22:43 +0100)]
lib in Driver.cpp is already handled correctly upstream

Should fix searching for builtin headers in lib6464.

8 years ago- dropped gcc5 patch (duplicate of lld-link patch)
Jakub Bogusz [Tue, 27 Oct 2015 19:58:09 +0000 (20:58 +0100)]
- dropped gcc5 patch (duplicate of lld-link patch)

8 years ago- rel 2 auto/th/llvm-3.7.0-2
Jan Rękorajski [Sun, 25 Oct 2015 08:27:20 +0000 (09:27 +0100)]
- rel 2

8 years ago- fix files on ix86
Jan Rękorajski [Wed, 21 Oct 2015 06:20:06 +0000 (08:20 +0200)]
- fix files on ix86

8 years ago- fix files
Jan Rękorajski [Tue, 20 Oct 2015 05:47:52 +0000 (07:47 +0200)]
- fix files

8 years ago- added clang-multilib package
Jan Rękorajski [Mon, 19 Oct 2015 17:18:05 +0000 (19:18 +0200)]
- added clang-multilib package

8 years ago- rel 1 auto/th/llvm-3.7.0-1
Jan Rękorajski [Sun, 11 Oct 2015 13:46:49 +0000 (15:46 +0200)]
- rel 1

8 years ago- drop go and python bindings (python is a WIP, and go requires convoluted build...
Jan Rękorajski [Sun, 11 Oct 2015 13:45:47 +0000 (15:45 +0200)]
- drop go and python bindings (python is a WIP, and go requires convoluted build process)

8 years ago- fix debug info extraction
Jan Rękorajski [Sun, 11 Oct 2015 11:07:38 +0000 (13:07 +0200)]
- fix debug info extraction
- fix duplicate files

8 years ago- removed ac/am and Makefiles leftovers
Jan Rękorajski [Sat, 10 Oct 2015 23:09:02 +0000 (01:09 +0200)]
- removed ac/am and Makefiles leftovers

8 years ago- renumbered patches
Jan Rękorajski [Sat, 10 Oct 2015 20:41:31 +0000 (22:41 +0200)]
- renumbered patches

8 years ago- removed unused patches (build system switched to cmake)
Jan Rękorajski [Sat, 10 Oct 2015 20:40:45 +0000 (22:40 +0200)]
- removed unused patches (build system switched to cmake)

8 years ago- removed duplicated macro
Jan Rękorajski [Sat, 10 Oct 2015 20:37:38 +0000 (22:37 +0200)]
- removed duplicated macro

8 years ago- fix building with gcc 5.x
Jan Rękorajski [Sat, 10 Oct 2015 20:30:26 +0000 (22:30 +0200)]
- fix building with gcc 5.x
- updated files

8 years ago- added missing BRs, adjusted conditions wrt. x32
Jakub Bogusz [Tue, 6 Oct 2015 13:53:21 +0000 (15:53 +0200)]
- added missing BRs, adjusted conditions wrt. x32

8 years ago- updated libdir patch wrt. ocaml, added lld-link patches; now builds on x86_64
Jakub Bogusz [Sat, 3 Oct 2015 20:21:08 +0000 (22:21 +0200)]
- updated libdir patch wrt. ocaml, added lld-link patches; now builds on x86_64

8 years ago- WIP on files; note: cmake builds produce different set of libs than autotools
Jakub Bogusz [Tue, 22 Sep 2015 19:32:37 +0000 (21:32 +0200)]
- WIP on files; note: cmake builds produce different set of libs than autotools
- ocaml bindings build now

8 years ago- started update to 3.7.0
Jan Rękorajski [Wed, 9 Sep 2015 20:39:14 +0000 (22:39 +0200)]
- started update to 3.7.0
- switched build system to cmake

8 years ago- don't pollute llvm-config with -fvar-tracking-assignments that clang will not under... auto/th/llvm-3.6.2-3
Jan Rękorajski [Tue, 28 Jul 2015 05:40:18 +0000 (07:40 +0200)]
- don't pollute llvm-config with -fvar-tracking-assignments that clang will not understand
- rel 3

8 years ago- config patch breaks build and the only thing needs fixing is auto/th/llvm-3.6.2-2
Jan Rękorajski [Mon, 27 Jul 2015 06:41:12 +0000 (08:41 +0200)]
- config patch breaks build and the only thing needs fixing is
  llvm-config and it's doable with sed
- rel 2

8 years ago- removed code that does not change anything
Jan Rękorajski [Sun, 26 Jul 2015 23:15:39 +0000 (01:15 +0200)]
- removed code that does not change anything

8 years ago- reenable config patch
Jan Rękorajski [Sun, 26 Jul 2015 22:51:47 +0000 (00:51 +0200)]
- reenable config patch

8 years ago- fix gcc toolchain paths on x32/x8664/ix86 auto/th/llvm-3.6.2-1
Jan Rękorajski [Sun, 26 Jul 2015 20:54:50 +0000 (22:54 +0200)]
- fix gcc toolchain paths on x32/x8664/ix86
- rel 1

8 years ago- restore path fixes
Jan Rękorajski [Sun, 26 Jul 2015 11:28:39 +0000 (13:28 +0200)]
- restore path fixes

8 years ago- ocaml bindings broken, https://llvm.org/bugs/show_bug.cgi?id=23981
Jan Rękorajski [Sun, 26 Jul 2015 07:22:59 +0000 (09:22 +0200)]
- ocaml bindings broken, https://llvm.org/bugs/show_bug.cgi?id=23981

8 years ago- up to 3.6.2
Jan Rękorajski [Sun, 26 Jul 2015 00:00:12 +0000 (02:00 +0200)]
- up to 3.6.2

9 years ago- added use-ocamlfind-for-ocamldoc patch from llvm bts
Jakub Bogusz [Sat, 21 Mar 2015 14:48:54 +0000 (15:48 +0100)]
- added use-ocamlfind-for-ocamldoc patch from llvm bts
- BR: ocaml-ctypes-devel
- updated files

9 years ago- config patch final cleanup
Jan Rękorajski [Sun, 1 Mar 2015 17:28:54 +0000 (17:28 +0000)]
- config patch final cleanup

9 years ago- cleaned up libdir suffix patching
Jan Rękorajski [Sun, 1 Mar 2015 12:54:33 +0000 (12:54 +0000)]
- cleaned up libdir suffix patching

9 years ago- reworked config patch for 3.6.0
Jan Rękorajski [Sun, 1 Mar 2015 12:46:28 +0000 (12:46 +0000)]
- reworked config patch for 3.6.0

9 years ago- unfortunately no ocaml bindings on x32
Jan Rękorajski [Sun, 1 Mar 2015 12:19:09 +0000 (12:19 +0000)]
- unfortunately no ocaml bindings on x32

9 years ago- more ocaml BRs
Jan Rękorajski [Sun, 1 Mar 2015 11:01:25 +0000 (11:01 +0000)]
- more ocaml BRs

9 years ago- updated to 3.6.0
Jan Rękorajski [Sun, 1 Mar 2015 10:12:09 +0000 (10:12 +0000)]
- updated to 3.6.0
- fixed ocaml bcond
- removed obsolete polly update patch

9 years ago- updated to 3.5.1 auto/th/llvm-3.5.1-1
Jakub Bogusz [Wed, 21 Jan 2015 15:45:38 +0000 (16:45 +0100)]
- updated to 3.5.1

9 years ago- rebuild with ocaml 4.02 auto/th/llvm-3.5.0-2
Jan Rękorajski [Sun, 16 Nov 2014 08:14:38 +0000 (09:14 +0100)]
- rebuild with ocaml 4.02
- release 2 (by relup.sh)

9 years ago- added lldb-atomic patch (try to fix lldb build on i[34]86) auto/th/llvm-3.5.0-1
Jakub Bogusz [Sun, 19 Oct 2014 20:21:20 +0000 (22:21 +0200)]
- added lldb-atomic patch (try to fix lldb build on i[34]86)

9 years ago- more changes to fix lib64 related problems (config patch, lldb patch, spec)
Jakub Bogusz [Sat, 18 Oct 2014 21:11:55 +0000 (23:11 +0200)]
- more changes to fix lib64 related problems (config patch, lldb patch, spec)
- enable LFS for 64-bit inodes support

9 years ago- build also lld
Jakub Bogusz [Fri, 10 Oct 2014 20:37:26 +0000 (22:37 +0200)]
- build also lld
- added lld-link patch (fixes linking of one of lld tests)

9 years ago- adjusted polly-update patch, enabled pluto support in polly
Jakub Bogusz [Mon, 6 Oct 2014 19:42:04 +0000 (21:42 +0200)]
- adjusted polly-update patch, enabled pluto support in polly

9 years ago- updated to 3.5.0
Jakub Bogusz [Sun, 5 Oct 2014 08:01:11 +0000 (10:01 +0200)]
- updated to 3.5.0
- updated config,pld patches
- added polly-update,lldb patches to successfully build polly and lldb addons

9 years ago- build also polly and clang-tools-extra llvm-3.4 auto/th/llvm-3.4.2-1
Jakub Bogusz [Fri, 11 Jul 2014 16:30:41 +0000 (18:30 +0200)]
- build also polly and clang-tools-extra
- renamed "man" bcond to more general "doc"

9 years ago- updated to 3.4.2
Jakub Bogusz [Wed, 9 Jul 2014 05:39:17 +0000 (07:39 +0200)]
- updated to 3.4.2
- removed obsolete destdir patch

9 years ago- removed obsolete todo (clang has its own <stdarg.h> and similar headers
Jakub Bogusz [Wed, 28 May 2014 15:14:35 +0000 (17:14 +0200)]
- removed obsolete todo (clang has its own <stdarg.h> and similar headers

9 years ago- build also compiler-rt and lldb
Jakub Bogusz [Wed, 28 May 2014 13:53:34 +0000 (15:53 +0200)]
- build also compiler-rt and lldb

9 years ago- updated to 3.4.1
Jakub Bogusz [Sat, 24 May 2014 20:59:06 +0000 (22:59 +0200)]
- updated to 3.4.1
- updated config,pld patches
- added destdir patch (fixes libLLVM-3.4.so symlink)

10 years ago- more md5 llvm-3.3 auto/th/llvm-3.3-1
Arkadiusz Miśkiewicz [Sat, 15 Jun 2013 19:41:50 +0000 (21:41 +0200)]
- more md5

10 years ago- ups, was using older tarball; update to final one now
Arkadiusz Miśkiewicz [Sat, 15 Jun 2013 19:13:21 +0000 (21:13 +0200)]
- ups, was using older tarball; update to final one now

10 years ago- md5
Arkadiusz Miśkiewicz [Sat, 15 Jun 2013 18:23:06 +0000 (20:23 +0200)]
- md5

10 years ago- up to 3.3
Arkadiusz Miśkiewicz [Sat, 15 Jun 2013 18:17:33 +0000 (20:17 +0200)]
- up to 3.3

10 years ago- up to 3.3
Arkadiusz Miśkiewicz [Sat, 15 Jun 2013 18:17:16 +0000 (20:17 +0200)]
- up to 3.3

11 years ago- adjusted clang resource path (should finally fix clang headers path) auto/th/llvm-3.2-3 auto/ti/llvm-3.2-3
Jakub Bogusz [Sun, 17 Feb 2013 14:33:38 +0000 (15:33 +0100)]
- adjusted clang resource path (should finally fix clang headers path)
- release 3

11 years ago- release 2 (by relup.sh) auto/th/llvm-3.2-2
Arkadiusz Miśkiewicz [Sun, 27 Jan 2013 13:33:58 +0000 (14:33 +0100)]
- release 2 (by relup.sh)

11 years ago- try with more %{_lib} changes
Jakub Bogusz [Sat, 26 Jan 2013 19:04:05 +0000 (20:04 +0100)]
- try with more %{_lib} changes

11 years ago- added r600 patch (R600 target support) auto/th/llvm-3.2-1
Jakub Bogusz [Fri, 25 Jan 2013 21:28:37 +0000 (22:28 +0100)]
- added r600 patch (R600 target support)

11 years ago- separated -libs (libLLVM is required by e.g. Mesa trackers)
Jakub Bogusz [Fri, 25 Jan 2013 16:09:48 +0000 (17:09 +0100)]
- separated -libs (libLLVM is required by e.g. Mesa trackers)
- clang-devel R: llvm-devel

11 years ago- updated to 3.2 (llvm 3.1 left on llvm-3.1 branch)
Jakub Bogusz [Fri, 25 Jan 2013 15:56:21 +0000 (16:56 +0100)]
- updated to 3.2 (llvm 3.1 left on llvm-3.1 branch)
- updated pld patch

11 years agoTODO added. llvm-3.1
Paweł Sikora [Sat, 17 Nov 2012 10:52:51 +0000 (11:52 +0100)]
TODO added.

11 years ago- fix clang headers dir wrt. lib64; release 4 auto/th/llvm-3.1-4
Jakub Bogusz [Fri, 12 Oct 2012 20:16:41 +0000 (22:16 +0200)]
- fix clang headers dir wrt. lib64; release 4

11 years ago- don't override libdir; release 3 auto/th/llvm-3.1-3
Jakub Bogusz [Fri, 12 Oct 2012 18:50:39 +0000 (20:50 +0200)]
- don't override libdir; release 3

11 years ago- llvm-config patch is no longer a script, so use patch instead of sedding auto/th/llvm-3.1-2
Jakub Bogusz [Fri, 12 Oct 2012 17:01:45 +0000 (19:01 +0200)]
- llvm-config patch is no longer a script, so use patch instead of sedding
- release 2

11 years ago- removed outdated patches
Jakub Bogusz [Fri, 12 Oct 2012 16:59:16 +0000 (18:59 +0200)]
- removed outdated patches

11 years ago- updated to 3.1. auto/th/llvm-3_1-1 auto/ti/llvm-3_1-1
Paweł Sikora [Wed, 23 May 2012 12:51:34 +0000 (12:51 +0000)]
- updated to 3.1.

Changed files:
    llvm-bug11177.patch -> 1.2
    llvm-pld.patch -> 1.3
    llvm.spec -> 1.32

11 years ago- sorted disable/enable configure options
Jakub Bogusz [Sun, 11 Mar 2012 08:49:51 +0000 (08:49 +0000)]
- sorted disable/enable configure options

Changed files:
    llvm.spec -> 1.31

11 years ago- fix ocaml binding build, release 1. auto/th/llvm-3_0-1
Paweł Sikora [Thu, 9 Feb 2012 19:09:21 +0000 (19:09 +0000)]
- fix ocaml binding build, release 1.

Changed files:
    llvm-bug11177.patch -> 1.1
    llvm.spec -> 1.30

11 years ago- updated to 3.0, fixed bcond tests, fixed build without ocaml.
Paweł Sikora [Thu, 9 Feb 2012 14:31:09 +0000 (14:31 +0000)]
- updated to 3.0, fixed bcond tests, fixed build without ocaml.
- release 0.1 due to ocaml binding build error (see TODO).

Changed files:
    llvm.spec -> 1.29

This page took 0.083295 seconds and 4 git commands to generate.