summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/llvm: 9.0.0+ introduce Z3 support (moved from clang)Michał Górny2019-07-221-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Drop <4Michał Górny2019-03-101-7/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Add flag to control libfpm dep for exegesisMichał Górny2018-09-201-0/+2
| | | | | Bug: https://bugs.gentoo.org/666617 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Fix metadata.xml app-arch/libxar -> /xarMichał Górny2018-01-201-1/+1
| | | | Spotted by Fabian Groffen.
* sys-devel/llvm: Fix implicit dependency on app-arch/libxarMichał Górny2018-01-191-0/+2
| | | | | | | | | Support conditionally using app-arch/libxar in LLVM 6+, and explicitly force it off in LLVM 5. This library is used only to dump LLVM bitcode in Mach-O files and it's very rare, so we can safely presume that nobody really used it and it's not worth rebuild due to revbumping LLVM 5. Closes: https://bugs.gentoo.org/645038
* sys-devel/llvm: Unify metadata.xml indentationMichał Górny2017-11-121-4/+4
|
* sys-devel/llvm: Transfer maintenance to LLVM projectMichał Górny2016-08-161-11/+2
|
* sys-devel/llvm: musl & default runtime lib switches, #589352Lei Zhang2016-08-011-0/+3
| | | | | | | | | | - add support for building llvm against musl - enable clang to build binaries against musl - introduce USE flag "sanitize" to control the building of compiler-rt's sanitizers (they cause problem on musl) - be able to override default values of -stdlib and -rtlib for clang * USE="default-libcxx" implies -stdlib=libc++ (originally libstdc++) * USE="default-compiler-rt" implies -rtlib=compiler-rt (originally libgcc)
* sys-devel/llvm: Drop 3.4.2Michał Górny2016-07-051-2/+0
|
* sys-devel/{clang,llvm}: add myself as maintainerAustin English2016-06-271-0/+4
|
* sys-devel/llvm: remove myself from maintainersBernard Cafarelli2016-03-291-4/+0
| | | | Package-Manager: portage-2.2.28
* sys-devel/llvm: add myself as co-maintainerWilliam Hubbs2016-03-281-0/+4
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-9/+9
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* sys-devel/llvm: add rc version for testingBernard Cafarelli2015-08-241-1/+1
| | | | Package-Manager: portage-2.2.20.1
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+28
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