summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/clang: fix SizeViolation issueJoonas Niilola2020-11-151-788/+0
| | | | | Closes: https://bugs.gentoo.org/748219 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-devel/clang: Apply patches in WORKDIR in 10.0.1+Michał Górny2020-06-202-126/+126
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Fix bad dylib linking in 10.0.1*Michał Górny2020-06-192-0/+817
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Remove 7*Michał Górny2020-05-011-38/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Remove 9.0.0*Michał Górny2020-01-063-117/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Remove 6*Michał Górny2019-12-092-30/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Fix test failure due to '.src' in pathMichał Górny2019-10-011-0/+35
| | | | | Closes: https://bugs.gentoo.org/695412 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Backport gcc-9 build fix to 9.0.0*Michał Górny2019-09-201-0/+43
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Backport non-native build fix for 9.0.0Michał Górny2019-09-131-0/+39
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Remove 5.0.2Michał Górny2019-09-093-249/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Remove 4.0.1Michał Górny2019-06-024-282/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Backport atomic detection fixMichał Górny2019-01-031-0/+38
| | | | | Closes: https://bugs.gentoo.org/667016 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Reshuffle patchesMichał Górny2018-07-224-0/+0
|
* sys-devel/clang: Drop old (5.0.1 & 6.0.0)Michał Górny2018-07-221-55/+0
|
* sys-devel/clang: Bump to 6.0.1Michał Górny2018-06-271-0/+0
|
* sys-devel/clang: Move extra patch unused in 5.0.1 to 4.0.1 subdirMichał Górny2018-04-021-0/+0
|
* sys-devel/clang: Backport FreeBSD test fixes to 5.0.1Michał Górny2018-04-022-0/+113
|
* sys-devel/clang: Fix test failure w/ USE=compiler-rt in 6.0.0Michał Górny2018-03-201-0/+30
| | | | Closes: https://bugs.gentoo.org/650316
* sys-devel/clang: Backport fix for crash with long cmdline to 6.0.0Michał Górny2018-03-201-0/+55
| | | | Closes: https://bugs.gentoo.org/650082
* sys-devel/clang: Rename patch directory 5.0.0 -> 5.0.1Michał Górny2018-01-183-0/+0
|
* sys-devel/clang: add prefix includes patch for darwin tooFabian Groffen2018-01-021-0/+18
| | | | | | | | Like for older llvm versions, ensure clang uses the prefix include paths on Darwin. Closes: https://bugs.gentoo.org/642644 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-devel/clang: Forward-port LD_LIBRARY_PATH fix to 5.0.0Michał Górny2017-09-031-0/+0
| | | | | The LD_LIBRARY_PATH fix for clang-tools-extra has been missed for backporting, so include it in the 5.0.0 release.
* sys-devel/clang: Remove unnecessary Sphinx patch from 5.0.0+Michał Górny2017-08-301-0/+0
| | | | | | The Sphinx patch is no longer necessary with 5.0.0+ -- the upstream changes made it possible to get the docs building through passing a few variables to CMake.
* sys-devel/clang: arch-type patch merged upstreamMichał Górny2017-08-291-140/+0
|
* sys-devel/clang: Rebase the patches for 9999, #628902Michał Górny2017-08-262-12/+152
|
* sys-devel/clang: Bump to 4.0.1Michał Górny2017-06-273-0/+0
|
* sys-devel/clang: Bump to 4.0.0rc3, fix extra tool testsMichał Górny2017-03-063-0/+218
|
* sys-devel/clang: Fix matching clangrt libs to arch (on x86)Michał Górny2017-01-241-0/+136
|
* sys-devel/clang: Replace the non-upstreamable lib/clang patchMichał Górny2016-11-011-86/+0
| | | | | | | Replace the non-upstream patch allowing us to alter path for lib/clang with the use of upstream CLANG_RESOURCE_DIR option (to fix file search in driver code) combined with necessary symlinking (for tests) and moves (for install) of installed headers.
* sys-devel/clang: Stop overriding incorrect LLVMgold.so locationMichał Górny2016-11-011-64/+0
| | | | | | | | Remove the patch allowing override of LLVMgold.so libdir, and the relevant override. The patch has been rejected upstream, and the case of running non-native driver considered not important enough to deserve the added complexity. I will attempt to find another (upstreamable) solution.
* sys-devel/clang: gcc-config patch went upstreamMichał Górny2016-10-251-52/+0
|
* sys-devel/clang: Sphinx race conditions fixed upstreamMichał Górny2016-10-041-27/+0
|
* sys-devel/clang: Fix the gcc-config patch not to break --gcc-toolchainMichał Górny2016-09-261-22/+28
|
* sys-devel/clang: Remove unnecessary llvm-lit search patchMichał Górny2016-09-021-29/+0
| | | | | | | | | Remove the llvm-lit search patch since it is no longer necessary and its correctness is doubtful. Per https://reviews.llvm.org/D23743 the name llvm-lit is not intended for system-wide install of lit. However, this does not matter since the internal copy of lit is used when LLVM source checkout is available, and unittests require this checkout to be available when running tests.
* sys-devel/clang: rlimits check patch has been applied upstreamMichał Górny2016-08-231-84/+0
|
* sys-devel/clang: Enable stand-alone builds against sys-devel/llvmMichał Górny2016-08-227-0/+400
|
* sys-devel/clang: Remove ancient 3.2 versionMichał Górny2016-01-074-290/+0
|
* sys-devel/clang: Remove ancient 3.1 versionMichał Górny2016-01-076-348/+0
|
* sys-devel/clang: Remove ancient 3.0 versionMichał Górny2016-01-075-195/+0
|
* sys-devel/clang: Remove ancient 2.9 verrsionMichał Górny2016-01-072-137/+0
|
* sys-devel/clang: Remove ancient 2.8 versionMichał Górny2016-01-073-401/+0
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0820-0/+1371
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed