Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-devel/llvm: Switch to patchsets | Michał Górny | 2021-04-22 | 4 | -166/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Remove stale musl patch | Michał Górny | 2021-04-22 | 1 | -33/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Backport tensorflow automagic dep fix | Michał Górny | 2020-10-28 | 1 | -0/+55 |
| | | | | | | | | | | | Backport patch fixing CMakeLists.txt not to use tensorflow automagically. This also fixes build failure due to our TF packages being incompatible. TF is now always-off. Thanks to Georgy Yakovlev for rebasing and testing the patch. Closes: https://bugs.gentoo.org/748444 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Apply patches in WORKDIR in 10.0.1+ | Michał Górny | 2020-06-20 | 2 | -8/+8 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Patch bad dylib linking in 10.0.1* | Michał Górny | 2020-06-19 | 2 | -0/+77 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Remove 7* | Michał Górny | 2020-05-01 | 1 | -54/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Remove 6* | Michał Górny | 2019-12-09 | 3 | -462/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Drop redundant 8.0.0 | Michał Górny | 2019-10-11 | 1 | -41/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Remove 5.0.2 | Michał Górny | 2019-09-09 | 1 | -31/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Remove 4.0.1 | Michał Górny | 2019-06-02 | 1 | -56/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Remove 7.0.9999 | Michał Górny | 2019-04-19 | 1 | -0/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Backport dangling symlink failure fix | Michał Górny | 2019-04-05 | 1 | -0/+41 |
| | | | | | Closes: https://bugs.gentoo.org/674662 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Move old 7.0.0 patch to 6.0.1 | Michał Górny | 2018-12-30 | 1 | -0/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Update llvm-config patch | Michał Górny | 2018-12-14 | 2 | -20/+54 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Backport X86 codegen bugfix for Chromium builds | Michał Górny | 2018-10-02 | 1 | -0/+110 |
| | | | | | | | | | | Backport the X86 codegen fix to 7.0.0 and 6.0.1, to ~arch. Hopefully people will get this along with libffi-enforced rebuild. We can stabilize 6.0.1-r2 either when stable users start hitting this, or when libffi gets stable. Bug: https://bugs.gentoo.org/664868 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | sys-devel/llvm: Backport binutils compatibility patch to 6.0.1 | Michał Górny | 2018-08-16 | 1 | -0/+314 |
| | | | | | | | Backport the patch necessary to make LLVM assembly compatible with new restrictions in binutils-2.31.1. Closes: https://bugs.gentoo.org/663442 | ||||
* | sys-devel/llvm: Drop 6.0.9999 | Michał Górny | 2018-08-15 | 1 | -0/+0 |
| | |||||
* | sys-devel/llvm: Drop old (5.0.1 & 6.0.0) | Michał Górny | 2018-07-22 | 1 | -36/+0 |
| | |||||
* | sys-devel/llvm: Patch gcc-8 compatibility in <6 | Michał Górny | 2018-07-07 | 1 | -0/+31 |
| | | | | | | Thanks to Ben Chaney for providing the patch. Closes: https://bugs.gentoo.org/655140 | ||||
* | sys-devel/llvm: Backport LLVMInitializeInstCombine patch to 6.0.0 | Michał Górny | 2018-04-25 | 1 | -0/+36 |
| | | | | | | Backport the fix for LLVMInitializeInstCombine being compiled as C++ function instead of 'extern "C"'. This fixes undefined symbol for programs using this function, in particular dev-python/llvmlite. | ||||
* | sys-devel/llvm: Backport -Wl,-rpath-link non-Linux fix to 6.0.9999 | Michał Górny | 2018-03-09 | 1 | -0/+38 |
| | |||||
* | sys-devel/llvm: Backport symbolizer test fix to 5.0.1 | Michał Górny | 2017-12-21 | 1 | -71/+0 |
| | | | | | | | | Backport upstream commits fixing the sanitizer tests to be more reliable. While at it, move the single old patch to the patchset tarball. No revbump since it is merely a test suite fix. Closes: https://bugs.gentoo.org/632267 | ||||
* | sys-devel/llvm: Backport unloading prevention fix | Michał Górny | 2017-12-02 | 2 | -0/+127 |
| | | | | Bug: https://bugs.gentoo.org/617154 | ||||
* | sys-devel/llvm: Move 3.9.1 patchset to tarball | Michał Górny | 2017-06-03 | 15 | -1698/+0 |
| | |||||
* | sys-devel/llvm: Move 3.8.1 patchset to tarball | Michał Górny | 2017-06-03 | 15 | -2420/+0 |
| | |||||
* | sys-devel/llvm: Move 3.7.1 patchset to tarball | Michał Górny | 2017-06-03 | 12 | -1012/+0 |
| | |||||
* | sys-devel/llvm: Move 3.6.2 patchset to tarball | Michał Górny | 2017-06-03 | 4 | -195/+0 |
| | |||||
* | sys-devel/llvm: Move 3.5.2 patchset to tarball | Michał Górny | 2017-06-03 | 3 | -154/+0 |
| | |||||
* | sys-devel/llvm: Move 3.4.2 patchset to tarball | Michał Górny | 2017-06-03 | 4 | -252/+0 |
| | |||||
* | sys-devel/llvm: Drop 3.9.0 (in favor of 3.9.1) | Michał Górny | 2017-06-03 | 1 | -0/+0 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/4739 | ||||
* | sys-devel/llvm: Minimize 3.6 to be Darwin Prefix-compat only | Michał Górny | 2017-06-03 | 1 | -35/+0 |
| | |||||
* | sys-devel/llvm: Remove CMAKE_BUILD_TYPE hack from llvm-config in 4.0+ | Michał Górny | 2017-02-11 | 1 | -17/+1 |
| | |||||
* | sys-devel/llvm: Backport upstream Sphinx race fix to 3.9, #606858 | Michał Górny | 2017-01-23 | 2 | -0/+35 |
| | | | | | | It seems that we have only applied the patch fixing race condition between LLVM Sphinx targets and not between clang's. To fix that, just switch to the upstream patch that fixes both at the root. | ||||
* | sys-devel/llvm: Revert upstream AMDGPU breakage, #603858 | Michał Górny | 2017-01-21 | 1 | -0/+120 |
| | |||||
* | sys-devel/llvm: Stop using custom build type in -9999 | Michał Górny | 2017-01-12 | 1 | -0/+0 |
| | | | | | | | Switch -9999 to use standard CMAKE_BUILD_TYPE=RelWithDebInfo following the eclass and sys-devel/cmake changes to make it non-intrusive and Gentoo-friendly. This lets us skip hacking custom build type support in, and get a more well-defined behavior upstream. | ||||
* | sys-devel/llvm: Update llvm-config patch for -9999 | Michał Górny | 2017-01-11 | 1 | -11/+0 |
| | | | | | | Remove the system-libs bits from the llvm-config patch since they are no longer necessary now that 'llvm-config --system-libs' does not output any libraries when using shared linking. | ||||
* | sys-devel/llvm: Bump to 3.9.1, backport gcc-config fixes | Michał Górny | 2016-12-21 | 1 | -0/+422 |
| | | | | | | Bump to 3.9.1 bugfix release, and backport full set of gcc-config fixes from trunk. The latter includes fixing cross-compilation support, proper multilib gcc support and appropriate Gentoo tests. | ||||
* | sys-devel/llvm: Move patches around for 3.9.1 | Michał Górny | 2016-12-21 | 12 | -0/+0 |
| | |||||
* | sys-devel/llvm: Rebase the llvm-config patch for -9999 | Michał Górny | 2016-12-14 | 1 | -10/+10 |
| | |||||
* | sys-devel/llvm: Remove 3.5.0 | Michał Górny | 2016-11-15 | 1 | -39/+0 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/2828 | ||||
* | sys-devel/llvm: SOVERSIONs have been fixed upst, backport new to 3.9.0 | Michał Górny | 2016-10-04 | 2 | -0/+62 |
| | |||||
* | sys-devel/llvm: Sphinx race condition has been fixed upstream | Michał Górny | 2016-10-04 | 1 | -0/+0 |
| | |||||
* | sys-devel/llvm: OCaml install path patch has been merged upstream | Michał Górny | 2016-09-30 | 1 | -0/+0 |
| | |||||
* | sys-devel/llvm: Move the old Sphinx install patch to <=3.9.0 | Michał Górny | 2016-09-23 | 1 | -0/+0 |
| | |||||
* | sys-devel/llvm: fix patches for 3.4.2 | Fabian Groffen | 2016-09-10 | 4 | -0/+0 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/llvm: restore llvm-3.4.2 for Prefix bootstraps, bug #588132 | Fabian Groffen | 2016-09-10 | 4 | -0/+252 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/llvm: add patch for compiler-rt on Darwin/Prefix | Fabian Groffen | 2016-09-04 | 1 | -0/+14 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/llvm: Stop installing llvm-lit | Michał Górny | 2016-09-02 | 2 | -63/+0 |
| | | | | | | | | | Stop installing lit as llvm-lit since the correct install layout is still unclear (wrt https://reviews.llvm.org/D23743), installed version search is inconsistent and broken, and all reverse dependencies require LLVM source checkout anyway and therefore use the internal lit package included in it. The install will eventually be addressed later, most likely as a split package. | ||||
* | sys-devel/llvm: Fix llvm-config --obj-root on the live ebuild | Michał Górny | 2016-08-31 | 1 | -16/+9 |
| | |||||
* | sys-devel/llvm: Bump to 3.9.0rc3 | Michał Górny | 2016-08-28 | 9 | -0/+728 |
| |