| Commit message (Expand) | Author | Age | Files | Lines |
* | Make clang 3.4.2 find Prefix headers on Darwin, force for virtual deps in unt... | Fabian Groffen | 2014-11-10 | 1 | -19/+9 |
* | Fix old dev-python/configparser blocker. Bug #525916. | Michał Górny | 2014-10-20 | 1 | -17/+17 |
* | Block configparser-3.2 since it is known to break the build. | Michał Górny | 2014-09-29 | 1 | -17/+17 |
* | Use simpler llvm::sys::fs::exists() form in gcc version detection code since ... | Michał Górny | 2014-09-18 | 1 | -5/+17 |
* | Also disable troublesome test in 3.4.2, fixes bug #516496 | Bernard Cafarelli | 2014-09-17 | 1 | -5/+5 |
* | Backport upstream fix for cmake files, thanks David Hallas <david@cgp.dk> in ... | Bernard Cafarelli | 2014-09-16 | 1 | -17/+6 |
* | Version bump, bug #522188. | Michał Górny | 2014-09-07 | 1 | -6/+26 |
* | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug 513718 | Ian Stakenvicius | 2014-07-14 | 1 | -21/+9 |
* | Rename clang to ${CHOST}-clang-${PV}. Add multilib wrappers. | Michał Górny | 2014-06-29 | 1 | -5/+17 |
* | Version bump, mostly fixes a gcc 4.9 build failure and change of libLLVM's DT... | Bernard Cafarelli | 2014-06-23 | 1 | -16/+7 |
* | Restore the old clang patch as clang-3.3-gentoo-install.patch, and use it for... | Michał Górny | 2014-06-15 | 1 | -17/+17 |
* | Fix fixing LLVMgold.so plugin path for GNU linker, bug #508838. | Michał Górny | 2014-06-14 | 1 | -20/+17 |
* | Always use built-in ConfigParser to work-around issues with configparser-3.2,... | Michał Górny | 2014-06-11 | 1 | -18/+19 |
* | Clean old versions up. | Michał Górny | 2014-05-11 | 1 | -18/+15 |
* | Fix creating libLLVM-3.4.so compatibility alias. | Michał Górny | 2014-05-10 | 1 | -16/+16 |
* | Bump subslot since library name changes anyway. Unnecessarily. | Michał Górny | 2014-05-10 | 1 | -5/+17 |
* | Fix PDEPEND on clang. | Mike Gilbert | 2014-05-10 | 1 | -17/+5 |
* | Version bump. | Michał Górny | 2014-05-09 | 1 | -16/+19 |
* | Use python_setup to obtain the Python interpreter, and do that in src_prepare... | Michał Górny | 2014-05-01 | 1 | -21/+21 |
* | Replace multilib_build_binaries with multilib_is_native_abi, in order to put ... | Michał Górny | 2014-04-28 | 1 | -13/+21 |
* | add prefix include path for kernel headers (bug #505908) | Christoph Junghans | 2014-04-14 | 1 | -18/+10 |
* | Remove the cmake hack since upstream started installing cmake files from Make... | Michał Górny | 2014-04-12 | 1 | -16/+16 |
* | Backport the install phase changes to masked -r2. | Michał Górny | 2014-04-10 | 1 | -15/+16 |
* | Re-apply the install phase fixes for multilib-portage (bug #506398) and /tmp ... | Michał Górny | 2014-04-10 | 1 | -16/+16 |
* | Update PYTHON_COMPAT in the live ebuild. | Michał Górny | 2014-04-07 | 1 | -17/+17 |
* | revert last commit causing /usr/bin/clang being 32bit on amd64 systems | Julian Ospald | 2014-04-02 | 1 | -17/+18 |
* | Use alternate root install instead of dumb removal to work-around non-clobber... | Michał Górny | 2014-04-01 | 1 | -17/+17 |
* | Add support for the new PyPy slotting. | Michał Górny | 2014-03-31 | 1 | -17/+19 |
* | Stable for ppc64, wrt bug #491018 | Agostino Sarubbo | 2014-03-23 | 1 | -15/+15 |
* | Stable for ppc, wrt bug #491018 | Agostino Sarubbo | 2014-03-23 | 1 | -17/+15 |
* | Remove unnecessary --with-clang-resource-dir that broke the build whenever th... | Michał Górny | 2014-03-11 | 1 | -5/+17 |
* | arm stable, bug #491018 | Markus Meier | 2014-03-05 | 1 | -5/+5 |
* | amd64 stable, bug #491018 | Pacho Ramos | 2014-03-01 | 1 | -15/+5 |
* | x86 stable wrt bug #491018 | Paweł Hajdan | 2014-02-24 | 1 | -17/+15 |
* | Update clang patch wrt bug #501764, again. | Michał Górny | 2014-02-21 | 1 | -16/+16 |
* | Update clang patch wrt bug #501764. | Michał Górny | 2014-02-20 | 1 | -15/+17 |
* | Add ~sparc, wrt bug #320221 | Agostino Sarubbo | 2014-02-16 | 1 | -5/+15 |
* | Keep arm_neon.h header, thanks Yuta SATOH <nigoro.gentoo@0x100.com> in bug #4... | Bernard Cafarelli | 2014-01-23 | 1 | -19/+7 |
* | Make tests respect TMPDIR. Solution suggested by NAKAMURA Takumi on http://ll... | Michał Górny | 2014-01-15 | 1 | -17/+17 |
* | Restore building clang-check and clang-format, bug #497620. | Michał Górny | 2014-01-10 | 1 | -17/+17 |
* | Re-add missing runtime gcc detection patch, bug #497704. | Michał Górny | 2014-01-10 | 1 | -16/+16 |
* | Build extra clang tools, bug #497428. | Michał Górny | 2014-01-08 | 1 | -6/+19 |
* | Fix a varargs bug causing miscompilations, thanks Holger Hoffstätte <holger.... | Bernard Cafarelli | 2014-01-08 | 1 | -17/+6 |
* | Add a PDEP on sys-devel/clang to the live ebuild as well. | Michał Górny | 2014-01-06 | 1 | -16/+16 |
* | Version bump. | Michał Górny | 2014-01-06 | 1 | -15/+20 |
* | Restore missing patches for 3.3. Add a patch for CMake wrt bug #496480. | Michał Górny | 2014-01-06 | 1 | -16/+17 |
* | Fix building docs with USE=-clang, bug #496394. | Michał Górny | 2013-12-30 | 1 | -16/+16 |
* | Explicitly require Makefiles from CMake, to avoid failures when people like t... | Michał Górny | 2013-12-29 | 1 | -17/+17 |
* | Fix building R600 target, bug #496308. | Michał Górny | 2013-12-28 | 1 | -16/+16 |
* | Fix clang blocker to match 3.3-r100. | Michał Górny | 2013-12-28 | 1 | -16/+16 |