]> git.pld-linux.org Git - packages/llvm.git/log
packages/llvm.git
2 years agoRelease 2 (by relup.sh) auto/th/llvm-12.0.1-2
Jan Rękorajski [Sun, 19 Sep 2021 08:57:35 +0000 (10:57 +0200)]
Release 2 (by relup.sh)

2 years ago- updated cmake and python versions
Jakub Bogusz [Thu, 26 Aug 2021 15:44:51 +0000 (17:44 +0200)]
- updated cmake and python versions

2 years agoup to 12.0.1 auto/th/llvm-12.0.1-1
Jan Palus [Sun, 11 Jul 2021 20:07:03 +0000 (22:07 +0200)]
up to 12.0.1

2 years agomake supported targets toggable
Jan Palus [Sun, 11 Jul 2021 10:49:46 +0000 (12:49 +0200)]
make supported targets toggable

2 years agoarmv7hnl is armhf too
Jan Palus [Mon, 14 Jun 2021 22:44:50 +0000 (22:44 +0000)]
armv7hnl is armhf too

2 years agofix build without lldb
Jan Palus [Fri, 28 May 2021 09:39:55 +0000 (11:39 +0200)]
fix build without lldb

2 years agoRelease 2 (by relup.sh) auto/th/llvm-12.0.0-2
Jan Palus [Thu, 27 May 2021 23:47:28 +0000 (01:47 +0200)]
Release 2 (by relup.sh)

3 years agoreplace upstream fix for CompletionModelCodegen.py with one that actually works auto/th/llvm-12.0.0-1
Jan Palus [Sun, 18 Apr 2021 16:52:51 +0000 (18:52 +0200)]
replace upstream fix for CompletionModelCodegen.py with one that actually works

3 years agoup to 12.0.0
Jan Palus [Fri, 16 Apr 2021 15:23:15 +0000 (17:23 +0200)]
up to 12.0.0

- patch with fixes for https://bugs.llvm.org/show_bug.cgi?id=49990
- rust not ready yet

3 years ago- ocaml-ounit is only need ed for tests auto/th/llvm-11.0.1-3
Jan Rękorajski [Sun, 28 Mar 2021 07:54:02 +0000 (09:54 +0200)]
- ocaml-ounit is only need ed for tests
- rel 3

3 years ago- rediff patches
Jan Rękorajski [Thu, 25 Mar 2021 21:38:32 +0000 (22:38 +0100)]
- rediff patches

3 years ago- release 2 (by relup.sh) auto/th/llvm-11.0.1-2
Jan Rękorajski [Thu, 25 Mar 2021 20:51:52 +0000 (21:51 +0100)]
- release 2 (by relup.sh)

3 years ago- updated gcc version (C++14 now obligatory)
Jakub Bogusz [Tue, 26 Jan 2021 05:27:49 +0000 (06:27 +0100)]
- updated gcc version (C++14 now obligatory)
- BR: xar-devel (for llvm-objdump), lua-devel, xz-devel (for lldb)
- updated z3 switch (now Z3 solver is enabled again)

3 years ago- added flang bcond (mlir tarball not published separately, extracted from llvm-proje...
Jakub Bogusz [Mon, 25 Jan 2021 18:49:34 +0000 (19:49 +0100)]
- added flang bcond (mlir tarball not published separately, extracted from llvm-project), f18 builds but fails to run

3 years agoup to 11.0.1 auto/th/llvm-11.0.1-1
Jan Palus [Fri, 15 Jan 2021 20:06:56 +0000 (21:06 +0100)]
up to 11.0.1

3 years agorebuild ocaml bindings; rel 2 auto/th/llvm-11.0.0-2
Jan Palus [Sat, 2 Jan 2021 11:35:38 +0000 (12:35 +0100)]
rebuild ocaml bindings; rel 2

still linked against system installed llvm

3 years agofix lowmem bcond auto/th/llvm-11.0.0-1
Jan Palus [Wed, 2 Dec 2020 00:17:37 +0000 (01:17 +0100)]
fix lowmem bcond

3 years agoBR: binutils-devel for gold support
Jan Palus [Sun, 29 Nov 2020 11:04:28 +0000 (12:04 +0100)]
BR: binutils-devel for gold support

3 years agoadd lowmem bcond for reducing memory requirements during build
Jan Palus [Sun, 29 Nov 2020 11:03:52 +0000 (12:03 +0100)]
add lowmem bcond for reducing memory requirements during build

3 years agodisable compiler-rt on arm lower than armv7
Jan Palus [Sun, 29 Nov 2020 11:00:56 +0000 (12:00 +0100)]
disable compiler-rt on arm lower than armv7

assembler in compiler-rt for arm requires instrctions available in armv7
and later

3 years agoadd support for %{arm}
Jan Palus [Sun, 29 Nov 2020 11:00:11 +0000 (12:00 +0100)]
add support for %{arm}

3 years agoexplicitly define target triple
Jan Palus [Sun, 29 Nov 2020 10:59:21 +0000 (11:59 +0100)]
explicitly define target triple

by default guessed based on host arch

3 years agoRevert "use new %_ver_lt macro" (src builder cannot handle it)
Jan Palus [Fri, 30 Oct 2020 10:14:12 +0000 (11:14 +0100)]
Revert "use new %_ver_lt macro" (src builder cannot handle it)

This reverts commit 9fb373f507aeaf47887d43cae41579f857f5d9d1.

3 years agoup to 11.0.0
Jan Palus [Tue, 13 Oct 2020 08:24:56 +0000 (10:24 +0200)]
up to 11.0.0

- flang not packaged (requires MLIR not included in release)
- continue using old approach to finding python interpreter (prefers
  python2 which seems still required by lldb bindings)

3 years agouse new %_ver_lt macro
Jan Palus [Tue, 29 Sep 2020 10:56:32 +0000 (12:56 +0200)]
use new %_ver_lt macro

3 years agoup to 10.0.1 auto/th/llvm-10.0.1-1
Jan Palus [Wed, 22 Jul 2020 19:07:08 +0000 (21:07 +0200)]
up to 10.0.1

3 years ago%if "<ver1>" >= "<ver2>" is lexicographical comparison, not version
Jan Palus [Wed, 22 Jul 2020 16:10:48 +0000 (18:10 +0200)]
%if "<ver1>" >= "<ver2>" is lexicographical comparison, not version

fixes build with gcc 10 but also makes questionable other such
comparisons ie against %{_rpmversion}

3 years agoadd triplet for aarch64
Jan Palus [Mon, 4 May 2020 22:00:38 +0000 (00:00 +0200)]
add triplet for aarch64

3 years agoextend support for aarch64
Jan Palus [Wed, 29 Apr 2020 15:37:32 +0000 (15:37 +0000)]
extend support for aarch64

4 years agorebuild for ocaml bindings; rel 2 auto/th/llvm-10.0.0-2
Jan Palus [Mon, 13 Apr 2020 20:46:28 +0000 (22:46 +0200)]
rebuild for ocaml bindings; rel 2

looks like ocaml bindings link with system installed llvm so wrong abi
was used during first build; rebuild once again as a workaround till
solution is figured

4 years ago- hwasan is aarch64 and x86_64 only auto/th/llvm-10.0.0-1
Jakub Bogusz [Sat, 11 Apr 2020 20:03:54 +0000 (22:03 +0200)]
- hwasan is aarch64 and x86_64 only

4 years ago- added lld-sphinx2 patch (adjust lld docs to be compatible with Sphinx 2+)
Jakub Bogusz [Sat, 11 Apr 2020 19:05:20 +0000 (21:05 +0200)]
- added lld-sphinx2 patch (adjust lld docs to be compatible with Sphinx 2+)

4 years agoremove llvm-polly-update dropped from spec in 2bbd070
Jan Palus [Fri, 10 Apr 2020 16:57:55 +0000 (18:57 +0200)]
remove llvm-polly-update dropped from spec in 2bbd070

4 years agoadd R: llvm-polly-devel to clang-devel
Jan Palus [Fri, 10 Apr 2020 15:43:32 +0000 (17:43 +0200)]
add R: llvm-polly-devel to clang-devel

libclangCodeGen.a has undefined symbol getPollyPluginInfo only satisfied
by libPolly.a

see https://bugs.llvm.org/show_bug.cgi?id=44870

4 years agoup to 10.0.0
Jan Palus [Sun, 29 Mar 2020 16:21:21 +0000 (18:21 +0200)]
up to 10.0.0

4 years ago- updated to 9.0.1 auto/th/llvm-9.0.1-1
Jakub Bogusz [Sun, 2 Feb 2020 17:14:04 +0000 (18:14 +0100)]
- updated to 9.0.1

4 years agodrop sample plugins auto/th/llvm-9.0.0-1
Jan Palus [Wed, 4 Dec 2019 11:37:29 +0000 (12:37 +0100)]
drop sample plugins

4 years agoinitial update to 9.0.0
Jan Palus [Wed, 4 Dec 2019 01:16:15 +0000 (02:16 +0100)]
initial update to 9.0.0

4 years ago- added python-modules patch (fix python modules detection)
Jakub Bogusz [Sun, 6 Oct 2019 06:11:51 +0000 (08:11 +0200)]
- added python-modules patch (fix python modules detection)
- BR: z3-devel (+z3 bcond) for constraint solver in Clang Static Analyzer

4 years agodisable debug packages on x32 auto/th/llvm-8.0.1-1
Jan Palus [Sat, 7 Sep 2019 14:13:53 +0000 (16:13 +0200)]
disable debug packages on x32

4 years agoup to 8.0.1
Jan Palus [Sat, 7 Sep 2019 10:15:39 +0000 (12:15 +0200)]
up to 8.0.1

- release shipped from github now

4 years ago- updated doc BR
Jan Rękorajski [Sat, 1 Jun 2019 22:24:59 +0000 (00:24 +0200)]
- updated doc BR

5 years agoup to 8.0.0
Jan Palus [Tue, 2 Apr 2019 22:16:50 +0000 (00:16 +0200)]
up to 8.0.0

rust not ready yet

5 years agoRevert accidental "- release 2 (by relup.sh)"
Jan Palus [Tue, 2 Apr 2019 20:56:22 +0000 (22:56 +0200)]
Revert accidental "- release 2 (by relup.sh)"

This reverts commit 4985ae3c27954a69326b14573013e8a2811334da.

5 years ago- release 2 (by relup.sh)
Jan Palus [Tue, 2 Apr 2019 20:55:33 +0000 (22:55 +0200)]
- release 2 (by relup.sh)

5 years agoup to 7.0.1 auto/th/llvm-7.0.1-1
Jan Palus [Fri, 28 Dec 2018 00:53:17 +0000 (01:53 +0100)]
up to 7.0.1

5 years ago- release 3 auto/th/llvm-7.0.0-3
Jakub Bogusz [Sat, 15 Dec 2018 08:07:21 +0000 (09:07 +0100)]
- release 3

5 years ago- really reenable split-dwarf
Jakub Bogusz [Fri, 14 Dec 2018 17:28:33 +0000 (18:28 +0100)]
- really reenable split-dwarf

5 years ago- updated switch to enable rtti
Jakub Bogusz [Wed, 12 Dec 2018 04:50:34 +0000 (05:50 +0100)]
- updated switch to enable rtti
- fixed x32 build without rtti
- reenable split-dwarf, carme-x32 runs OOM without it

5 years agoTODO item about RTTI added
Jacek Konieczny [Tue, 11 Dec 2018 12:36:26 +0000 (13:36 +0100)]
TODO item about RTTI added

5 years ago- let's see if 250G is enough to build without -gsplit-dwarf
Jan Rękorajski [Sat, 8 Dec 2018 08:08:01 +0000 (09:08 +0100)]
- let's see if 250G is enough to build without -gsplit-dwarf

5 years ago- disable package completeness check in cmake exports file; release 2 auto/th/llvm-7.0.0-2
Jakub Bogusz [Tue, 4 Dec 2018 21:01:59 +0000 (22:01 +0100)]
- disable package completeness check in cmake exports file; release 2

5 years ago- use -gsplit-dwarf on all archs auto/th/llvm-7.0.0-1
Jan Rękorajski [Mon, 26 Nov 2018 23:53:18 +0000 (00:53 +0100)]
- use -gsplit-dwarf on all archs

5 years agoup to 7.0.0
Jan Palus [Thu, 20 Sep 2018 21:33:13 +0000 (23:33 +0200)]
up to 7.0.0

5 years agoup to 6.0.1 auto/th/llvm-6.0.1-1
Jan Palus [Sun, 8 Jul 2018 20:07:30 +0000 (22:07 +0200)]
up to 6.0.1

5 years ago- use newer rpm macros that skip checking std::__once_callable, std::__once_call
Arkadiusz Miśkiewicz [Wed, 20 Jun 2018 04:57:57 +0000 (06:57 +0200)]
- use newer rpm macros that skip checking std::__once_callable, std::__once_call

6 years ago- added note about build space requirements
Jan Rękorajski [Sat, 7 Apr 2018 07:40:51 +0000 (09:40 +0200)]
- added note about build space requirements

6 years ago- pl for -opt-viewer and vim-plugin-clang
Jakub Bogusz [Fri, 30 Mar 2018 21:01:23 +0000 (23:01 +0200)]
- pl for -opt-viewer and vim-plugin-clang

6 years ago- no parallel install (this may be the cause for 'make: write error: stdout' on x8664... auto/th/llvm-6.0.0-1
Jan Rękorajski [Fri, 30 Mar 2018 16:56:55 +0000 (18:56 +0200)]
- no parallel install (this may be the cause for 'make: write error: stdout' on x8664 builder)

6 years ago- readd gold lib
Jan Rękorajski [Fri, 30 Mar 2018 16:52:55 +0000 (18:52 +0200)]
- readd gold lib

6 years ago- remove patches missed by rebase
Jan Rękorajski [Fri, 30 Mar 2018 14:17:55 +0000 (16:17 +0200)]
- remove patches missed by rebase

6 years ago- opt-viewer is pure noarch python
Jan Rękorajski [Fri, 30 Mar 2018 12:31:47 +0000 (14:31 +0200)]
- opt-viewer is pure noarch python

6 years ago- package opt-viewer, vim and wasm stuff
Jan Rękorajski [Fri, 30 Mar 2018 12:27:12 +0000 (14:27 +0200)]
- package opt-viewer, vim and wasm stuff

6 years agoBR: swig-python >= 3.0.11
Jan Palus [Thu, 29 Mar 2018 17:54:22 +0000 (19:54 +0200)]
BR: swig-python >= 3.0.11

quoting tools/lldb/scripts/lldb.swig:

error Swig versions 3.0.9 and 3.0.10 are incompatible with lldb.

6 years agoup to 6.0.0
Jan Palus [Sat, 17 Mar 2018 15:39:11 +0000 (16:39 +0100)]
up to 6.0.0

6 years agoup to 5.0.1
Jan Palus [Wed, 17 Jan 2018 21:48:46 +0000 (22:48 +0100)]
up to 5.0.1

6 years agofix lldb-python-doc
Jan Palus [Mon, 15 Jan 2018 22:23:39 +0000 (23:23 +0100)]
fix lldb-python-doc

6 years ago- updated to 5.0.0
Jakub Bogusz [Thu, 7 Dec 2017 15:30:10 +0000 (16:30 +0100)]
- updated to 5.0.0
- updated pld,x32-gcc-toolchain patches

6 years ago- updated to 4.0.1
Jakub Bogusz [Thu, 7 Dec 2017 15:30:10 +0000 (16:30 +0100)]
- updated to 4.0.1
- updated pld patch
- removed obsolete lld-link,libdir patches

6 years ago- rel 4 auto/th/llvm-3.9.1-4
Jan Rękorajski [Mon, 19 Feb 2018 16:26:50 +0000 (17:26 +0100)]
- rel 4

6 years ago- fix building with g++ 7
Jan Rękorajski [Mon, 19 Feb 2018 14:50:10 +0000 (15:50 +0100)]
- fix building with g++ 7

6 years ago- fix building with latest glibc https://reviews.llvm.org/D35246
Jan Rękorajski [Mon, 19 Feb 2018 13:54:53 +0000 (14:54 +0100)]
- fix building with latest glibc https://reviews.llvm.org/D35246

6 years ago- add ld gold support
Jan Rękorajski [Mon, 19 Feb 2018 11:41:17 +0000 (12:41 +0100)]
- add ld gold support

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

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