summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* sys-devel/llvm: Bump to 3.9.1, backport gcc-config fixesMichał Górny2016-12-213-0/+974
| | | | | | 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.1Michał Górny2016-12-2119-38/+38
|
* sys-devel/llvm: add back *-macos keyword on 3.9Fabian Groffen2016-12-201-1/+1
| | | | Package-Manager: portage-2.3.0
* sys-devel/llvm: Rebase the llvm-config patch for -9999Michał Górny2016-12-141-10/+10
|
* sys-devel/llvm: Respect toolchain-funcs pkg-config override, #600622Michał Górny2016-11-278-13/+13
|
* sys-devel/llvm: WhitespacePatrick Lauer2016-11-201-1/+0
| | | | Package-Manager: portage-2.3.2
* sys-devel/llvm: Switch to newly-added LLVM_ENABLE_LIBEDITMichał Górny2016-11-181-1/+1
|
* sys-devel/llvm: Remove 3.5.0Michał Górny2016-11-153-588/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/2828
* sys-devel/llvm: Remove OCaml (now in dev-ml/llvm-ocaml)Michał Górny2016-11-121-17/+5
|
* sys-devel/llvm: Remove interim 3.8.0 versionMichał Górny2016-11-122-558/+0
|
* sys-devel/llvm: ppc stable wrt bug #564402Agostino Sarubbo2016-11-121-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/llvm: Avoid cross-phase function calls, #596644Michał Górny2016-11-1210-20/+60
|
* sys-devel/llvm: Enable RISCV target on -9999Michał Górny2016-11-111-1/+1
|
* sys-devel/llvm: Add missing licenses, #598106Michał Górny2016-10-2710-13/+121
|
* sys-devel/llvm: Revbump 3.9 due to changes while maskedMichał Górny2016-10-241-0/+0
|
* sys-devel/llvm: Stable for PPC64 (bug #564402).Jeroen Roovers2016-10-151-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches
* sys-devel/llvm: Fix URLs for 3.4.2, #597000Michał Górny2016-10-141-1/+1
|
* sys-devel/llvm: SOVERSIONs have been fixed upst, backport new to 3.9.0Michał Górny2016-10-047-8/+66
|
* sys-devel/llvm: Sphinx race condition has been fixed upstreamMichał Górny2016-10-047-9/+5
|
* sys-devel/llvm: Remove stale libomp check, it is PDEP nowMichał Górny2016-10-031-6/+0
|
* sys-devel/llvm: Add PDEP on sys-devel/clang-runtime metaMichał Górny2016-10-031-1/+5
|
* sys-devel/llvm: Backport clang-cpp symlink, #478810Michał Górny2016-10-021-5/+5
|
* sys-devel/llvm: Backport target syms from sys-devel/clangMichał Górny2016-10-021-7/+3
|
* sys-devel/llvm: Use installed lit for testsMichał Górny2016-10-011-0/+10
|
* sys-devel/llvm: Backport uncond wrapper install to 3.9.0Michał Górny2016-10-011-43/+33
|
* sys-devel/llvm: OCaml install path patch has been merged upstreamMichał Górny2016-09-307-8/+5
|
* sys-devel/llvm: Backport LLVM_TARGETS to 3.9.0Michał Górny2016-09-291-11/+10
|
* sys-devel/llvm: Use LLVM_TARGETS flagsMichał Górny2016-09-291-11/+10
|
* sys-devel/llvm: Move the old Sphinx install patch to <=3.9.0Michał Górny2016-09-236-5/+5
|
* sys-devel/llvm: Update for the Sphinx install dir patch applied upstreamMichał Górny2016-09-231-5/+1
|
* sys-devel/llvm: Remove the remnants of OCaml documentationMichał Górny2016-09-211-2/+0
|
* sys-devel/llvm: Disable ocamldoc due to wrong install pathMichał Górny2016-09-201-1/+4
|
* sys-devel/llvm: make 3.4.2 work post-Prefix bootstrap tooFabian Groffen2016-09-101-1/+5
| | | | Package-Manager: portage-2.2.28
* sys-devel/llvm: fix patches for 3.4.2Fabian Groffen2016-09-105-6/+6
| | | | Package-Manager: portage-2.2.28
* sys-devel/llvm: restore llvm-3.4.2 for Prefix bootstraps, bug #588132Fabian Groffen2016-09-106-0/+501
| | | | Package-Manager: portage-2.2.28
* sys-devel/llvm: move libcxx into PDEPEND for DarwinFabian Groffen2016-09-105-9/+10
| | | | | | | | llvm needs libcxx-headers at most, but not the library, however, llvm does segfault if the matching libcxx isn't available at runtime, so make sure we install a matching version after installing llvm on Darwin. Package-Manager: portage-2.2.28
* sys-devel/llvm: Improve OCaml deps as suggested by aballierMichał Górny2016-09-093-9/+9
|
* sys-devel/llvm: Fix disabling OCaml docs in -9999Michał Górny2016-09-081-0/+3
|
* sys-devel/llvm: Move libcxx to PDEP, to avoid circular depsMichał Górny2016-09-062-4/+4
|
* sys-devel/llvm: remove trailing whitespaceFabian Groffen2016-09-042-2/+2
| | | | Package-Manager: portage-2.2.28
* sys-devel/llvm: add patch for compiler-rt on Darwin/PrefixFabian Groffen2016-09-043-0/+18
| | | | Package-Manager: portage-2.2.28
* sys-devel/llvm: Readd WX stack fix to 3.9.0Michał Górny2016-09-031-0/+9
|
* sys-devel/llvm: Bump to 3.9.0 release (no changes since rc3)Michał Górny2016-09-032-10/+10
|
* sys-devel/llvm: Stop installing llvm-litMichał Górny2016-09-023-83/+5
| | | | | | | | | 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 ebuildMichał Górny2016-08-311-16/+9
|
* sys-devel/llvm: Fix cmake unused arg warnings with USE=-docMichał Górny2016-08-291-7/+6
|
* sys-devel/llvm: Bump to 3.9.0rc3Michał Górny2016-08-2819-32/+1299
|
* sys-devel/llvm: Restore gtest patch for <9999, #592046Michał Górny2016-08-255-4/+34
|
* sys-devel/llvm: Remove unnecessary gtest patchMichał Górny2016-08-242-34/+0
|
* sys-devel/llvm: OCaml doc patch has been applied upstreamMichał Górny2016-08-236-6/+4
|